how to test a toaster?
Qa Automation Test Engineer Interview Questions
17,649 qa automation test engineer interview questions shared by candidates
They gave me a problem in which I had to find the next largest number of a given integer, where the next largest number can consist only of a combination of 3s and 5s. ex: number: 23 output: 33, number: 129 output: 333, number: 432 output: 533
read in a string and output it backwards
What is difference between abstract class vs non-abstract class in Java.
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
Given a string, can you remove all duplicate characters in the string.
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.
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){ }
Viewing 11 - 20 interview questions