Flipkart interview questions
Flipkart hires software engineers through both a campus funnel and a much larger lateral pipeline, and the bar is set by data-structures-and-algorithms interviews rather than an aptitude paper. Ownership and product thinking come up repeatedly in the culture-fit round, in line with how the company talks about itself internally.
Roles covered: SDE-1 for campus and early-career hires, SDE-2 and above for lateral hiring. We are not affiliated with Flipkart and this is not an official question bank. It describes what candidates consistently report, reviewed for the 2025–26 hiring cycle. Confirm the current process on the company’s own careers page before you apply.
Online assessment
Timed, usually two coding problems plus an MCQ section
Data structures and algorithms, with attention to edge cases and time complexity.
Technical interview 1
One-on-one, live coding
DSA on arrays, strings, trees or graphs, plus a walkthrough of your approach before you write anything.
Technical interview 2
One-on-one, deeper
A harder DSA problem for junior roles, or a system-design discussion for lateral SDE-2+ hires — designing a feature at Flipkart's scale, not a from-scratch architecture.
HR / culture-fit
One-on-one
Ownership, dealing with ambiguity, and why e-commerce at this scale specifically.
Design a rate limiter.
Token bucket versus sliding window versus leaky bucket, and where you'd store the counters at Flipkart's traffic volume. Naming a specific approach and defending it beats listing all three.
Find the lowest common ancestor of two nodes in a binary tree.
The recursive approach and why it works, then the follow-up for a BST-specific optimisation using the ordering property.
How would you design a coupon system that has to survive millions of concurrent checkouts on a limited-quantity offer?
Idempotency on the redemption call, the race condition on the last few coupons, and where you'd put the atomic counter or lock rather than checking-then-decrementing in two steps.
Walk through what happens between a user clicking "Place Order" and the confirmation screen.
The write path — inventory check, payment, the event fired to downstream systems — and where each step could fail and what the user sees if it does.
Why Flipkart over another e-commerce company?
Something specific about the scale or the domain, not a market-leader line that would fit any company.
Tell me about a decision you made with incomplete information.
A real one: what you decided, why, and what you'd do differently with what you know now.
How do you handle a disagreement with your manager on a technical call?
A concrete example, with the focus on how it got resolved rather than on who turned out to be right.
- Practise explaining your DSA approach out loud before coding — the reasoning is weighted about as heavily as the working code.
- For SDE-2+ rounds, read up on how a large e-commerce checkout and inventory system typically handles concurrency; the system-design round tends to circle back to it.
Practise them, don’t only read them
Practise these against an AI interviewer that asks the follow-ups and scores your answer, including the HR questions on notice period and expected CTC. Or check your resume first with the free ATS score checker.
Start a free mock interview