Flipkart limited interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Flipkart limited
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Data Structures and Algorithms, Machine Coding, OOPS, Tree, Graph, Dynamic Programming, DBMS
Tip
Tip

Tip 1 : Practise from GFG/Leetcode apart from doing competitive coding,
Tip 2 : focus on quality projects rather than quantity,
Tip 3 : Practise communicating the approach and giving dry run of the code during interview

Application process
Where: Referral
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1: Mention only those projects which you know thouroughly
Tip 2: Try to have only 1 page resume

Interview rounds

01
Round
Hard
Online Coding Interview
Duration120 mins
Interview date21 Nov 2021
Coding problem1

1. System Design Question

I was told to design and implement digital wallet system. Users can be added in the system with their corresponding wallet. Users can execute transactions among themselves. Offers can be added in the system. Users can apply those offers whike making transactions

Problem approach

There were 6 requirements and for each one, we were supposed to write individual methods. Created seperate classes like offer, wallet.

02
Round
Medium
Online Coding Interview
Duration60 mins
Interview date21 Nov 2021
Coding problem1

DSA

1. Vertical Order Traversal

Moderate
35m average time
65% success
0/80
Asked in companies
ArcesiumMorgan StanleyNoBroker

Given a binary tree, return the vertical order traversal of the values of the nodes of the given tree.

For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will be the right child position.

Running a vertical line from X = -infinity to X = +infinity, now whenever this vertical line touches some nodes, we need to add those values of the nodes in order starting from top to bottom with the decreasing ‘Y’ coordinates.

Note:
If two nodes have the same position, then the value of the node that is added first will be the value that is on the left side.
For example:
For the binary tree in the image below.

alt text

The vertical order traversal will be {2, 7, 5, 2, 6, 5, 11, 4, 9}.
Try solving now
03
Round
Easy
HR Round
Duration60. mins
Interview date21 Nov 2021
Coding problem1

1. Basic HR Questions

Discussion was mostly revolved around my projects, resume and past experience

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
SDE - 1
3 rounds | 10 problems
Interviewed by Flipkart limited
2634 views
0 comments
0 upvotes
SDE - 1
3 rounds | 7 problems
Interviewed by Flipkart limited
1189 views
0 comments
0 upvotes
SDE - 1
3 rounds | 3 problems
Interviewed by Flipkart limited
1718 views
0 comments
0 upvotes
SDE - 1
3 rounds | 4 problems
Interviewed by Flipkart limited
2198 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes