Write a method to rotate an array at n without using O(1) space. How would you test this method
Software Development Engineer In Test Sdet Interview Questions
3,716 software development engineer in test sdet interview questions shared by candidates
Given an array of integers in random order from 1 to 100, but one number was missing, name 3 ways you can find out which number was missing.
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?
Inorder tree traversal + a logic question
Given a numeric expression, evaluate the expression and give the result. For instance: 4-3*12+300
How to detect loops on a single linked list?
Print the order of numbers in reverse in an array using pointers. c-program
Viewing 421 - 430 interview questions