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 interviewsBloomberg C++ Developer 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.

      C++ Developer Interview

      18 Dec 2014
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at Bloomberg

      Interview

      I had applied on company website around a month back for 5 to 6 C++ developer positions. In next week of applying, I got 3 mails from Bloomberg, 2 of which said they are not going to consider my candidature for the post I have applied. However, for one of the C++ developer post, the mail said that we would like to conduct a telephonic interview. I told the availability. The first round interview was positive and easy for me. The interviewer used hackerrank tool for me to code a simple programming problem - find the no. of words in a given string. The words could be separated by space, tab, new line characters. Second question was to tell the constructor and destructor call order in an inheritance hierarchy. Third question was to tell where will the variables will be allocated in memory, there was a global, some local, a global char pointer, a char array, and a local static variable. Fourth question was how to determine the theoretical limit of memory that can be accessed? After this, I got a mail saying the business wants my candidature to the next stage. Second round was scheduled after 5 days of the mail. In the interview they asked about my projects work and the technology I used. I described the projects. They wanted to check if I was part of implementation or not. Then they jumped onto technical interview. They just asked one programming problem : Dutch National Flag problem. Given a string of R, G, B : RGGBRRBBGG, write a function to arrange it in the order of the characters, all same characters clubbed together, in the order of characters. So the output should be: RRRGGGGBBB I could do it in an hour correctly (I guess I unnecessarily took more time than required to code this problem). I ran and the answer was fine. They said its correct. They asked a couple of questions around it like what all inputs would you give to test your function. And what is the complexity of the function, etc. My fingers crossed now !! If I will be getting any more calls, I don't know.

      Interview questions [1]

      Question 1

      The questions were not difficult if you prepare well and if you know how to code.
      Answer question
      3

      Other C++ Developer interview reviews for Bloomberg

      C++ Developer Interview

      1 Jun 2026
      Anonymous interview candidate
      New York, NY
      No offer
      Positive experience
      Difficult interview

      Application

      I interviewed at Bloomberg (New York, NY)

      Interview

      The interview consisted of two coding questions. The first was a LeetCode problem on counting ships in a rectangle, and the second was a find-path dynamic programming problem, also from LeetCode

      Interview questions [1]

      Question 1

      Why do you like C++
      Answer question

      C/C++ Developer Interview

      22 Sept 2017
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at Bloomberg

      Interview

      Applied online got an email then telephone interview along with hacker rank test. First he asked about my CV briefly with emphasis on why you chose Bloomberg then he started coding questions

      Interview questions [1]

      Question 1

      Fibonacci with recursive function Difference between recursive and iterative process many detail questions about pointers data structure
      Answer question

      C++ Developer Interview

      14 Apr 2016
      Anonymous interview candidate
      New York, NY
      No offer
      Positive experience
      Average interview

      Application

      I applied through other source. The process took 6 weeks. I interviewed at Bloomberg (New York, NY) in Mar 2016

      Interview

      The initial interview was an HR screener who sounded me out on what my skills were and what I had worked on. This was followed by two technical phone interviews using HackerRank to pose several questions for C++ in first, with 3 topics, then a bit of SQL coding in the second, with a lot of discussion of DELETE of nonunique rows in a table and SQL tuning

      Interview questions [1]

      Question 1

      C++ class problems, SQL coding and tuning, C++ codin for efficiency, STL collections
      1 Answer