There are 25 horses. You get to race them 5 at a time, determining relative ranking. How many races does it take to figure out the top 3?
Engineers Interview Questions
843,473 engineers interview questions shared by candidates
how did you find us?
Write a program to test endianess of storage.
can we find the end of circular linked list?
write an algorithm to determine is "happy" ... a number is happy if the sum of the square of the digits ever equals one. An example of a happy number is 19: 1^2 + 9^2 = 82 8^2 + 2^2 = 68 6^2 + 8^2 = 100 1^2 + 0^2 + 0^2 = 1 If it is not happy then it will eventually hit repeat back to a number that it already saw
Take an input string and output the reverse of that string. May use any programming language.
OOP, Data Structures, JavaScript, Async Execution, Synchronous Execution
Write a function to divide a number by two without using the division operator
sum of k smallest number
Is JVM a process based system or a thread based system
Viewing 2811 - 2820 interview questions