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

      Amazon

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Amazon reviews | Amazon jobs | Amazon salaries | Amazon benefits | Amazon conversations
      Amazon interviewsAmazon Software Development Engineer (SDE) interviewsAmazon 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.

      Software Development Engineer (SDE) Interview

      17 Jan 2026
      Anonymous interview candidate
      Bengaluru
      No offer
      Positive experience
      Average interview

      Application

      I applied through university. I interviewed at Amazon (Bengaluru) in Mar 2025

      Interview

      Believe me or not before I faced an Amazon interview round I was never sure whether all those gratitude that people usually present to GeeksforGeeks were actually worth. But it is always easier to connect the dots looking backwards and now I can say with assurance that this website really deserves all the applause. I was recently interviewed for an internship position at Amazon and had to go through a total of 3 rounds i.e. one online followed by two telephonic rounds. Online Round As usual the online round had two coding questions and 20 MCQs. This was a pretty easy round and it's duration was 90 minutes. The round consisted of questions from various domains like Algorithm, Data Structure, Operating System and Aptitude. A few days after appearing in this round, I was informed that I have been qualified for the next round. First Telephonic Round I had just three days to prepare for this round and truly speaking, it was my first experience of appearing in any such interview. This round lasted for almost 60 minutes. It began with my general introduction followed by a brief discussion on my projects. After this, the interviewer asked me four questions. Question 1:Given an array of numbers find all such triplets that satisfy the given condition.Condition: a[i] < a[j] < a[k] where I < j < k. At first go I thought that it was a pretty easy question but slowly the mist started to clear and I realized how tough it was. The interviewer wanted me to solve it in linear time i.e. O(N) Question 2:Given two trees check if they are mirror images of each other or not. This was a straight forward question and it took me less than 10 minutes to code it. Now the interviewer wanted to test my understanding of operating systems and asked two fairly direct questions, to which I gave my answer based on my understanding (not bookish definition as I did not remember any of those). Question 3 & 4:What is semaphore and what do you mean by a deadlock. After two days I got a call from the HR informing me I have been selected for the next round. Now it was the time for the last and the decisive round. Second Telephonic Round For this round I had slightly more time than the last, due to the fact that the weekend fell in between.The interviewer was very very cool and helping this time, something which I kept at the last in my list of probable things that can happen during an interview. Duration of this round was around 90 minutes. This time I had to face three technical questions and one general question on Amazon. Question 1:Given a BST, replace each node with the sum of the values of all the nodes that are greater than that node. Only constraint being that I was not allowed to use any global or static variable. Although I panicked a bit and made few mistakes, I got through. Question 2:Given an array of numbers find the maximum count of duplets and triplets such that there sum is a multiple of three. Number that has appeared once can’t be included anywhere else. I solved this question using a property of modulus. Question 3: Given the stock prices of 10 days find the best possible buy sell pair. For this question I started with a O(N2) solution but then finally managed to reduce it to O(N) solution with constant space complexity. I was also asked few questions on Amazon like what are domains in which Amazon deals.

      Interview questions [1]

      Question 1

      DSA Problems were asked which were like medium - hard leetcode style
      Answer question

      Other Software Development Engineer (SDE) interview reviews for Amazon

      Software Development Engineer (SDE) Interview

      25 May 2026
      Anonymous interview candidate
      No offer
      Positive experience
      Difficult interview

      Application

      I interviewed at Amazon

      Interview

      Interview involved one screening OA and one final day, 3 back to back interviews, one technical, one behavioral and one mix. Focused on leader ship principles and DSA and algo

      Interview questions [1]

      Question 1

      Describe a time you had to motivate a teammate
      Answer question

      Software Development Engineer (SDE) Interview

      21 May 2026
      Anonymous interview candidate
      Declined offer
      Positive experience
      Easy interview

      Application

      I interviewed at Amazon

      Interview

      Good and better interview so far its worth giving a try rather than not. Good interviewer pleasant speaking and comfortable so far its worth giving a try rather than not good interviewer pleasant speaking and good

      Software Development Engineer (SDE) Interview

      16 May 2026
      Anonymous interview candidate
      Hyderābād
      No offer
      Positive experience
      Difficult interview

      Application

      I interviewed at Amazon (Hyderābād)

      Interview

      The process began with an Online Assessment (OA) featuring two coding challenges and a work style simulation. This was followed by a technical phone screen. The final round consisted of 4–5 virtual onsite interviews covering Data Structures & Algorithms, System Design, and a heavy emphasis on Amazon's Leadership Principles.

      Interview questions [1]

      Question 1

      Design a top-K leaderboard system for a massive multiplayer online game
      Answer question