Full Stack Developer Interview Questions

Published July 22, 2026 · Updated July 22, 2026

35 verified Full Stack Developer interview questions from Accenture, PayU, Airbnb, Meta, Shopify and more. Covers all experience levels.

35 questions
7 companies
2646 upvotes

Interview Signals for Full Stack Developer Roles

Companies Asking
PayU20q
Accenture10q
Airbnb1q
Meta1q
Shopify1q
Microsoft1q
Most Asked Topics
domain29x
arrays3x
dsa3x
By Experience
2–5 Years20q
8–12 Years10q
5–8 Years2q
4–6 Years1q
4–7 Years1q
3–6 Years1q

Top Questions by Upvotes

Shopify Hard Scenario round 5–8 YearsReactJavaScriptNext.js

Your React app initial load time is 8 seconds. Users complain it is too slow. Walk me through your optimization strategy.

↑ 124 upvotes · 97 engineers asked this · Full Stack Developer
Airbnb Hard Scenario round 5–8 YearsReactJavaScript

A React dashboard with 20 charts re-renders every time any filter changes, causing a 3-second lag. How do you optimize it?

↑ 116 upvotes · 91 engineers asked this · Full Stack Developer
Google Medium Scenario round 3–6 YearsReactJavaScript

A list of 50,000 items renders in a React component. Users scroll and experience jank. How do you fix it without pagination?

↑ 109 upvotes · 86 engineers asked this · Full Stack Developer
Meta Medium Technical round 4–6 YearsReactJavaScript

What is the difference between useMemo and useCallback? Give concrete examples of when each actually helps vs. when it hurts.

↑ 107 upvotes · 84 engineers asked this · Full Stack Developer
PayU Medium Technical round 2–5 YearsInterview ExperienceJavaScript

Predict the output of this code: console.log(1); setTimeout(() => console.log(2), 0); Promise.resolve().then(() => console.log(3)); console.log(4); Explain the event loop mechanism that determines this order.

↑ 104 upvotes · 78 engineers asked this · Full Stack Developer
Microsoft Hard Technical round 4–7 YearsReactJavaScriptNext.js

What is React 19 use() hook and how does it change async data fetching compared to useEffect?

↑ 98 upvotes · 77 engineers asked this · Full Stack Developer
PayU Hard Technical round 2–5 YearsInterview ExperienceJavaScript

Implement Promise.allSettled from scratch without using the native method. Then explain the difference between Promise.all, Promise.allSettled, Promise.any, and Promise.race — give a concrete payment flow example for when you would use each.

↑ 97 upvotes · 69 engineers asked this · Full Stack Developer
PayU Medium Technical round 2–5 YearsInterview ExperienceReactJavaScript

Explain the reconciliation algorithm in React. How does React decide which DOM nodes to update when state changes? What is the role of the key prop and what happens when you use an array index as a key versus a stable unique ID?

↑ 96 upvotes · 71 engineers asked this · Full Stack Developer
PayU Medium Technical round 2–5 YearsInterview ExperienceJavaScript

What will the following code output and why? const obj = { x: 10 }; const fn = () => console.log(this.x); obj.fn = fn; obj.fn(); Now rewrite fn as a regular function. How does the output change and what is the reason?

↑ 91 upvotes · 67 engineers asked this · Full Stack Developer
PayU Medium Technical round 2–5 YearsInterview ExperienceJavaScriptReact

Implement a debounce function from scratch in JavaScript. Then explain where you would use debounce vs throttle in a payment checkout flow — for example on a search input, a "Pay Now" button, and a scroll event handler.

↑ 88 upvotes · 62 engineers asked this · Full Stack Developer
PayU Hard Technical round 2–5 YearsInterview ExperienceJavaScript

A payment API call must retry up to 3 times on network failure, with exponential backoff (1s, 2s, 4s delays) between attempts. Implement a retryWithBackoff(fn, maxRetries) utility using Promises. Handle the case where all retries fail.

↑ 88 upvotes · 63 engineers asked this · Full Stack Developer
PayU Hard System Design round 2–5 YearsInterview ExperienceReactJavaScript

You are building a multi-step payment flow: Cart → Address → Payment Method → OTP → Confirmation. Each step has its own data, validation, and API calls. How would you architect state management for this flow in React without Redux? Discuss trade-offs.

↑ 85 upvotes · 61 engineers asked this · Full Stack Developer

Practice these questions with AI feedback

Get instant grading on your answers, identify your weak areas, and generate a personalised 14-day study plan — all free.

Build my study plan →

Full Stack Developer by company

PayU Full Stack Developer questions Accenture Full Stack Developer questions

Frequently asked questions

What do Full Stack Developer interviews cover?
Common topics: domain, arrays, dsa.
Which companies hire Full Stack Developers?
Companies with reported questions: PayU, Accenture, Airbnb, Meta, Shopify.