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: 2 months
Topics: Data Structures and Algorithms, OOPS concepts, Machine coding
Tip
Tip

Tip 1 : Practice some machine coding questions with time limit
Tip 2 : Filter for specific questions to company in which you are applying.
Tip 3 : Practice regularly.

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

Tip 1 : Use overleaf for creating your resume
Tip 2 : It should be single page

Interview rounds

01
Round
Medium
Assignment
Duration120 minutes
Interview date3 Jul 2021
Coding problem1

1. Creating a clone of VI editor

Use Machine coding fundamentals to create an application similar to VI Editor.

Problem approach

Tip 1 : Take time and see what all you can achieve in given time frame
Tip 2 : Choose proper data structure 
 

02
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date3 Jul 2021
Coding problem1

3 questions were asked and I was asked to write code in google docs so practice problems without ide as well

1. LRU Cache Implementation

Moderate
25m average time
65% success
0/80
Asked in companies
MicrosoftUberSalesforce

Design and implement a data structure for Least Recently Used (LRU) cache to support the following operations:

1. get(key) - Return the value of the key if the key exists in the cache, otherwise return -1.

2. put(key, value), Insert the value in the cache if the key is not already present or update the value of the given key if the key is already present. When the cache reaches its capacity, it should invalidate the least recently used item before inserting the new item.
You will be given ‘Q’ queries. Each query will belong to one of these two types:
Type 0: for get(key) operation.
Type 1: for put(key, value) operation.
Note :
1. The cache is initialized with a capacity (the maximum number of unique keys it can hold at a time).

2. Access to an item or key is defined as a get or a put operation on the key. The least recently used key is the one with the oldest access time.
Problem approach

I have practiced similar problems on various platforms so it was simple

Try solving now
03
Round
Medium
Video Call
Duration60 minutes
Interview date3 Jul 2021
Coding problem1

Managerial Round

1. System Design

Share information and design of existing projects

Problem approach

Tip 1 : Always be honest.
Tip 2 : Be confident while answering.
 

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
1719 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