Amazon Quality Assurance Engineer II Interview
- Test Case Enumeration: Write test cases for taxi booking application for Ola or Uber. You are expected to write test cases covering different types of functional and non-functional testing areas
- Problem Solving: Find the first occurrence 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
- 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} after 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))
- 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
- Scripting Find the nth consecutive occurrence of a character in a given string. For example for the given input string of “Amazon is a great company as it has AtoooZzz” and the output should be “o”
- Consider a string “Hello Good Morning” it should print the sentence in reverse order output should be “Morning Good Hello”
- Check two strings are an anagram
- Merge two dimensional Array Consider array1 ={{10, 15}, {30, 50}} array2 ={{20,40}, {5, 10}} Merged array should be sandwiched (array 1 should be sandwiched 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
- The print middle character of a string. If the middle value has even then printed 2 characters Eg: Amazon –>print az
- Search an element in an array without using linear search technique
- Write test cases for Amazon Prime functionality 12. Test cases enumeration and data preparation for Whatsapp messenger
Amazon Manual Testing Interview Questions
PART A
- Testing – On Your Own Words
- What is STLC? Please give an overview of different phases of STLC
- What is the difference between Regression testing and Retest
- What are the basic fields of raising a new defect?
- Explain the severity and priority of a bug
- What will be carried out in “Maintenance” phases of SDLC life cycle
- Write any 3 negative test cases of mobile messaging application?
- What is an entry and exit criteria in a test plan
- When do you stop testing?
- What do you know about RTM?
More Questions: Amadeus Interview Questions
PART -B
- Why do we need testing?
- What is a Bug life cycle?
- What do you know about BRD?
- Can you differentiate a blocker from a critical bug with an example?
- What is a deferred bug?
- What is the difference between the test management tool and the defect management tool?
- Can you list down top 5 high-level scenarios that you will consider for a search engine
- What is a negative test cases
- Write 3 negative test cases for credit card application
- What are the types of defects one can find in a project or application
PART-C
- What do you know about agile methodology?
- What are the basic fields of a test case?
- What is the difference between smoke and sanity testing
- What is unit testing
- Explain different techniques of black-box testing
- Can you list down top 5 high-level scenarios that you will consider for a new laptop launch
- Explain the types of performance testing
- What os ADHOC testing
- How do you test a video quality of a video app
- Write 3 negative test cases for Bluetooth application of a mobile phone
Amazon Automation Interview Questions
Amazon Round1 Interview Questions
- Write all end-end test scenarios for MobileApp-Navigation-Map
- Test data enumeration for Navigation Map
- U joined in Amazon for mobile app testing but the app is already in production and there are no releases in feature/enhancements so how u will be helpful for your team
- Did u miss any functionality/bug in ur project If yes how did u rectified.
Round2
- Automation project workflow
- WAP to get all upper-case letters in a given String.
- WAP to find give triangle is an isosceles triangle or not
- Analytical question
Round3
- Automation framework architecture
- How will you do automation for Amazon search feature ( If the search with some category how will u validate only those products)
Leave a Reply