Reverse a list
Test Development Engineer Interview Questions
5,608 test development engineer interview questions shared by candidates
Why do you choose to work as a tester
Write a program to find anagrams of a string
Write a method to rotate an array at n without using O(1) space. How would you test this method
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.
Write a method (in a language that you are comfortable with) that determines whether one given string is a substring of another given string.
Write a procedure to shuffle cards, and also mention strengths and shortcomings of your approach.
Reverse the words in a sentence but keep the space.
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?
Viewing 711 - 720 interview questions