Full Stack track

MERN stack interview questions and answers

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

23 Moderate React Full Stack

What does React.memo do?

Short take Full answer on next page

Simple meaning

React.memo skips re-rendering a component when its props are shallowly equal.

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

Read full answer Example · Mistake · Say this
24 Moderate React Full Stack

How should a React page fetch data from Express?

Short take Full answer on next page

Simple meaning

Trigger the request in useEffect or a data library such as React Query, handle loading and error states, and cancel or ignore stale responses.

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

Read full answer Example · Mistake · Say this
26 Moderate React Full Stack

What is a custom hook and why write one?

Short take Full answer on next page

Simple meaning

A custom hook is a function starting with use that calls other hooks.

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

Read full answer Example · Mistake · Say this
27 Moderate MongoDB Full Stack

When would you use MongoDB instead of SQL?

Short take Full answer on next page

Simple meaning

Mongo fits flexible documents and fast iteration when schemas evolve.

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

Read full answer Example · Mistake · Say this
28 Moderate MongoDB Full Stack

What is an index in MongoDB and why add one?

Short take Full answer on next page

Simple meaning

An index is a sorted structure that helps find documents without a full collection scan.

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

Read full answer Example · Mistake · Say this
29 Moderate MongoDB Full Stack

What is a compound index?

Short take Full answer on next page

Simple meaning

An index on multiple fields matching common filters and sorts.

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

Read full answer Example · Mistake · Say this
32 Moderate MongoDB Full Stack

What is schema validation in MongoDB?

Short take Full answer on next page

Simple meaning

JSON Schema rules on collections catch bad documents.

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

Read full answer Example · Mistake · Say this
Prev Page 2 of 2
Chat with us