Given an array of 99 numbers 1-100 find the missing number.
Financial Engineer Interview Questions
1,105 financial engineer interview questions shared by candidates
Coding questions and brain teasers.
given two arrays of non-negative integers, check whether two integers from two arrays sum up to a given number.
find the longest repeating char in a sorted string
How will you implement the shuffle function in iPod given a random number generator (0, 1) API?
Find the intersection of two linked list.
How to reverse a string by word like "I love California" to "California love I"
Hash Code Implimentation
1. How will you find the max and second max of an array of n elements? How will you find the largest k elements? 2. How will you properly shuffle a deck of cards?
How would you sort a text file full of phone numbers. You do not have enough memory to load all the file contents at once and sort them. You should write back the sorted list to the file in the end.
Viewing 341 - 350 interview questions