First interviewer asked about potential scenarios to test APIs. Many follow-up questions based on my answers. Next interviewer, asked me to draw object-oriented design for a given animal hierarchy. Then, write code to find if the given coordinates are part of the four corners of a rectangle. Next, flip two dimensional array. Bar raiser asked many questions about i18n, testing web services etc. Behavioral questions such as examples of situations where you had conflicts with the idea of the majority of the team, approach when you find bugs after release etc were raised in each interview.
Qa Test Engineer Interview Questions
20,898 qa test engineer interview questions shared by candidates
aaabbbbbaccc give the count of each strig
The asked me about my testing experience and current project and tools I was working on
Cut a cake where only 3 cuts are allowed but we have to get 6 pieces
How will you check this wiring harness?
Given an array of integers, how would you move the duplicate integers into a different array? What is the efficiency of your algorithm?
Given a string, can you remove all duplicate characters in the string.
Given a string, remove subsequent duplicate characters until we get a unique set of characters. Ex: input ==> apple ; expected output ==> ale Ex: input ==>appapple; expected output ==>le The input will be in char array. char[] removeDupes(Char[] inputString){ }
It was very high-level technical round logical/automation/software testing questions. There required a high-quality resource for QA position. It is not easy to select. Interview questions are very high level not easy to answer them. The interviewer asked questions which were very technical in both rounds of interview.
1. You built an application like google drive. State the test cases 2. You are trying to upload a picture on facebook and it is not loading. List out the possible errors 3. Reverse alternate words in a sentence
Viewing 31 - 40 interview questions