Flipkart Interview Experience
1 experience shared by candidates
SDE 2
Interview Rounds
Discussion of technologies and professional experience. Conceptual questions on IoC (Inversion of Control) and dependency injection. Coding: Alien dictionary sequence problem.
Dynamic programming: Paint N houses with colors minimizing cost. Create an immutable stack with optimal space efficiency. Count numbers of length n on numeric keypad using adjacent digit moves.
Design a task planner supporting bug, feature, and story types with sprint management. Create, modify, and query functionalities required.
Team arrangement problem with height visibility constraints. Find median in a stream of running integers. Create largest number divisible by 3 from digit array.
Tips & Advice
Machine coding round is crucial - practice LLD problems. They expect clean code with proper OOP principles. DSA questions span DP, graphs, and greedy algorithms. Got eliminated after Round 4.