If you and your four friends go out to dinner and are seated at a round table with five seats, what is the probability you will sit in exactly the correct order with respect to your ages. Assume no one is the exact same age.
Financial Coordinator Interview Questions
34,212 financial coordinator interview questions shared by candidates
What is the most important thing I would I expect from my boss
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.
Viewing 51 - 60 interview questions