Interview Experience Analysis for Flipkart

58 Records Found
TOTAL EXPERIENCES
58
COMPANIES COVERED
1
ROLES COVERED
10
LOCATIONS COVERED
5

Curious About Salaries?

View Flipkart Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

Flipkart Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

FLIPKART SDE-2 INTERVIEW EXPIERIENCE

FlipkartSDE-2💼 2 YOE

Summary

I attended a 5-round SDE-2 interview at Flipkart, covering machine coding, DSA, HLD, and a Hiring Manager round. Despite completing all rounds and receiving positive feedback, I was unfortunately ghos...

Interview Experience

ROUND1-> Machine coding(120)(90 minutes to solve and 30minutes to setup and explain) Got a LLD question in which basically i need to implement two functionality 1. we need to return the flights with minimum cost 2. return the flights with minimum hops admin will add different flights with source and...

Interview Questions (5)

Flight Search System (Min Cost & Hops)

System Design
Loading content...

Next Greater Element I

Data Structures & Algorithms
Loading content...
View Problem

Maximize Songs in Journey Duration (Unbounded Knapsack)

Data Structures & Algorithms
Loading content...

Design LeetCode

System Design
Loading content...

Add Notification Service to Project

System Design
Loading content...
Read on LeetCode

Flipkart SDE - 1 (BOB AND A MAZE)

FlipkartSDE - 1

Summary

I interviewed for the SDE-1 role at Flipkart, where I was presented with the "Bob and a Maze" problem. This problem required me to reconstruct a maze based on a series of movement steps provided. I im...

Interview Experience

Bob has just won a maze competition, where he was required to cover every cell in the maze. The maze is represented as an M × N matrix, and every cell in the maze is either a free cell, or a wall. The maze has exactly one free cell in its boundary, which Bob used to enter as well as exit the maze. T...

Interview Questions (1)

Bob and a Maze: Reconstruct Maze from Movement Steps

Data Structures & Algorithms
Loading content...
Read on LeetCode

Flipkart SDE - 1

FlipkartSDE - 1

Summary

Loading content...

Interview Experience

**Given a balanced expression, find if it contains duplicate parenthesis or not. A set of parenthesis are duplicate if the same subexpression is surrounded by multiple parenthesis** *Below expressions have duplicate parenthesis - ((a+b)+((c+d))) The subexpression "c+d" is surrounded by two pairs o...

Interview Questions (1)

Detect Duplicate Parenthesis in Balanced Expression

MediumData Structures & Algorithms
Loading content...
Read on LeetCode

Flipkart SDE - 1 , Boxes within Boxes..

FlipkartSDE - 1

Summary

Loading content...

Interview Experience

***There are N boxes which are 2D in shape. Each box has 2 dimensions, Height denoted by h and Width denoted by w.*** ***A box can fit inside another box if the both the dimensions are strictly smaller. Mathematically, a box i can fit in box j if wi < wj and hi < hj.*** ***A nesting sequence of K ...

Interview Questions (1)

Boxes within Boxes (2D Nesting)

Data Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

Flipkart SDE-1

FlipkartSDE-1

Summary

Loading content...

Interview Experience

Description You are given N balls and an integer K.The color of each ball is given in an array.A basket is filled if it contains at least K balls of different colors. Find the maximum number of filled baskets you can get if you optimally put the balls in the baskets. My approach to this problem was ...

Interview Questions (1)

Maximum Filled Baskets with K Different Colors

Data Structures & Algorithms
Loading content...
Read on LeetCode

Flipkart SDE 3 | Bangalore | 6 YoE

FlipkartSDE 3📍 Bangalore💼 6 YOE

Summary

I interviewed for Flipkart SDE 3 in Bangalore with 6 years of experience. The process included machine coding, problem solving (data structures & algorithms), system design, and a hiring manager round...

Interview Experience

Flipkart SDE 3 | Bangalore | 6 YoE Round 1 : Machine Coding (90 mins) Design a working MVP for an : In-memory message streaming service supporting multiple topics, producers, and consumers. Ensure that the messages maintain order within partitions, offers thread safety, and enables real-time data s...

Interview Questions (4)

Design In-Memory Message Streaming Service

HardSystem Design
Loading content...

Course Schedule II

MediumData Structures & Algorithms
Loading content...
View Problem

Design a Stack With Increment Operation

MediumData Structures & Algorithms
Loading content...
View Problem

Design Quick Commerce System (Flipkart Minutes)

HardSystem Design
Loading content...
Read on LeetCode

🛒 Flipkart Interview Questions – Real Experiences from 2025

Flipkart

Summary

Loading content...

Interview Experience

“Build an E-Commerce Billing Engine” – Machine Coding RoundScenario: Implement a complete billing solution handling discounts, loyalty points, and billing logic.Format: Day 1 – 1.5 hours for understanding and coding; Day 2 – 30 minutes evaluation focused on design choices like modularity and class r...

Interview Questions (11)

E-Commerce Billing Engine Machine Coding

System Design
Loading content...

Lowest Missing Non-Negative Number

Data Structures & Algorithms
Loading content...

Most Rightward Leaf in Complete Binary Tree

Data Structures & Algorithms
Loading content...

Word-Formation Chains

Data Structures & Algorithms
Loading content...

Merge Two Linked Lists

EasyData Structures & Algorithms
Loading content...

DFS Maze Path

Data Structures & Algorithms
Loading content...

Minimum Sum Path in Matrix (DP)

Data Structures & Algorithms
Loading content...

Merge K Sorted Lists

Data Structures & Algorithms
Loading content...

First Non-Repeating Character in Stream

Data Structures & Algorithms
Loading content...

WordDictionary with Wildcard Search

Data Structures & Algorithms
Loading content...

Subtree with Maximum Sum

Data Structures & Algorithms
Loading content...
Read on LeetCode

🚀 Flipkart OA & Interview Problems

Flipkart

Summary

Loading content...

Interview Experience

Easy / Medium / Hard Flipkart OA & Interview Problems:- Flipkart OA (Online Assessment): - Reconstruct Itinerary – https://leetcode.com/problems/reconstruct-itinerary/ - Create Maximum Number – https://leetcode.com/problems/create-maximum-number/ - Tree-based problem (unspecified, no link) Technic...

Interview Questions (23)

Reconstruct Itinerary

HardData Structures & Algorithms
Loading content...
View Problem

Create Maximum Number

HardData Structures & Algorithms
Loading content...
View Problem

Reverse Linked List II (variation)

MediumData Structures & Algorithms
Loading content...
View Problem

Gas Station

MediumData Structures & Algorithms
Loading content...
View Problem

DFS/DP variation (Frog Jump style)

Data Structures & Algorithms
Loading content...

Subarray Counting Problem (Two Pointers/DP)

Data Structures & Algorithms
Loading content...

Triplet Pattern: nums[i] < nums[k] < nums[j]

Data Structures & Algorithms
Loading content...

Split Array into Allowed Subarrays (DP)

Data Structures & Algorithms
Loading content...

Job Sequencing with Deadlines

Data Structures & Algorithms
Loading content...

Longest Subsequence (max – min) = 1

Data Structures & Algorithms
Loading content...

Pascal’s Triangle Element

EasyData Structures & Algorithms
Loading content...

Minimum Window Substring

HardData Structures & Algorithms
Loading content...
View Problem

Water-to-Land Conversion

Data Structures & Algorithms
Loading content...

Minimum Swaps to Group All 1's Together

MediumData Structures & Algorithms
Loading content...
View Problem

Third Maximum Number

EasyData Structures & Algorithms
Loading content...
View Problem

Kth Largest Element in an Array

MediumData Structures & Algorithms
Loading content...
View Problem

Combination Sum

MediumData Structures & Algorithms
Loading content...
View Problem

Combination Sum II

MediumData Structures & Algorithms
Loading content...
View Problem

Combination Sum IV

MediumData Structures & Algorithms
Loading content...
View Problem

Walls and Gates

MediumData Structures & Algorithms
Loading content...
View Problem

Design an Auction System

System Design
Loading content...

Design a BookMyShow-like System

System Design
Loading content...

Dungeon Game

HardData Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

Flipkart 6M +FTE (Rejected)

Flipkart

Summary

Loading content...

Interview Experience

Selected in OA with 20 more students able to complete 3 questionmostly classic question 1-string based comparison with some condition2)DFS with 8 dirn 3) knight moveInterview - Started 1) alien dictionary - have to code and dry run on test cases - done in 20 min and able to run all test cases 2)Cou...

Interview Questions (2)

Alien Dictionary Problem

MediumData Structures & Algorithms
Loading content...

Course Schedule Problem

HardData Structures & Algorithms
Loading content...
Read on LeetCode

flipkart grid 7.0 online assesment asked question

Flipkart

Summary

Loading content...

Interview Experience

**yesterday i gave my flipkart grid oa.There was three questions asked based on dsa.i do not remember question properly but i can give u an idea ** # 1> a string is multigram if it is not return "-1" otherwise we have to tell shortest anagram from left to right # 2>we have n cordinates in x,y plane...

Interview Questions (2)

Multigram String Check

Data Structures & Algorithms
Loading content...

Count Straight Lines with at Least 3 Points

Data Structures & Algorithms
Loading content...
Read on LeetCode
Showing 10 of 58
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App