Got it successfully recently Bloomberg 2026 SDE New Grad Offer, I gained a lot from the whole process, and I also encountered some pitfalls. This article will share the complete interview process with everyone, hoping to give some reference and help to students who are also preparing for Bloomberg or other major companies.

Bloomberg 2026 SDE New Grad timeline
The overall timeline is still very smooth:
- 10.9 Phone
- 10.29 VO1 + VO2
- 11.4 EM
- 11.6 HR Offer Call
Basically, it’s VO in two weeks → EM in one week → offer soon, the pace is very fast.
Bloomberg 2026 SDE New Grad interview process
1. Phone Screen(45-60min)
Two coding questions:
- Question 1: Social Graph related (LC Easy level). Given a social graph, find the first "partner" that meets certain conditions. I can’t remember the specific conditions clearly. The core is graph traversal (BFS/DFS). You need to pay attention to the representation method and access sequence of the graph.
- Question 2: LeetCode 2062 Count Vowel Substrings of a String (medium to simple).
In summary, it is not difficult. After writing, I have time to optimize and discuss the corner case. The interviewer is relatively friendly.
2. VO1
Opening self-introduction + BQ + project digging (almost every round, it is recommended to prepare the STAR version in advance).
- Coding: The problem of TV drama viewing loss. Each show has 10 episodes, and users may be lost after each episode. Given the retained data of each episode, after finding the nth episode, there are still at least 70% Of initial users will be able to watch all 10 episodes.Follow-up:
- What if all users are lost in the first episode?
- What if all users watch all 10 episodes?
- Code logic optimization: Optimize an if judgment into a writing method that does not require branches (using mathematical properties or prefixes and ideas).
Finally, I left 10 minutes to ask questions. I mainly asked about WLB and commuting (NYC related). The interviewer had a great time chatting and made an appointment for the next round on the spot.
3. VO2
It’s self-introduction + BQ + project digging again.
Coding+OOD: Designing a Tesla Equity system. Trader can update daily price or remove latest price. Analyst can query latest price, max price, average price. All operations must be O(1).
Follow-up: LeetCode 295 Find Median from Data Stream idea (maintained with two heaps). The interviewer suggested using the OOD idea and designing Equity, Trader, and Analyst as classes. In the end, there was no requirement to write the complete code by hand, as long as the ideas were explained clearly.
I also stayed for 10 minutes to ask questions and continued to talk about WLB and commuting. The interviewer was also very nice and made an appointment for the next round on the spot.
4. HR Round (11.4)
Pure behavioral questions (Behavioral Questions), the questions are as follows:
- Tell me about a time you had a disagreement with teammates.
- Tell me about a time you learned something completely new.
- Why Computer Science?
- Why Bloomberg?
- Talk about something not listed on your resume.
HR finally said that they would push me to EM, but they couldn't arrange it that day.
5. EM Round (11.6)
First, quickly pass the resume + BQ:
- What do you like best and least about your current/last team?
- Why Bloomberg?
Then go directly to System Design: Designing Kafka (designing a message queue system from 0 to 1).
I didn't answer at the time. The idea of EM is to select a Leader based on the Raft protocol. The order of all messages is determined by the Leader, and other Brokers (Followers) follow the order of the Leader.
The overall "torture" was quite severe, and I thought I was going to die. But in the end, the chat lasted for 10 minutes, and EM took the initiative to ask me "Any questions on NYC?", and I felt that the atmosphere was restored.
Interview results & final thoughts
In mid-November, I received an offer call from Bloomberg HR and successfully got the 2026 SDE New Grad Offer (located in New York). The entire process, from Phone Screen to EM, took less than a month, and the speed of progress exceeded my expectations. The reason why I successfully passed the exam this time was actually because I asked Programhelp in advance for interview assistance.
If you are also applying for Bloomberg or other big companies, and if OA or interview pressure is relatively high, you may consider looking for them. The team includes seniors from Oxford, Princeton, and Peking University, as well as those who have worked at Amazon, Google, and Alibaba. Services include OA, real-time prompts, and Interview on behalf of , as well as a complete package from OA to getting an offer.
I wish all the students who are preparing to get their favorite offer as soon as possible!