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

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Flipkart Software Engineer Interview Questions and Answers

Updated 30 Nov 2024

Flipkart Software Engineer Interview Experiences

15 interviews found

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

It was a machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Similar to the other question
  • Q2. Give an array and an element sort the array with difference of that number to array elements
  • Ans. 

    Sort an array of strings by the difference of a given element to each array element.

    • Iterate through the array and calculate the absolute difference between the given element and each array element.

    • Sort the array based on the calculated differences.

    • Return the sorted array.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Data structure and algorithms
  • Q2. Database management system

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Nothing challenging- Coffee Machine Vending System

Round 2 - Coding Test 

Nothing Challenging - Coffee machine vending system

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

(2 Questions)

  • Q1. Data structure question
  • Q2. Design question on cheese board

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for machine coding

Flipkart interview questions for designations

 Software Development Engineer

 (13)

 Senior Software Engineer

 (3)

 Junior Software Engineer

 (1)

 Application Software Engineer

 (1)

 Software Development Engineer II

 (6)

 Software Development Engineer 1

 (2)

 Senior Software Engineer 2

 (1)

 Software Engineer Level 1

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Sort an array in descending order?
  • Ans. 

    Sort an array of strings in descending order.

    • Use a built-in sorting function like sort() with a custom comparator function.

    • In the comparator function, compare each pair of strings and return -1, 0, or 1 based on the desired order.

    • Example: array.sort((a, b) => b.localeCompare(a));

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your hobby?
  • Ans. 

    My hobby is playing the guitar and writing music.

    • I enjoy learning new songs and techniques on the guitar

    • I like to write my own music and lyrics

    • I sometimes perform at local open mic nights

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ps ds round leetcode medium questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

IT was a 1 hour test.

Round 2 - Group Discussion 

Easy topics were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good opportunity.

Software Engineer interview

user image Rachit Jain

posted on 19 Nov 2021

 · B.E. / B.Tech

Software Engineer Interview Questions & Answers

user image Mahesh Agrawal

posted on 11 Dec 2021

I applied via Job Portal and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Sort an array
  • Ans. 

    Sorts an array of strings in ascending order.

    • Use a sorting algorithm like bubble sort, selection sort, or merge sort.

    • Compare adjacent elements and swap them if they are in the wrong order.

    • Repeat the process until the array is sorted.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience overall.

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell us about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of data structures and algorithms

    • Proficient in programming languages such as Java, Python, and C++

    • Familiar with Agile development methodolog

  • Answered by AI
  • Q2. Why Flipkart
  • Ans. 

    Flipkart is a leading e-commerce platform in India with a strong focus on technology and innovation.

    • Flipkart offers a challenging and dynamic work environment for software engineers.

    • The company has a strong reputation for investing in technology and innovation.

    • Flipkart has a large user base and offers opportunities to work on a variety of projects.

    • The company has a strong focus on customer satisfaction and user experie...

  • Answered by AI
  • Q3. Are you comfortable to reallocate
  • Ans. 

    Yes, I am comfortable with reallocating as needed.

    • I am flexible and adaptable to changing circumstances.

    • I have experience working in dynamic environments where priorities can shift.

    • I am willing to take on new challenges and responsibilities as required.

  • Answered by AI
  • Q4. Why should we hire you
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a proven track record of delivering high-quality software.

    • Extensive experience in software development, including proficiency in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills demonstrated through successful completion of complex projects

    • Proven track record of delivering high-quality software on time a...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 2 problem statements to be coded using any language
Tips: Focussed on string manipulations and enormous data size handling
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: C/C++
College Name: Guru Premsukh Memorial College of Engineering

Flipkart Interview FAQs

How many rounds are there in Flipkart Software Engineer interview?
Flipkart interview process usually has 1-2 rounds. The most common rounds in the Flipkart interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Flipkart Software Engineer interview?

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

  1. give an array and an element sort the array with difference of that number to a...read more
  2. Sort an array in descending ord...read more
  3. sort an ar...read more

Tell us how to improve this page.

Flipkart Software Engineer Interview Process

based on 9 interviews

2 Interview rounds

  • Technical Round
  • HR Round
View more
Flipkart Software Engineer Salary
based on 228 salaries
₹8.9 L/yr - ₹34.6 L/yr
146% more than the average Software Engineer Salary in India
View more details

Flipkart Software Engineer Reviews and Ratings

based on 23 reviews

3.9/5

Rating in categories

4.1

Skill development

3.2

Work-life balance

3.5

Salary

3.8

Job security

3.7

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 23 Reviews and Ratings
Senior Executive
2.5k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Operations Executive
1.8k salaries
unlock blur

₹1.2 L/yr - ₹6.3 L/yr

Team Lead
1.8k salaries
unlock blur

₹1.2 L/yr - ₹9.8 L/yr

Assistant Manager
1.5k salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Executive
1.3k salaries
unlock blur

₹1.2 L/yr - ₹7 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