Ixyle
Indian Unicorn

Flipkart

Practise a Flipkart interview

Free first round · 20 min · no credit card

Marketplace scale + India-context bar-raiser. IIT-tier campus pipeline.

Interview philosophy

How Flipkart actually interviews

Flipkart runs one of the most structured loops in the Indian unicorn tier, sitting between FAANG-rigor on the technical side and a distinctly Indian-marketplace lens on the product side. The SDE loop is heavily weighted toward machine-coding and HLD: candidates are expected to build a fully running, extensible system (e.g. a flight booking engine, a cab-aggregator dispatch service) inside the room, then defend the architecture under scaling probes. Flipkart's coding rounds use live shared-editor platforms like CoderPad and explicitly evaluate code cleanliness, modularity, and tests — not just correctness.

The distinctive vibe is e-commerce-at-Indian-scale. System design questions almost always pull back to marketplace dynamics: hot-key catalog reads during BBD/Big Billion Days, inventory consistency across warehouses, write-amplification on cart, fraud at COD, and geo-distributed fulfilment. Candidates who can talk fluently about peak-day traffic patterns, cache stampede, and Indian payment-method edge cases (UPI intent, COD, EMI) consistently outperform those reciting generic FAANG system-design templates.

Behavioural rounds (especially the bar-raiser / Hiring Manager round) lean hard on the five values — audacity, bias for action, customer-first, integrity, inclusion — and a candidate who cannot tell a sharp ownership-based story tends to be filtered even when technicals are strong. Process is professional and timely; feedback is rarely shared but recruiter communication is consistent.

A "hire" at Flipkart senior SDE means: writes modular, extensible, production-grade code inside the machine-coding window; can design for Indian-marketplace scale with explicit treatment of peak load and consistency; tells crisp ownership-led behavioural stories.
Cultural pillars

What they're measuring you on, beyond the right answer

The values interviewers probe for. Each pillar is what they ask about, plus how they ask it.

Audacity

Flipkart prizes audacious bets — the willingness to attempt large-scoped, ambiguous, high-impact bets even when the path is unclear.

How they probe · Asks for a specific time you took on something significantly outside your comfort zone or scope, and what the actual measurable outcome was.

Bias for Action

Speed of decisions and shipping wins over perfect information. Flipkart's competitive edge in India e-commerce came from moving faster than incumbents.

How they probe · Probes for examples where you cut scope or shipped imperfect-but-good in service of speed; pushes on how you decided when to stop deliberating.

Customer First (with integrity)

All Flipkart product and ops decisions are framed against the Indian customer — Bharat, tier-2/3, low-bandwidth, COD users included.

How they probe · Asks how your design or product decision plays for a 2G user in tier-3 India; tests whether you defaulted to a metro-user mental model.

Ownership

Flipsters are expected to own outcomes, not just deliverables — including stuff that broke months after they shipped it.

How they probe · In past-project deep dives, asks 'what happened 6 months after launch?' and 'who fixed it when it broke?'.

Inclusion & Integrity

Diverse teams, transparent disagreement, and ethical behaviour at scale (a public company DNA inherited from Walmart ownership).

How they probe · Behavioural rounds probe how you handled a disagreement with a senior or how you escalated an integrity concern.

The full loop

Round-by-round, in the order they actually run

Reported pattern from candidate write-ups. Eliminating rounds are the ones where a single bad signal ends the loop.

  1. 01
    Recruiter screen30 minNon-eliminating

    background, motivation, comp, role/level fit

  2. 02
    Online assessment90 minEliminating

    3 DSA problems, medium-to-hard, on HackerRank/CoderPad

  3. 03
    Dsa Interview60 minEliminating

    live coding, 1–2 problems with optimal solution + complexity analysis

  4. 04
    Machine coding120 minEliminating

    build a working, extensible system (booking engine, cab dispatcher) — clean OOP, design patterns, testable

  5. 05
    System design (HLD)75 minEliminating

    design at Flipkart-scale: BBD peak, marketplace consistency, geo-distributed fulfilment

  6. 06
    Low Level Design60 minEliminating

    class-level design with extensibility — typical for SDE-2/3

  7. 07
    Hiring manager60 minEliminating

    behavioural + values fit + project deep-dive; bar-raiser style

Real questions, by round type

What candidates were actually asked

Curated from interview reports and company write-ups. Practise against any of these in a live mock.

SDE · Senior

Coding

  • Find the largest square of 1s in a 0/1 matrix.
  • Maximum path sum between any two nodes in a binary tree.
  • Build an LRU cache with O(1) get and put.
  • Number of islands (DFS/BFS), with follow-up on streaming updates.
  • Container with most water (two pointers).
  • Word ladder / shortest transformation sequence (BFS on graph).

Machine coding

  • Build a flight booking system — multiple airlines, seat classes, fare rules — extensible to new airlines.
  • Build a cab-aggregator dispatch service: drivers, riders, surge pricing, ride lifecycle.
  • Build a splitwise-style expense system.
  • Build a Snake-and-Ladder game engine with pluggable rules.

System design

  • Design Flipkart's product-listing service for Big Billion Day peak (10x normal traffic, hot SKUs, low cache miss rate).
  • Design a marketplace inventory system that stays consistent across 50+ warehouses.
  • Design Flipkart's notifications platform (order updates across SMS/push/email/WhatsApp).
  • Design a checkout service handling UPI, COD, EMI, and wallet — with idempotent retries.
  • Design a fraud-detection service for COD orders that has to score in <100ms.
  • Design a search autosuggest service for 100M+ catalog items in tier-2/3 with bad networks.

Behavioral

  • Tell me about a time you took an audacious bet — what was the stake, what happened?
  • Describe a project where you shipped imperfect to win speed.
  • When did you push back on a product/design decision and how did it resolve?
  • Tell me about a production incident you owned end-to-end.

Product · Senior

Product sense

  • Design a product to win senior citizens for Flipkart.
  • Improve the Flipkart returns experience for tier-3 cities.
  • GMV is down 8% WoW — walk me through the RCA.
  • Should Flipkart enter quick-commerce? Walk me through the strategy.
  • Design a feature to reduce COD-to-prepaid conversion friction.

Strategy

  • How would you defend Flipkart's marketplace lead against Meesho in tier-3?
  • What's the North Star metric for Flipkart Grocery and why?
  • Tell me about a time your roadmap was wrong — what changed your mind?

Behavioral

  • Tell me about a time you had to influence engineering without authority.
  • Describe a launch that failed and what you took away.
What rejects you · what advances you

The two patterns that decide every loop

Red flags

  • Can't tell sharp 'I' stories — Flipkart bar-raisers explicitly probe individual ownership over team narratives.
  • Generic FAANG system-design template with no Indian-marketplace context (peak BBD, 2G users, COD, multi-warehouse).
  • Machine-coding solutions that are functional but spaghetti — Flipkart penalises lack of modularity heavily.
  • Job-hopping every <18 months without a strong arc; tier-2 unicorn loyalty is valued.
  • Bad-mouthing previous employers (especially Amazon — frequent topic, often a trap).
  • Treating product-sense answers as feature lists rather than user-segmented prioritised solutions.

Advance signals

  • Frames every product/system answer through the Indian customer (Bharat, low-bandwidth, COD, regional language).
  • Brings Big Billion Day-style peak-traffic intuition into HLD without being prompted.
  • In machine coding, writes interface-driven, testable code with at least one extension point demonstrated.
  • In bar-raiser, tells stories with measurable outcomes (lifted X by Y%, saved Z hours).
  • Engages with marketplace economics — take-rate, GMV, contribution margin — fluently.
  • Demonstrates audacity with a real example (took on a 3x-scope bet, owned a green-field launch).

Don't do

  • Don't skip Indian-context framing in product or system answers.
  • Don't use 'we' to describe past project work in the bar-raiser round — Flipkart filters on this.
  • Don't critique Amazon (or any competitor) personally — keep it analytical.
  • Don't ignore tests, edge cases, or extensibility in the machine-coding round.
  • Don't go past the time-box on machine coding without surfacing what you'd have done with more time.
Compensation

Base salary bands by level

Junior

1828L

Annual base

Mid

2850L

Annual base

Senior

5090L

Annual base

Staff+

90160L

Annual base

RSU-style ESOP for senior+; SDE-1 ~₹24–32L base + ~₹6–10L joining; SDE-3/Lead can hit ₹1.5–2Cr TC with stock. Levels.fyi median: SDE-1 ~₹26L, SDE-3 base ~₹50L, SDE-4 ₹80L–1.1Cr (Bengaluru).

Process

What to expect after each round

Typical timeline

~3 weeks

Recruiter-screen → offer

Reapply window

6 months

After a final-round rejection

Feedback practice

Detailed feedback is rarely shared post-rejection; recruiter may give a high-level signal (technical / behavioural / level-mismatch).

Thanks for the time today. Your recruiter will be in touch in the next 5–7 business days with next steps.