Search a sorted array for the first element larger than k
Senior Software Engineer In Test Interview Questions
222 senior software engineer in test interview questions shared by candidates
How would you translate input string into sequence of movements through on screen keyboard? What if you can loop through rows and columns?
Find indices start and end for a particular value in a sorted integer array with duplicates
Coding: Create a stack with the usual push() & pop(), but with an additional function getMiddle() that returns the middle element of the stack in constant time.
Code a FizzBuzzRazz test. If it's divisible by 3 print "Fizz" if it's divisible by 5 print "Buzz" if it's divisible by 7 print "Razz" if it's divisible by 3 and 5 print "FizzBuzz" if it's divisible by 3 and 7 print "FizzRazz" if it's divisible by 5 and 7 print "BuzzRazz"
none..all questions were too easy for senior/staff level role
Why should we hire you?
Given the functions Up(), Down(), Left(), Right(), Enter() write the function that would take Str (like Hobbit:_Unexpected_Journey) and type it using keypad (the kind you have on Smart TVs, etc.)
He about the QA processes in my current company.
maximum contiguous subarray problem..
Viewing 1 - 10 interview questions