I applied online. The process took 1 day. I interviewed at Amazon (Chennai) in Oct 2015
Interview
First round is an written test, results will be notified on the next day. I took up this written test on Saturday. And the HR told us they will declare the results on Tuesday. Hence I am waiting for the results.
Interview questions [1]
Question 1
1. Test case Enumeration: Euumerats all possible test scenerios includinng negative cases, please note the coverage of test case is more important than the no. of thest cases. Scenario- 'Credit Card Authentication'
2. Write an optimal program in any language to remove the duplicate char in the string. eg: i/p call taxi o/p: cal taxi
3.You are given an array containing both +ve and -ve integers & required to find the contiguous sub array with the largest sum.
Eg: if i/p is(-10,2,3,-2,0,5,-15)
sum is 8
4. Test data generation:
Write test data for function which calcuates the time difference between the start & end time.
Calculate time difference(Start time, End Time)
Accepted time format for sstart and end time is 24 hours format & i/p is accepted in hh:mm:ss
5. Debugging.
Youtube is not playing the selected video. what could be the possible problem & how willyou debug the issue
I applied online. I interviewed at Amazon (Madrid)
Interview
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
I applied online. The process took 4 weeks. I interviewed at Amazon (São Paulo, ) in Jul 2025
Interview
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
Interview questions [1]
Question 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.
Interview questions [1]
Question 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