Data structures and Algorithms related
Senior Test Lead Interview Questions
35,061 senior test lead interview questions shared by candidates
Find from alist of numbers where each number is repeating even number of times except one. Find that number ?
In a given sorted array of integers remove all the duplicates.
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.
What excited you about working in the company?
I dont want to talk about it
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}
There is a body of water that starts with 1 square unit, and doubles in size every day (2 units after 2 days, 4 units after 4 days). It takes 100 days to fill up. How many days would it take to fill if you started with 2 square units?
Viewing 11 - 20 interview questions