Interview Experience Analysis for Bloomberg

10 Records Found
TOTAL EXPERIENCES
10
COMPANIES COVERED
1
ROLES COVERED
7
LOCATIONS COVERED
6

Curious About Salaries?

View Bloomberg Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

Bloomberg Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

Bloomberg SDE interview experience

BloombergSDE I

Summary

I interviewed for an SDE position at Bloomberg, which included two technical rounds with specific coding challenges and a behavioral round. I provided my approaches for the technical problems and disc...

Interview Experience

Round 1: Implement a simplified version of grep that finds lines in a file containing a specific substring, with consideration for flag extensibility. I first clarified requirements, then wrote the parsing + string-matching logic. The key of this question isn’t the algorithm, but whether you can wri...

Interview Questions (2)

Simplified Grep Implementation

Data Structures & Algorithms
Loading content...

Friend Requests by Age Rules

Data Structures & Algorithms
Loading content...

Preparation Tips

Loading content...
Read on LeetCode

Bloomberg | Interview Experience | Senior Software Engineer | NYC | Nov 2025

BloombergSenior Software Engineer📍 NYC

Summary

I interviewed at Bloomberg for a Senior Software Engineer role in November 2025. I had phone screens for three teams and one virtual onsite which did not result in an offer, though I found the experie...

Interview Experience

I interviewed at Bloomberg in November for 3 teams and got onsite for 1 which did not result in an offer. Below is my experience. I got reached out by their recruiter. Phone Screen (3 teams) All questions for each team were from one of the older posts were all BB related questions are linked from L...

Interview Questions (2)

Graph BFS with Level Frequency Count

Data Structures & Algorithms
Loading content...

Library Checkout Low-Level Design with SQL

Data Structures & Algorithms
Loading content...

Preparation Tips

Loading content...
Read on LeetCode

Bloomberg | Interview Experience | Senior Software Engineer - 4+ YOE | NYC | Nov 2025

BloombergSenior Software Engineer📍 NYC💼 4 YOE

Summary

Loading content...

Interview Experience

I didn’t receive an offer or move to the next round, but I wanted to share the problems I encountered in case it helps someone else preparing: **1st Round (60 minutes):** Gas Station / Oasis / Car Path Problem: https://leetcode.com/discuss/post/1608777/bloomberg-phone-screen-find-path-bw-2-ob-4n1t/...

Interview Questions (4)

Gas Station / Oasis / Car Path Problem

Data Structures & Algorithms
Loading content...
View Problem

Lottery System - Insert, Delete, GetRandom in O(1)

Data Structures & Algorithms
Loading content...
View Problem

Sum of Two Integers with Restrictions

Data Structures & Algorithms
Loading content...
View Problem

Design a Web Application for User Management and IT Requests with Sensitive Financial Data

System Design
Loading content...
Read on LeetCode

SWE @ Bloomberg Interview | July 2025 | Reject | NYC

BloombergWeb Developer📍 NYC💼 5 YOE

Summary

Loading content...

Interview Experience

Round 1: Avg HR screening, your background, who you are, why do you want to switch jobs Round 2: Technical question 1hr. first part (40 mins) was for 380. Insert Delete GetRandom O(1). Second part (20 mins), interviewer showed some code and asked to you what it does. the code i think was the source ...

Interview Questions (2)

Insert Delete GetRandom O(1)

MediumData Structures & Algorithms
Loading content...

JavaScript Array.prototype.forEach Polyfill Analysis

Other
Loading content...
Read on LeetCode

Bloomberg Frankfurt May 2025 | Senior SWE | Phone screen

BloombergSenior SWE📍 Frankfurt

Summary

I had a phone screen interview for a Senior SWE position at Bloomberg Frankfurt in May 2025. The interview lasted 1 hour, with 30 minutes dedicated to my resume and 30 minutes for coding. I was given ...

Interview Experience

The interview was 1 hour long. 3,0 mins for resume, 30 mins for coding. HackerRank was used. Got this problem https://leetcode.com/problems/minimum-remove-to-make-valid-parentheses/description/Description was slightly changed, but the approach for solving remained the same. Figured out the approach,...

Interview Questions (1)

Minimum Remove to Make Valid Parentheses

MediumData Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

Bloomberg | London | L5 | March 2025 | Reject

BloombergSenior Software Engineer📍 London, UK

Summary

Interviewed for a Senior Software Engineer role at Bloomberg in London, UK. The process included a phone screen and two onsite interviews. Despite clearing the technical rounds, the candidate was ulti...

Interview Experience

I recently finished some interviews with bloomberg for Senior Software Engineer Role in London, UK.Phone Screen -> Q1 -> https://leetcode.com/problems/invalid-transactions/description/Q2 -> Implement a stack with functionality of push , pop and getMin.Onsite 1 -> Q1 -> Number of triangles that can b...

Interview Questions (5)

Invalid Transactions

MediumData Structures & Algorithms
Loading content...
View Problem

Min Stack

MediumData Structures & Algorithms
Loading content...

Number of Triangles

HardData Structures & Algorithms
Loading content...

Word Search

MediumData Structures & Algorithms
Loading content...
View Problem

Stock Broker App Design

System Design
Loading content...
Read on LeetCode

Bloomberg | Intern SWE | London [Offered]

BloombergSWE Intern📍 London, United Kingdom💼 1 YOE

Summary

I applied for a Software Engineering Summer Internship at Bloomberg in November, successfully navigated multiple interview stages, and received an offer in March for the London location. Overall, I ha...

Interview Experience

Bloomberg 2025 Software Engineering Summer InternshipApplied through their website's job listing in November. After multiple stages, a few delays and rescheduled interviews, I received my offer in March.University: Top 120 QS World RankingsStatus: 1 year of intern experience @ Swiss BankPosition: SW...

Interview Questions (3)

Valid String with One Character Removal

Data Structures & Algorithms
Loading content...

O(1) Lottery System

Data Structures & Algorithms
Loading content...

Real-time Stock Price Feed System Design

System Design
Loading content...

Preparation Tips

Loading content...
Read on LeetCode

Bloomberg (NYC and Princeton) | SWE New Grad 2024 | Offer

BloombergSWE New Grad📍 NYC and Princeton

Summary

I received an offer from Bloomberg for a SWE New Grad role after navigating a multi-stage, in-person interview process. This included a coffee chat, two technical rounds focusing on OOP and LeetCode-s...

Interview Experience

I just got my offer from Bloomberg for their SWE New Grad role, and I figured I'd share my process with all of you! About me: - Current Master's student in CSE - Top 10 CS school for grad school and the same school for undergrad - Interned each summer since after finishing high school. (Experience ...

Interview Questions (2)

Why Bloomberg?

Behavioral
Loading content...

What do you want out of a company?

Behavioral
Loading content...

Preparation Tips

Understand what Bloomberg does and their missions. Their commitments to programming standards (they are on the C++ and JavaScript Standards Committees) and philanthropy (they give about 1/2 their revenue to charities) really spoke to me. Be prepared to talk about "Why Bloomberg?" that isn't just som...

Read on LeetCode

Bloomberg | July 2022 | Offer Accepted

Bloomberg

Summary

I successfully landed an amazing offer at Bloomberg after dedicated preparation, overcoming various technical and system design challenges. Despite a difficult 'stock ticking' problem, I managed to co...

Interview Experience

I had been studying for interviews since October 2020 and tried everything, but this website and this forum in particular is really what helped me land an amazing offer at Bloomberg, so I thought it only fitting that I contribute my experience as well. Phone Interview: We covered longest common su...

Interview Questions (8)

Longest Substring Without Repeating Characters

Data Structures & Algorithms
Loading content...
View Problem

LRU Cache Design

System Design
Loading content...
View Problem

Subsets

Data Structures & Algorithms
Loading content...
View Problem

Subsets II (with duplicates)

Data Structures & Algorithms
Loading content...
View Problem

Design RandomizedSet (O(1) insert/delete/getRandom)

Data Structures & Algorithms
Loading content...
View Problem

Stock Ticking Problem (similar to Leaderboard)

Data Structures & Algorithms
Loading content...
View Problem

Two Sum and its variations

Data Structures & Algorithms
Loading content...
View Problem

Behavioral Interview

Behavioral
Loading content...

Preparation Tips

These are the primary resources I used: Bloomberg Prep List Bloomberg Phone Interview List Cohesive Notion List As well as the 'Bloomberg' company tag on Leetcode. This was one of the few interviews where they aren't trying to trick you or screw you up, it's very straightforward. I was elated whe...

Read on LeetCode

Bloomberg | Summer Internship 2021

BloombergSoftware Engineering Intern📍 Pune, India

Summary

I interviewed for a Software Engineering Intern position at Bloomberg in Pune, India, for their Summer 2021 internship. The interview consisted of phone, virtual on-site, and system design rounds, cov...

Interview Experience

Background: Electrical and Electronics Engineering, from Tier 1 college (IIT/BITS) in India. Position: Software Engineering Intern, 2021 - Pune, India Round 1 (Phone Interview): Phone interview began with a small introduction about myself followed by the interviewer. Then interviewer without any ...

Interview Questions (6)

C++ Static Variables

Other
Loading content...

C++ Virtual Functions and Runtime Polymorphism

Other
Loading content...

Design an Address Book

Data Structures & Algorithms
Loading content...

Extract Innermost Bracketed Strings

EasyData Structures & Algorithms
Loading content...

Design Underground System

Data Structures & Algorithms
Loading content...
View Problem

Design an Ecommerce Website

System Design
Loading content...
Read on LeetCode
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App