Refactor a Cache for Pluggable Eviction Policies
Refactor a working LRU cache into a generic in-memory cache that cleanly supports LRU, LFU, and future policies.
Open practiceBloomberg interview practice
Practice from 8 Bloomberg-tagged public coding problems, organized only by the stage, topic, difficulty, and recency metadata FastPrep can verify. The broader public catalog also includes 1 low-level-design exercise.
OA practice path
Build a timed implementation rhythm from prompt to edge cases. Problems are ranked by repeated public catalog sightings.
| Company | Problem | Difficulty | Public evidence | Action |
|---|---|---|---|---|
BLBloomberg | Ashley Loves Numbers (Financial Engineer)MathCombinatorics | Medium | 1 public reportLast reported Nov 2019 | Practice |
BLBloomberg | Consecutive Sum (Financial Engineer Intern)Math | Medium | 1 public reportLast reported Nov 2019 | Practice |
BLBloomberg | Find Longest ChainDynamic ProgrammingSorting | Medium | 1 public reportLast reported Sep 2017 | Practice |
Phone practice path
Practice solving while explaining assumptions, tradeoffs, and complexity. Problems are ranked by repeated public catalog sightings.
5 Bloomberg-tagged Phone Screen problems available.
| Company | Problem | Difficulty | Public evidence | Action |
|---|---|---|---|---|
BLBloomberg | Merge IntervalsArraySorting | Medium | 1 public reportLast reported Aug 2026 | Practice |
BLBloomberg | Shortest Path in a Grid with Obstacles EliminationMatrixBreadth-First Search | Hard | 1 public reportLast reported Aug 2026 | Practice |
BLBloomberg | Valid Palindrome IIStringTwo Pointers | Easy | 1 public reportLast reported Aug 2026 | Practice |
BLBloomberg | Fair Electoral Vote ApportionmentMathSorting | Medium | 1 public reportLast reported Aug 2026 | Practice |
BLBloomberg | Word Break IIArrayHash Table | Hard | 1 public reportLast reported Jul 2026 | Practice |
01 · Preparation plan
Bloomberg's public set contains familiar algorithm families with useful follow-ups: merged ranges, a path with a limited resource, and all valid word segmentations. Some records have financial-engineering context, so the page keeps that evidence local rather than claiming a single syllabus for every role. This is a suggested practice sequence, not the employer's interview process. Your invitation and recruiter guidance remain the source of truth.
Use interval merging to state the invariant for the current output range. Sorting makes overlap decisions local but does not remove endpoint ambiguity.
Obstacle elimination changes reachability: visiting the same cell with a different remaining budget can matter. A position-only visited set may discard a better route.
Word Break II requires all valid outputs, so output size can dominate runtime. Separate feasibility pruning from assembling the actual sentences.
02 · Broader technical practice
These public Bloomberg-tagged exercises cover additional technical formats. They are included only when a verified catalog record and a crawlable practice page both exist.
Refactor a working LRU cache into a generic in-memory cache that cleanly supports LRU, LFU, and future policies.
Open practice03 · Evidence boundary
It means practicing transferable implementation, testing, and technical reasoning with public catalog assets FastPrep tags to Bloomberg. It does not mean FastPrep has access to the company's assessments or any private interview bank.
Repeated public sightings and last-reported dates can help you prioritize practice, but they cannot predict the questions, format, or platform in a specific interview.
04 · Plain answers
This page owns technical-practice intent for Bloomberg. Hiring activity, timelines, and market signals remain on the separate hiring-insights page.
No. The page supports coding practice, with role context attached to individual assets where available. It is not a terminal-usage course or a complete finance interview guide. Choose the programming topics relevant to your role and verify any specialist expectations separately.
No. FastPrep is an independent interview-preparation product and is not affiliated with Bloomberg. The page uses FastPrep's public practice catalog and does not claim official, private, leaked, or proprietary employer questions.
Stage labels come from FastPrep's public problem metadata. A problem can carry more than one reported stage, and hiring processes can change by role, level, location, and date. Treat the labels as preparation context, not a guarantee.
Start with the stage named in your invitation or recruiter message. If no stage is known, use the largest available set to build general problem-solving fluency, then rehearse explanation and testing separately.
No. Public catalog counts, stage tags, and last-reported dates can help prioritize practice, but they cannot predict a specific interview's questions, sequence, timing, or platform.
Your next stage, made concrete
Start with the stage named in your invitation, then use public evidence as context—not as a promise of what you will be asked.
Open the practice set