•SYSTEM DESIGN
Bloomberg System Design Questions
Every system design problem candidates reported at Bloomberg between September 2025 and September 2026, most-asked first. Each one links to a full solution.
Problems
4
Candidate reports
5
Asked more than once
1
start here
Question type
4 HLD
Topics Bloomberg tests
Real-time market data: exchanges → loaders → UDP copies → processors
Design a real-time market data system. Multiple exchanges (e.g., NASDAQ, NSE) stream trade and quote ticks to loader servers, which distribute redundant copies (e.g., over UDP multicast) to processing servers that compute…
Also worded as: Design A Real-Time VWAP Analytics Provider
Design A Low-Latency Holiday Lookup Service
An API that answers 'is date D a holiday in country/market X?' (or lists holidays in a range) is too slow because it calls a downstream service. Redesign it for very low latency: caching strategy (in-process and distributed),…
Design streaming mention analytics with search and alerts
Design a streaming system that ingests high-volume text streams (news, social media), detects mentions of entities (e.g., companies or tickers), aggregates mention counts over time windows, supports search over recent mentions,…
Internal web app: onboarding, password reset, IT help; sensitive financial data
Design an internal web application for a financial company that supports user onboarding, password reset, requesting company information, and IT help requests. The information is highly sensitive, every request must be…
Duplicate reports of the same problem are merged and counted.
Practice with a Mock Interview
Apply these questions in a live system design mock interview with InterviewSkool's AI interviewer.
Start System Design Interview →Frequently Asked Questions
What system design questions does Bloomberg ask?
Candidates reported 4 distinct system design problems at Bloomberg between September 2025 and September 2026, including Real-time market data: exchanges → loaders → UDP copies → processors, Design A Low-Latency Holiday Lookup Service, Design streaming mention analytics with search and alerts.
How to prepare for Bloomberg system design interview?
Start with the Bloomberg problems reported most often, work through each full solution, then practice explaining a design end to end under time pressure in a mock interview.
What is the difference between HLD and LLD at Bloomberg?
HLD (High-Level Design) focuses on system architecture, scalability, and component interactions. LLD (Low-Level Design) dives into class diagrams, API contracts, and database schemas. Bloomberg tests both.