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 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Flipkart Graduate Trainee Interview Questions and Answers

Updated 27 May 2017

12 Interview questions

A Graduate Trainee was asked
Q. Implement a queue using stacks.
Ans. 

Queue implementation using stacks

  • Use two stacks to implement a queue

  • One stack for enqueue operation and another for dequeue operation

  • When enqueue is called, push the element onto the enqueue stack

  • When dequeue is called, if the dequeue stack is empty, transfer all elements from enqueue stack to dequeue stack

  • Pop the top element from the dequeue stack to perform dequeue operation

A Graduate Trainee was asked
Q. Given an array, how do you find the number of pairs that sum to an even number?
Ans. 

Count the number of pairs in an array that sum to an even number.

  • Iterate through the array and check each pair of elements.

  • If the sum of the pair is divisible by 2, increment the count.

  • Return the count of pairs that sum to an even number.

Graduate Trainee Interview Questions Asked at Other Companies

asked in Flipkart
Q1. Given an array, how do you find the number of pairs that sum to a ... read more
asked in Freshworks
Q2. Invert a Binary Tree You are provided with a Binary Tree and one ... read more
asked in Freshworks
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Freshworks
Q4. Deepest Left Leaf Node Problem Statement You are provided with a ... read more
asked in TCS
Q5. Consonant Counting Problem Statement Given a string STR comprisin ... read more
A Graduate Trainee was asked
Q. Given an array, how do you find the number of pairs that sum to an odd number?
Ans. 

Count the number of pairs in an array that sum to an odd number.

  • Iterate through the array and check each pair of elements.

  • Use a nested loop to compare each element with every other element.

  • Keep a count of pairs that sum to an odd number.

A Graduate Trainee was asked
Q. Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. Implement the MinStack class: MinStack() initializes the stack object. void push(int val) pushes the element...
Ans. 

The minimum value in a stack needs to be found.

  • Traverse the stack and compare each element to find the minimum value.

  • Use an auxiliary stack to keep track of the minimum value at each step.

  • If the stack is empty, return an error message.

What people are saying about Flipkart

View All
a news reporter
2w
I knew Flipkart was bad but OH Boy!
Ordered milk via Flipkart Minutes. Got a packet with no expiry, MRP, or mfg. date! Looks like dates are printed after the order but this time, they forgot. 🤦‍♂️ Is Flipkart compromising on food safety in the rush to deliver fast?
FeedCard Image
Got a question about Flipkart?
Ask anonymously on communities.
A Graduate Trainee was asked
Q. You are getting requests for room allotment, each request will have the start time and end time of the request. Print the minimum number of rooms required to support all requests.
Ans. 

Calculate the minimum number of rooms needed for overlapping time requests.

  • Sort all requests by start time.

  • Use a priority queue to track end times of rooms in use.

  • For each request, check if a room is free (end time <= start time).

  • If a room is free, reuse it; otherwise, allocate a new room.

  • Example: Requests [(1, 4), (2, 3), (3, 5)] need 2 rooms.

A Graduate Trainee was asked
Q. Given the probability distribution of sales in various areas, how do you group items ordered at different points in time to ensure they reach customers in the shortest possible time?
Ans. 

Group items ordered at different points of time based on probability distribution of sales to ensure shortest delivery time.

  • Analyze the probability distribution of sales in various areas

  • Identify the areas with higher sales probability and prioritize them

  • Group items ordered from the same area together

  • Use efficient delivery routes to minimize delivery time

  • Utilize technology to track and optimize delivery routes

  • Colla...

A Graduate Trainee was asked
Q. Flipkart charges a shipping fee for orders below Rs. 500. How can you avoid this fee if you have an item costing less than Rs. 500 and you don't want to pay for shipping?
Ans. 

Add more items to the cart to reach the minimum order amount of Rs. 500 and avoid shipping charges.

  • Check for other items that you may need and add them to the cart

  • Look for items that are on sale or have discounts to reach the minimum order amount

  • Consider buying in bulk to save on shipping charges

  • Check if there are any promo codes or coupons available to waive off shipping charges

Are these interview questions helpful?
A Graduate Trainee was asked
Q. I want to sell TV sets in my market. How do I go about it?
Ans. 

To sell TV sets in the market, research the target audience, identify competitors, set competitive prices, and create effective marketing strategies.

  • Conduct market research to identify the target audience and their preferences

  • Identify competitors and their pricing strategies

  • Set competitive prices for the TV sets

  • Create effective marketing strategies such as advertising, promotions, and social media campaigns

  • Establi...

🔥 Asked by recruiter 2 times
A Graduate Trainee was asked
Q. What things should be kept in mind while making a deal with a book vendor?
Ans. 

When making a deal with a book vendor, keep in mind factors such as pricing, quality, delivery time, and return policies.

  • Consider the pricing of the books and negotiate if necessary

  • Ensure the quality of the books meets your standards

  • Discuss delivery time and ensure it aligns with your needs

  • Check the vendor's return policies in case of any issues

  • Consider the reputation of the vendor in the market

A Graduate Trainee was asked
Q. Estimate the number of vehicles on Chennai roads between 5 PM and 6 PM.
Ans. 

It is impossible to accurately guess the number of vehicles on Chennai roads between 5 to 6 without any data.

  • The number of vehicles on the road can vary depending on the day, time, and weather conditions.

  • Factors such as rush hour traffic, accidents, and road closures can also affect the number of vehicles on the road.

  • Without any data or context, it is impossible to make an accurate guess.

  • However, we can estimate b...

Flipkart Graduate Trainee Interview Experiences

28 interviews found

Interview Preparation Tips

Round: Test
Experience: 4 rounds of Online Tests.
 Aptitude Test (CAT level) 60 minutes
Tips: 100 students were shortlisted from written test

Round: Group Discussion
Experience: In GD there were 8 people in 1 group. Topic to be discussed was “Future of E-commerce in India”

Round: HR Interview
Experience: Interview :
Two rounds of interview.
 First Round :
Primarily HR, some industry specific questions and a few case questions.

Round: Stress Interview
Experience: This Was the Second round: It was a stress interview, completely unrelated to the industry, but was focused on the interviewee’s future plans.
Tips: Preparation :  Aptitude Preparation-CAT prep helps.  Have Knowledge about the company.  Prepare for Case studies.

College Name: IIT MADRAS
Motivation: Flipkart is an e-commerce company founded in 2007 by Sachin Bansal and Binny Bansal. It
is registered in Singapore and operates in India&#44; where it is headquartered in Bangalore,
Karnataka

Interview Questionnaire 

3 Questions

  • Q1. I want to expand the e-commerce market to rural areas. How do I go about it?
  • Ans. 

    To expand e-commerce to rural areas, focus on improving internet connectivity, offering localized products, and providing affordable delivery options.

    • Partner with local internet service providers to improve connectivity

    • Offer products that are relevant to rural areas, such as agricultural equipment or traditional handicrafts

    • Provide affordable and reliable delivery options, such as partnering with local delivery services...

  • Answered by AI
  • Q2. I want to sell TV sets in my market. How do I go about it?
  • Ans. 

    To sell TV sets in the market, research the target audience, identify competitors, set competitive prices, and create effective marketing strategies.

    • Conduct market research to identify the target audience and their preferences

    • Identify competitors and their pricing strategies

    • Set competitive prices for the TV sets

    • Create effective marketing strategies such as advertising, promotions, and social media campaigns

    • Establish pa...

  • Answered by AI
  • Q3. You were an IPR head. When was your last meeting? What did you discuss?
  • Ans. 

    My last meeting as IPR head was on 15th June. We discussed the trademark registration process for a new product line.

    • Last meeting was on 15th June

    • Discussed trademark registration process for new product line

    • Reviewed pending trademark applications

    • Discussed strategies to protect company's intellectual property

    • Brainstormed ideas for new trademarks

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: General quant, verbal ( Questions like those in GRE and CAT), Reasoning, Logic, Brainteasers, They were fairly simple.
Duration: 60 minutes

Round: Group Discussion
Tips: Depends on your resume. CG wasn't a criterion.
Duration: 15-20 minutes

Round: Other Interview
Experience: There were 2 rounds. Resume based. Checked authenticity. There were puzzles, guesstimates, Case study.
Tips: Case Study (Very Imp) and in depth about any projects you have done.

Skill Tips: Did some groundwork on the company about their current venture s( at the time, big billion day was around the corner), have some idea about the state of e-commerce in India. Concepts from Management minor proved to be useful. Build good resume. Should be able to talk at length on each of your POR's and what your role was.
Skills: Communication, Professionalism
College Name: IIT MADRAS

Interview Questionnaire 

5 Questions

  • Q1. Given an array, how do you get the count of pairs that sum to even
  • Ans. 

    Count the number of pairs in an array that sum to an even number.

    • Iterate through the array and check each pair of elements.

    • If the sum of the pair is divisible by 2, increment the count.

    • Return the count of pairs that sum to an even number.

  • Answered by AI
  • Q2. Given an array, how do you get the count of pairs that sum to odd
  • Ans. 

    Count the number of pairs in an array that sum to an odd number.

    • Iterate through the array and check each pair of elements.

    • Use a nested loop to compare each element with every other element.

    • Keep a count of pairs that sum to an odd number.

  • Answered by AI
  • Q3. You are getting requests for room allotment, each request will have the start time and end time of the request. Print the minimum number of room required to support all requests
  • Ans. 

    Calculate the minimum number of rooms needed for overlapping time requests.

    • Sort all requests by start time.

    • Use a priority queue to track end times of rooms in use.

    • For each request, check if a room is free (end time <= start time).

    • If a room is free, reuse it; otherwise, allocate a new room.

    • Example: Requests [(1, 4), (2, 3), (3, 5)] need 2 rooms.

  • Answered by AI
  • Q4. MinValue in stack
  • Ans. 

    The minimum value in a stack needs to be found.

    • Traverse the stack and compare each element to find the minimum value.

    • Use an auxiliary stack to keep track of the minimum value at each step.

    • If the stack is empty, return an error message.

  • Answered by AI
  • Q5. Queue implementation using stacks
  • Ans. 

    Queue implementation using stacks

    • Use two stacks to implement a queue

    • One stack for enqueue operation and another for dequeue operation

    • When enqueue is called, push the element onto the enqueue stack

    • When dequeue is called, if the dequeue stack is empty, transfer all elements from enqueue stack to dequeue stack

    • Pop the top element from the dequeue stack to perform dequeue operation

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 1)A Diamond is present on the nth step. A Boy wants to get it. He can jump either j steps or 1 step at a time. In how many steps will he get the Diamond(Very Easy)

2)This question can be solved either by DP or memoization. (Hard)

int one=0,zero=0;

void reco(int n){

if(n
Tips: The programs asked in this round are not lengthy, but takes a lot of time to thing, after that debugging is another issue.

So, choose your language wisely and learn its Standard library

C++ programmers learn how to use STL

Java also has standard library check it out.

practice easy level in hackerrank for few days and later shift to medium and hard
Total Questions: 2

Round: Test
Experience: You are provided with n and m values which denote the rows and columns

Rajesh starts from top most node(0,0)

1-He moves towards the point towards his right.

2-if he cannot move one point to the right, he rotates right and then takes the path to the right

3-if after performing 4 rotate operations , if he cannot move then he would stop.

print the number of nodes reached by him


sample 1:

3 3

output : 9

explanation:

rajesh faces -> direction first

the traversal is

1 2 9

4 3 8

5 6 7
Tips: If u look at the problem

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Take me through your resume
  • Q2. What is that one POR you enjoyed the most?
  • Q3. What do you think are the problems?
  • Q4. Why Flipkart?

Interview Preparation Tips

Round: Test
Experience: Questions related to aptitude and verbal ability. Similar to CAT level questions. Speed and accuracy is important.
Tips: Aptitude and Verbal are important for any placement test for that matter. Start and practice well before the tests. Don't miss your dream company because of  your poor performance in tests. The more you practice, the easier you can get through.
Duration: 75 minutes
Total Questions: 60

Round: Group Discussion
Experience: The topic is to test how much you are inclined to the industry. Moderators are very helpful. Topic is the same for all the groups. One min time to prepare for  the topic, about 10 min to discuss. Chance is given for everyone to conclude after GD.
Tips: You need to make relevant points. Even if we are struggling to make a step, they will help us.
Duration: 15 minutes

General Tips: 1. Aptitude and Verbal are important



2. It is important to define and understand the topic more than paying attention to start and conclude the GD. Knowledge on topic is important in GDs.. Allowing and involving other people shows how well you can perform in a team.
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: Test was conducted on basic aptitude and entrepreneur based questions.According to the test results, 120 were shortlisted.

Round: Group Discussion
Experience: 60 were shortlisted after being judged in this round.

Round: Case Study Interview
Experience: In this round,questions were asked like if getting complaints that Flipkart TVs were damaged, what will be the solution to it? .Around 25 were shortlisted after this round.

Round: HR Interview
Experience: In this round questions put up were based on a candidate's resume and after being judged 19 were shortlisted .

Skills: Aptitude, Optimization may help.
College Name: IIT MADRAS

Interview Questionnaire 

3 Questions

  • Q1. How do you make 720 with 6 zeroes using mathematical operators?
  • Q2. Flipkart charges a shipping charge if the order amount is less than Rs. 500. How do you avoid it if you have an item which is less than 500 yet you do not want to pay for shipping?
  • Q3. Given the probability distribution of the sales in various areas, how do you make sure that you group items ordered at different points of time so that it reaches the customers within the shortest possible...
  • Ans. 

    Group items ordered at different points of time based on probability distribution of sales to ensure shortest delivery time.

    • Analyze the probability distribution of sales in various areas

    • Identify the areas with higher sales probability and prioritize them

    • Group items ordered from the same area together

    • Use efficient delivery routes to minimize delivery time

    • Utilize technology to track and optimize delivery routes

    • Collaborat...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The questions were mainly from Verbal ability, Reading comprehension, Mathematical ability and logical reasoning. All of them were MCQ with +3 for right answer and -1 for wrong answers I think.
Duration: 60 minutes minutes

Round: Group Discussion
Experience: 100 students were divided into 16 groups. That comes something like 6-7 per group. The duration of the GD was 15-20 mins depending on the group. The evaluators mainly looked at our body language, the way we put across our points in the discussion, the quality of the points we told and finally our involvement in the discussion.

Round: HR Interview
Experience: There were two rounds of interview:
1st round: This round was a good mix of technical and HR questions for about 25 min if I remember correctly. I was asked a few puzzles,a guesstimate and HR questions like:Tell me about yourself,What are your strengths and weaknesses?,Why do you want to join Flipkart ? Tell me the latest news about Flipkart ? Estimate the market size of groceries in India?,Do you think entering into e-grocery business is a good idea? Some puzzles were also asked 
2nd round: A few cases studies I prepared for Finance and E-commerce. I took 3 Finance courses (one of them being my minor) from the Institute and registered for a few online Finance courses to gain insights into the subject.Also did a small project as a part of my minor.I have been following E-commerce industry closely from 2013 by reading articles online and the ET.
Tips: Do’s: 1. be confident; Follow the company on media if possible to increase your confidence 2. Know the company & profile well before you go to the interview
Don’ts:1. don’t lie to the interview about thing that you have not done or about something you do not have much idea about. 2. Don’t discuss anything relatedyour pay scale. If the interviewer brings up that, gently brush it aside

General Tips: Choose your passion!



Don’t be chasing things which others think are ‘cool-stuff’ to do. If you are really talented in your passion you can become the next ‘cool’



1stYears: Try to put fight to get an awesome CGPA in the two semesters. It will be easier to maintain a good CG thereafter. Say NO to other extra-curricular activities but do keep track of them as you SHOULD do some for a good resume. A simple vol-ship may be okay if it is not time consuming.



2ndyears: Decide whether you want to pursue your branch further or not. If yes, start reading more about your interest, do some projects and learn some academic software like MATLAB, Origin Pro etc. If you are not interested, then try various fields like Finance, Analytics.



3rd& 4thyears: Don’t leave any opportunity in your chosen field and make use of all that insti can provide you
Skill Tips: August would be the right time to start.



Rather than starting early, I think having a time-table for self would help a lot and make us stress-free.The material provided by the placement website is sufficient. But please form a coherent group of your wing-mates or friends so that you are not stressed out in your preparation. Group preparation does more good than harm. But make sure not to waste time! Pre-final semester....very precious!!!
College Name: IIT MADRAS
Motivation: I got selected for Flipkart because I was well oriented for E-Commerce industry and well-versed with the jargon of that industry.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume points like PoRs matter for only top companies like BCG, McKinsey. If resume is poor, have to compensate by doing well in tests.

Round: Test
Experience: Usual non-core pattern. Quant, logic, datainterpretation, English.

Round: Guesstimate Interview
Experience: Had worked on a project in TIFR. Was asked, if you are to sell this, how much will you sell this for? “In a football field,calculate the distance run by a player”.

General Tips: Prepare for CAT. Start

preparing in July.
Skill Tips: Get your resume reviewed from your seniorsStart preparation for quants by end of July. Had help from alumni too.
Skills: English based
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: Usual non-core pattern. Quant, logic, data interpretation, English.

Round: HR Interview
Experience: Guesstimate was asked. I was asked, if you are to sellthis, how much will you sell this for?“In a football field, calculate the distance run by a player”.

College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: Preparation for test: CAT prep is required to crack the tests. For math, practise quant questions in CAT; for logical & data structures,

Round: Group Discussion
Tips: Preparation for GDs- Attend mock sessions, read about the industry.  Topic asked in this GD: Discuss about the economic future of India.

Round: HR Interview
Tips: Preparation for Interview:  Learn Puzzles  Be prepared for technical questions also interview  For Case studies refer to first 40 pages of ‘case in point’- focus on profitability  Useful websites: ‘Master the Case’. Practise in teams of 2-3.  HR round was for 15-20mins. Check out ‘Youtube tutorials’ for help.  Guesstimates can also be expected. Mostly approach towards the question is only tested.

College Name: IIT MADRAS

Graduate Trainee Interview Questions & Answers

user image Kaushal Yadav

posted on 18 Jan 2015

Interview Questionnaire 

4 Questions

  • Q1. Basic situations questions like how do you manage people in work space and all?
  • Q2. CV questions may be there
  • Q3. Market size of electronics sold through all e-commerce websites together?
  • Ans. 

    The market size of electronics sold through all e-commerce websites is difficult to estimate accurately.

    • The market size of electronics sold through e-commerce websites is constantly changing due to the dynamic nature of the industry.

    • Factors such as the popularity of certain products, the emergence of new technologies, and changes in consumer behavior can all impact the market size.

    • However, some estimates suggest that t...

  • Answered by AI
  • Q4. There will be CV questions as well in this round

Interview Preparation Tips

Round: Test
Experience: Test was conducted through CoCubes Portal and there was no negative marking. Three sections has 20 questions each and there was no restriction on time for individual sections. I was confident about 50 questions and probably that was close to the cut-off for shortlist.
Tips: The questions are going to be easy. If you have prepared well for the CAT, it's not gonna be tough. Attempt Quantitative Analysis first and proceed with the other sections as per your convenience. There's no negative marking so make sure you attempt all the questions.
Duration: 60 minutes
Total Questions: 60

Round: Group Discussion
Experience: I started the GD, made 2-3 good points and concluded. The GD went ahead in a good direction and that's probably the reason 6-7 people of 10 were selected.
Tips: - Try to be a leader right from the beginning
- Make sure GD doesn't become a fish market else all the group members will end up with nothing
- Read about e-commerce regularly. Be aware of all the developments.
- After you have made your points, give opportunities to others who haven't been able to speak. Helps you a lot.
- Prepare in groups. It was a real game changer for me.
Duration: 15 minutes

Round: Guesstimate Interview
Experience: Didn't do it really well. Was stuck initially but came on the right track by the end.
Tips: This is one part where you need preparation. You MUST have an idea as to how to approach these type of questions. A cliche but yeah, answer isn't important, approach is. Ask your friends in IITs regarding books, especially from IIT B. Group studies help, believe it or not.

Round: HR Interview
Experience: My answers were a little short and I think I could have done better there.
Tips: Take your time to think. Think of the most practical answer as in what you really would have done had you been in that situation. Explain why did you do so. Out of the box suggestions may work but they have their own risks. Use them if you're confidant.

College Name: IIT KHARAGPUR

Flipkart Interview FAQs

What are the top questions asked in Flipkart Graduate Trainee interview?

Some of the top questions asked at the Flipkart Graduate Trainee interview -

  1. Given an array, how do you get the count of pairs that sum to e...read more
  2. Flipkart charges a shipping charge if the order amount is less than Rs. 500. Ho...read more
  3. Given the probability distribution of the sales in various areas, how do you ma...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.3k Interviews
PolicyBazaar Interview Questions
3.7
 • 469 Interviews
BigBasket Interview Questions
3.9
 • 393 Interviews
JustDial Interview Questions
3.5
 • 356 Interviews
Info Edge Interview Questions
3.9
 • 348 Interviews
Eternal Limited Interview Questions
3.7
 • 327 Interviews
Naukri Interview Questions
4.1
 • 200 Interviews
Uber Interview Questions
4.2
 • 155 Interviews
View all

Flipkart Graduate Trainee Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Senior Executive
2.5k salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Operations Executive
1.9k salaries
unlock blur

₹2.2 L/yr - ₹6.3 L/yr

Assistant Manager
1.8k salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Team Lead
1.6k salaries
unlock blur

₹3.6 L/yr - ₹8.2 L/yr

Executive
1.4k salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Explore more salaries
Compare Flipkart with

Amazon

4.0
Compare

Myntra

3.9
Compare

Snapdeal

3.8
Compare

Meesho

3.7
Compare
write
Share an Interview