Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Bloomberg

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Bloomberg | Offres d’emploi chez Bloomberg | Salaires chez Bloomberg | Avantages sociaux chez Bloomberg
      Entretiens chez BloombergEntretiens d’embauche pour Software Engineer - Trading Systems chez BloombergEntretien chez Bloomberg


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Software Engineer - Trading Systems

      3 nov. 2016
      Candidat à l'entretien anonyme
      New York, NY

      Autres retours d’entretien d’embauche pour un poste comme Software Engineer - Trading Systems chez Bloomberg

      Entretien pour Software Engineer - Trading Systems

      17 mars 2018
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience négative
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 5 jours. J'ai passé un entretien chez Bloomberg (New York, NY) en oct. 2016

      Entretien

      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.

      Questions d'entretien [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.
      Répondre à cette question
      1
      Entretien facile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez Bloomberg en févr. 2018

      Entretien

      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.

      Questions d'entretien [5]

      Question 1

      Implement a queue and make it thread safe
      1 réponse

      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 réponse

      Question 3

      What is a zombie process?
      Répondre à cette question

      Question 4

      What does the static keyword mean in C?
      Répondre à cette question

      Question 5

      What types of thread protection exist besides critical section, mutex and semaphore?
      Répondre à cette question

      Entretien pour Software Engineer (Trading Systems)

      27 févr. 2017
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Bloomberg en févr. 2017

      Entretien

      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.

      Questions d'entretien [1]

      Question 1

      copy constructor check if 2 binary trees are equal remove duplicate nodes in a linked list
      Répondre à cette question