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.

44 High Browser Frontend

What is the critical rendering path?

Short take Full answer on next page

Simple meaning

It is the work from HTML and CSS bytes to pixels: parse, CSSOM, render tree, layout, paint.

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

Read full answer Example · Mistake · Say this
46 High Security Frontend

Why does frontend care about prototype pollution from JSON?

Short take Full answer on next page

Simple meaning

If we merge untrusted objects into a config with a recursive assign, an attacker can set __proto__ fields and change Object.prototype.

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

Read full answer Example · Mistake · Say this
53 High Next.js Frontend

How does streaming change TTFB versus hydration cost?

Short take Full answer on next page

Simple meaning

Streaming can send the shell quickly so TTFB and first paint improve even if a slow widget is still pending.

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

Read full answer Example · Mistake · Say this
Prev Page 3 of 4 Next
Chat with us