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.4k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Flipkart Graduate Trainee Interview Questions, Process, and Tips

Updated 27 May 2017

Top Flipkart Graduate Trainee Interview Questions and Answers

  • Q1. Given an array, how do you get the count of pairs that sum to even
  • 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 ...read more
  • Q3. How do you make 720 with 6 zeroes using mathematical operators?
View all 11 questions

Flipkart Graduate Trainee Interview Experiences

28 interviews found

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
  • 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 

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

Graduate Trainee Interview Questions Asked at Other Companies

asked in Flipkart
Q1. Given an array, how do you get the count of pairs that sum to eve ... read more
asked in TCS
Q2. Count Consonants In A StringGiven a string ‘STR’ which consists o ... read more
asked in Freshworks
Q3. Valid ParenthesesYou're given string ‘STR’ consisting solely of “ ... read more
asked in Freshworks
Q4. Invert a Binary TreeYou are provided with a Binary Tree and one o ... read more
asked in Freshworks
Q5. Merge Two Sorted ArraysNinja has been given two sorted integer ar ... read more

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, where it is headquartered in Bangalore,
Karnataka

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

Flipkart interview questions for designations

 Graduate Engineer Trainee (Get)

 (2)

 Management Trainee

 (9)

 Internship Trainee

 (2)

 job Trainee

 (1)

 Diploma Trainee Engineer

 (1)

 Software Trainee Intern

 (1)

 Data Entry Operator

 (53)

 Senior Executive

 (41)

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

Get interview-ready with Top Flipkart Interview Questions

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?
  • 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

  • Answered by AI
  • 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 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

Graduate Trainee Interview Questions & Answers

user image Priyadershita Singh

posted on 24 Mar 2015

Interview Preparation Tips

Round: Test
Experience: Since I was preparing for Cat 2015, My quant aptitude speed was above average. This helped me in cracking the test.
Tips: Do prepare for Cat. Even though one is not seriously considering it, it would help in cruising through the aptitude tests during placement.

Round: Group Discussion
Experience: During my GD, I came up with a few points, but they were too mainstream and nothing which would make the instructor notice me.I remember one boy stated that if India changes to Hindustan, We would be kept in the league of terrorism Stricken nations like Afganistan, Pakistan.I immediately Countered that such thinking is shown by narrow minded people,whose opinions shouldnt matter to us in first place.I guess that was a winning stroke for me. There were 10 guys, out of which 4 were selected for the next round.
Tips: Flipkart was quite known for taking GD on random topics, Like Blue vs Black, Joker vs Batman.I remember one group was told to choose their own GD topic.In such Cases, Background Study isnt of much help.It all comes down to the things one knows inherently, things which are accumulated by ones surrounding .In topics such as these, try to give out of the box solutions, so that the person remembers you during selection.Also, prior GD experience helps one in being calm and collected and to think clearly.
Duration: 10 minutes

College Name: IIT ROORKEE

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. How do you make 720 with 6 zeroes using mathematical operato...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
BigBasket Interview Questions
3.9
 • 345 Interviews
JustDial Interview Questions
3.5
 • 326 Interviews
Info Edge Interview Questions
4.0
 • 314 Interviews
Zomato Interview Questions
3.8
 • 313 Interviews
PolicyBazaar Interview Questions
3.6
 • 307 Interviews
Myntra Interview Questions
4.0
 • 208 Interviews
Naukri Interview Questions
4.0
 • 179 Interviews
Uber Interview Questions
4.2
 • 159 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 & Benefits

3.0

Job Security

3.0

Company culture

1.0

Promotions/Appraisal

2.0

Work Satisfaction

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

₹2 L/yr - ₹9 L/yr

Operations Executive
1.8k salaries
unlock blur

₹1.2 L/yr - ₹6.5 L/yr

Team Lead
1.8k salaries
unlock blur

₹1.2 L/yr - ₹10 L/yr

Assistant Manager
1.6k salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Executive
1.3k salaries
unlock blur

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