I applied online. I interviewed at Bloomberg (London, England) in Jul 2014
Interview
I had a phone screening in July. The questions were almost entirely technical C++ questions--including STL questions. Some are expected:
Difference between class and struct?
I declare an empty class, what's in it?
Tell me about static.
Tell me about virtual.
Difference between passing a variable and passing a reference, which is faster,
is passing the reference always faster?
What's a map?
if I define the key as a class, what needs to be defined
Interview questions [1]
Question 1
Difference between override and overload? What are the different casting keywords in c++? I declare a class with a virtual function. What special function should be declared virtual? Why? Tell me about const. can non variables be const?