Intervues

Frontend Engineer Interview Questions

Updated 2026-09-16

Frontend engineer interviews test UI judgement, performance awareness, and accessibility basics alongside framework knowledge. Expect questions on rendering choices, state management trade-offs, and how you ship when design specs arrive late.

What interviewers look for in a frontend engineer

Web product teams hire frontend engineers to partner with design and backend on usable interfaces. Interviewers probe component boundaries, CLS and LCP instincts, and whether you test across devices real users actually use.

Screens include walkthrough of a complex UI you built, CSS layout debugging, and what you do when API shape changes break half the dashboard.

Interview questions for frontend engineer

  • Walk me through the most complex UI component you built and how you structured state.
  • When would you choose server rendering versus client rendering for a page?
  • How do you diagnose a layout shift reported in production?
  • Describe making a feature accessible to keyboard and screen reader users.
  • Tell me about a performance problem you fixed in the browser.
  • How do you handle a design handoff with missing mobile breakpoints?
  • Explain how you organize API calls and loading or error states in a dashboard.
  • What is your approach to component testing — unit versus end-to-end?
  • Why frontend instead of full-stack or mobile native?
  • How do you review CSS or Tailwind in a large codebase without style drift?
  • What would make you struggle on this team?
  • Describe coordinating with backend when an endpoint latency blocks UX.
  • How do you keep bundle size in check when product asks for more libraries?

What a good answer sounds like

  1. When would you choose server rendering versus client rendering for a page?

    SEO, TTFB, interactivity needs, personalization — trade-offs not framework loyalty only.

  2. How do you diagnose a layout shift reported in production?

    Repro on device, check images without dimensions, fonts, dynamic inserts — metrics plus DOM cause.

  3. Describe making a feature accessible to keyboard and screen reader users.

    Semantic HTML, focus order, labels, live region if dynamic — practical checks not WCAG recitation only.

  4. How do you handle a design handoff with missing mobile breakpoints?

    Clarify with designer, propose sensible defaults, document assumptions — ship blocked until critical breakpoints agreed.

  5. How do you keep bundle size in check when product asks for more libraries?

    Measure, lazy load, tree-shake, push back with data — collaborate not reflex yes.

Scoring rubric (illustrative)

Use this as a starting point for structured interviews — not as a certified assessment. Adjust weights to match your company's standards and local labour norms.

CriterionWhat to listen for
UI architectureState boundaries; component reuse
Performance & a11yCLS/LCP awareness; keyboard paths
Cross-functional deliveryDesign gaps handled; API latency UX
Testing judgementAppropriate test layer for UI risk

For employers and candidates

  1. Employers: screen this role at scale

    Run the same structured questions across every applicant so hiring managers hear comparable answers before scheduling live interviews. See /hiring for how structured AI interviews fit bulk and frontline hiring.

  2. Candidates: practise before the real interview

    Answer these questions out loud — timing, clarity and examples matter more than memorising scripts. Use a mock interview to hear yourself under light pressure before the employer call.

Frequently asked

Do frontend interviews require a live UI build?

Some assign take-home or live component; others deep-dive past work — confirm format.

Which framework should I prepare?

Match job posting — React common; principles transfer with honest learning curve stated.

Is CSS interview separate from JavaScript?

Often blended in one technical round — layout debugging is frequent.

Are design skills evaluated?

Visual polish helps; core bar is implementation quality and UX empathy.

Ready to practise?

Head back to Interview questions by role or start now.

· 3 free credits · pay per interview · nothing recurring

Next steps

Employers and candidates use the same question bank — structured screens for hiring teams, mock practice for applicants.

Start practising