Nothing new... only the usual questions...
Developer Big Data Interview Questions
729,811 developer big data interview questions shared by candidates
Say you have an unordered list of numbers ranging from 1 to n, and one of the numbers is removed, how do you find that number? What if two numbers are removed?
if there are 6 people in a team, how many handshakes will be there
Find median of an infinite stream of integers in O(1) time
Write a program to compute if one string is a rotation of another.
You are climbing a stair case. Each time you can either make 1 step or 2 steps. The staircase has n steps. In how many distinct ways can you climb the staircase ?
How would you measure 4 litres of water if you have 3 litre and 5 litre canisters?
Given an unsorted array of integers, find a 3-element subset that sums to zero
A period of time where users login and logout, given a sets of login and logout time pairs, write a function that can show the number of users online at any given time.
Given a set of people, one of them is a celebrity. You have a 2D array which describes which people know each other, that is [N, M] is true if N knows M. The celebrity will not know anyone (except them self) and everyone will know the celebrity. Find an order N algorithm to find the celebrity.
Viewing 291 - 300 interview questions