Flipkart Interview Questions (2026)
27 questions · 9 experiences · GeeksforGeeks (29) · LeetCode (6) · Reddit (1)
Browse by role
Top topics
36 entries
1/2Flipkart Low Level Design Interview Questions from Recent Machine Coding Rounds
Flipkart Interview Experience for SDE Internship | On-Campus 2021
Flipkart Interview Experience | Set 31 (For Fresher)
Flipkart Interview Experience | Set 41 (For SDE 1)
Flipkart Interview | Set 16
Flipkart Interview | Set 15 (For SDE-II)
Flipkart Interview | Set 12 (On-Campus)
Flipkart Interview | Set 10 (On-Campus For SDE-1)
Flipkart Interview Experience for SDE-1(Off-Campus)
Flipkart Interview Experience for SDE2 (2.5 yr Exp.)
Flipkart Internship Interview (On Campus)
Flipkart Interview Experience for SDE-1 (On-Campus) - FTE
Flipkart Machine Coding Round Experience
Flipkart Interview Experience for Application Engineer (Off-Campus)
Flipkart Interview Experience | SDE-1
Flipkart Interview Experience | SDE-2 | Bengaluru | May-2024 [Reject]
Flipkart Interview Experience For Software Developer Internship
Flipkart Interview Experience for Software Engineer 2
Flipkart Interview (For SDE II)
Flipkart Interview Experience | On-Campus 2021
Flipkart Interview Experience for SDE-2 | 2 Year Experienced
Flipkart On-campus Placement Process 2020 Graduate
Flipkart On -Campus Interview Experience (2019)
Flipkart Interview Experience(1.10 years experience SDE 1)
Flipkart Interview Experience | Set 51 (Off Campus SDE-1)
Flipkart Low Level Design Interview Questions from Recent Machine Coding Rounds
Question Details
Flipkart Machine coding round asks LLD question. It is of 120 minutes (90 coding + 30 minutes discussion). You may get extra time sometimes and recruiter may inform you that there is hard limit of 2:30 to 3 hrs to solve the LLD question.
Java is the mandatory programming language. It is used for initial screening of candidates e.g. select 15 or less candidates from 40+ candidates for further interviews. The final project had to be submitted as a zip file via Google Form/email. Multi-threading and concurrency and design patterns are also discussed. I wrote this blog for multi-threading in Java interviews. It may be helpful. <a href="https://medium.com/@prashant558908/top-3-questions-to-practice-multi-threading-for-low-level-design-interviews-1cc4d6b5d00b)
Flipkart also acquired ClearTrip and machine coding round format and questions are similar. So you can use this same list to prepare for ClearTrip machine coding rounds as well. This list is NOT for UI machine coding rounds, only for backend roles. --------------------------------------------------- Below are some general guidelines that are followed. * A driver program/main class/test case is needed to test out the code by the evaluator with multiple test cases. But do not spend too much time in the input parsing. Keep it as simple as possible. * Evaluation criteria: Demoable & functionally correct code, Code readability, Proper Entity modeling, Modularity & Extensibility, Separation of concerns, Abstractions, Corner case handling. Use design patterns wherever applicable. * You are not allowed to use any external databases like MySQL. Use only in memory data structures like HashMap, ArrayList, HashSet etc. * Functionality doesn’t have to be defined as a rest api. You can expose them as methods also which can be invoked from the driver class. * No need to create any UX * Please focus on the Bonus Feature (if any) only after ensuring the required features are complete and demo-able. * Method signatures defined are just to give an idea. You are free to change them to suit the requirements. * Use of the internet is allowed to check the syntax. --------------------------------------------------- PS: You can discuss with me any Low-Level Design Interview related questions on r/LowLevelDesign ---------------------------------------- I have built this list from recent Flipkart machine coding round experiences of candidates. Use it to prepare for your interviews. Let’s get started … # 1. Design a Billing and discounts System for an ecommerce app Implement a billing and discounts system for an ecommerce app. You must design and implement a bill creation flow, a discount application flow, and a point/level calculation system. Practice Link: <a href="https://codezym.com/question/73.
Bonus: Personalized discount based on purchase history, applied after redemption and capped. Practice Link: <a href="https://codezym.com/question/82.
Please upvote this post to give it better reach. Wish you the best of luck for your interview prep. ----------------------------------------
Topics
More from Flipkart
Related companies
Flipkart Interview Process Overview
The Flipkart interview process typically includes a recruiter screen, one to two technical phone screens, and a 4-6 round on-site or virtual on-site loop. Each round serves a distinct calibration purpose: coding rounds measure correctness, code quality, and complexity reasoning; system design rounds measure architectural judgment at the appropriate level; behavioral rounds measure ownership, leadership scope, and collaboration. Reports tagged on LeakCode from 2024-2026 show Flipkart runs a calibrated process consistent with industry norms for companies of its tier.
Difficulty calibration: Flipkart coding rounds typically run medium difficulty with follow-up depth as the senior discriminator. System design rounds expect production-grade trade-off articulation at L4+ levels. Behavioral rounds expect quantified outcomes ("reduced p99 latency from 800ms to 120ms") rather than vague impact claims. The candidates who advance consistently demonstrate clear thinking out loud rather than perfect final answers.
How To Use Flipkart Question Reports
Real candidate-reported interview questions are a calibration tool, not a memorization target. Flipkart updates its question pool every 2-4 months; memorizing exact problems risks misleading you when the interviewer uses a variant. The high-leverage approach: identify the patterns that appear repeatedly in Flipkart reports, practice those patterns on similar (not identical) problems, and use the reports to understand the interviewer's typical follow-up depth.
Filter the questions above by round type, difficulty, and recency. Focus first on reports from the past 6-12 months; older reports may reference questions that have since rotated out of Flipkart's pool. Reports tagged with quantified difficulty and explicit round type are higher-signal than reports without those tags. The metadata filters help you build a focused study plan in 1-2 hours rather than 8-10 hours of unstructured browsing.
Common Flipkart Interview Mistakes
Reports tagged "no hire" at Flipkart consistently surface a few patterns: jumping into code without clarifying requirements, coding silently for extended periods, missing edge cases (empty input, single element, large input, overflow), producing working code the candidate cannot refactor when probed, and behavioral stories that use "we" instead of "I" diluting individual signal. Strong candidates explicitly avoid these patterns by following a consistent round template.
The single most predictive failure mode in recent reports: not asking clarifying questions. Interviewers are explicitly trained to weight this dimension. Strong candidates ask 3-5 clarifying questions even on problems that look obvious; weak candidates dive into implementation immediately. Strong candidates also verbalize their approach before writing code; weak candidates code in silence and lose the communication dimension of the round's calibration.