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 and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Bloomberg reviews | Bloomberg jobs | Bloomberg salaries | Bloomberg benefits | Bloomberg conversations
      Bloomberg interviewsBloomberg Software Engineer interviewsBloomberg interview


      Glassdoor

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

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and 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 personalised job recommendations and updates by starting your searches.

      Software Engineer Interview

      16 Apr 2012
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I applied through a recruiter. The process took 2 weeks. I interviewed at Bloomberg in Feb 2012

      Interview

      Initial interview was a phone interview with a recruiter. He asked some very basic questions about C++, the sort of things anyone who's used the language should know - although there was one question that his answer key had slightly wrong, but since he wasn't a technical person, there was no point in debating it. Second phone interview was with a technical assessment person. He asked for information on what I had done at my previous job, then asked how I had applied concepts and design patterns. He also went into more detail on knowledge of C++ and how to actually code a pattern (in my case, a singleton). Third interview was via Skype and collabedit. Two fairly basic questions: 1) reverse a string in place; 2) create a stack using a linked list, then use the stack to perform arithmetic operations using postfix notation. Pretty sure I messed up slightly on the second one; thinking back on it, I think he wanted the input to be a string, which I didn't do. On the other hand, the linked list/stack implementation worked perfectly, so it was really more just misunderstanding the question. I probably should have asked for clarification but I was a little nervous. After those two questions, he gave me a third question, which is one of the more ridiculous questions I've seen asked: Given a sorted array of strings, some of which are blank, create and code an algorithm to find the location of a string using a binary search. E.g., for ["apple", "", "", "ball", "", "", "", "child", "dog", ""] the code should return 4. I had 30 minutes to do the first two, and 15 to do the third. Not impressed by the third question at all, since it's a fairly brutal misapplication of a binary search. My solution was to modify a binary search using quicksort to recursively search through the array (without sorting it); not sure if there's a better solution that conforms to a binary search but using a binary search in this case is not the ideal method. Received a call the next day that the interview process would not continue.

      Interview questions [1]

      Question 1

      Given a sorted array of strings which contains blank strings, write code that uses a binary search to find the location of a given string. For example, given ["apple", "", "", "ball", "", "", "", "child", "dog", ""], a search for "ball" would return 4.
      2 Answers

      Other Software Engineer interview reviews for Bloomberg

      Software Engineer Interview

      1 June 2026
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at Bloomberg

      Interview

      Overall, it was a positive and professional interview experience, though the interviewer was on the stricter side. Unfortunately, I was dealing with an illness and wasn't able to prepare as thoroughly as I wanted to, which left me feeling a bit off throughout the conversation. Despite not feeling my best and facing a tough interviewer, the process was well-structured.

      Interview questions [1]

      Question 1

      How to add two big numbers
      Answer question

      Software Engineer Interview

      26 May 2026
      Anonymous interview candidate
      New York, NY
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at Bloomberg (New York, NY)

      Interview

      Fairly simple. Phone call then onsite. For onsite it was 10 min office tour follow by 1 hr interview then 1 hours system design and 30 mins manager interview. Interviewers were nice and the recruiter was accommodating.

      Interview questions [1]

      Question 1

      How do you handle request to large dataset?
      Answer question

      Software Engineer Interview

      20 May 2026
      Anonymous interview candidate
      New York, NY
      No offer
      Neutral experience
      Difficult interview

      Application

      I interviewed at Bloomberg (New York, NY)

      Interview

      5 rounds first 3 being leetcode coding ones and the last 2 being behavioral. The first three are the hardest asking mainly taggeed questions and the rest are not that bad

      Interview questions [1]

      Question 1

      Solve a coding question leetcode medium
      Answer question