I applied online. I interviewed at Bloomberg in May 2017
Interview
Received email from recruiter to set up a phone interview with 3 engineers. Phone interview lasted an hour, was asked about my projects and questions about C++, then was asked to code a bit on CodePair. Received email a few days later to set up a Skype interview with 3 engineers. Skype interview also lasted an hour and was more focused on coding.
I applied through a recruiter. I interviewed at Bloomberg (New York, NY)
Interview
The interview process was very smooth and well organized. First applied online, then had an HR interview and an on-site technical interview. My recruiter was very accessible and if you had any feedback on potential departments you would want to work for (e.g. web development) you could have a conversation about it with them.
Interview questions [1]
Question 1
Given a word, rearrange the letters so that they appear by decreasing frequency. In the case of a tie, sort the letters by increasing alphabetical order.
I applied online. I interviewed at Bloomberg (Londres, Inglaterra) in Apr 2017
Interview
(Phone interview) The interview was good, interviewer is friendly and calm. He started of with an introduction and questions like why bloomberg about my background and resume then with coding questions. At the end he gave me a chance to ask my questions about the company.
Interview questions [1]
Question 1
write a function to check if two strings are substrings of each other (either first is substring of second or vice versa).
write a function to check if two strings are anagrams of each other. The interview was 45 minutes and we didn't have time to code the seconds question so i discussed the two solutions and analyzed their time and space complexities.