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?
Software Engineers Interview Questions
420,352 software engineers interview questions shared by candidates
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.
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
One of the easier questions was gaining points while rolling 3 dice inputs (a, b, c).
How will you resolve technical conflicts among team members
Viewing 1801 - 1810 interview questions