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.6k 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

Flipkart Software Development Engineer II Interview Experiences

6 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

LLD OF SOCIAL MEDIA SERVICE

Round 2 - Case Study 

CRICBUZZ DESIGN WAS ASKED .. I FAILED TERRIBLY

Round 3 - Coding Test 

ONE DP ON TREES AND ONE EASY QSN

Round 4 - One-on-one 

(2 Questions)

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

I applied via Job Portal

Round 1 - Coding Test 

(1 Question)

  • Q1. Design Command system
  • Ans. 

    Design a command system for executing various actions.

    • Define a set of commands with unique identifiers

    • Implement a command interface with an execute method

    • Create concrete command classes that implement the command interface

    • Use a command invoker to execute commands based on user input or triggers

  • Answered by AI
Round 2 - Coding Test 

Sliding window questions

Round 3 - Technical 

(1 Question)

  • Q1. Design book my show

Skills evaluated in this interview

Software Development Engineer II Interview Questions Asked at Other Companies

asked in Zepto
Q1. Given 2 large numeric comma seperated strings. You need to calcul ... read more
asked in Zepto
Q2. How many microservices do I own & at what scale they handle t ... read more
asked in Porter
Q3. 1. Given an array find a subset that sums to a given sum K 2. Giv ... read more
Q4. design a LLD of portfolio management system where you can add any ... read more
asked in S&P Global
Q5. Difference between truncate and delete and when we prefer what op ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

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

    Create a console application to show flights between two cities in min no of hops

    • Use graph traversal algorithms like BFS to find the shortest path between two cities

    • Represent cities and flights as nodes and edges in a graph data structure

    • Implement a console interface for users to input two cities and display the shortest path between them

  • Answered by AI
Round 2 - Coding Test 

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
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

(2 Questions)

  • Q1. Write a in memory backend for social media app
  • Ans. 

    Implement an in-memory backend for a social media app

    • Use a data structure like a hashmap to store user profiles, posts, and relationships

    • Implement functions for creating, updating, and deleting user profiles and posts

    • Handle relationships between users such as following and friend requests

  • Answered by AI
  • Q2. Write an in memory backend for a social media app in 90 mins
  • Ans. 

    Implement an in-memory backend for a social media app in 90 mins

    • Use a HashMap to store user profiles and posts

    • Implement methods for CRUD operations on user profiles and posts

    • Consider implementing data structures like LinkedList or PriorityQueue for managing posts in chronological order

  • Answered by AI
Round 2 - Coding Test 

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)

 SDE (Software Development Engineer)

 (9)

 Software Development Engineer 3

 (1)

 Software Development Engineer Intern

 (1)

 Manager II

 (2)

 Software Engineer

 (15)

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

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Design a Social Media system
  • Ans. 

    Design a Social Media system

    • User authentication and authorization

    • Ability to create and share posts

    • Friend/follow system

    • News feed algorithm to display relevant content

    • Messaging feature for private communication

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Assignment 

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
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Binary Search based optimisation question

Round 2 - One-on-one 

(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
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was a leetcode hard problem, optimised solution was done with DSU.
Round 2 - Coding Test 

Two more coding rounds - Can remember the questions

Round 3 - Technical 

(1 Question)

  • Q1. LLD Round - can't remember the exact question
Round 4 - Technical 

(1 Question)

  • Q1. HLD Round - ecom with most popular items
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain your Project and resume based questions.
  • Q2. Architecture of your Project
  • Q3. Database Design Question. How will you store category, sub-category and further subcategories in Database. Consider the category menulist list of Flipkart for example.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Low-Level Design of Parking Lot.
  • Ans. 

    Design a parking lot system including classes, functions, and data structures.

    • Create a ParkingLot class with attributes like capacity, available spots, and a list of parking spots.

    • Implement a Vehicle class with attributes like license plate number, size, and type.

    • Design a ParkingSpot class with attributes like spot number, availability, and size.

    • Use data structures like arrays or lists to manage parking spots and vehic...

  • Answered by AI
  • Q2. Don't miss out interior details e.g. addressing parallel access using locks if needed.
Round 3 - One-on-one 

(3 Questions)

  • Q1. Mixed of Technical and HR Round.
  • Q2. Resume based questions.
  • Q3. Had to explain of software practices followed in my projects such as proper unit testing, CI/CD deployment process, scrum practices etc.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

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

Round 2 - Technical 

(1 Question)

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

(1 Question)

  • Q1. This was a hld round
Round 4 - Technical 

(1 Question)

  • Q1. Final was hm round around projects

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 One-on-one Round.
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.

Flipkart Software Development Engineer II Interview Process

based on 7 interviews

2 Interview rounds

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

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
BigBasket Interview Questions
3.9
 • 350 Interviews
PolicyBazaar Interview Questions
3.6
 • 342 Interviews
JustDial Interview Questions
3.5
 • 328 Interviews
Info Edge Interview Questions
3.9
 • 318 Interviews
Zomato Interview Questions
3.8
 • 316 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Naukri Interview Questions
4.0
 • 184 Interviews
Uber Interview Questions
4.2
 • 164 Interviews
View all
Flipkart Software Development Engineer II Salary
based on 242 salaries
₹16 L/yr - ₹46.3 L/yr
18% more than the average Software Development Engineer II Salary in India
View more details

Flipkart Software Development Engineer II Reviews and Ratings

based on 16 reviews

3.4/5

Rating in categories

3.9

Skill development

3.1

Work-life balance

3.2

Salary

4.1

Job security

3.5

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 16 Reviews and Ratings
Software Development Engineer II

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Explore more jobs
Senior Executive
2.4k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Team Lead
1.9k salaries
unlock blur

₹1.2 L/yr - ₹9.7 L/yr

Operations Executive
1.8k salaries
unlock blur

₹1.2 L/yr - ₹6.3 L/yr

Assistant Manager
1.5k salaries
unlock blur

₹5.9 L/yr - ₹21.6 L/yr

Data Entry Operator
1.4k salaries
unlock blur

₹0.6 L/yr - ₹4 L/yr

Explore more salaries
Compare Flipkart with

Amazon

4.1
Compare

Myntra

4.0
Compare

Snapdeal

3.8
Compare

Meesho

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview