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 Developer Intern Interview Questions, Process, and Tips

Updated 18 Jun 2024

Top Flipkart Software Developer Intern Interview Questions and Answers

  • Q1. Longest Decreasing Subsequence You are given an array/list ARR consisting of N integers. Your task is to find the length of the longest decreasing subsequence. A subseque ...read more
  • Q2. Reverse Linked List Given a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -> 2 -> 3 ...read more
  • Q3. Longest Palindromic Substring You are given a string (STR) of length N. Your task is to find the longest palindromic substring. If there is more than one palindromic subs ...read more
View all 11 questions

6 Flipkart Software Developer Intern Interview Experiences

14 questions found

Sort by: Popular
Interview experience
3
 Average
Difficulty level
 Hard
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Unstop and was interviewed in Dec 2023.

2 Interview Rounds

1

DSA Round (2 Questions)

  • Q1. Valid BT or not
  • Q2. Make complete row and column zero in a matrix for each element that is already 0
2

Coding Test Round

Similar to Round 1 but more hard questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your preparation well.
Focus more on explaining than solving.

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Design parking lot app
  • Q2. Design parking lot app for blind people

Skills evaluated in this interview

Get interview-ready with top interview questions

Software Developer Intern Interview Questions

user image Shock Smoke

posted on 12 Dec 2022

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

3 coding questions were asked of moderate difficulty level

2

Interview Round (2 Questions)

  • Q1. Dynamic programming question similar to regex
  • Q2. Dynamic programming a little twisted from previous ques

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a strong grasp on problem solving. I was asked problems based on dynamic programming in interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Oct 2020.

1 Interview Round

1

Coding Test Round (2 Questions)

Round duration - 75 minutes
Round difficulty - Hard

Round was scheduled in the evening within a window of two hours.

  • Q1. Reverse Linked List Given a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1...read more
  • Q2. Minimum steps to reach target by a Knight You have been given a square chessboard of size ‘N x N’. The position coordinates of the Knight and the position coord...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in BangaloreEligibility criteriaabove 7.5 cgpa, all branchesFlipkart interview preparation:Topics to prepare for the interview - DBMS, OS, SQL, graphs, binary search, pointers, linked list, avl trees, queues and stacks, etcTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Your basics should be very clear about data structures and algorithms. 
Tip 2 : Try to solve questions in a specific time frame. Also dry run your code with custom test cases, try to find the edge cases.
Apart from this try analyzing the time and space complexity of your solution.
Tip 3 : Take a look at editorials after solving the questions as it can give you a better approach to the problem.
Tip 4 : Don't neglect subjects like OOP's, DBMS and OS. Interviews ask few questions from here as well.

Application resume tips for other job seekers

Tip 1 : not too short or too long
Tip 2 : scale up the basic technologies in resume

Final outcome of the interviewRejected

Skills evaluated in this interview

Flipkart interview questions for designations

 Software Developer

 (41)

 Software Developer II

 (3)

 Senior Software Developer

 (1)

 Software Trainee Intern

 (1)

 SDE Intern

 (2)

 Software Development Engineer Intern

 (1)

 Intern

 (8)

 Software Engineer

 (15)

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Sep 2020.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 65 minutes
Round difficulty - Medium

This online assessment comprised of 12 questions with 2 coding questions and 10 MCQs.
Coding Questions:
It was one of the most common Dynamic Programming problems: Longest decreasing sub-sequence.
It was an easy question that needed us to find out the mean, median and mode in an array.

  • Q1. Longest Decreasing Subsequence You are given an array/list ARR consisting of N integers. Your task is to find the length of the longest decreasing subsequence. ...read more
  • Q2. Remove All The Palindromes Sushant is learning about palindromes. One day his teacher gave him a string ‘STR’ consisting of only the lowercase letters and asked...read more
2

Video Call Round (2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

There was only one interviewer, I was asked one coding question followed by one puzzle.

  • Q1. Ways To Make Coin Change You are given an infinite supply of coins of each of denominations D = {D0, D1, D2, D3, ...... Dn-1}. You need to figure out the total ...read more
  • Q2. Puzzle There are 3 mislabeled jars, with apple and oranges in the first and second jar respectively. The third jar contains a mixture of apples and oranges. You...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteriaAll students and branches were allowedFlipkart interview preparation:Topics to prepare for the interview - DSA, bit manipulation, codeforces coding practiceTime required to prepare for the interview - 12 months regularlyInterview preparation tips for other job seekers

Tip 1 : Regular practice
Tip 2 : Good command over DSA
Tip 3 : Good communication skills are also important

Application resume tips for other job seekers

Tip 1 : Should be short and descriptive
Tip 2 : Team projects are helpful

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 6 Jan 2022

I was interviewed before Jan 2021.

1 Interview Round

1

Coding Test Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Hard

This round was held on Hackerearth and had 2 questions of Medium-Hard difficulty. Both were based on concepts of DP.
The use of offline IDE was prohibited so we were supposed to code it on Hackerearth IDE itself. I was able to code the second problem well with only 3 Test Cases failing but was stuck on the first problem for quite a long time and wasn't able to pass all the major Test Cases .

  • Q1. Binary Tree Cameras Given a binary tree, we need to install cameras on the nodes of the tree. Each camera at a node monitors its parent, itself, and its immedia...read more
  • Q2. Longest Palindromic Substring You are given a string (STR) of length N. Your task is to find the longest palindromic substring. If there is more than one palind...read more

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAFlipkart interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
 Excellent
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Campus Placement and was interviewed in Mar 2024.

2 Interview Rounds

1

Coding Test Round

Graphs ,arrays , Hashmaps and Heaps

2

One-on-one Round (2 Questions)

  • Q1. Graphs related dfs
  • Q2. Changes on graph structure

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 Easy
Duration
 2-4 weeks
Result
 Not Selected

I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed in Sep 2023.

2 Interview Rounds

1

Coding Test Round

It consists of aptitude and 2 easy coding questions

2

One-on-one Round (2 Questions)

  • Q1. Tell about your project
  • Q2. Some basic SQL question

Interview Preparation Tips

Topics to prepare for PolicyBazaar Software Developer Intern interview:
  • DSA
  • SQL
  • Web Development

I was interviewed in May 2022.

2 Interview Rounds

1

Face to Face Round (2 Questions)

Round duration - 150 minutes
Round difficulty - Medium

The interview was scheduled at 6 pm and the duration of the interview was 1.5 hrs but went for around 2.5 hrs. The interviewer started with a brief intro about me. Asked me some coding questions. After coding questions he started asking questions on dbms like difference between sql and no sql, what is horizontal and vertical scaling and when we use them. Then some questions on computer networks like how web browsers works, different between http and HTTPS, what is TCP. After this he asked about my projects and the technology I worked on during the intern.

  • Q1. Snake and Ladder You have been given a Snake and Ladder Board with 'N' rows and 'N' columns with the numbers written from 1 to (N*N) starting fr...read more
  • Q2. Deletion In Doubly Linked List You are given a Doubly Linked List of ‘N’ positive integers. Your task is to delete a node at position ‘POS’ in the linked list. ...read more
2

HR Round (1 Question)

Round duration - 20 minutes
Round difficulty - Easy

  • Q1. Basic HR Questions

    Why should we hire you?

    What keeps you motivated?

Interview Preparation Tips

Eligibility criteriaNeed good projects in your resume.Zomato interview preparation:Topics to prepare for the interview - Dsa, computer networks, operating system, system design, dbmsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Study all the concepts of dbms and cn deeply
Tip 2 : Zomato focus on development, so you have to do some good projects or should have previous internship experience.

Application resume tips for other job seekers

Tip 1 : Have good Projects
Tip 2 : Study all the topics deeply that u mentioned in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2021.

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your DSA a lot, for any fresher DSA matters the most to get into PBCs along with your CS Core subjects like OS, CN, DBMS.

Flipkart Interview FAQs

How many rounds are there in Flipkart Software Developer Intern interview?
Flipkart interview process usually has 2 rounds. The most common rounds in the Flipkart interview process are Coding Test, Resume Shortlist and Technical.
What are the top questions asked in Flipkart Software Developer Intern interview?

Some of the top questions asked at the Flipkart Software Developer Intern interview -

  1. Make complete row and column zero in a matrix for each element that is alread...read more
  2. Design parking lot app for blind peo...read more
  3. Design parking lot ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Flipkart interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Flipkart Software Developer Intern Salary
based on 6 salaries
₹18 L/yr - ₹38 L/yr
340% more than the average Software Developer Intern Salary in India
View more details

Flipkart Software Developer Intern Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

2.7

Skill development

4.7

Work-Life balance

3.3

Salary & Benefits

3.3

Job Security

4.0

Company culture

3.0

Promotions/Appraisal

3.7

Work Satisfaction

Explore 2 Reviews and Ratings
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.5 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