What has been done right/wrong in the past year in the markets? Why would customers of clients trade on BGG instead of an in-house product?
Financial Software Developer Intern Interview Questions
56,966 financial software developer intern interview questions shared by candidates
What is the difference between stack and heap memory
Why finance? Why sales?
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.
What is a useful skill for sales
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
read the following code and tell me the output, and is there anything wrong about it? #include <iostream> class A { public: A() { foo(); } virtual void foo(int a = 10) { std::cout << "A = " << a << std::endl; } }; class B : public A { public: B() { foo(); } virtual void foo(int b = 20) { std::cout << "B = " << b << std::endl; } }; int main() { A* aPtr = new B(); aPtr->foo(); delete aPtr; return 0; }
Why Bloomberg?
Tell me about something you're following in the markets.
Viewing 1941 - 1950 interview questions