1 Technical phone screen, 2 Technical in-person interviews (leetcode questions), 1 HR and 1 EM round. For the EM round I was asked about past projects and to explain a random topic.
I applied through an employee referral. I interviewed at Bloomberg (Bergen op Zoom) in Oct 2025
Interview
The process consists of 3 technical, 1 behavioral, 1 tech conversation.
I had my first round where I had to solve a problem very similar to Design Underground System, more of a system design , having to deal with dictionaries.
I applied through college or university. I interviewed at Bloomberg
Interview
It was a LeetCode hard-level problem that required implementing a Breadth-First Search (BFS) algorithm to efficiently explore all possible paths in a graph-like structure. The challenge involved managing multiple edge cases, optimizing traversal to avoid redundant visits, and ensuring that each node was processed in the correct order to achieve the shortest path solution. It tested not only my understanding of data structures like queues and hash sets but also my ability to write clean, efficient code under complex logical constraints.