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
Software Development Engineer In Test Sdet Interview Questions
3,746 software development engineer in test sdet interview questions shared by candidates
Which x86 CPU register usually holds the result?
Find longest common substring.
Mainly questions relating to data structures and testing them in extreme cases.
Should we ship the product that has known bugs and issues?
question on how to store many data types in 1 type
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.
Maximum common Subsequence
Find the last unique character in a character string
Why do you choose to work as a tester
Viewing 411 - 420 interview questions