What is the minimum number of satellites you would need in order to triangulate someone's position precisely on Earth, assuming the person you need to triangulate has a device which can purely send and receive a single bit (0 or 1) at a time.
Software Deployment Interview Questions
1,879 software deployment interview questions shared by candidates
How would you use the data at Kayak?
They asked me how to take an input of several characters with a mapping to values and compute whether or not these character sequences equaled a third character sequence value. Ex: A -> 1, B -> 2, C -> 3 inputs: ABC = 123 BCA = 231 Result? = AAA = 111 T or F does 123 + 231 = 111?
Design an LRU Cache with O(1) complexity for all operations.
Design make. (I.e. given a list of dependencies determine the order to compile)
Given a time series data. How will you check if time when maximum users have logged in?
You have to detect input from keyboard, and detect whether the words are in the same row in the keyboard. For example, "asdf" will return YES, and "asde" will return NO. Write a code to solve this and what's the application to this? What if the input are of different language?
Determine whether a crossword (a grid of 0s and 1s) is valid - i.e. all 1s are reachable from other 1s.
You have two arrays with numbers in them. You have to stop the program once you've found the largest difference between one number in the 1st array and one number in the 2nd array. You do not have to return the numbers, just stop once you've found it.
What would you say if we told you we don't have a QA?
Viewing 31 - 40 interview questions