Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Flipkart Team. If you also belong to the team, you can get access from here

Flipkart Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 10.3k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Flipkart Software Development Engineer II Interview Questions, Process, and Tips

Updated 22 Nov 2024

Top Flipkart Software Development Engineer II Interview Questions and Answers

  • Q1. Machine coding round: Create a console application to show flights between two cities in min no of hops
  • Q2. write an in memory backend for a social media app in 90 mins
  • Q3. write a in memory backend for social media app

6 Flipkart Software Development Engineer II Interview Experiences

8 questions found

Sort by: Popular
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

4 Interview Rounds

1

Coding Test Round

LLD OF SOCIAL MEDIA SERVICE

2

Case Study Round

CRICBUZZ DESIGN WAS ASKED .. I FAILED TERRIBLY

3

Coding Test Round

ONE DP ON TREES AND ONE EASY QSN

4

One-on-one Round (2 Questions)

  • Q1. PARTITIONING AND SHARDING, K8S ETC
  • Q2. HOW WOULD YOU MANAGE IN SUCH AND SUCH SITUATION
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

I applied via Job Portal

3 Interview Rounds

1

Coding Test Round (1 Question)

  • Q1. Design Command system
2

Coding Test Round

Sliding window questions

3

Technical Round (1 Question)

  • Q1. Design book my show
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 -
Result
 Not Selected

2 Interview Rounds

1

Technical Round (1 Question)

  • Q1. Machine coding round: Create a console application to show flights between two cities in min no of hops
2

Coding Test Round

Was asked standard DSA questions, Leetcode medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for machine coding round. Only focus on the basic requirements first and just get the functionality right. You can share optimized approaches in the interview itself.
Interview experience
4
 Good
Difficulty level
 Hard
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Company Website and was interviewed in Apr 2024.

2 Interview Rounds

1

Coding Test Round (2 Questions)

  • Q1. Write a in memory backend for social media app
  • Q2. Write an in memory backend for a social media app in 90 mins
2

Coding Test Round

Problem solving and data structures (PSDS) round
Q1) there is a pattern of sorts
01
0110
01101001
0110100110010110
for every element in previous row new row is created based on the element i.e if you encounter 0 2 new elements are added to new row being 0 and then 1. If encontered 1 in previous row 2 new elements are added being first 1 and then 0.
question is given nth row and mth column of this pre existing pattern what will be the number ?


Q2) given an array of unordered elements and a number k. return an array of elements where you take every k elements and return highest among k elements.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice for machine code round and psds round if you clear these two rounds third is system design round. All the best

Skills evaluated in this interview

Flipkart interview questions for designations

 Software Developer II

 (3)

 Software Development Engineer

 (13)

 Software Development Engineer 1

 (2)

 Manager II

 (2)

 SDE (Software Development Engineer)

 (9)

 Software Development Engineer Intern

 (1)

 Software Development Engineer 3

 (1)

 Software Engineer

 (15)

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Approached by Company and was interviewed in Sep 2024.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Design a Social Media system
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 No response

I applied via Referral and was interviewed in Apr 2024.

1 Interview Round

1

Assignment Round

This was a system design round, something similar to calendar app. You need to make a calendar app to manage appointments for a clinic. Easy to implement, just remember whatever end time is decided during the intial explaination, you should get back to the main call by that time. No HR will be joining you breakout room to inform you the same. It may happen you are deep in your code to even know you have gone over time.

Software Development Engineer II Jobs at Flipkart

View all

Interview questions from similar companies

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Binary Search based optimisation question

2

One-on-one Round (2 Questions)

  • Q1. Tree based question, min cost to reach a node
  • Q2. LLD of product service in a e-commerce platform
Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

DSA coding test, 2 questions

2

Technical Round (2 Questions)

  • Q1. DSA round, asked one graph problem
  • Q2. Question around BFS
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

4 Interview Rounds

1

Coding Test Round

They have given coding test where 2 medium to easy level questions where asked

2

Technical Round (1 Question)

  • Q1. It was dsa round where easy to medium level 2 questions were asked , topic linked list and stack
3

Technical Round (1 Question)

  • Q1. This was a hld round
4

Technical Round (1 Question)

  • Q1. Final was hm round around projects
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

DSA Round (2 Questions)

  • Q1. Number of buildings from n coins
  • Q2. Get a maximum sum from picking corner elements

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA round 1:
2 questions were asked
1. Calculate number of buildings can be build from N coins when
from 1 coin required to build 1 building, 2 coins required for busling 2nd building, 3 coins required to build 3rd building,...

2. We have any array
2, 6, 4, 0, 9,1,5
we need to pick one element from left and one element from right i.e. extreme corners up to k times. get maximum sum.

Skills evaluated in this interview

Flipkart Interview FAQs

How many rounds are there in Flipkart Software Development Engineer II interview?
Flipkart interview process usually has 2-3 rounds. The most common rounds in the Flipkart interview process are Coding Test, Technical and Assignment.
How to prepare for Flipkart Software Development Engineer II interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Flipkart. The most common topics and skills that interviewers at Flipkart expect are Data Structures, Software Development, Java, SQL and C++.
What are the top questions asked in Flipkart Software Development Engineer II interview?

Some of the top questions asked at the Flipkart Software Development Engineer II interview -

  1. Machine coding round: Create a console application to show flights between two ...read more
  2. write an in memory backend for a social media app in 90 m...read more
  3. write a in memory backend for social media ...read more

Tell us how to improve this page.

Interview Process at Flipkart Software Development Engineer II

based on 6 interviews in last 1 year

2 Interview rounds

  • Coding Test Round 1
  • Coding Test Round 2
View more

People are getting interviews through

based on 4 Flipkart interviews
Company Website
Job Portal
Referral
25%
25%
25%
25% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
BigBasket Interview Questions
3.9
 • 341 Interviews
JustDial Interview Questions
3.5
 • 324 Interviews
Zomato Interview Questions
3.8
 • 313 Interviews
Info Edge Interview Questions
4.0
 • 307 Interviews
PolicyBazaar Interview Questions
3.6
 • 303 Interviews
Myntra Interview Questions
4.0
 • 204 Interviews
Naukri Interview Questions
4.0
 • 174 Interviews
Uber Interview Questions
4.2
 • 153 Interviews
View all
Flipkart Software Development Engineer II Salary
based on 247 salaries
₹18 L/yr - ₹48.8 L/yr
20% more than the average Software Development Engineer II Salary in India
View more details

Flipkart Software Development Engineer II Reviews and Ratings

based on 15 reviews

3.5/5

Rating in categories

4.0

Skill development

3.3

Work-Life balance

3.2

Salary & Benefits

4.3

Job Security

3.7

Company culture

3.3

Promotions/Appraisal

3.8

Work Satisfaction

Explore 15 Reviews and Ratings
Software Development Engineer II

Bangalore / Bengaluru

3-6 Yrs

₹ 25-41.1 LPA

Software Development Engineer II - Backend

Bangalore / Bengaluru

3-7 Yrs

₹ 25-40.30705 LPA

Explore more jobs
Senior Executive
2.5k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Team Lead
1.9k salaries
unlock blur

₹1.2 L/yr - ₹9.8 L/yr

Operations Executive
1.8k salaries
unlock blur

₹1.2 L/yr - ₹6.3 L/yr

Assistant Manager
1.5k salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Data Entry Operator
1.5k salaries
unlock blur

₹0.4 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Flipkart with

Amazon

4.1
Compare

Myntra

4.0
Compare

Snapdeal

3.9
Compare

Meesho

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview