PayU Interview Experience

Published July 22, 2026 · Updated July 22, 2026

Real PayU interview experiences from engineers. 20 questions covering Technical, System Design rounds. What to expect and how to prepare.

20 reported questions
2 rounds
Most asked: domain
Top role: Full Stack Developer

Frequently Asked Topics

domain (14) arrays (3) dsa (3)

Round-by-Round Breakdown

Technical Round

17 reported

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 …

↑104 · Medium · 2–5 Years

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…

↑97 · Hard · 2–5 Years

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 k…

↑96 · Medium · 2–5 Years

System Design Round

3 reported

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 t…

↑85 · Hard · 2–5 Years

Design the frontend architecture for a PayU checkout SDK that can be embedded in any merchant website as a script tag. It must render a payment form in an iframe, handle cross-origin communication, s…

↑81 · Hard · 2–5 Years

PayU wants to run A/B tests on the checkout button colour and payment method ordering to improve conversion rates. As the frontend engineer, how would you design the experimentation infrastructure: f…

↑71 · Hard · 2–5 Years

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 →

More from PayU

All PayU questions PayU interview process Prepare for PayU

Frequently asked questions

How many rounds does PayU have?
Reported rounds: Technical, System Design.
What topics are asked at PayU?
Frequently asked: domain, arrays, dsa.
What roles does PayU interview for?
Full Stack Developer