I’m primarily a React developer. I have decades of full stack experience, but I’ve only used node/express for side projects. Ie I’ve never used it on a corporate/enterprise project – and I’ve never answered interview questions about it.
One of the most common interview questions related to hands on coding for React interviews is to implement a list of users and then filter it dynamically using a React implementation. That’s a pretty good reference model to put in place in vs code before an interview for prep and reference.
For those of you have done a few node/express interviews – what are some of the most common questions for node/express interviews? Based on my understanding – express is kind of the 80% scenario for implementing REST API with Node. Is that correct? So idk – maybe I can config a node/express setup and a CRUD setup with one example of each in my prep/reference project.
What kind of setup would you recommend for this?