How do you reverse a number without storing it in an array Ex: 412 should be printed as 214
Financial Engineer Interview Questions
1,105 financial engineer interview questions shared by candidates
Write a java program that can convert a string of numbers (e.g. "5387") into an integer (5387).
How to find out whether a number is odd or even.
1,2,3,5,7.... what will be the next number in series
If you have a large cube filled with N-cubed cubes and you remove the top layer of those cubes, how many cubes have you removed ?
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?
You have a large data file, consisting of ten-digit numbers separated by new-line characters. Write a program in C to sort it, using at most 20MB of memory. Make it efficient.
int i=14; if (i=15) i++; How much is i?
You have 25 horses, and you want to know which are the top 3 fastest, but you don't have a stopwatch. You can race the horses, but the track is only big enough to fit 5 horses at a time. How do you find the first, second and third fastest horses using the least amount of races possible?
Viewing 21 - 30 interview questions