What is difference between abstract class vs non-abstract class in Java.
Quality Assurance Engineer Interview Questions
20,835 quality assurance 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 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 an array of integers, how would you move the duplicate integers into a different array? What is the efficiency of your algorithm?
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
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 31 - 40 interview questions