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 - Trading Systems 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.

      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.

      Bowls

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

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Software Engineer - Trading Systems Interview

      3 Nov 2016
      Anonymous interview candidate
      New York, NY

      Other Software Engineer - Trading Systems interview reviews for Bloomberg

      Software Engineer - Trading Systems Interview

      17 Mar 2018
      Anonymous interview candidate
      No offer
      Negative experience
      Easy interview

      Application

      No offer
      Neutral experience
      Average interview

      Application

      I applied online. The process took 5 days. I interviewed at Bloomberg (New York, NY) in Oct 2016

      Interview

      Brief description of my work experience followed by 2 coding questions using hackerrank to share screen. Syntax not a factor - interviewer just wanted to see the algorithm. I coded as fast as I could, stumbled slightly, corrected myself quickly. I even presented a recursive and completely correct solution to one of the problems. It was obvious the interviewer wasn't prepared for an out-of-the-box answer, and as such had difficulty articulating his canned followup question. Despite the pressure of coding while holding a phone in one hand and a laptop in the other, I felt confident with my performance and enjoyed the interview (I don't say this about all interviews). 3-days later I received an email that they were not moving forward with the application. Felt like punching a wall after that.

      Interview questions [1]

      Question 1

      Given a matrix of integers and a starting point, find all adjacent neighbors with same value, and repeat process with each identified neighbor.
      Answer question
      1

      I applied through a recruiter. The process took 1 week. I interviewed at Bloomberg in Feb 2018

      Interview

      60 Minute phone interview on hackerrank. Interviewer dove directly into programming questions that were vague and offered little explanation as to what he was looking for. Some of the questions didn't make sense and the interviewer didn't clarify anything. After the interview ended I got ghosted (no follow up at all). I found the whole experience to be very unprofessional.

      Interview questions [5]

      Question 1

      Implement a queue and make it thread safe
      1 Answer

      Question 2

      Given a singly linked list, write a function to pop a node in less than O(n) without using extra memory given this interface: void pop(Node * node);
      1 Answer

      Question 3

      What is a zombie process?
      Answer question

      Question 4

      What does the static keyword mean in C?
      Answer question

      Question 5

      What types of thread protection exist besides critical section, mutex and semaphore?
      Answer question

      Software Engineer (Trading Systems) Interview

      27 Feb 2017
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I applied through a recruiter. The process took 4 weeks. I interviewed at Bloomberg in Feb 2017

      Interview

      Applied through a recruiting firm (who to their credit were quite efficient) First phone round went decently. Questions related to copy constructor and another algorithmic question. I thought my answer on the copy constructor wasn't upto the mark. Was elated when I got a call for a second phone interview Was much better prepared during this interview . Question 1 : Remove duplicate elements in a linked list Ans : Breezed through this as any developer worth his salt would Question 2 : Compare two binary trees and return if they are equal. Ans : Suggested a very acceptable solution where we traverse through the trees inorder and store them in vectors, and compare the vectors to check for equivalence. Was quizzed on that. Summary : Both programs were accurate solutions and the programs worked on Hackerrank without a hitch. However second one was probably not the 100% efficient result they were looking for. Result :REJECTED.

      Interview questions [1]

      Question 1

      copy constructor check if 2 binary trees are equal remove duplicate nodes in a linked list
      Answer question