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 (SDE) -1 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 (SDE) -1 Interview

      6 Dec 2023
      Anonymous employee
      Bangalore Rural

      Other Software Development Engineer (SDE) -1 interview reviews for Flipkart

      Software Development Engineer (SDE) -1 Interview

      2 Apr 2025
      Anonymous interview candidate
      Bengaluru
      No offer
      Accepted offer
      Positive experience
      Average interview

      Application

      I interviewed at Flipkart (Bangalore Rural)

      Interview

      Very smooth. 2 rounds, 1 DSA round and 1 HM(Hiring Manager) round. Good Leetcode practice sufficient for acing the interviews.The HM round is like an HR round just they also ask about the CV like intern experience, project experience etc

      Interview questions [1]

      Question 1

      1 Leetcode Hard and 1 Leetcode Medium
      Answer question
      Negative experience
      Difficult interview

      Application

      I applied through an employee referral. The process took 2 weeks. I interviewed at Flipkart (Bengaluru) in Feb 2025

      Interview

      interview we very well almost answered each question but still got rejected because this company is taking female employee only. That sounds really frustrating and unfair. If a company is prioritizing hiring based on gender rather than merit, it can be disappointing for well-qualified candidates like you. While diversity hiring initiatives exist, outright rejection despite strong performance feels discouraging. Don’t let this setback affect your confidence—keep applying to other companies that value skills and talent over quotas. You’ll find a great opportunity that truly appreciates your capabilities. Keep pushing forward!

      Software Development Engineer (SDE) -1 Interview

      26 Dec 2024
      Anonymous interview candidate
      Bengaluru
      Declined offer
      Neutral experience
      Easy interview

      Application

      I applied online. The process took 4 weeks. I interviewed at Flipkart (Bengaluru) in Nov 2024

      Interview

      I had a 1-hour interview where I was asked two Data Structures and Algorithms (DSA) questions. Both questions were of medium to hard difficulty, comparable to problems typically found on LeetCode. The focus was on problem-solving efficiency and coding skills.

      Interview questions [1]

      Question 1

      There are n coins on the table forming a circle, and each coin is either facing up or facing down. Alice and Bob take turns to play the following game, and Alice goes first. In each operation, the player chooses a facing-up coin, removes the coin, and flips the two coins that are adjacent to it. If (before the operation) there are only two coins left, then one will be removed and the other won't be flipped (as it would be flipped twice). If (before the operation) there is only one coin left, no coins will be flipped. If (before the operation) there are no facing-up coins, the player loses. Decide who will win the game if they both play optimally. It can be proved that the game will end in a finite number of operations, and one of them will win
      Answer question