Write a procedure to shuffle cards, and also mention strengths and shortcomings of your approach.
Lead Software Engineer In Test Interview Questions
6,461 lead software engineer in test interview questions shared by candidates
Given an array filled with 'n' random numbers, each number may or may not be repeated again in the array, (mix of duplicates and unique numbers) shift all non-duplicates to the start of the array. for example, if array is {4,2,17,2,56,2,4} output should be {4,2,17,56...} the remaining part of array can be modified to anything, doesnt matter
Which x86 CPU register usually holds the result?
Find longest common substring.
How you reached the interview location?
Nothing really difficult.
Design MSN messenger. This was not difficult for me but unexpected.
Reverse the words in a sentence but keep the space.
What experience have you had in the field?
The reverse in-order traversal stumped me slightly; my solution was to do an in-order traversal, adding elements to a FIFO stack. Then after the traversal, pop off the elements of the stack.
Viewing 861 - 870 interview questions