Explain the Hidden Markov Model?
Financial Software Developer Interview Questions
679 financial software developer interview questions shared by candidates
The exact details are a bit hazy, the basic idea was as follows. Implement a storage class using in c++. The storage class had to store doubles in an array and write to both ends of the array, while recycling the space as efficiently as possible.
None of the questions were extremely difficult. They asked one coding question and a couple of probability questions.
Write the program to merge 2 sorted lists.
write a function that takes in a string and prints the occurences of each character. ;
How does hash table work
What is the difference between stack and heap memory
Given a stream of integers, how do you find the median of the numbers? Follow Up: Consider the functionality for a corp., to find the median of company, what is the most time effective way of doing it? Now, if having similar functionalities such as average, min, max, variance, etc. what data structures would you use?
It was a brainteaser with monks.
write a function to compare 2 strings of the same length, find the number of different chars. e.g. myCompare('bond','debt') = 2 myCompare('xxxx','yyyy') = 2 the 2 input parameters are const
Viewing 151 - 160 interview questions