Amazon Software Development Engineer (SDE I) interview questions
based on 1.5K ratings - Updated Jul 1, 2026
Averageinterview difficulty
Very positiveinterview experience
How others got an interview
60%
Applied online
Applied online
19%
Campus Recruiting
Campus Recruiting
10%
Recruiter
Recruiter
8%
Employee Referral
Employee Referral
2%
Other
Other
1%
In Person
In Person
0%
Staffing Agency
Staffing Agency
Interview search
1,535 interviews
Viewing 261 - 265 of 1,535 Interviews
Amazon interviews FAQs
Software Development Engineer (SDE I) applicants have rated the interview process at Amazon with 3.2 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 50% positive. To compare, the company-average is 58.2% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Development Engineer (SDE I) roles take an average of 10 days to get hired, when considering 6 user submitted interviews for this role. To compare, the hiring process at Amazon overall takes an average of 31 days.
Common stages of the interview process at Amazon as a Software Development Engineer (SDE I) according to 6 Glassdoor interviews include:
Phone interview: 40%
One on one interview: 20%
Presentation: 20%
IQ intelligence test: 20%
Here are the most commonly searched roles for interview reports -
OA assessment of 70 mins 2 medium - hard level questions
then company values and behavoiral assessment, situational based assessment.
Then assessment based on Amazon Leadership Principles.
It was moderate to easy and ther are about 11-12 test cases , the questions are mostly from array, stack, queue, and medium level concepts are asked
I recently appeared for an online assessment test focused on Data Structures and Algorithms (DSA) hosted on the HackerRank platform. The test had a total duration of 110 minutes, during which I was required to solve two challenging DSA problems. Each question was designed to assess my problem-solving skills, understanding of core DSA concepts, and ability to implement efficient algorithms under time constraints. The problems required careful analysis, code optimization, and rigorous testing.
Interview questions [1]
Question 1
1st problem
Problem Statement
You are given an array sequenceData of n positive integers. You may perform the following operation any number of times (including zero):
Choose a prefix of length s (1 ≤ s ≤ n) that contains no zeros.
Subtract 1 from each element in that prefix.
After performing operations in any order, determine the maximum number of zeros that can appear in the array.
2nd problem
You are given two strings:
sourceString: the original string in which you need to search.
pattern: a simplified regex-like pattern that contains exactly one asterisk '*'. The '*' can match any (possibly empty) substring of sourceString.
Your task is to find the length of the longest possible substring in sourceString that:
Starts with the prefix before the '*' in pattern, and
Ends with the suffix after the '*' in pattern,
And the prefix and suffix do not overlap unless the '*' can represent the in-between part (or nothing at all).
If no such match exists, return -1.
I applied through an employee referral. The process took 3 months. I interviewed at Amazon (Seattle, WA) in Jun 2025
Interview
There were 3 rounds, each 1 hour and were done on the same day. Each round had two parts; the first 25–30 minutes focused on behavioral questions, and the remaining 25–30 minutes were dedicated to a DSA question. Two of the DSA questions were LeetCode medium-level and tagged with Amazon, while one was a hard-level question. The interviewers were friendly and helpful, never intimidating or arrogant.
Interview questions [1]
Question 1
All the regular behavioral questions were asked, for example, “How do you take criticism?” and “How do you identify the root cause of a problem?” They weren’t particularly tough, but each question had multiple follow-ups and could be quite grilling. The LeetCode questions were recently Amazon-tagged and were only minor variations of those.