Didn't pass first round. It was 2 leetcode questions. The first was easy, it was the matching parenthesis problem and the second was to implement a class which I struggled on. Interviewer was nice enough
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 (Londres, Inglaterra) 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.