If you had twelve identical looking-balls except that one weighed more or less than the other 11, and could weigh the balls (or any subset) three times, how can you find the correct ball and whether it weighed more or less?
Developer Interview Questions
268,884 developer interview questions shared by candidates
Build a simple app that involves displaying data that changes in realtime
If I knew what the cross apply operator was
How would you write a sort routine to ensure that identical elements in the input are maximally spread in the output?
Given 2 eggs, how would you find the exact floor at which the egg breaks when thrown from a building comprising 100 floors
How would you print a linked list in reverse order?
If 3 lumberjacks can cut down 3 trees in 3 days, how many trees can 12 lumberjacks cut down in 12 days?
Questions about the basics of main subjects including DS, DAA, Java, C++, C, SQL etc.
The first Jedi question was this: given an unsorted array of numbers, like [1, 3, 5, 4, 2], write a function that takes an integer and returns true if there's any pair of numbers in that array that can be summed up to the input integer.
Given an array of integers, find the sub array with the largest sum. (must be done in linear time)
Viewing 301 - 310 interview questions