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

      Dec 21, 2014
      Anonymous employee
      Accepted offer
      Positive experience

      Other Software Development Engineer I interview reviews for Amazon

      Software Development Engineer Interview

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

      Application

      I applied through a recruiter. The process took 1 week. I interviewed at Amazon in Nov 2014

      Interview

      I was first contacted by an Amazon recruiter via LinkedIn. I was kind of hesitant to interview with them, since I had been rejected by them in the past. But I spoke to a manager -- I liked the stuff his team was working on, and I decided to give it another shot. The first interview was on the phone with this manager. It was behavioral in nature, but still technical. What I mean by this is that the questions all started off as "Tell me about a time when..." and finished with detailed questions about the code behind my solutions. I don't personally think what I said was THAT cool, but I must know how to sell it because I got a request for an online test and onsite interview the next day. The test was actually really hard! Maybe if I was halfway through an undergrad junior level algorithms course, it would have gone easier. But I wasn't. So I did what I could, commented on what I couldn't, and left some notes about how I would approach the problems given more time. Anyway, on to the on site interview! The interviewers were very nice, they made me feel right at home. I was asked a little bit about what kind of code I worked on at my current job and what working at Amazon would be like. I knew going in that Amazon had a reputation for being a bit of a sweat shop, but going through a bit of a workaholic phase in my life, I didn't really mind. For the most part, the questions were technical. I was given some questions on trees, graphs, distributed systems, and object oriented design. They were fairly standard questions, with slight twists as followups. Basically they'd give me a standard question and I'd give them a standard answer. Then they'd grin and change the question and make it significantly harder. Then I'd struggle, get nervous, take a deep breath and calm myself, and work through it and get to the correct answer. Being calm is just as important as having strong technical prowess in these interviews. This was a big challenge for me when I was graduating college. I got interviews from all the big tech companies: Amazon, Microsoft, Apple, Facebook, and Google. And I failed every single one of them even though the the questions were surprisingly doable, because I couldn't control my nerves. I secretly had an anxiety and panic disorder back then, so this was easier said than done.

      Interview questions [1]

      Question 1

      Very standard questions. Print a family tree. BFS in a graph. Some design questions.
      Answer question
      10

      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