What is the most important thing I would I expect from my boss
Financial Research Associate Interview Questions
11,601 financial research associate interview questions shared by candidates
If you buy a bat and ball for a total of $2.50, but the bat costs a dollar more than the ball. How much did you pay for each?
Given a sorted sequence of 1 million numbers, write a program to find all pairs of numbers that add to 10.
2, 3, 5, 7, what comes next
Implement singleton
(Programming Language Test) When casting an object of a polymorphic class from a base class, which kind of cast executes only if it's is valid?
Implement a function in C that takes a string "Hey" and converts it to "[H][e][y]" with no return value
A robot can move only left and down in nXn matrix. Have to get to the bottom right corner of matrix. Write algorithm to find the maximum number paths it can take.
You're given a binary tree--not necessarily complete or proper--and you need to give each node a "friend" pointer that points to the node to its right in the tree. This node is on the same level but is not necessarily a sibling, which makes the problem a little tricky. The friend pointer of the node farthest to the right on each level should be null.
How many angels fit on the head of a pin
Viewing 31 - 40 interview questions