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,743 software development engineer in test sdet interview questions shared by candidates
Which x86 CPU register usually holds the result?
Find longest common substring.
Design MSN messenger. This was not difficult for me but unexpected.
to write a tree traversal algorithm side to side
You are given an analog clock. Calculate the minimum degree angle between the hour hand and minute hand for any time.
Round 1: Coding question to find number of matches played. Round 2: API testing, payment scenarios, and automation related questions Round 3: Automation coding
Q: What kind of testing do u know?
Find missing number from the number array
1) Reverse the words in a sentence 2) Find the highest integer value in an array 3) Find the count of occurrence of all characters in a string 4) Can't remember the 4th one
Viewing 441 - 450 interview questions