Practice Real Company Assessment Patterns • Latest 2025–2026 Mock Tests

an HCL GUVI product

Interview Questions

Amazon Interview Questions

The Amazon SDE interview process tests candidates on data structures, algorithms, and problem-solving, alongside deep behavioral evaluation against Amazon's 16 Leadership Principles. Coding fundamentals across arrays, trees, graphs, and dynamic programming are central, while Leadership Principle questions appear in nearly every round. Basic system design also features for SDE-1 and SDE-2 candidates.

Amazon Interview Questions - Overview

Questions fall into four major categories: data structures and algorithms, problem-solving and coding, system design basics, and Leadership Principle behavioral questions. The interview loop typically includes two technical rounds, a Bar Raiser round, and an HR discussion, with Leadership Principles assessed throughout. The overall focus is on technical depth, clear reasoning, and cultural fit.

Amazon Technical Interview Questions 2026

T1: Data Structures and Algorithms

Frequently Asked. These fundamentals appear across the technical rounds and often form the basis for follow-up questions on optimisation and complexity.

Sample Questions

  1. Explain the difference between an array and a linked list. When would you use each?
  2. How would you detect a cycle in a linked list? Write the code.
  3. Explain how a hash map works internally and how collisions are handled.
  4. What is the time complexity of quicksort in the average and worst cases?
  5. Explain Breadth-First Search and Depth-First Search with a real example.
  6. How would you find the lowest common ancestor of two nodes in a binary tree?
  7. Explain Disjoint Set Union (Union-Find) and where it is useful.

T2: Problem Solving and Coding

Common in Technical Rounds. These problems test implementation ability and optimisation, with interviewers often probing space complexity and streamed-input variations.

Sample Questions

  1. Given an array, find the maximum sum of a contiguous subarray (Kadane's Algorithm).
  2. Merge k sorted linked lists or arrays efficiently.
  3. Given a matrix, find the shortest path from a source to a destination cell.
  4. Solve a Dynamic Programming problem such as "Best Time to Buy and Sell Stock" with multiple transactions.
  5. Implement a basic LRU (Least Recently Used) cache.

T3: System Design Basics (for SDE-1/SDE-2)

Asked in Multiple Rounds for design-focused discussions. These questions test problem decomposition, data-structure choice, and trade-off reasoning rather than full-scale architecture.

Sample Questions

  1. Design a simple URL shortener. What are the key components and trade-offs?
  2. How would you design a rate limiter for a public API?
  3. How would you scale a service that suddenly receives 10x traffic?

T4: Projects and Internships

Frequently Mentioned. Candidates should be prepared to explain the technologies, contributions, decisions, challenges, results, and improvements from their most significant work.

Sample Questions

  1. Walk me through your most technically challenging project.
  2. What architecture and technology stack did you choose, and why?
  3. What trade-offs did you make, and what would you do differently today?

Amazon HR / Behavioral Questions

Amazon's behavioral questions are structured around its 16 Leadership Principles and assessed in nearly every round, not just the HR stage. Candidates are expected to answer using the STAR framework, explicitly connect each story to the relevant Leadership Principle, use "I" rather than "we", and quantify outcomes wherever possible. The HR discussion is the final round in the recruitment process.

HR / Behavioral Questions

Sample Questions

  1. Tell me about a time you went out of your way to solve a problem for a user or customer. (Customer Obsession)
  2. Tell me about a time you took on something significant outside your area of responsibility. (Ownership)
  3. Describe a situation where you took full responsibility for a project's outcome. (Ownership)
  4. Tell me about a time you simplified a complex process or automated a repetitive task. (Invent and Simplify)
  5. Describe a time your judgment or data-backed decision solved a difficult problem. (Are Right, A Lot)
  6. Tell me about a time you had to quickly learn a new technology to complete a task. (Learn and Be Curious)
  7. Describe a situation where you had to make a decision quickly with incomplete information. (Bias for Action)
  8. Tell me about a time you delivered results with limited resources or a tight budget. (Frugality)
  9. Tell me about a time you admitted a mistake and how you corrected it. (Earn Trust)
  10. Describe a time you found the true root cause of a problem that others had overlooked. (Dive Deep)
  11. Tell me about a time you disagreed with a decision but committed fully once it was made. (Have Backbone; Disagree and Commit)
  12. Describe a time you delivered an important result despite significant obstacles. (Deliver Results)

Frequently Asked QuestionsFAQ

What is the most important area to prepare for Amazon interviews?

Data structures and algorithms alongside the 16 Leadership Principles. Arrays, trees, graphs, and dynamic programming are central, and LP questions appear in nearly every round.

How difficult are Amazon interview questions?

Technical Round 1 is intermediate, Round 2 is advanced, and the Bar Raiser is typically the hardest, combining a demanding DSA problem with intensive Leadership Principle questioning.

How many rounds are there in the Amazon interview loop?

The loop usually has two technical interviews, a Bar Raiser round, and an HR/hiring manager discussion, with Leadership Principles assessed throughout.

What are the coding expectations in Amazon interviews?

Candidates should clarify constraints, explain brute-force before optimising, write clean code with edge-case handling, and state time and space complexity for the final solution.

Is system design asked for SDE-1?

Basic system design questions, such as designing a URL shortener or rate limiter, can appear for SDE-1 and SDE-2, focusing on decomposition and trade-offs.

How are Leadership Principle questions evaluated?

They are answered using the STAR framework and explicitly connected to the relevant principle. Interviewers dig deep into the "why" behind decisions to test authenticity.

How should I structure behavioral answers?

Use Situation, Task, Action, Result, use "I" rather than "we", include real numbers and timelines, and be ready to defend trade-offs under follow-up questioning.

Are project and internship questions common?

Yes. Candidates are frequently asked to walk through their most challenging project, explain technology choices and trade-offs, and reflect on what they would improve.