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
Qa Analyst Interview Questions
34,615 qa analyst interview questions shared by candidates
read in a string and output it backwards
What is difference between abstract class vs non-abstract class in Java.
You are given a beaker and a single bacterium, which will reproduce into two bacteria in exactly 1 minute, at 12:00 noon. It is full at 1:00 pm. When was it half full?
The guy asked me if I know what the quality means. His example of quality was super-expensive designer bags that his girlfriend impulse-buys on the internet. No, that is NOT a joke. He was visibly not interested in the whole process, I could tell. Not a single technical question, and his answers to mine were vague. My guess is he is a lousy programmer, even though he doesn't have to be one to do his job.
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
When can I start?
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){ }
Viewing 21 - 30 interview questions