I recently received a Bloomberg 2026 SDE New Grad offer, and the entire process was both fast-paced and rewarding. There were definitely a few challenging moments along the way, so I wanted to share a full breakdown of my experience to help anyone preparing for Bloomberg or other top tech companies.
๐ Timeline
- Oct 9 โ Phone Screen
- Oct 29 โ VO1 + VO2
- Nov 4 โ HR (Behavioral)
- Nov 6 โ EM Round
- Nov 6 โ HR Offer Call
The entire process took less than a month from phone screen to offer, which was surprisingly fast.
๐ Interview Process
1. Phone Screen (45โ60 min)
Two coding questions:
- A social graph problem (easy level), mainly testing graph traversal (BFS/DFS). Focus on graph representation and traversal order.
- LeetCode 2062: Count Vowel Substrings of a String (easy-medium).
Overall difficulty was manageable. I had time left to discuss optimizations and edge cases, and the interviewer was very friendly.
2. VO1
Started with introduction, behavioral questions, and project deep dive.
Coding question:
- TV show retention problem: Given user retention per episode, find the earliest episode such that at least 70% of initial users still complete up to episode 10.
Follow-ups focused on edge cases (e.g., all users drop at episode 1, or all users continue watching). Eventually optimized conditional logic using mathematical simplification.
3. VO2
Again included intro, behavioral questions, and project discussion.
Coding + OOD:
- Design a Tesla Equity system
- Trader operations: update daily price, remove latest price
- Analyst queries: latest, max, average price
- All operations required O(1)
Follow-up involved discussion similar to LeetCode 295 (Find Median from Data Stream), using two heaps. Then transitioned into object-oriented design with classes like Equity, Trader, and Analyst.
4. HR Round
Pure behavioral interview:
- Conflict with a teammate
- Learning something new from scratch
- Why Computer Science? Why Bloomberg?
- Something not on your resume
5. EM Round
After resume and behavioral discussion, moved directly into system design:
- Design Kafka (a messaging queue system) from scratch
This was the most challenging round. I struggled at some points and thought I might fail. However, the interviewer extended the session and ended on a more relaxed note, which helped balance the overall impression.
๐ Final Result
Received the offer call in mid-November for a 2026 SDE New Grad position in New York.
This experience reinforced how important preparation and staying calm under pressure are.
๐ก Additional Thoughts
To better prepare, I worked with a mentoring and interview support team that helped me throughout the processโfrom OA to final rounds. Their guidance on real-time problem solving, system design structuring, and behavioral preparation made a significant difference.
If you're also preparing for companies like Bloomberg, Google, or Amazon and feel stuck at any stage, getting structured help can really improve your efficiency and confidence.
๐ Click here to learn more about interview support services
Good luck to everyone preparingโhope you land your dream offer soon!
Top comments (0)