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.