Software Developer applicants have rated the interview process at Bloomberg with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 52.9% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Developer roles take an average of 5 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at Bloomberg overall takes an average of 29 days.
Common stages of the interview process at Bloomberg as a Software Developer according to 1 Glassdoor interviews include:
Background check: 50%
Phone interview: 50%
Here are the most commonly searched roles for interview reports -
Introduction and then jumped right into problems. Two coding problems. Interview was pretty chill and simple problems, solvable if you know data structures thoroughly and know when to apply what.
I applied through an employee referral. The process took 2 weeks. I interviewed at Bloomberg (London, England) in Apr 2025
Interview
It was really smooth, I applied through internal referral then got contacted by a recruiter to schedule an interview, passed the first technical interview but failed the second one even the question was way easier than the first one and I just screwed it.
Interview questions [1]
Question 1
it was prefix minimum problem to maintain the minimum using a stack so you can handle the pop and getMin effciently.
I applied through a recruiter. I interviewed at Bloomberg (New York, NY) in Sep 2025
Interview
First had to complete the OA, then there were two technical questions from the interviewer. The final round was behavioral. Depending on how the behavioral goes, you might get one more round before team matching.
Interview questions [1]
Question 1
Design an O(1) insert/delete/getRandom. Try the brute force method, then improve efficiency.