Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Bloomberg

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Bloomberg reviews | Bloomberg jobs | Bloomberg salaries | Bloomberg benefits | Bloomberg conversations
      Bloomberg interviewsBloomberg Software Engineer New Grad interviewsBloomberg interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Software Engineer New Grad Interview

      Apr 1, 2025
      Anonymous Interview Candidate
      New York, NY
      No offer
      Positive experience
      Difficult interview

      Application

      I applied online. I interviewed at Bloomberg (New York, NY) in Mar 2025

      Interview

      I recently interviewed for a software engineering role and progressed until the second round. The first round began with some behavioral questions such as “Tell me about yourself,” “How do you approach a problem you’re solving?” and “How do you handle something unfamiliar?” After that, I was given two coding problems. The first one was a Leetcode medium-level problem (also tagged on Leetcode), which I was able to fully solve, including dry runs and edge case discussions. The second problem was similar in concept to the Alien Dictionary problem but not the same — I explained both the brute-force and the optimal approach, though I didn’t get time to fully implement it. The second round was more focused on algorithms and deeper problem-solving. I was asked a challenging question related to topological sorting, which wasn't from Leetcode and had a custom constraint twist. The interviewer joined about 20 minutes late but was kind enough to extend the session to give me the full time. In this round, there were also a couple of behavioral questions including “What do you want to be when you grow up?” and “Why Bloomberg?”

      Interview questions [1]

      Question 1

      You are given a database that describes N six-sided boxes, where one side of each box is open (no flaps). Each box has a unique integer ID and is defined by three dimensions: width, height, and length. Your task is to determine which boxes, if any, can fit inside other boxes, in order to consolidate space. A box A can fit inside box B if its base (length × width) can be completely placed within B’s base, in any rotational order. That means both dimensions of A’s base must be strictly smaller than the corresponding dimensions of B’s base, even after considering rotation (i.e., min(LA, WA) < min(LB, WB) and max(LA, WA) < max(LB, WB)). Additionally, box B’s height must be greater than or equal to box A’s height. You are expected to output valid box containment chains, where each box fits inside the next. An example of such an output chain might look like: A → C → Q → B or M → D → Z or R → O → E → Y, and so on. The idea is to show the maximum possible nesting or consolidation paths, based on the given dimension rules.
      Answer question

      Other Software Engineer New Grad Interview Reviews for Bloomberg

      Software Engineer - New Grad Interview

      May 25, 2026
      Anonymous Interview Candidate
      London, England
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Bloomberg (London, England)

      Interview

      I was reached out by the recruiter directly through LinkedIn. I was asked one medium and one hard LeetCode-style question, with a few follow-ups. It started with a general introduction.

      Interview questions [1]

      Question 1

      I was asked to implement Skip-list data structure
      Answer question

      Software Engineer New Grad Interview

      Mar 31, 2026
      Anonymous Interview Candidate
      Princeton, NJ
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at Bloomberg (Princeton, NJ)

      Interview

      5 rounds they are all bloomberg tagged question i didn’t pass em round went deep in tour resume another leetcode question and q&a at the end. In retrospect, i thought I did well but maybe their bar this year is high.

      Interview questions [1]

      Question 1

      Why do you want to work at Bloomberg
      Answer question

      Software Engineer New Grad Interview

      Mar 2, 2026
      Anonymous Interview Candidate
      New York, NY
      No offer
      Positive experience
      Difficult interview

      Application

      I interviewed at Bloomberg (New York, NY)

      Interview

      5 rounds 3 tech 1 hr 1 em - they asked a couple leetcode mediums and I know others have gotten some hards I think you should prep the leetcode tagged they are asked a lot

      Interview questions [1]

      Question 1

      why bloomberg why are you a good hire
      Answer question