I applied through a staffing agency. The process took 1 day. I interviewed at Amazon (Bengaluru) in Apr 2017
Interview
Interview having following process
1. Written Test,
2. QA interview - took 2 round.
3.technical interview
I am having 10+ experience in QA , still they given the written test.
interview over all good and tough. had nice experience in amazon.
Interview questions [3]
Question 1
Written test having following questions,
1. Find the First and second larger number in the array A[]={10,12,13,12,-19}
2. Write a Functional and non-functional test cases for the download dialgue box.
3. Please find the second largest number in the array A[]={}, please write the test data for all combination ur validate the function and make sure the programe should in all possible combination.
4. Camera attached to the your computer though USB drive, your able to access the camera data card files. but camera not detecting,
Please write possible scenarios to identify the problem and log the crititcal bug for your side.
QA interview:
1.Tel me about your self and current job profile.
2.Current project architecture.
3.Asked so many questions on planning and test strategy.
4.write test plan and strategy on Amazon cart(once added the products in to the card) (both functional n non-fuctional).
5.Currently i am having 5 members and taking 5 days to complete end-end release ( Release include the 5 functional enhacements + bugs fix). how will reduce the time to less than 5 days, tel me how your inproving the proccess.
Technical Round:
write a program to find the largest numbers sum in the arrya and array numbers , comparing the 1st to sum of { 1st + 2nd} and 1 st to sum of {1st+2nd+3rd} so on
then 2nd to sum{2nd and 3rd} so on.
then 3rd to sum {3rd and 4th} .. so on
at the end you should display largest sum and also numbers that make the lagerst sum.
another program A[]={0,1,0,0,1,1,0,1}
sort the array without using any inbuilt function