Amazon Software Development Engineer interview questions
based on 3.4K ratings - Updated Jun 24, 2026
Averageinterview difficulty
Very positiveinterview experience
How others got an interview
48%
Applied online
Applied online
20%
Campus Recruiting
Campus Recruiting
18%
Recruiter
Recruiter
11%
Employee Referral
Employee Referral
1%
Other
Other
1%
In Person
In Person
1%
Staffing Agency
Staffing Agency
Interview search
3,377 interviews
Viewing 256 - 260 of 3,377 Interviews
Amazon interviews FAQs
Software Development Engineer applicants have rated the interview process at Amazon with 4 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 58.7% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Development Engineer roles take an average of 90 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at Amazon overall takes an average of 29 days.
Common stages of the interview process at Amazon as a Software Development Engineer according to 1 Glassdoor interviews include:
Skills test: 33%
Group panel interview: 33%
Phone interview: 33%
Here are the most commonly searched roles for interview reports -
4 rounds Round 1: DSA - focused on data structures - got asked about variation of coin change Round 2: DSA - focused on algorithms- more on problem solving, had a question around leaderboard, solved using bst. Round 3: Bar raiser - past projects, merging linked list question Round 4: HM - managerial round with leadership principles
1 online coding round to check your coding basics along with some coding mcqs followed by 2 online technical interviews conducted by amazon employees. A a a a a a
Interview questions [1]
Question 1
Asked me to code in my preferred language to determine to arrange an array in descending order in most efficient time
I applied online. I interviewed at Amazon (Saint Louis, MO) in Aug 2021
Interview
This is a written round on paper for everyone. Three coding-related jobs were assigned. To move on to the next round, two of the three must be correct and manage every single edge case. Only the best choice was to be considered. You've given an N-dimensional array (ARR) made entirely of numbers. You must find the subarray total that has the greatest sum among all subarrays. (including empty subarrays). A subarray is the continuous portion of an array. In other words, an array can be subdivided by removing 0 or more numbers from the start and 0 or more integers from the end. Connect n ropes for the least amount of money: You have been handed 'N' ropes of varying lengths; we need to connect these ropes into one rope. The expense of connecting two ropes is the sum of their lengths. We need to join the ropes as cheaply as possible. The test data is structured in such a way that the output will fit into a 32-bit integer. Given a binary tree, view it from the left. Print the tree's left side.
Interview questions [1]
Question 1
Q: Time Complexity and Space Complexity Q: Coding problem solution Q: API development Q: Technology related questions