Software Developer - Internship applicants have rated the interview process at Amazon with 3.3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 57.8% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Developer - Internship roles take an average of 16 days to get hired, when considering 3 user submitted interviews for this role. To compare, the hiring process at Amazon overall takes an average of 27 days.
Common stages of the interview process at Amazon as a Software Developer - Internship according to 3 Glassdoor interviews include:
Phone interview: 67%
One on one interview: 33%
Here are the most commonly searched roles for interview reports -
I had two technical rounds, one after the other with leet code style questions, (two in each) and two HR-style interviews, where I had to talk about previous experiences and projects and how I managed different situations.
Interview questions [1]
Question 1
Tell me about a difficult project you had and how you managed it
The process took 4 days. I interviewed at Amazon in Jul 2023
Interview
The interview process was conducted in 2 rounds.
1. Coding test round where we had 2 questions. The questions was medium level i was able to solve both the questions.
2. Interview which was fully based on Data Structure. The questions was medium level i did answer the first question pretty well but the second question i was not able to code it so i was rejected.
Interview questions [2]
Question 1
Single Element in a Sorted Array Medium
You are given a sorted array consisting of only integers where every element appears exactly twice, except for one element which appears exactly once.
Return the single element that appears only once.
Your solution must run in O(log n) time and O(1) space.
https://leetcode.com/problems/single-element-in-a-sorted-array/description/
Convert Sorted Array to Binary Search Tree
Given an integer array nums where the elements are sorted in ascending order, convert it to a height-balanced binary search tree.
https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/description/
I applied online. I interviewed at Amazon (Seattle, WA) in Feb 2024
Interview
Interview process consisted of behavioral questions on the Amazon leadership principles and a couple technical questions on data structures and algorithms and system design. At the end, asked if you had any additional questions about the internship.