Quality Assurance Engineer Interview Questions
- 0of 0 votes
AnswersThere is a website, which is working fine in US, but not working in India. Debug the scenario.
- pal January 22, 2014 in India| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Problem Solving - 0of 0 votes
AnswersYou have a Movie file, which is not getting played in VLC player. Debug the scenario.
- pal January 22, 2014 in India| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Problem Solving - 2of 2 votes
Answers5! = 5 * 4 * 3 * 2 * 1 = 120 (it contains 1 zero).
- pal January 22, 2014 in India
How many zeroes will be contained in 100! then.
Explain with logic.| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Problem Solving - 0of 0 votes
AnswersA company has developed a browser. The browser has a Private browsing mode, like Incognito mode in Chrome browser. How will you test that browser on a mobile. Write all possible test cases for it.
- pal January 22, 2014 in India| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 2of 2 votes
AnswersTwo container of 5 L and 3 L are given. Then are is 9.5L water given you need to make 4L water with minimum attempts and water wastage.
- Sachdefine January 11, 2014 in India for Kindle| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Brain Teasers - 0of 0 votes
AnswersDebugging testcases if a video file is VLC is not opening along with another scenario where only voice is playing not video.
- Sachdefine January 11, 2014 in India for Kindle| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswerDebugging testcases if a web site is opening in US but not in India
- Sachdefine January 11, 2014 in India for Kindle| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersWrite all test cases and Test data to test BODMAS rule in Maths.
- pal January 07, 2014 in India| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersYou are given a 3 * 3 Matrix -
- pal January 07, 2014 in India
3 -5 10
6 2 -1
2 6 1
Q: Find the sum of the elements of each rows, and each column, and then display row number \ column number having the maximum sum and the minimum sum.| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - -2of 2 votes
AnswersWhat kind of Environment and Work you are expecting from Amazon?
- Aspiringprogrammer December 31, 2013 in India for Amazon| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - -1of 1 vote
AnswersWhat fields are contained in a defect report and brief description about each field?
- Aspiringprogrammer December 31, 2013 in India for Amazon-chennai| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersA PDF file is not getting opened how will you debug this issue before reporting it to development team?
- Aspiringprogrammer December 31, 2013 in India for Amazon-chennai| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersList Functional and Non-Functional Test cases for Zip/Unzip tool?
- Aspiringprogrammer December 31, 2013 in India for Amazon-chennai| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 1of 1 vote
AnswersPrint words of given string in reverse:
- Shyam November 23, 2013 in India for Kindle
"This is test" -> "test is This"| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer - 0of 0 votes
AnswersWrite code for finding first duplicate element in given array:
- Shyam November 23, 2013 in India for Kindle
[4,3,1,2,5,9,5,4]
output : 5 (not 4)| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer - 0of 0 votes
AnswersLets say there is a device which gets push message for update from server (like android mobile gets) and it switches between wifi and 3G. Write all possible test scenario (negative that might occur in real world, like server gows down etc..)
- Shyam November 23, 2013 in India for Kindle| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer test Testing - 0of 0 votes
AnswersLets say there are multiple webservers using single database server on different machine, if someday site response become slow, write all possible test cases that can be written to test/debug this.
- Shyam November 23, 2013 in India for Kindle| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer test Testing - 0of 0 votes
AnswersWrite test scenario for installer of application on windows, which require internet during installation.
- Shyam November 23, 2013 in India for Kindle| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersPrint words of given string in reverse order:
- Shyam November 23, 2013 in India for Kindle
"This is test"
Output: "test is This"| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Algorithm - 2of 2 votes
AnswersPrint array in spiral
- Shyam November 23, 2013 in India for Kindle
123
894
765
Output: 123456789| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Algorithm - 1of 1 vote
AnswersUsing a Java data structure, eliminate all unnecessary/stop words from a string. Assume you are given the string
- andreiarefiev November 14, 2013 in United States
"To be or not to be - that is the question: Whether it is nobler in the mind to suffer, the slings and arrows of outrageous fortune. Or to take up arms against a sea of troubles, and by opposing end them"
The unnecessary words to remove are "a", "be", "to", "the", "that", "this", "or"
So the resulting string should be like this
"not - is question: Whether it is nobler in mind suffer…| Report Duplicate | Flag | PURGE
Intuit Quality Assurance Engineer Java - -3of 7 votes
AnswersGive me an algorithm to reverse a string.
- Sarah October 21, 2013 in United States| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Algorithm - 0of 0 votes
AnswersHow would you test the Location Services feature on a smartphone?
- Sarah October 21, 2013 in United States| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - 0of 0 votes
AnswersHow would you test the Add Friend feature on Facebook?
- Sarah October 21, 2013 in United States| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer Testing - -4of 4 votes
Answerswrite a program takes array input{1,0,2,3} and num =3.and provides output {1,2}{0,3}{2,1}{3,0} sum equals the num.
- Royal October 08, 2013 in United States| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer - -3of 3 votes
Answerswrite test cases for a program which accepts x,y as input and outputs x power of y.
- Royal October 08, 2013 in United States
what is the automation scope of the above testing| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer - -3of 3 votes
Answersexperience on performance testing.
- Royal October 08, 2013 in United States
difference between load and stress testing
what are the parameters that interests you in the above tests| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer - 1of 3 votes
Answerwrite test cases to test amazon website
- Royal October 08, 2013 in United States| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer - -2of 2 votes
Answerwhat is accessibility testing.how do you test a website,mobile app for accessbility
- Royal October 08, 2013 in United States| Report Duplicate | Flag | PURGE
Amazon Quality Assurance Engineer
Open Chat in New Window