Frontend track

HTML, CSS, JavaScript and React interview questions

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

229 Qs
202 Easy CSS Frontend

What does overflow hidden do?

Short take

Simple meaning

It clips content that sticks outside the box and usually removes scrollbars.

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

Read full answer Example · Mistake · Say this
205 Moderate JavaScript Frontend

What is destructuring in JavaScript?

Short take

Simple meaning

Destructuring pulls values from arrays or objects into named variables in one line.

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

Read full answer Example · Mistake · Say this
206 Moderate JavaScript Frontend

What is the spread operator used for?

Short take

Simple meaning

Spread copies array or object properties into a new literal.

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

Read full answer Example · Mistake · Say this
211 Moderate React Frontend

What does useEffect cleanup do?

Short take

Simple meaning

The function you return from useEffect runs before the next effect and on unmount.

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

Read full answer Example · Mistake · Say this
214 Moderate Performance Frontend

What is code splitting in a SPA?

Short take

Simple meaning

Loading route or feature bundles on demand.

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

Read full answer Example · Mistake · Say this
215 Moderate Browser Frontend

What is the Critical Rendering Path?

Short take

Simple meaning

It is the browser steps from HTML and CSS to first painted pixels: parse DOM, parse CSSOM, render tree, layout, paint.

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

Read full answer Example · Mistake · Say this
219 Moderate JavaScript Frontend

What is a microtask versus a macrotask?

Short take

Simple meaning

Promise callbacks are microtasks and run before the next macrotask like setTimeout.

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

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