Amazon coding interview prep

Solid mid-difficulty algorithms, plus Leadership Principles in every round.

What the loop actually looks like

Amazon's coding questions skew practical and mid-difficulty — graphs on grids, heaps, intervals, and string processing. What's distinctive is that behavioural questions tied to the Leadership Principles are interleaved throughout, so roughly half your prep should go there.

What they reward

  • Reliable execution on medium problems over heroics on hard ones
  • BFS/DFS on grids and graphs
  • Heaps for top-k and streaming problems
  • Leadership Principles stories, in STAR format, with real metrics

Patterns to drill first

Problems worth your time

In priority order. Open one to read the approach, or generate an interactive lesson and watch it run.

Tips specific to this loop

  • Budget real prep time for Leadership Principles — strong code with weak stories still fails the loop.
  • Grid BFS/DFS is the single highest-yield pattern here. Make it automatic.
  • Have concrete numbers in your behavioural stories; 'improved latency' is weaker than 'cut p99 by 40%'.

Drill these with interactive lessons

Generate a step-by-step lesson for any problem above — trace every variable and watch the pattern move until it clicks.

Start a free lesson

Prepping for other companies

Our own editorial read on this loop, based on publicly reported experiences — not leaked or current question banks.