Write a java program that can convert a string of numbers (e.g. "5387") into an integer (5387).
Financial Software Developer Internship Interview Questions
758 financial software developer internship 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?
Most efficient way to find the most frequent number (0-255) in a string of numbers
You have 4 aces and a king in a set of cards, what's the probability of get kind before all aces.
Viewing 21 - 30 interview questions