Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Amazon

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Amazon reviews | Amazon jobs | Amazon salaries | Amazon benefits | Amazon conversations
      Amazon interviewsAmazon Quality Assurance Engineer II interviewsAmazon interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Google
      4.5★Compensation and benefits
      avatar
      Meta
      4.6★Compensation and benefits
      avatar
      Amazon Web Services
      3.9★Compensation and benefits
      avatar
      Booking.com
      4.2★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Quality Assurance Engineer II Interview

      26 Jul 2017
      Anonymous interview candidate
      Chennai

      Other Quality Assurance Engineer II interview reviews for Amazon

      QA Engineer II Interview

      12 Jul 2025
      Anonymous interview candidate
      Vancouver, BC
      No offer
      Negative experience
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Amazon (Chennai) in Jul 2017

      Interview

      I have attended interview with AMAZON for QAE II. First round was written test which contains 5 questions of Writing testcases, data preperation, Debugging, scripting Followed by that there are three technical rounds and one hiring manager round Each rounds will be taking around 40 to 1 hr depends on your topic discussion 3rd technical & bar raiser rounds will be little tough. I got rejected in 3rd technical round since they were expecting me to provide more optimized solution for merging two demension sandwitched array in sorted order

      Interview questions [1]

      Question 1

      1. Test Case Enumeration: Write test cases for taxi booking application for Ola or Uber. You are expected to write testcases covering different types of functional and non-functional testing areas 2. Problem Solving: Find the first occurance of a given number from the series which has the difference between the adjacent elements as 1. For Example {1, 0, -1,-2,-1,0,1,2,3} Note: Do not use Linear Search 3. Test Data Generation Write the test data for the function: int getSmallestIntegerPosition(int[] A) This method accepts as input integer array that is already sorted and rotated "n" number of items where n is less than the size of the array For Example: The test data can be {4,5,6,1} This was derived from {1, 4, 5,6} afer sorting and rotating the array for 3 times And output of the function returns the index of integer that has the smallest value Eg: {4,5,6,1}: the smallest value is 1 and its index is 3 Note: This method searches for the element and derives the position with an order of O(log(n)) 4. Debugging While using skype or google hangout application, you are not able to do a video chat, describe how you debug the problem considering different aspects of functional and non-functional testing 5. Scripting Find the nth consecutive occurence of a character in a given string. For example for the given input string of "Amazon is a great company as it haas AtoooZzz" and the output should be "o" 6. Consider a string "Hello Good Morning" it should print the sentence in reverse order output should be "Morning Good Hello" 7. Check two strings are anagram 8. Merge two dimesional Array Consider array1 ={{10, 15}, {30, 50}} array2 ={{20,40}, {5, 10}} Merged array should be sandwitched (array 1 should be sandwitched with array 2) also while merging array if value range is less than the previously added value then that value should not be added to the merged array Output should be {10, 20, 30, 40, 50} --> 15, 5 and 10 should not be added 9. Print middle character of a string. If middle value has even then print 2 characters Eg: Amazon -->print az 10. Search an element in array without using linear search technique 11. Write test cases for Amazon Prime functionality 12. Testcases enumeration and data preperation for Whatsapp messenger
      6 Answers
      12
      Easy interview

      Application

      I applied online. The process took 3 weeks. I interviewed at Amazon (Vancouver, BC)

      Interview

      Ancient- the way the entire interview was handled, the questions asked, and the conversations reminded me of applying for an associate-level position. The interviewer went on to say, "Try to break the code, that's what QA is supposed to do." I agree that it is part of the job, not the entire job.

      Interview questions [3]

      Question 1

      Most recent release if something went wrong, what did I do to handle it, what the action I took, what did I resolve, what would I do to avoid something like this in future.
      Answer question

      Question 2

      Writing a code : finding the pairs in an array
      Answer question

      Question 3

      Presented a payment app screenshot, and I was asked to create test cases around it.
      Answer question

      Quality Assurance Engineer II Interview

      23 Jul 2025
      Anonymous interview candidate
      Pune
      No offer
      Neutral experience
      Difficult interview

      Application

      I applied online. I interviewed at Amazon (Pune) in Jul 2025

      Interview

      Once your resume is considered you will get an email with Online assessment link which you need to complete in 5 days. The assessment contains decision making questions on different kind of testing scenarios, some coding questions and etc., If you are good at it you will receive a mail from the recruiter for a Phone screening Round. This round is of 1hr and taken by a SDE of amazon. He/She asks you to give a brief introduction about yourself, previous project you worked on. What was the flow of the project, different kind of testing you performed, how many modules are of automation. He will give some scenarios and ask you the question. They will give any one scenario and ask you to write a function in your preferred language. How will you automate that scenario etc., Be well prepared with functions, automation practices and project experience(your roles and responsibilities)

      Interview questions [1]

      Question 1

      They will give any one scenario and ask you to write a function in your preferred language. How will you automate that scenario etc.,
      Answer question

      Quality Assurance Engineer II Interview

      24 Aug 2023
      Anonymous interview candidate
      Madrid
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. The process took 2 months. I interviewed at Amazon (Madrid) in Jul 2023

      Interview

      I had a total of 6 interviews, 3 of which had live coding challenge and behavioral questions associated with my experience. With different members of the company, a bar raiser, members of the team, Hiring Manager, and first technical round with someone to filter your technical programming level. questions about object oriented programming, problem solving, testing, agile. The recruiter was always in contact with me, and sending me guides to prepare me for the interviews. The whole process took almost two months. although i was not selected after reaching the final round of interviews, at least they took the time to give me feedback.

      Interview questions [1]

      Question 1

      What are career defining moments are most proud of career. big problems you resolve. how you solve a problem with your Manager.
      Answer question
      1