Are you willing to travel
MISSING VALUE Interview Questions
6,581,492 interview questions shared by candidates
Do you have piercings or tattoos?
Write a function that takes an integer and prints out the digits separated by commas. Example, pass in 345 print out 3,4,5
Find the numbers occur odd times (e.g. 1,3,5,7,...) in the given array. e.g. { 2, 2, 1, 1, 1, 4, 4 } You should print 1.
We did some data analysis and noticed that the phase of the moon was directly correlated to the productivity of our fulfillment center staff. What could be causing that?
How would you implement a sparse array (key could be any integer, but only a few would be used) with limited memory.
Extract the N largest floating point numbers from a large file of floating point numbers.
Given an array of integers, all but one of which appears an even number of times, find the one integer which appears an odd number of times. Upon completion, asked to improve the algorithm in terms of both time and space, eventually asked to do it in O(n) time and constant space.
2. You have an array (size is not known) and whose elements are having the values from 0-> 99. Find out the three largest elements in that array and return those.
Find the numbers in an array that appear an odd number of times.
Viewing 5581 - 5590 interview questions