Full Stack track

Full Stack developer interview questions

Panel-ready MERN Full Stack questions for freshers and experienced developers. Practice at Coding Cadre in Faridabad, or Online from Delhi NCR.

226 Qs
148 High Node.js Full Stack

What are the main phases of the Node event loop?

Short take

Simple meaning

Timers run setTimeout callbacks, then pending callbacks, idle/prepare, poll for I/O, check for setImmediate, and close callbacks.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
149 High Node.js Full Stack

What is backpressure in Node streams?

Short take

Simple meaning

Backpressure is the signal that a writable destination is slower than the readable source.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
154 High Express Full Stack

How do you implement graceful shutdown for Express?

Short take

Simple meaning

On SIGTERM stop accepting new connections, finish in-flight requests, close the HTTP server, then close MongoDB and Redis.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
160 High MongoDB Full Stack

What are write concern and read preference?

Short take

Simple meaning

Write concern decides how many nodes must acknowledge a write, trading durability for latency.

Open the full page for Why, Steps, Example and Key takeaway.

Read full answer Example · Mistake · Say this
Prev Page 8 of 12 Next
Chat with us