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 QA Engineer Interview Questions, Process, and Tips

Updated 17 Nov 2024

Top Amazon QA Engineer Interview Questions and Answers

View all 8 questions

Amazon QA Engineer Interview Experiences

15 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude was hosted by Amazon themselves comprising of 3 sections:
1. Coding
2. MCQ regarding QA methodologies
3. Behavioural questions (where does your alignment lies)

Round 2 - Technical 

(2 Questions)

  • Q1. Simple string manipulation (e.g. anagram string)
  • Ans. 

    Check if two strings are anagrams of each other

    • Create a function that takes in two strings as input

    • Remove all spaces and special characters from both strings

    • Sort the characters in both strings and compare them to check if they are equal

  • Answered by AI
  • Q2. Optimise approach for each question
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions around automation suite
Round 4 - Technical 

(1 Question)

  • Q1. More questions on the projects I have worked, questions around them
Round 5 - One-on-one 

(2 Questions)

  • Q1. Alignment on where you are likely going to be in the org
  • Q2. Preferred work location

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply for the job position only if you can work from the location given in JD

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image sivamani kandan

posted on 11 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding from basics, practice leetcode

Round 2 - HR 

(2 Questions)

  • Q1. How would you test an appilication
  • Ans. 

    To test an application, I would follow a systematic approach to ensure all functionalities work as expected.

    • Create test cases based on requirements and user stories

    • Perform functional testing to check if all features work correctly

    • Conduct regression testing to ensure new changes do not affect existing functionalities

    • Test for performance, security, and usability

    • Use automation tools like Selenium for repetitive tests

  • Answered by AI
  • Q2. How would you test an api
  • Ans. 

    To test an API, I would focus on functionality, performance, security, and integration.

    • Create test cases to cover all API endpoints and methods

    • Test input validation and error handling

    • Check response times and performance under different loads

    • Verify security measures such as authentication and authorization

    • Integrate API testing with automation tools like Postman or Selenium

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Assignment 

Online assessment test

Round 2 - One-on-one 

(2 Questions)

  • Q1. Test strategy and test plan, scenario based questions
  • Q2. Conding round leetcode easy/medium level questions

QA Engineer Interview Questions & Answers

user image Navdeep Singh

posted on 31 Jan 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical assessment
Work style assessment
programming knowledge (DSA, JAVA)

Round 2 - Technical 

(3 Questions)

  • Q1. Test cases, test plan and test data for QR code
  • Q2. Questions on selenium and java basics
  • Q3. Questions on xpath

Amazon interview questions for designations

 QA QC Engineer

 (2)

 Senior QA Engineer

 (1)

 QA Manager

 (1)

 QA Technician

 (1)

 QA Associate

 (1)

 QA Tester

 (1)

 QA Intern

 (1)

 Quality Assurance Engineer

 (2)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Multiple choice question on python,oops,selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard work

Get interview-ready with Top Amazon Interview Questions

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Scenario based questions

Round 2 - Coding Test 

Java coding + Debugging

Round 3 - Coding Test 

Java coding + Debugging

Round 4 - Case Study 

Testing related scenario based questions

Round 5 - Behavioral 

(2 Questions)

  • Q1. About my experience
  • Q2. Debugging skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding

QA Engineer Interview Questions & Answers

user image Santhosh Kumar

posted on 14 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented QA Engineer with 5 years of experience in manual and automated testing.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium and Jira

    • Strong analytical skills and ability to troubleshoot issues efficiently

  • Answered by AI

QA Engineer Interview Questions & Answers

user image Gaming QA

posted on 16 Oct 2023

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

I applied via Referral and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is software text life cycle
  • Ans. 

    Software text life cycle refers to the stages through which a piece of software text goes from creation to retirement.

    • Includes stages like requirements gathering, design, coding, testing, deployment, and maintenance

    • Involves activities like writing, reviewing, editing, and updating text

    • Ensures that the text meets quality standards and user requirements

    • Examples: user manuals, help guides, release notes

  • Answered by AI
  • Q2. Explained stlc to them
  • Q3. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing features.

    • It involves running previously executed test cases to verify that the existing functionalities are still working as expected after code changes.

    • Regression testing helps in identifying any defects or issues introduced by new code changes.

    • Automated testing tools are often use...

  • Answered by AI
  • Q4. What is sanity testing
  • Ans. 

    Sanity testing is a subset of regression testing that focuses on testing the most critical functionalities of a software application.

    • Sanity testing is a quick and focused testing to ensure that the most critical functionalities of the software are working as expected.

    • It is usually performed after a new build or minor changes to the code.

    • The main goal of sanity testing is to verify that the application is stable enough ...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Write a script to convert json value into excel sheet
  • Ans. 

    Script to convert JSON value into Excel sheet

    • Use a library like pandas in Python to read the JSON data and convert it into a DataFrame

    • Use the to_excel() function in pandas to write the DataFrame to an Excel file

    • Specify the file path and name for the Excel file in the script

  • Answered by AI
  • Q2. Wrote the code in python, make sure to use flatten and unflatten

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare few medium level questions

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Sep 2024

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

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic programming
Round 2 - Technical 

(1 Question)

  • Q1. Selenium and test case related question

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Nov 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Asked about simple array question

Round 2 - Coding Test 

Asked DSA, related to hashmap

Round 3 - One-on-one 

(1 Question)

  • Q1. Binary search algo

Amazon Interview FAQs

How many rounds are there in Amazon QA Engineer interview?
Amazon interview process usually has 2-3 rounds. The most common rounds in the Amazon interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Amazon QA Engineer 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 Android, Automation Testing, Framework and Test Cases.
What are the top questions asked in Amazon QA Engineer interview?

Some of the top questions asked at the Amazon QA Engineer interview -

  1. Write a script to convert json value into excel sh...read more
  2. What is software text life cy...read more
  3. Simple string manipulation (e.g. anagram stri...read more

Tell us how to improve this page.

Amazon QA Engineer Interview Process

based on 14 interviews

3 Interview rounds

  • Aptitude Test Round
  • Technical Round - 1
  • Technical Round - 2
View more

QA Engineer Interview Questions from Similar Companies

View all
Amazon QA Engineer Salary
based on 240 salaries
₹4.4 L/yr - ₹22.8 L/yr
137% more than the average QA Engineer Salary in India
View more details

Amazon QA Engineer Reviews and Ratings

based on 36 reviews

4.0/5

Rating in categories

3.7

Skill development

3.2

Work-life balance

3.9

Salary

3.3

Job security

3.7

Company culture

3.3

Promotions

3.5

Work satisfaction

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

₹0.6 L/yr - ₹5 L/yr

Transaction Risk Investigator
3.1k salaries
unlock blur

₹2.3 L/yr - ₹6.5 L/yr

Associate
2.8k salaries
unlock blur

₹0.8 L/yr - ₹7 L/yr

Senior Associate
2.5k salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Program Manager
2.3k 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
Did you find this page helpful?
Yes No
write
Share an Interview