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 Intern 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.

      Top companies for "Compensation and Benefits" near you

      avatar
      Google
      4.5★Compensation and benefits
      avatar
      Booking.com
      4.2★Compensation and benefits
      avatar
      Bitpanda
      3.8★Compensation and benefits
      avatar
      Amazon Web Services
      3.9★Compensation and benefits

      Software Development Intern Interview

      19 Feb 2026
      Anonymous employee
      Bellevue, WA

      Other Software Development Intern interview reviews for Amazon

      Software Development Intern Interview

      26 May 2026
      Anonymous interview candidate
      Madrid
      No offer
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied online. I interviewed at Amazon (Bellevue, WA) in Feb 2026

      Interview

      Applied in Sep 2025. Online Assessment in Nov 2025. 2 coding questions. one medium one hard. followed by a bunch of behavioral questions. Virtual Interview in Feb 2026. 2 rounds 1 hour each. continuous one after the other for 2 hours. It was a great interview experience. very structured. before each round started, interviewer informed me about what would follow. first half leadership principle and then coding or vice versa. round 1: engineer -> 3 amazon leadership principle based questions, followed by coding round 2: hiring manager -> coding followed by 3 leadership principle (LP) questions.

      Interview questions [1]

      Question 1

      Round 1: 3 LP questions -> expected very in depth answers based on my past work/projects. simple Low level design. implement few methods for the scenario given. I believe handling edge cases, choosing the right data structure, and the right class or object structure was important. These decisions simplified operations, and reduced time complexity of operations. Interviewer nudged me towards a couple of edge cases/ miss in code. expected optimal operations wrt time complexity. asked about my choice of data structure and class structure. interview overshot scheduled time by 10 mins. round 2: course schedule II (topological sort) - leetcode - worded as amazon based system. expected optimal solution. followed by 3 LP questions - simpler than round 1 and depth of answers required was also lower. interview overshot scheduled time by 5 mins.
      Answer question
      Negative experience
      Difficult interview

      Application

      I interviewed at Amazon (Madrid)

      Interview

      The assessment consisted of three parts and took approximately four hours in total. The first was a LeetCode-style coding challenge focused on applying the prefix sum technique. The second involved being given a full codebase — both frontend and backend — and tasked with identifying and fixing bugs such as broken search/filter functionality and incorrect URL redirects; an AI tool was available throughout, though it only provided guidance rather than direct solutions. The third was a behavioral assessment where I was presented with realistic workplace scenarios, including sample work emails, and asked to evaluate hypothetical responses by rating their appropriateness and explaining my reasoning.

      Interview questions [2]

      Question 1

      Given an array of integers, use the prefix sum technique to solve [specific problem type, e.g. range sum queries / subarray sum]
      Answer question

      Question 2

      You are given a full web application codebase (frontend and backend). Identify and fix bugs including broken search/filter functionality and incorrect URL routing, using an AI assistant for guidance only.
      1 Answer

      Software Development Intern Interview

      14 Nov 2025
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at Amazon

      Interview

      Single hour interview fully technical. LeetCode medium question very similar to LRU Cache. Follow-up questions on run time and space time complexity are asked. Behavioral questions are also possible, though not guaranteed to be asked.

      Interview questions [1]

      Question 1

      Design a class to track the last 10 files processed in a file system.
      Answer question