Does Amazon Ask LeetCode Questions in Interviews?
Yes. Amazon asks LeetCode-style questions, meaning data structure and algorithm problems of the kind published on LeetCode. They appear in the online assessment and in most rounds of the onsite loop.
What surprises candidates is the weighting. Amazon scores behavior alongside code in the same round. Interviewers are asked to tie your answers to the Leadership Principles. A correct solution with no explanation often scores lower than a slower one you reasoned through out loud.
Here is where coding questions appear and what level to expect.
Quick Overview
| Stage | Coding questions | Difficulty candidates report |
|---|---|---|
| Online assessment | 2 problems, timed | Easy to medium |
| Phone screen | 1 problem, shared editor | Medium |
| Onsite coding rounds | 1 to 2 problems per round | Medium, sometimes hard |
| Bar raiser round | Often 1 problem plus behavior | Medium |
What the Question Level Actually Is
Most reported Amazon questions sit at the medium level. Hard questions appear, but they are not the norm for a standard software engineer loop.
The topics repeat. Arrays and strings, hash maps, two pointers, sliding window, trees, graphs and BFS, heaps, and basic dynamic programming cover most of what candidates report. Amazon reuses common patterns more than it invents unusual ones.
Senior loops shift toward design rather than harder algorithms. If you are interviewing above the entry level, expect fewer puzzle questions and more object oriented design and system design.
The Leadership Principles Are Scored in the Coding Round
This is the part that separates Amazon from a typical algorithm interview. Your interviewer is assigned specific Leadership Principles to assess, and they will assess them during your coding round.
In practice that means two things. You are asked why you chose an approach, and you are asked about a past project in the same 45 minutes. Prepare short stories that you can tell in two minutes.
Say your assumptions out loud and confirm the input constraints before you write code. Interviewers record what you said, not only what you typed.
Where Candidates Lose the Round
Silent coding is the most common failure. A correct answer with no narration gives the interviewer nothing to write down.
Skipping the test pass is the second. Walk through your code with one small input and one edge case before you say you are done.
Ignoring complexity is the third. State the time and space cost of your solution without being asked, then say whether a better bound exists.
Is Practicing on LeetCode Enough?
Practicing problems is necessary and not sufficient. Volume alone does not prepare you for the behavioral half of the round.
A better method is to practice by pattern rather than by problem count. Once you recognize that a question is a sliding window question, the code follows. Grinding random problems teaches recall of specific answers instead.
What Changes by Level
The coding bar is similar across entry and mid levels. What changes is how much else you carry.
At the entry level, a clean medium solution with good narration is close to sufficient. At the mid level, you are also expected to handle object oriented design and to discuss trade-offs without being asked.
Above that, the loop shifts. Senior candidates report fewer algorithm rounds and more system design, plus deeper Leadership Principle questions about influencing other teams.
The Bar Raiser Round
One interviewer in your loop is a bar raiser. They come from outside the hiring team and they have a veto.
Their job is to check that you are better than the average person already at that level. They often spend more of the hour on behavior than on code, so treat that round as the one where stories matter most.
You are not told which interviewer it is. Prepare every round as though it is that one.
How to Prepare
- Learn the patterns, not the problem list. Grokking the Coding Interview organizes questions by the pattern behind them, which is what transfers to a new question.
- Use the Amazon-focused set. Grokking Amazon Coding Interview targets the question types Amazon repeats.
- Prepare the Leadership Principle stories now. Write one story per principle, with a number in the result. Grokking Modern Behavioral Interview covers the structure.
- Practice narrating. Solve out loud, alone, with a timer. Silence is the habit that costs the most here.
- Read the process answers. See the Amazon interview process and what to expect in an Amazon technical interview.

GET YOUR FREE
Coding Questions Catalog

$123

$197

$72