Reverse Integer, Two LinkedList intersects with each other, general question about heap, Buy and sell stock, Fabonacci, find the smallest common mutiples of two numbers.
Lead Financial Analyst Interview Questions
11,661 lead financial analyst interview questions shared by candidates
Find repeating characters in string. Count occurrences of number in a stream of numbers. Print elements of a linked list in a particular order. Eg: 2-4-5-6-7-10-13 . output - "2,4-7,10,13". If the numbers are consecutive print the starting and ending number of the range, otherwise print the numbers as such in the form of string
Given a list of ones and zeros, how would you sort the list efficiently so the zeros are in the front and the ones are in the second half.
What is 35% of 40?
template<class T1; class T2; class T3> int Product (T1 a, T2 b, T3 c) { return a * b * c; } What is the error in the sample code above?
what is the return type of sizeof()
C#, if you set lock in a method, will you be able to do a recursive call again?
Count the number of appearance of h from given passage
how can I count the bit set to 1 in an integer? What if I want to optimize the process to work with several integers?
How will you find out what has happened in the network if - initially the network speed is 10Mbps but suddenly it drops down to 10Kbps.
Viewing 101 - 110 interview questions