A GPS style nearest distance question
Software Development Engineer In Test Sdet Interview Questions
3,752 software development engineer in test sdet interview questions shared by candidates
Suppose there's a rabbit on the edge of a stream. In the stream, at unit sized spaces, there are potentially rocks, i.e. for each space in the stream, there is either a rock there, or there isn't. The rabbit can hop onto a rock, but can't swim. If the rabbit can initially jump one space, then for each subsequent jump, jump n + 1, n, or n - 1 spaces, where n is the number of spaces previously jumped, design an algorithm to determine if the rabbit can successfully cross an arbitrary stream.
Lots of IQ questions like why are manholes round?
Suppose you have a dictionary of words design an algorithm that would scan all words and determine all words that are anagrams. Your algorithm should be efficient and NOT O (n square).
Describe alpha beta pruning.
Given an airplane with 50 rows and 3 rows on each seat and the weights of all 150 passengers. How will you place the passengers so that the torque is minimized around the middle. Like balancing a seesaw.
3rd round: lunch interview, discussion of my resume, intersted projects, 2 more coding questions , sub sum of numbers in an array
test questions
Write a code snippet to general the first 10 Fibonnaci numbers.
Algorithms questions.
Viewing 1211 - 1220 interview questions