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

      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.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Software Development Engineer Intern Interview

      3 Dec 2020
      Anonymous employee
      Calcutta

      Other Software Development Engineer Intern interview reviews for Amazon

      Software Development Engineer Intern Interview

      17 Apr 2026
      Anonymous employee
      Vancouver, BC
      Accepted offer
      Positive experience
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied through university. The process took 2 days. I interviewed at Amazon (Calcutta) in Aug 2019

      Interview

      The Interview Process included two Rounds: 1. Online Round: a. Work Style Assessment(Behavourial questions, do this very very seriously) + b. General Aptitude(Very Easy, just be careful and fast) + c. Code Debugging(7questions - Too easy mostly syntax debugging or simple logic debugging) + d. Coding Problem(2 questions - One was very easy, second one was tough, was around Graphs/Backtracking, most couldn't solve this and me too) 2. Personal Technical Interview: One round of technical Technical Interview. (They did interview some people twice, like me too). The interview can be divided into three parts: a. Introduction(5minutes): They asked to myself and interacted with me on the same. b. CV(10-15minutes): They will ask you about almost every Project or Internship mentioned in your CV. Do explain them well enough, mentioning your exact role in the work and the tech stack involved. They can ask you about concepts involved in such tech stacks. Like they asked me about Gradient Descent and other basic concepts since I had an ML project and a Data Science Internship. c. Problem-Solving(1hour): They will ask you 2-3 coding problems per interview for you to solve. The questions are of variable difficulty and are based on Data Structures and Algorithms completely. Explaining the problem, specially finding out your own errors is very important, even if you can't solve it entirely. They would ask you to write code using Pen-Paper. Make sure whatever code you right, even if it is logically incorrect a bit, it should be syntactically inch perfect(no pseudo-code) and the code should be clean(proper indentation and meaningful variable names). Also, acquire good understanding in time complexity and space complexity analysis so that you can analyze that in every step of your approach.

      Interview questions [4]

      Question 1

      Convert a 2D sorted LinkedList to a 1D sorted LinkedList. Basically the 2D LinkedList is a Sorted LinkedList where every node is pointing to another Sorted LinkedList. And the output should be a single Sorted LinkedList.
      1 Answer

      Question 2

      Print a string in a given pattern.
      1 Answer

      Question 3

      Reverse first k elements of a queue.
      1 Answer

      Question 4

      Coin Change Dynamic Programming Problem.
      1 Answer
      1
      Average interview

      Application

      I applied online. I interviewed at Amazon (Vancouver, BC)

      Interview

      One online assessment and one virtual interview included a coding round and leadership principle questions; overall, the process was fairly straightforward and not overly challenging for me throughout the experience.

      Software Development Engineer Intern Interview

      14 Apr 2026
      Anonymous employee
      Bellevue, WA
      Accepted offer
      Positive experience
      Average interview

      Application

      I interviewed at Amazon (Bellevue, WA)

      Interview

      2 rounds: 1st round: 3 behaviorals: Tell me about yourself, tell me about a time you used Gen AI, tell me about a time you faced a problem in one of your experiences Leetcode similar to LRU Cache but a variant 2nd round: 3 more behaviorals; tell me about yourself, a specific experience in my internship, a time you disagreed with manager/peer on a project

      Software Development Engineer Intern Interview

      23 Mar 2026
      Anonymous employee
      Seattle, WA
      Accepted offer
      Positive experience
      Easy interview

      Application

      I applied online. I interviewed at Amazon (Seattle, WA)

      Interview

      Pretty difficult OA didn't need to get full score. One round technical interview with SDE. Interview was pretty easy, most people I knew at school and friends ended up passing the interview. Took about 1 month to hear back after interview

      Interview questions [1]

      Question 1

      Know how to implement DFS and BFS well
      Answer question