I applied through a recruiter. The process took 1 day. I interviewed at Bloomberg (New York, NY) in Dec 2015
Interview
It was a phone interview. The interviewer was working from home and his phone was not working properly so I had difficulty hearing him in parts. Then he began asking me questions about my resume. It looked like he hadn't even glanced it cos he said "I hope you know we are looking for c++ developers" whereas I'm a c#.net developer. Then he gave me a coding interview on screen that we both shared. It was a modified and complex version of binary search and i began that first but realized i wouldn't be able to finish because it was a complicated question so i needed to think through it, so instead i rubbed that and gave a basic one, solved it n improvised it. He accepted it but asked me why i didn't do binary search. i explained the logic i would use if i had to optimize it further with binary search. I think for a total time of 15 mins to code, it was a fairly long thought provoking coding question.
I applied through a staffing agency. The process took 2 weeks. I interviewed at Bloomberg (New York, NY) in Feb 2015
Interview
I ran through interview day, which consists of an online exam and in-person interviews. The online exam changes regularly, but my case was to simply create an event-based notification system for notifying analysts on price changes. All-in-all, anyone that's done some quality programming should be able to ace it. Keep in mind that Bloomberg's online exams tend to be significantly longer than other company's though.
Interview questions [1]
Question 1
Design a publisher-subscriber event-based system that alerts the subscribers on stock price changes. Allow the subscribers to subscribe for rolling statistics as well. Optimize this as much as possible.
I applied through a recruiter. The process took 6 weeks. I interviewed at Bloomberg (Londres, Angleterre) in Nov 2015
Interview
People were positive. I think questions were not so hard for an experienced developer. My failure at the second stage was totally my mistake. Interview was heavily on C++. You are required to write code for problems they ask in both phone interview and on site interview. Be prepared for coding!
Interview questions [1]
Question 1
OO related questions and C++ STL related questions