Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Amazon Team. If you also belong to the team, you can get access from here

Amazon Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Amazon Interview Questions, Process, and Tips

Updated 27 Mar 2025

Top Amazon Interview Questions and Answers

  • Q1. Furthest Building You Can Reach In this problem, Ninja prefers jumping over building roofs rather than walking through the streets. The heights of the buildings in his c ...read more
  • Q2. Relative Sorting Problem Statement You are given two arrays, 'ARR' of size 'N' and 'BRR' of size 'M'. Your task is to sort the elements of 'ARR' such that their relative ...read more
  • Q3. Level Order Traversal Problem Statement Given a binary tree of integers, return the level order traversal of the binary tree. Input: The first line contains an integer ' ...read more
View all 361 questions

Amazon Interview Experiences

Popular Designations

5.1k interviews found

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 DSA questions and 70 minutes.

Round 2 - Technical 

(2 Questions)

  • Q1. Implement Min-stack using O(N) space .
  • Ans. 

    Min-stack is implemented using O(N) space by keeping track of minimum value at each element.

    • Use two stacks - one to store the actual elements and another to store the minimum value at each step.

    • When pushing an element, check if it is smaller than the current minimum and update the minimum stack accordingly.

    • When popping an element, also pop from the minimum stack if the popped element is the current minimum.

  • Answered by AI
  • Q2. Sliding Window Problem.
  • Ans. 

    Sliding Window Problem involves finding a subarray of fixed size k with the maximum sum.

    • Use a sliding window approach to iterate through the array and keep track of the sum of elements within the window.

    • Slide the window by removing the first element and adding the next element in each iteration.

    • Keep track of the maximum sum found so far and update it if a new maximum is found.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA .

Skills evaluated in this interview

Top Amazon SDE Intern Interview Questions and Answers

Q1. Find the square root of a number using only 4 basic arithmetic operations (+,-,*,/) without using a power operator and inbuilt libraries. For numbers that are not perfect squares, print the integer part of the result. Test Case 1: Input : 9... read more
View answer (1)

SDE Intern Interview Questions asked at other Companies

Q1. Given a string of containing lower case letters and upper case characters. Find the number of occurrences of each character. The question was further modified to include the special characters as well. I was asked to design the test cases f... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self.
  • Ans. 

    I am a dedicated and empathetic customer care executive with 5 years of experience in resolving customer issues and providing exceptional service.

    • 5 years of experience in customer care

    • Skilled in resolving customer issues

    • Strong focus on providing exceptional service

    • Empathetic and dedicated approach

    • Excellent communication skills

  • Answered by AI
  • Q2. Tell me about your experience.
  • Ans. 

    I have over 5 years of experience in customer care roles, handling inquiries, resolving issues, and providing excellent service.

    • Worked in a call center for a telecommunications company

    • Managed customer accounts and provided technical support

    • Received positive feedback for my problem-solving skills

    • Trained new team members on customer service best practices

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amazon Customer Care Executive interview:
  • Prepare for your long term goals
  • And be fluent while speaking
Interview preparation tips for other job seekers - Na

Top Amazon Customer Care Executive Interview Questions and Answers

Q1. What is customer service, how do we deal with customer service
View answer (9)

Customer Care Executive Interview Questions asked at other Companies

Q1. What would you do if you win 1billion dollar lottey?
View answer (41)

General Manager Interview Questions & Answers

user image SIVAPRASATH S

posted on 6 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Strength and weakness
  • Q2. What do you do in next 5 years
  • Ans. 

    In the next 5 years, I plan to enhance my leadership skills, drive business growth, and foster a positive work culture.

    • Focus on developing strong leadership qualities through training and mentorship programs

    • Implement strategies to drive business growth and increase profitability

    • Create a positive work environment by promoting teamwork and employee engagement

    • Stay updated on industry trends and technologies to remain comp...

  • Answered by AI
Round 2 - Assignment 

Coding questions on DSA

Round 3 - Aptitude Test 

Grammatical as well as Mathematical

Round 4 - Coding Test 

Coding questions on DSA

Round 5 - Technical 

(2 Questions)

  • Q1. Questions on projects
  • Q2. SQL, CN, OS, coding questions on DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough in basics

General Manager Interview Questions asked at other Companies

Q1. If we do 100% Banking, End of the Month Bank gives us Statement, Which account can be easily tracked from the Statement
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Different joins in sql
  • Ans. 

    Different types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

    • Full outer join: Returns all rows when there is a match in either table

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Something you have done beyond your duty in your previous job.

Skills evaluated in this interview

Top Amazon Business Analyst Interview Questions and Answers

Q1. Use of case in SQL why and when we use it.
View answer (1)

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Amazon interview questions for popular designations

 Software Developer

 (188)

 Customer Service Associate

 (159)

 Customer Service Executive

 (103)

 Transaction Risk Investigator

 (102)

 Software Developer Intern

 (95)

 Associate

 (87)

 Seller Support Associate

 (81)

 Software Engineer

 (75)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Assignment 

Asked to show the work and portfolio

Round 2 - Technical 

(2 Questions)

  • Q1. What is your favorite design process
  • Ans. 

    My favorite design process is the ADDIE model.

    • I appreciate the systematic approach of Analysis, Design, Development, Implementation, and Evaluation.

    • It allows for thorough planning and assessment at each stage of the instructional design process.

    • For example, when creating an online course, I find that following the ADDIE model ensures a well-structured and effective learning experience.

  • Answered by AI
  • Q2. When was the last time you had trouble connecting with SMEs
Round 3 - Technical 

(2 Questions)

  • Q1. What is your favorite learning experience that you have created
  • Q2. What is the most challenging learning experience that you have created

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Instructional Designer Interview Questions asked at other Companies

Q1. Come up with a scenario and how will you design an elearning material.
View answer (1)

Get interview-ready with Top Amazon Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Take training through YouTube.

Round 2 - HR 

(3 Questions)

  • Q1. Can you describe your background and experience? What motivates you to join Amazon?
  • Q2. Why we should hire you
  • Q3. What is bpo and why bpo

Top Amazon Customer Care Executive Interview Questions and Answers

Q1. What is customer service, how do we deal with customer service
View answer (9)

Customer Care Executive Interview Questions asked at other Companies

Q1. What would you do if you win 1billion dollar lottey?
View answer (41)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell about your self and why do you choose this job
  • Ans. 

    I am a dedicated sales professional with a proven track record of exceeding targets. I choose this job because I am passionate about driving sales growth and leading a team to success.

    • Experienced in sales with a history of surpassing targets

    • Passionate about driving sales growth and leading teams

    • Strong communication and negotiation skills

    • Ability to analyze market trends and develop strategic sales plans

  • Answered by AI
  • Q2. What is your Strength and weekness
  • Ans. 

    Strength: Strong leadership skills, Weakness: Difficulty delegating tasks

    • Strength: Ability to motivate and inspire team members

    • Strength: Excellent communication skills

    • Weakness: Tendency to take on too much responsibility

    • Weakness: Struggle to trust others to complete tasks effectively

  • Answered by AI
  • Q3. What is ur ambition
  • Ans. 

    My ambition is to become a successful Area Sales Manager by consistently exceeding targets, building strong relationships, and leading a high-performing team.

    • To consistently exceed sales targets by implementing strategic sales plans and tactics

    • To build strong relationships with clients, stakeholders, and team members to drive business growth

    • To lead a high-performing sales team by providing mentorship, training, and sup...

  • Answered by AI
  • Q4. Why we are choose ur profile
  • Ans. 

    My profile stands out due to my extensive experience in sales, proven track record of exceeding targets, and strong leadership skills.

    • Extensive experience in sales

    • Proven track record of exceeding targets

    • Strong leadership skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't fear Attend the positive thoughts Give bold and honest words

Area Sales Manager Interview Questions asked at other Companies

Q1. How to handling position and how to coverage rout and sales teams
View answer (29)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Aptitude Test 

General ability Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Self-intro followed by Previous experience.
  • Q2. Questions about the role that they are hiring for.

Top Amazon Transaction Risk Investigator Interview Questions and Answers

Q1. If a seller wants to sell a phone worth 60k at 7k on amazon then would you allow him? If not then why? And what are the things you wanna confirm before allowing him to sell his product in your website?
View answer (17)

Transaction Risk Investigator Interview Questions asked at other Companies

Q1. If a seller wants to sell a phone worth 60k at 7k on amazon then would you allow him? If not then why? And what are the things you wanna confirm before allowing him to sell his product in your website?
View answer (17)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hashing vs encryption
  • Q2. Threat vs vulnerability vs risk

Security Engineer Interview Questions asked at other Companies

Q1. 1. What is Cryptography? Cryptography is the practice and study of techniques for securing information and communication mainly to protect the data from third parties that the data is not intended for. 2. What is the difference between Symm... read more
View answer (25)

Sde1 Interview Questions & Answers

user image Harshita Manwani

posted on 17 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is linked list?
  • Ans. 

    A linked list is a linear data structure where elements are stored in nodes with each node pointing to the next node in the sequence.

    • Consists of nodes connected by pointers

    • Does not have a fixed size like arrays

    • Can easily insert or delete elements without shifting other elements

    • Examples: Singly linked list, Doubly linked list, Circular linked list

  • Answered by AI
  • Q2. How to use set in javascript
  • Ans. 

    Sets in JavaScript are used to store unique values of any type.

    • Create a new set using the Set constructor

    • Add values to the set using the add() method

    • Check if a value exists in the set using the has() method

    • Remove a value from the set using the delete() method

    • Iterate over the set using the forEach() method

  • Answered by AI

Skills evaluated in this interview

Top Amazon Sde1 Interview Questions and Answers

Q1. pid ={3,5,0,1} ppid ={5,4,2,2} process id(pid) ppid=parent process id let us say the process that we killed is 2 now we have to print 2,0,1 as 0,1 are child of 2 and suppose that if we have children for this 0,1 also that should also be kil... read more
View answer (2)

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

Amazon Interview FAQs

How many rounds are there in Amazon interview?
Amazon interview process usually has 2-3 rounds. The most common rounds in the Amazon interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Amazon interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Amazon. The most common topics and skills that interviewers at Amazon expect are Operations, Customer Service, Project Management, Customer Experience Management and SQL.
What are the top questions asked in Amazon interview?

Some of the top questions asked at the Amazon interview -

  1. Every time I enter a temple my money gets doubled and while leaving u have to d...read more
  2. If a seller wants to sell a phone worth 60k at 7k on amazon then would you allo...read more
  3. What is the difference between a good customer service and bad customer service...read more
How long is the Amazon interview process?

The duration of Amazon interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Amazon Interview Process

based on 4.2k interviews

Interview experience

4.3
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Amazon

Interview Questions from Similar Companies

Uber Interview Questions
4.2
 • 150 Interviews
Expedia Group Interview Questions
3.8
 • 75 Interviews
LinkedIn Interview Questions
4.3
 • 65 Interviews
OLX Interview Questions
3.8
 • 57 Interviews
Facebook Interview Questions
4.3
 • 52 Interviews
Groupon Interview Questions
3.2
 • 42 Interviews
Uplers Interview Questions
4.0
 • 41 Interviews
Fareportal Interview Questions
3.3
 • 30 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
Airbnb Interview Questions
3.7
 • 23 Interviews
View all

Amazon Reviews and Ratings

based on 25.7k reviews

4.1/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

4.0

Salary

3.7

Job security

4.1

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 25.7k Reviews and Ratings
Customer Service Associate
4.2k salaries
unlock blur

₹0.6 L/yr - ₹6.8 L/yr

Transaction Risk Investigator
3.1k salaries
unlock blur

₹2 L/yr - ₹6.1 L/yr

Associate
2.9k salaries
unlock blur

₹0.8 L/yr - ₹7 L/yr

Senior Associate
2.5k salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Program Manager
2.2k salaries
unlock blur

₹9 L/yr - ₹36 L/yr

Explore more salaries
Compare Amazon with

Flipkart

3.9
Compare

TCS

3.7
Compare

Google

4.4
Compare

Netflix

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview