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.

21 High Performance Frontend

How does HTTP caching and Cache-Control affect a SPA?

Short take Full answer on next page

Simple meaning

Hashed asset filenames can be cached immutable for a year while index.html stays no-cache so users get new hashes.

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

Read full answer Example · Mistake · Say this
27 High Testing Frontend

How do you mock fetch in frontend tests?

Short take Full answer on next page

Simple meaning

MSW intercepts at the network layer so the app code stays realistic.

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

Read full answer Example · Mistake · Say this
29 High Accessibility Frontend

What is WCAG contrast and why do product companies ask it?

Short take Full answer on next page

Simple meaning

Text needs enough contrast against its background so low-vision users can read it, with stricter ratios for small text.

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

Read full answer Example · Mistake · Say this
37 High React Frontend

What is streaming SSR and how does Suspense fit?

Short take Full answer on next page

Simple meaning

The server can flush HTML in chunks as Suspense boundaries resolve instead of waiting for the whole tree.

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

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