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

      Jan 23, 2015
      Anonymous employee
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied online. The process took 4 months. I interviewed at Amazon in Jan 2015

      Interview

      I was contacted by amazon about half a year after I applied. I did the online assessment, a phone/video screening, and an all day in person interview. The interview on site was the hardest. 4 of the 5 interviews were technical and one was behavioral. I signed an NDA so I won't give specific questions, but I will tell you what I did to prepare. I read through the entire Cracking the Coding Interview book (I didn't have time to do all the problems but I made sure I understood the answers). I took the Algorithms class on coursera (they offer two sequential classes). That was probably one of the most helpful things. Those classes go over exactly what you need to know - data structures, algorithms, etc. They didn't ask me directly about the data structures (i.e. What is a hash table?) but I did need to know exactly what my options were and the properties of each data structure. For each problem, I had to choose which structures were appropriate and explain why. So I had to know them inside and out. I would strongly recommend going through all the common data structures and refreshing how they work, what they are best for, and the complexity of each operation. I would also suggest learning about Amazon specifically - what their teams do, what languages and database systems they use. I did, so I was able to ask my interviewers good questions. During the interview, I was extremely nervous but I made sure to talk through everything I was doing and thinking about even if I didn't have a solution in mind right away. I recommend trying to minimize silent moments.

      Interview questions [1]

      Question 1

      The most difficult question was a design question. It was open ended and there was no one right answer. I would suggest practicing design questions such as "design a parking lot" or "design a card game" and figuring out all the details and possible problems.
      1 Answer
      12

      Other Software Development Engineer Interview Reviews for Amazon

      Software Development Engineer Interview

      Jun 3, 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

      Jun 23, 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

      Software Development Engineer Interview

      Jun 28, 2026
      Anonymous Interview Candidate
      Santa Clara, CA
      No offer
      Negative experience
      Average interview

      Application

      I applied online. I interviewed at Amazon (Santa Clara, CA) in Jun 2026

      Interview

      Recruiter reached out and set up an onsite loop after the initial steps. Four back to back rounds in one day. Two coding heavy rounds run by senior engineers, one round with the hiring manager, and one behavioral round with a bar raiser. Mix of leadership principles and data structures throughout. Heard back within a week.

      Interview questions [1]

      Question 1

      Standard BFS grid problem. Given a grid, find the time for all cells to reach a target state where the spread happens one layer at a time. How did you answer: Clarified the constraints, walked through the approach, then coded a clean BFS from all starting points at once. Tracked the number of layers until everything was covered.
      1 Answer