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

      24 Oct 2014
      Anonymous interview candidate
      Seattle, WA

      Other Software Development Engineer interview reviews for Amazon

      Software Development Engineer Interview

      17 Jun 2026
      Anonymous interview candidate
      Declined offer
      Positive experience
      Easy interview
      No offer
      Negative experience
      Difficult interview

      Application

      I applied through other source. The process took 4 weeks. I interviewed at Amazon (Seattle, WA) in Sept 2014

      Interview

      I got an email out of the blue asking me if I wanted to fly to Seattle and interview. I still don't know where they got my resume; but I assume it was from when I applied for a co-op position a year before. I was excited to go, but from the very start I got the impression it was going to be tough. I got an email about a week beforehand with about 8 attachments containing literature about the company. I was informed that I would be doing a programming problem for most of the day, and I would have my choice of language, compiler, and OS. When I arrived on campus, we were given visitor badges and told to wait until someone came to get us. I felt weird that the majority (at least 75%) of interviewees were foreign students. It made me feel like I was out of my league. We were taken upstairs to a conference room where HR gave a speech about how great the company is. We were then assigned to a table, and given a laptop and packet describing the programming challenge. The challenge was supposed to be team-based (with the people at your table), but it turned out to be more individual that I anticipated. The problem broke into three pieces, and each person picked a part to do. You didn't have to use the same language. The parts were basically independent, but I could see where sharing code between teammates could be helpful. We were given 6 hours to complete the task. After about half an hour, an engineer came to gauge our understanding of the problem, and clarified anything we didn't know. We then worked for about an hour, and an engineer pulled each of us out for a personal "interview". It was the least personal interview I have ever had. The engineer was all business, and we just talked about my approach to the problem. When I got back, I had about 4 more hours to complete the assignment. Half an hour before the deadline, we were individually interviewed again. Pretty much the same type of thing, just talked about my approach. The interviewers were always interested in efficiency. They asked questions like "how could you make this better/faster", and "why did you use this data structure". I really got bit in the butt because I was forced to use C++, instead of C (which I am much more familiar with). I was unfamiliar with the C++ libraries, and I had to waist a lot of time looking at documentation. BIG TIP: be very familiar with your language before you go! My solution was incomplete, and I knew this when I turned in. I was encouraged to write a README file which explained my shortcomings, and any ideas I had to make the code more efficient. At the end of the interview, we had a group Q&A with a developer. I got the impression that this was a very stressful job with poor work/life balance. I love the area, so if I had gotten an offer it would have been a tough decision weather I was willing to sacrifice a stressful job for my dream city.

      Interview questions [1]

      Question 1

      Questions are covered by a non-disclosure agreement
      Answer question

      Application

      I interviewed at Amazon

      Interview

      Surprisingly easy — I expected tougher questions, but the coding round felt more like a warm-up. The main challenge was a DSA problem about counting islands in a 2D grid, which led to a discussion on DFS versus BFS and handling large grids. Funny enough, I had revisited that exact type of question while prepping on PracHub, which made me feel more confident. The interview wrapped up with a behavioral round, and I accepted an offer, but ultimately decided to decline it for another opportunity. Overall, it was a smooth experience.

      Interview questions [1]

      Question 1

      Number of Islands — given a 2D grid of '1's (land) and '0's (water), count the number of connected islands. Walk through DFS vs BFS, and discuss how to avoid revisiting cells (in-place mutation vs visited set) and what changes if the grid is huge and must stream from disk.
      Answer question

      Software Development Engineer Interview

      3 Jun 2026
      Anonymous interview candidate
      No offer
      Positive experience
      Difficult interview

      Application

      I interviewed at Amazon

      Interview

      It started with an OA, and then after a few weeks, I got invited to four rounds of interviews: technical and behavioral at 3 of the 4, and behavioral only at one.

      Interview questions [1]

      Question 1

      Questions related to leadership principles
      Answer question

      Software Development Engineer Interview

      23 Jun 2026
      Anonymous interview candidate
      Calgary, AB
      No offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at Amazon (Calgary, AB) in Jun 2026

      Interview

      Online Assessment is the first step in the process. I didn’t have an HR phone screening and went straight to the OA after applying. It was sent to me about a week after I submitted my application.

      Interview questions [1]

      Question 1

      The first question is LeetCode style algorithms question, and the second question gives a full stack repo (choice of Java, NodeJS, or Django) and asks to solve a backend issue which is causing a bug in the frontend. Unit tests must pass to pass the second question. You can run both backend/frontend indivdually or together
      Answer question