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
4.1

based on 24k Reviews

Filter interviews by

Amazon Interview Questions, Process, and Tips

Updated 25 Dec 2024

Top Amazon Interview Questions and Answers

  • Q1. Maximum Subarray Sum Given an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the ...read more
    asked in Software Developer interview
  • Q2. Fish Eater There is a river which flows in one direction. One day, the river has 'N' number of fishes. You are given an array 'FISHES' of integers representing the size o ...read more
    asked in Software Developer Intern interview
  • Q3. There are n nuts and n bolts represented in two different arrays and a function is_fit(nut_i, bolt_j) which returns 0 if its perfectly fit, 1 if it’s a tight fit and -1 i ...read more
    asked in SDE interview
View all 2.2k questions

Amazon Interview Experiences

Popular Designations

4.9k interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 29 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

HACKER RANK TEST WITH MEDIUM LEVEL QUESTIONS

Round 2 - Technical 

(3 Questions)

  • Q1. CREATE A LINKED LIST
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

  • Answered by AI
  • Q2. FIND THE LOOP IN LINKED LIST
  • Ans. 

    To find a loop in a linked list, use Floyd's Tortoise and Hare algorithm.

    • Use two pointers, slow and fast, to traverse the linked list.

    • If there is a loop, the two pointers will eventually meet at the same node.

    • To find the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI
  • Q3. QUESTION BASED ON DYNAMIC PROGRAMMING

Interview Preparation Tips

Topics to prepare for Amazon SDE interview:
  • Data Structures
  • Algorithms
  • Java
Interview preparation tips for other job seekers - PREPARE WELL ON DATA STRUCTURES AND ALGORITHMS

Skills evaluated in this interview

Top Amazon SDE Interview Questions and Answers

Q1. There is a 12 km road and a contractor who is in-charge of repairing it. Contractor updates you about the work which is done in patches. Like “Road between 3.2 km to 7.9 km repaired ”, “Road between 1.21 km to 3.2 km repaired”. You have a m... read more
View answer (2)

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

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

    I am a dedicated computer operator with 5 years of experience in managing data entry, troubleshooting technical issues, and ensuring smooth operation of computer systems.

    • 5 years of experience in computer operations

    • Proficient in data entry and troubleshooting technical issues

    • Skilled in ensuring smooth operation of computer systems

  • Answered by AI
  • Q2. What should we hire you?
  • Ans. 

    I have the technical skills, experience, and dedication to excel in this role as a Computer Operator.

    • I have a strong background in computer systems and operations

    • I am proficient in troubleshooting and resolving technical issues

    • I have experience in monitoring system performance and ensuring smooth operations

    • I am detail-oriented and able to follow procedures accurately

    • I am committed to continuous learning and staying upd

  • Answered by AI
  • Q3. What are you strength?
  • Ans. 

    My strengths include attention to detail, problem-solving skills, and ability to work well under pressure.

    • Attention to detail: I have a keen eye for spotting errors and ensuring accuracy in my work.

    • Problem-solving skills: I am able to quickly identify and resolve issues that arise during operations.

    • Ability to work well under pressure: I can stay calm and focused in high-pressure situations, ensuring tasks are completed

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are you salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the industry standard for Computer Operators.

    • Consider my experience and skills when determining salary

    • Research industry standard salary for Computer Operators

    • Be open to negotiation based on benefits and opportunities for growth

  • Answered by AI
  • Q2. Can you work under pressure?
  • Ans. 

    Yes, I thrive in high-pressure situations and can effectively manage my time and priorities to meet deadlines.

    • I have experience working in fast-paced environments where quick decision-making and problem-solving skills are essential.

    • I am able to stay calm and focused under pressure, ensuring that tasks are completed accurately and efficiently.

    • I prioritize tasks based on urgency and importance, allowing me to meet deadli

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amazon Computer Operator interview:
  • Computer Operating

Top Amazon Computer Operator Interview Questions and Answers

Q1. Which program language do you use regularly in your work
View answer (3)

Computer Operator Interview Questions asked at other Companies

Q1. Which program language do you use regularly in your work
View answer (3)

Software Developer Interview Questions & Answers

user image Protik Biswas

posted on 29 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. INvert a binary tree
  • Ans. 

    Invert a binary tree by swapping left and right children of each node.

    • Start from the root node and swap its left and right children.

    • Recursively invert the left and right subtrees.

    • Continue this process until all nodes are inverted.

  • Answered by AI
Round 2 - Coding Test 

Reverse a linked list

Round 3 - Coding Test 

Find shortest distance in unweighted graph

Skills evaluated in this interview

Top Amazon Software Developer Interview Questions and Answers

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Company kaisi hai ?
  • Q2. Company me work form home hay kay ?
  • Q3. Company me Kitna payment hay
Round 2 - Technical 

(4 Questions)

  • Q1. Company mein Sab machine barabar kam kar rahi hai kya ?
  • Q2. Yes work very simple
  • Q3. Work form home hay kay ?
  • Q4. Company me Kitna payment hay ?

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 (39)

Amazon interview questions for popular designations

 Software Developer

 (176)

 Customer Service Associate

 (145)

 Customer Service Executive

 (101)

 Transaction Risk Investigator

 (100)

 Software Developer Intern

 (95)

 Associate

 (82)

 Seller Support Associate

 (82)

 Software Engineer

 (78)

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

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

Round 1 - Coding Test 

Good overall 2 rounds coding lld hld eetc.

Round 2 - Coding Test 

Verey hard round. dybamic programming, graphs trees eetc.

Round 3 - Aptitude Test 

Asked mor questioons on aptitude and logical reasoning.

Top Amazon Software Developer Interview Questions and Answers

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Amazon Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What does your day to day work look like?
  • Q2. What difficulties or challenges you are currently facing in your job role?
  • Ans. 

    Balancing multiple responsibilities, managing diverse personalities, staying updated on wellness trends

    • Balancing multiple responsibilities such as creating wellness programs, managing budgets, and coordinating events

    • Managing diverse personalities within the team and ensuring everyone is motivated and engaged

    • Staying updated on wellness trends and research to provide the most effective programs for employees

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - *Know your work domain really well
*Highlight the work that you have done or doing in your present organisation
*Follow the Amazon interview tips thoroughly. It is easily available on the internet

Wellness Manager Interview Questions asked at other Companies

Q1. Show me how you can sell this pen
View answer (1)

Jobs at Amazon

View all
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

First was round based on Quality engineering concepts and aptitude combob

Round 2 - Technical 

(2 Questions)

  • Q1. Question on How proxy configured for device
  • Q2. What is test scenario,test case.
  • Ans. 

    Test scenario is a high-level description of the functionality to be tested, while test case is a detailed step-by-step procedure to validate the functionality.

    • Test scenario is a broad description of what needs to be tested, while test case is a detailed set of steps to verify a specific aspect of the scenario.

    • Test scenario is usually written in a more general and abstract way, while test case is more specific and conc...

  • Answered by AI

Skills evaluated in this interview

Top Amazon Sdet Automation Test Engineer Interview Questions and Answers

Q1. what is java and cpp and dbms sql etc
View answer (1)

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Big Data Engineer interview

user image E-Learning Bridge

posted on 16 Nov 2021

SDE Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2024

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

I applied via Company Website and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Coding Test 

SLiding window problem

Round 2 - Coding Test 

Tree problem variation

Round 3 - Coding Test 

DP Problems same questions but with different cases

Round 4 - HR 

(2 Questions)

  • Q1. Experience with last company
  • Ans. 

    I worked at a tech startup where I developed web applications and implemented new features.

    • Led a team of developers to successfully launch a new mobile app

    • Implemented a new payment gateway system to improve user experience

    • Collaborated with product managers to prioritize and deliver features on time

  • Answered by AI
  • Q2. How you handle pressure
  • Ans. 

    I handle pressure by staying organized, prioritizing tasks, and taking breaks when needed.

    • I prioritize tasks based on deadlines and importance

    • I break down large tasks into smaller, manageable steps

    • I communicate with team members or supervisors if feeling overwhelmed

    • I practice mindfulness techniques like deep breathing or meditation to stay calm

  • Answered by AI
Round 5 - Behavioral 

(1 Question)

  • Q1. Behavioural ROund

Top Amazon SDE Interview Questions and Answers

Q1. There is a 12 km road and a contractor who is in-charge of repairing it. Contractor updates you about the work which is done in patches. Like “Road between 3.2 km to 7.9 km repaired ”, “Road between 1.21 km to 3.2 km repaired”. You have a m... read more
View answer (2)

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There will be 5 rounds

All the round were mainly focused on the leadership priciples and technical skills
Each round will be carried for 1hr
You should be proefficeint with AWS and devops concepts like CI/CD

Round 2 - Coding Test 

This round consist of 2 question mainly focused on DSA concepts like Array and Strings

Round 3 - Coding Test 

Here also you will be asked to solve 2 DSA questions form medium to hard level

Round 4 - One-on-one 

(2 Questions)

  • Q1. Your work-experience and projects
  • Q2. Questions based on your project , mainly to check the leaderships principles

Interview Preparation Tips

Interview preparation tips for other job seekers - you should be proficient with DSA in any language

Top Amazon Applications Engineer Interview Questions and Answers

Q1. How can you search a file inside folder levels via command line
View answer (1)

Applications Engineer Interview Questions asked at other Companies

Q1. Missing NumberYou are given an array/list ‘BINARYNUMS’ that consists of ‘N’ distinct strings which represent all integers from 0 to N in binary representation except one integer. This integer between 0 to ‘N’ whose binary representation is ... read more
View answer (4)

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 Customer Service, Communication Skills, E-commerce, customer support and bpo.
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 1.6k interviews in last 1 year

Interview experience

4.3
  
Good
View more

People are getting interviews through

based on 3.4k Amazon interviews
Job Portal
Company Website
Referral
WalkIn
Campus Placement
Recruitment Consultant
34%
27%
11%
7%
7%
1%
13% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 739 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
BigBasket Interview Questions
3.9
 • 341 Interviews
Myntra Interview Questions
4.0
 • 204 Interviews
Blinkit Interview Questions
3.7
 • 164 Interviews
JioMart Interview Questions
3.9
 • 92 Interviews
Snapdeal Interview Questions
3.9
 • 74 Interviews
Shopclues Interview Questions
4.1
 • 9 Interviews
View all

Amazon Reviews and Ratings

based on 24k reviews

4.1/5

Rating in categories

3.8

Skill development

3.9

Work-Life balance

4.0

Salary & Benefits

3.8

Job Security

4.1

Company culture

3.5

Promotions/Appraisal

3.8

Work Satisfaction

Explore 24k Reviews and Ratings
Quality Assurance Technician, Merchant Fulfilled Network

Bangalore / Bengaluru

0-2 Yrs

Not Disclosed

Amazon hring LOA Case manager - Work from Home- On contract

Hyderabad / Secunderabad

2-7 Yrs

₹ 5-5.5 LPA

Explore more jobs
Customer Service Associate
4.2k salaries
unlock blur

₹0.6 L/yr - ₹5 L/yr

Transaction Risk Investigator
3.1k salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Associate
2.8k salaries
unlock blur

₹0.8 L/yr - ₹7 L/yr

Senior Associate
2.4k salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Program Manager
2.1k salaries
unlock blur

₹9 L/yr - ₹36 L/yr

Explore more salaries
Compare Amazon with

Flipkart

4.0
Compare

TCS

3.7
Compare

Google

4.4
Compare

Netflix

4.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview