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 for Experienced

Updated 7 Apr 2025

Top Amazon Interview Questions and Answers for Experienced

View all 390 questions

Amazon Interview Experiences for Experienced

Popular Designations

1.4k interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Coding Test 

2 coding question were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Sum on node in binary tree
  • Ans. 

    Recursively sum the values of nodes in a binary tree

    • Use a recursive function to traverse the tree and add the values of each node

    • Base case: if the current node is null, return 0

    • Recursive step: return the sum of current node value, left subtree sum, and right subtree sum

  • Answered by AI
  • Q2. Lp question asked
Round 3 - Technical 

(2 Questions)

  • Q1. Question on string manipulation
  • Q2. Lp question asked
Round 4 - Technical 

(2 Questions)

  • Q1. Managerial question on projects were asked
  • Q2. Past experience and leadership question

Skills evaluated in this interview

Top Amazon Software Engineer Interview Questions and Answers

Q1. Sum Between Zeroes Problem Statement Given a singly linked list containing a series of integers separated by the integer '0', modify the list by merging nodes between two '0's into a single node. This merged node should store the sum of all... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Tell me abouyou family and what is your exact work in a company
Round 2 - One-on-one 

(2 Questions)

  • Q1. Have you worked on any project and if you succeed or not
  • Q2. If you have received the load of 6000 in a day how will you manage that
  • Ans. 

    I would prioritize tasks, delegate responsibilities, and ensure efficient communication to manage the load of 6000 in a day.

    • Prioritize tasks based on urgency and importance

    • Delegate responsibilities to team members based on their strengths and workload

    • Ensure clear communication channels to avoid bottlenecks and delays

    • Monitor progress regularly and make adjustments as needed

    • Utilize technology and automation tools to stre

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the interview as they ask bit tricky questions.

Team Lead Operations Interview Questions asked at other Companies

Q1. How do you calculate shrinkage and attrition ?
View answer (9)

Tax Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Mar 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What responsibilities have you undertaken apart from your role in regulations?
  • Ans. 

    I have taken on various responsibilities, including project management, team training, and process improvement initiatives.

    • Led a cross-functional team to streamline tax reporting processes, reducing turnaround time by 20%.

    • Conducted training sessions for new hires on tax regulations and compliance, enhancing team knowledge and efficiency.

    • Collaborated with IT to implement a new tax software system, improving data accurac...

  • Answered by AI
  • Q2. Can you describe a time when you experienced failure in your job?
  • Ans. 

    I once miscalculated a tax return, leading to a significant delay in processing and client dissatisfaction.

    • Miscalculated a client's tax return due to a misunderstanding of new tax regulations.

    • The error resulted in a delay of two weeks in processing their return.

    • I took responsibility and communicated transparently with the client about the issue.

    • To rectify the situation, I worked overtime to correct the mistake and ensu...

  • Answered by AI

Tax Analyst Interview Questions asked at other Companies

Q1. If a 30 gms of gold was bought at London what will be duty charged on it
View answer (2)
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. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)

Amazon interview questions for popular designations

 Software Developer

 (191)

 Customer Service Associate

 (162)

 Customer Service Executive

 (103)

 Transaction Risk Investigator

 (102)

 Software Developer Intern

 (95)

 Associate

 (87)

 Seller Support Associate

 (81)

 Software Engineer

 (77)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Describe your old job role
  • Q2. Use STAR method to answer the questions

Senior Product Compliance Associate Interview Questions asked at other Companies

Q1. 3.How you will differentiate between two similar products?
View answer (5)

Get interview-ready with Top Amazon Interview Questions

Quality Analyst Interview Questions & Answers

user image abisha vadivelu

posted on 3 Apr 2025

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Tell about your experience
  • Ans. 

    I have over 5 years of experience in quality assurance, focusing on process improvement and defect reduction in software development.

    • Led a team of 5 QA analysts in a project that reduced defects by 30% through improved testing strategies.

    • Implemented automated testing tools, which increased testing efficiency by 40%.

    • Conducted regular training sessions for team members on best practices in quality assurance.

    • Collaborated ...

  • Answered by AI
  • Q2. Explain SDLC and STLC
  • Ans. 

    SDLC outlines software development phases; STLC focuses on testing phases to ensure quality.

    • SDLC (Software Development Life Cycle) includes phases like requirement analysis, design, implementation, testing, deployment, and maintenance.

    • STLC (Software Testing Life Cycle) consists of phases such as requirement analysis, test planning, test case development, test execution, and closure.

    • Example of SDLC: In a banking applica...

  • Answered by AI

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

Jobs at Amazon

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Coding and behavioral questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 27 Aug 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Introduction and SQL query
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find pairs with target difference in a array

Top Amazon Software Developer Interview Questions and Answers

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Current (I) =voltage (V)/Resistance (R)
  • Ans. 

    Ohm's Law states that current is equal to voltage divided by resistance.

    • Ohm's Law is a fundamental principle in electrical engineering

    • Current (I) is measured in Amperes (A)

    • Voltage (V) is measured in Volts (V)

    • Resistance (R) is measured in Ohms (Ω)

    • The formula I = V/R can be used to calculate current in a circuit

  • Answered by AI
  • Q2. What it ohm's law
  • Ans. 

    Ohm's law states that the current flowing through a conductor between two points is directly proportional to the voltage across the two points.

    • Ohm's law is represented by the equation V = IR, where V is voltage, I is current, and R is resistance.

    • It is named after German physicist Georg Simon Ohm.

    • Ohm's law is fundamental in the field of electrical engineering and is used to analyze and design electrical circuits.

    • It help...

  • Answered by AI
  • Q3. SI unit of flux
  • Ans. 

    Weber (Wb)

    • The SI unit of flux is Weber (Wb)

    • Flux is a measure of the flow of a physical quantity through a surface

    • It is commonly used in electromagnetism and is defined as the amount of magnetic field passing through a surface

  • Answered by AI
  • Q4. Difference between AC and DC
  • Ans. 

    AC stands for alternating current, which changes direction periodically, while DC stands for direct current, which flows in one direction.

    • AC changes direction periodically, while DC flows in one direction constantly.

    • AC is used in household appliances and power distribution, while DC is used in batteries and electronic devices.

    • AC can be easily converted to different voltage levels using transformers, while DC requires m...

  • Answered by AI
  • Q5. How will you calculate current carrying in a conductor ?
  • Ans. 

    Current carrying in a conductor can be calculated using Ohm's Law, which states that current (I) equals voltage (V) divided by resistance (R).

    • Use Ohm's Law: I = V / R

    • Determine the voltage across the conductor

    • Find the resistance of the conductor

    • Calculate the current flowing through the conductor using the formula

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Contact me those who are in my position

Electrical Maintenance Engineer Interview Questions asked at other Companies

Q1. Is that you know Digital Multimeter? Show me how to use for different components. They provided me HV diode, HV capacitor, Industrial X'mer etc
View answer (2)

Amazon Interview FAQs

How many rounds are there in Amazon interview for experienced candidates?
Amazon interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Amazon interview process for experienced candidates are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Amazon interview for experienced candidates?
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 Project Management, Operations, SQL, Customer Experience Management and Analytical Chemistry.
What are the top questions asked in Amazon interview for experienced candidates?

Some of the top questions asked at the Amazon interview for experienced candidates -

  1. What is the difference between a good customer service and bad customer service...read more
  2. What's the role of customer service associa...read more
  3. How to solve a problem of custo...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 for Experienced

based on 673 interviews

Interview experience

4.2
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Amazon

Interview Questions from Similar Companies

Uber Interview Questions
4.2
 • 149 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.1
 • 42 Interviews
Uplers Interview Questions
4.0
 • 41 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
Airbnb Interview Questions
3.7
 • 23 Interviews
Linedata Interview Questions
3.5
 • 22 Interviews
View all

Amazon Reviews and Ratings

based on 26k reviews

4.0/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 26k Reviews and Ratings
Build And Release Devops Engineer

Chennai

3-7 Yrs

Not Disclosed

CXQO Associate at Hyderabad, Amazon

Hyderabad / Secunderabad

0-3 Yrs

Not Disclosed

Ops specialist (French) , JWO CS, CXQO

Hyderabad / Secunderabad

0-4 Yrs

Not Disclosed

Explore more jobs
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 - ₹37 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