Write a java program that can convert a string of numbers (e.g. "5387") into an integer (5387).
Financial Software Developer Interview Questions
757 financial software developer interview questions shared by candidates
How to find out whether a number is odd or even.
1,2,3,5,7.... what will be the next number in series
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?
You have 4 aces and a king in a set of cards, what's the probability of get kind before all aces.
The second question is that there are 8 buttons, 7 of them are some, one is a bit little heavier, and you have a balance, how could find the heavier one, you can just use the balance twice.
Viewing 21 - 30 interview questions