Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Amazon

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Amazon | Empleos en Amazon | Sueldos en Amazon | Prestaciones en Amazon
      Entrevistas en AmazonEntrevistas para el cargo de Quality Assurance Engineer II en AmazonEntrevista en Amazon


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Maze
      4.5★Remuneración y prestaciones

      Entrevista para Quality Assurance Engineer II

      26 jul 2017
      Candidato de entrevista anónimo
      Chennai

      Otras evaluaciones sobre las entrevistas para el cargo de Quality Assurance Engineer II en Amazon

      Entrevista para QA Engineer II

      12 jul 2025
      Candidato de entrevista anónimo
      Vancouver, BC
      Sin ofertas
      Experiencia negativa
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en Amazon (Chennai) en jul 2017

      Entrevista

      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

      Preguntas de entrevista [1]

      Pregunta 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 respuestas
      12
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Amazon (Vancouver, BC)

      Entrevista

      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.

      Preguntas de entrevista [3]

      Pregunta 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.
      Responder pregunta

      Pregunta 2

      Writing a code : finding the pairs in an array
      Responder pregunta

      Pregunta 3

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

      Entrevista para Quality Assurance Engineer II

      23 jul 2025
      Candidato de entrevista anónimo
      Pune
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Me postulé en línea. Acudí a una entrevista en Amazon (Pune) en jul 2025

      Entrevista

      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)

      Preguntas de entrevista [1]

      Pregunta 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.,
      Responder pregunta

      Entrevista para Quality Assurance Engineer II

      24 ago 2023
      Candidato de entrevista anónimo
      Madrid
      Sin ofertas
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé en línea. El proceso tomó 2 meses. Acudí a una entrevista en Amazon (Madrid) en jul 2023

      Entrevista

      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.

      Preguntas de entrevista [1]

      Pregunta 1

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