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

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: DSA, OOPs, Behavioural Questions, Puzzle, OS,
Tip
Tip

Tip 1 : Properly understand the question and then start it.
Tip 2 : Trying to be more vocal and dont sit quietly during solving the question.
Tip 3 : Asked as many as question and don’t panic in interviews keep calm.

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

Tip 1 : Have some projects in resume along with the tech used in it.
Tip 2 : Be clear and confident what you right in the resume.

Interview rounds

01
Round
Medium
Video Call
Duration90 mins
Interview date8 Nov 2021
Coding problem1

Duration: 90 mins. It was a machine coding round where candidates were given a problem statement which they need to solve within a given time. Problem Statement consists of 4 main questions and 1 bonus question. Candidates were supposed to code on their own machine/laptop. The main focus in this round was on Designing the System using OOPs Concepts and making the code as modular and scalable as possible.

(Tip: Follow high cohesiveness and less coupling principle while designing the system.)

1. System Design Question

Candidates were asked to implement a memory management system which should be capable to allocate memory to processes, create a child process & kill the process. We were allowed to use the programming language of our choice to implement the system. In the end, we were asked to submit the code and were invited for Round 2.

02
Round
Medium
Video Call
Duration45 minutes
Interview date8 Nov 2021
Coding problem1

Round 2:

Duration: 20-25 mins. Interviewers asked me to explain how I designed Memory allocator and which all sub-questions were implemented. I used JAVA as a programming language to implement the system. I explained to them the class diagram and abstract flow of the code. Then they started to go through the solution of each sub-question and tested different scenarios. Many cross-questions were asked as and when required. The main focus was to test the main functionality of the code along with testing modularity and scalability. Questions like what if I wanted to add/remove this functionality to/from this system? How much code change will it require? What are the other classes and methods which will be impacted? etc. were asked. I was invited for Round 3. Each round was elimination round.

(Tip: Don’t rush to complete the bonus question. The main focus was to test the core functionality of the system. The bonus question is cherry on the cake.)

1. String Palindrome

Easy
0/40
Asked in companies
UnacademyCIS - Cyber InfrastructureThales

Given a string, determine if it is a palindrome, considering only alphanumeric characters.

Palindrome
A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
Example:
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.

The expected output for this example will print, 'true'.

From that being said, you are required to return a boolean value from the function that has been asked to implement.

Try solving now
03
Round
Medium
Video Call
Duration60 minutes
Interview date14 Nov 2021
Coding problem1

Round 3: PS/DS (Problem Solving / Data Structures)

Duration 90-100 mins. This was an interesting round. Interviewers started shooting questions after a small intro session. I was asked to use pen-paper to write code for questions in this round.

1. Maximum Subarray Sum

Moderate
0/80
Asked in companies
IntuitAmazonOracle

You are given an array/list ARR consisting of N integers. Your task is to find the maximum possible sum of a non-empty subarray(contiguous) of this array.

Note: An array C is a subarray of array D if it can be obtained by deletion of several elements(possibly zero) from the beginning and the end of array D.

For e.g.- All the non-empty subarrays of array [1,2,3] are [1], [2], [3], [1,2], [2,3], [1,2,3].

Problem approach

Not remembered exactly

Try solving now
04
Round
Easy
Video Call
Duration60 minutes
Interview date21 Nov 2021
Coding problem1

Round 4: HM (Hiring Manager) Round

Duration: 30-50 mins. This round was interviewed by HM. I was asked to explain my past company projects in detail. A lot of cross-questions were asked to check in-depth knowledge about the projects and tech I worked on. Few behavioral questions like what was the biggest challenge in your past job? How did you overcome them? What was the strategy used? etc were asked. Apart from tech business questions were also asked to understand how clearly I understood the business. I was also given some insights on what the team (for which I was interviewed) works on and what all technologies are used by the team.

1. Basic HR Questions

 I was asked to explain my past company projects in detail. A lot of cross-questions were asked to check in-depth knowledge about the projects and tech I worked on. Few behavioral questions like what was the biggest challenge in your past job? How did you overcome them? What was the strategy used? etc were asked. Apart from tech business questions were also asked to understand how clearly I understood the business. I was also given some insights on what the team (for which I was interviewed) works on and what all technologies are used by the team.

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