Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Flipkart

      Part of Walmart

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Flipkart reviews | Flipkart jobs | Flipkart salaries | Flipkart benefits
      Flipkart interviewsFlipkart Software Development Engineer I interviewsFlipkart interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Amazon
      3.7★Compensation and benefits
      avatar
      Google
      4.5★Compensation and benefits
      avatar
      Booking.com
      4.2★Compensation and benefits
      avatar
      Amazon Web Services
      3.9★Compensation and benefits

      Software Development Engineer I Interview

      19 Apr 2021
      Anonymous employee
      Bengaluru

      Other Software Development Engineer I interview reviews for Flipkart

      Software Development Engineer Interview

      18 May 2024
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied through other source. The process took 4 days. I interviewed at Flipkart (Bengaluru) in Feb 2021

      Interview

      applied through linkedin connection referral. Due to the pandemic, all the interview rounds were conducted virtually. interview comprises of 4 rounds .1st round was machine coding, followed by two technical and one managerial round.

      Interview questions [5]

      Question 1

      Round 1 (Machine Coding Round)(90 mins): Give a brief about your projects Problem statement: Digital wallet implementation There are several functionalities need to be implemented. All the test cases should pass. functionalities to implement: --> create wallet(accountholder, amount) //creates wallet and initialise balance --> transferMoney(acc1, acc2, amount) // transfer money from acc1 to acc2 --> statement(acc) // type of transfer(credit/debit), fromacc/toacc, amount --> offer1 --> acc_bal1 == acc_bal2 // after transaction if both acc bal are equal, then both are credited with 10/- --> offer2 --> 3 top customers --> 10 , 5, 2 (no of trans, acc_bal, creation_time) // top3 customers based on priority mentioned gets 10/-,5/-,2/- --> Overview(acc[]) // accholer, balance of all the customers After executing, interviewer asks for code walkthrough. PFA my answer for above problem.
      Answer question

      Question 2

      Round2 (PSDS Round)(60mins): Problem 1 - Given a set of unique elements, print the power set. For eg- {1, 2, 3} Power set will be - {{}, {1}, {2}, {3}, {1,2}, {2,3}, {1,3}, {1,2,3}} ---> have coded using recursion. ---> need to dry run the code for above test case.
      Answer question

      Question 3

      Problem 2 - Given a tree, each node of the tree has some coins you need to collect the maximum number of coins such that you do not collect coins from any alternate nodes. i.e if you collect coins from a node, you can not collect from any of it's adjacent node. eg - 1 / \ 5 6 / \ / \ 2 1 9 4 / \ 3 1 (5 + 3 + 9 + 4) = 21 given dfs approach dp on trees
      Answer question

      Question 4

      Problem 3 - Given a string, find the maximum length substring having at max k unique characters. eg - abcaacabcabcaa k=2 ans =5 (caaca) given two pointer approach and hashmap sliding window
      Answer question

      Question 5

      Round 3(Hiring Manager Round)(45mins): 1. Tell me about yourself 2. About projects 3. challenges faced 4. why are you looking for a change
      Answer question
      16

      Application

      I applied online. The process took 5 days. I interviewed at Flipkart in May 2024

      Interview

      I was good . There were 2 interviewers and they both were very friendly. I gave online assessment for flipkart and then called for 2 round that was problem solving and data structure round. It was overall a nice experience.

      Interview questions [1]

      Question 1

      Dsa question of Distribution of candies
      Answer question

      Software Development Engineer I Interview

      26 Jul 2023
      Anonymous employee
      Bengaluru
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied through an employee referral. I interviewed at Flipkart (Bengaluru) in May 2022

      Interview

      Interview was smooth. Whole process was completed in a day Had 3 rounds. 1st Round was LLD. 2nd Round: 4 medium level question DS/Algo questions 3rd Round : Managerial round

      Interview questions [1]

      Question 1

      Had 3 rounds. 1st Round was LLD. 2nd Round: 4 medium level question DS/Algo questions 3rd Round : Managerial round
      Answer question
      1

      Software Development Engineer Interview

      20 Mar 2022
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied through an employee referral. The process took 2 days. I interviewed at Flipkart

      Interview

      Three rounds post coding test. First-round is machine coding. The rest 2 are Data Structures algo. Post that Hiring Manager round. Machine coding round is where you try to design a system, the test is mostly around system understanding and oops concepts.

      Interview questions [1]

      Question 1

      Not to discuss questions but array and trees bases questions
      Answer question