Consider a stack of N number of cards which are piled up and in facing down. Each card has a unique number from the range 1 to N. The card is stacked in such a way that it exhibits the following behavior: Take the first card and put it under the stack without revealing. Now the next card on the top will have the number 1 on it. Next take 2 cards one after the other and put is under the stack without revealing. Yes you guessed it right - the next card on the top will reveal a value of 2. This goes on. Eg. for such a series : 9,1,8,5,2,4,7,6,3,10 [for N=10] Write a program to generate such a series for a given N number of cards so that this behavior can be exercised.
Test Analyst Interviews
Test Analyst Interview Questions
"Employers looking to fill test analyst positions want applicants with the problem-solving capabilities to detect software-level errors and make improvements to their products. In an interview, expect to be quizzed on technical questions that will test your analytical and critical thinking skills. You may be asked to resolve a programming error or explain the uses of a particular function."
36,182 test analyst interview questions shared by candidates
You have 2 buckets in a room and one bucket has 17 Red balls, 19 Green Balls, 21 Blue Balls, 23 Yellow Balls. You are blindfolded and you need to pick one ball at a time and put in the bucket#2. You should stop at a point where you are confident that the color of the ball you are putting in already exists in the bucket#2. When would you stop?
What excited you about working in the company?
I dont want to talk about it
Initialize a 5 by 5 array with this sequence. 1 2 3 4 5 6 4 8 9 10 11 12 9 14 15 16 17 18 16 20 21 22 23 24 25
Code to find character count in a given string.
1. In an array provide pairs of numbers that add to a particular value 2. In fibonacci series provide sum of all even numbers
Sort Binary Arrays - {0,1,0,1,1,1,0,0,0,1}
Search a sorted array for the first element larger than k
A programming involving hashset, 2 questions where I had to list out test scenarios, one more question involving how to improve API's that are over and under used.
Viewing 21 - 30 interview questions