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 & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Amazon reviews | Amazon jobs | Amazon salaries | Amazon benefits | Amazon conversations
      Amazon interviewsAmazon Software Engineer interviewsAmazon interview


      Glassdoor

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

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & 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 personalized job recommendations and updates by starting your searches.

      Software Engineer Interview

      Oct 21, 2011
      Anonymous Interview Candidate
      Slough, Berkshire, South East England, England
      No offer
      Negative experience
      Difficult interview

      Application

      I applied online. The process took 2 days. I interviewed at Amazon (Slough, Berkshire, South East England, England) in Oct 2011

      Interview

      After applying online, I waited 30 days before being requested for an interview by an Amazon recruiter and I was set up for two phone interviews. The first interview went very well, although at times the questions were so vague that I felt like I would have to use divine power to come up with the answer that would match the question. For instance, rather than a straight forward 'what is unit testing?', I was instead asked 'what is a way to ensure that changes to a function will not have negative impact on other functions?' For me the answer is documentation - because that's how I write good conforming code that doesn't need unit testing in the first place, but go figure. Overall though, I was happy with the first interview, particularly as he made an effort to get to know me and I felt that I did well. The second interview was poor and the interviewer's style was frustrating. For example, 'how would you reverse a linked list?'. I provided a correct answer. 'What if there were no prev pointers?' I provided a correct answer. 'What if the list was so long that you can't use a memory buffer?' At that point I was annoyed... if the list is potentially that long then I would obviously put back the prev pointers. For me, an O(n^2) solution is not a solution at all. But that's not the game they want you to play. The worst part was when I gave a correct solution on how to find a common ancestor in a binary tree, but he thought it was wrong. I explained it again and it seems he understood, but then said 'are you sure that will work in all cases?' Yes, I said, I was very sure! I had drawn a binary tree diagram and tested enough cases to be absolutely positive it was correct. I even used the slowest, most reliable solution possible to avoid a repeat of the linked list annoyance that he had given me earlier. I had to keep convincing him before he eventually said 'well, let's move on'. Imagine how that felt. At that point I practically had to give up on the guy because it is annoying enough to get a couple of answers wrong but then also have your correct answers considered wrong as well! This did not leave a good impression on me, particularly knowing I would have to work with this guy. A few other questions seemed quite bizarre, but this report is long enough already. Unfortunately the recruiters also left an extremely poor impression - I would expect a phone call in the next 24 hours afterwards and then a follow up call after an official decision had been made. Instead I got a cut and paste message that wasn't even correct for my circumstances. Good luck Amazon. While I accept there may be some good people in your ranks, this experience doesn't make me want to become one of them.

      Interview questions [1]

      Question 1

      What is wrong with this code: int *ptr; *ptr = 7;
      1 Answer
      2

      Other Software Engineer Interview Reviews for Amazon

      Software Engineer Interview

      Jun 26, 2026
      Anonymous Interview Candidate
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at Amazon

      Interview

      Interview by recuriter, Phone interview over Chime with one easy Leet code problem and 2 behavioral questions. Although the interviewer was very casual at the start of the conversation, it quickly changed into behavioral questions at the start.

      Interview questions [1]

      Question 1

      Encoding optimization algorithm and talk about a project you did recently.
      Answer question

      Software Engineer Interview

      Jun 25, 2026
      Anonymous Interview Candidate
      Declined offer
      Neutral experience
      Average interview

      Application

      I interviewed at Amazon

      Interview

      First round is just leet code coding which screens through AI before going into live coding. Pretty simple and straighforward. Not too tough. Recruiter walks through it pretty nicely. Not sure how many rounds there are exactly

      Interview questions [1]

      Question 1

      A medium LC, and a hard LC
      Answer question

      Software Engineer Interview

      Jun 25, 2026
      Anonymous Interview Candidate
      New York, NY
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Amazon (New York, NY)

      Interview

      After submitting my application for the Software Engineer position, I received an invitation to complete an automated Online Assessment (OA). The assessment consisted of standard coding challenges, primarily focusing on algorithmic and data structure problems. Unfortunately, a few days after submitting my solutions for the assessment, I received an email informing me that I would not be moving forward in the interview process and was rejected.

      Interview questions [1]

      Question 1

      BFS, DFS based LC questions
      Answer question