Bloomberg logo

Bloomberg Interview Question Bank

Bloomberg's loop is a coding-heavy gauntlet: three back-to-back technical rounds each pack two LeetCode-style problems with little hand-holding, plus an HR screen and an engineering manager round that anchors on a single deep project story. The coding bar emphasizes pristine communication — dry-running, edge cases, and complexity discussion are graded as heavily as the solution itself, and interviewers routinely push for second-best alternatives even after a working answer. New-grad and tech-screen verdicts often arrive within hours, while jump-shift onsites favor candidates who can explain past trade-offs without prompting.

More
77
Before you start
Showing 25 of 25
Coding·60 min
LowFree preview

Flatten a Multilevel Doubly Linked List

Flatten a doubly linked list whose nodes carry an extra child pointer into a single-level doubly linked list, in-place. A long-running Bloomberg classic that appears in phone screens and onsite rounds alike.

SWE
linked-list
dfs
recursion
medium
Last asked 2026-01-223 related discussions

Bloomberg Featured Guides