Envié una solicitud electrónica. El proceso duró 4 semanas. Acudí a una entrevista en Amazon (Sunnyvale, CA) en jun 2024
Entrevista
Same as other reviewers have said. Leadership principles answered in STAR format. 1 online assessment and then final 5 interviews. 4 just basic tech assessment on debugging and leadership principles and 1 was tech round easy question.
I answered everything that was requested but it looked like the interviewers were bored from the get go. I tried to make things interesting and engaging but it felt like they didn't want to be there. Even though I have hit all the LPs in my careers in one way or another and had stories to back it up, my take away from the interview was that basically they want you to tell fake stories with metrics. They have a grading rubric they go by and your stories need to be different for each question for each interview. Even for tell me about your self which was asked 5 times, they want stories to be different. This makes no sense. I was even asking clarification question as I answered to make sure I give them what they wanted. The most hilarious part was tech round. I answered my code line by line and iteration by iteration and the interviewer still wasn't understanding my solution and then said oh we are out of time and I was barely given 10 mins for the whole thing which I completed in 4 mins. I'm certain if I asked the same questions to 4 of the interviewers, they wouldn't be able to give me satisfactory answers using the LPs. Overall, I would say this was most disengaging interview I had with any panel and I have taken and given many interviews.
Suggestion for interviewers - focus more on the person and experience as a whole rather than checkboxes on a grading rubric based on LPs which is not one size fits all.
Preguntas de entrevista [1]
Pregunta 1
Tell me about your self (5 separate times). Tell me when you disagreed with your manager (3 times). Tell me about a time you did something that wasn't required in your role but helped others (2 times). Basic debugging easy questions on verbal tech side. Create a test plan on an app etc.
Envié una solicitud electrónica. Acudí a una entrevista en Amazon (Madrid)
Entrevista
Primo colloquio tecnico facile e non superato. Ti fanno sentire a tuo agio.
Prima del colloquio tecnico ho fatto un colloquio conoscitivo con hr, che ti spiega come funzionerà l'iter di selezione
Envié una solicitud electrónica. El proceso duró 4 semanas. Acudí a una entrevista en Amazon (São Paulo, ) en jul 2025
Entrevista
Testes online bem extensos cobrindo a parte comportamental, técnica e a experiência como QA, nunca tinha visto testes tão bem estruturados e completos, eles focam bem no dia a dia de trabalho e não em códigos de LeetCode e similares. Entrevista online com uma possível colega de time, que te pergunta sobre um case STAR da sua carreira, perguntas técnicas pra entender sua experiência e depois faz um teste técnico pra entender seu nivel de lógica
Preguntas de entrevista [1]
Pregunta 1
Apresente um case da sua carreira com método STAR, como você escreve casos de testes, se já validou Web e como faria pra validar
The selection process consists of three rounds. The first round is an online test assessing. The second round focuses on coding skills through problem-solving tasks. The third round evaluates testing abilities, Automation question including understanding of test cases, debugging, and quality assurance concepts relevant to the role.
Preguntas de entrevista [1]
Pregunta 1
Find the duplicate elements in an array (disscusin for bruit force methord then with shrorting and also using list)
"Using a data structure make methords
1 - addValue(int value) - new duplicate element can be added
2 - removeValue(int value)
3 getRandem() - should return a randem number and this methorord can be only called if it has a number"
Write a test plan for amazon pay feature
Write test cases for amazon pay
write test data for name, age, id
Explain your framework in deatil
Impliment the cross browser in your framework write the code