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 Financial Software Developer 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 Financial Software Developer

      26 mars 2009
      Employé (anonyme)
      New York, NY
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Bloomberg (New York, NY) en mars 2009

      Entretien

      The entire hiring process consisted of three phases. The first phase is an online multiple choice test covering basic programming skills and questions on analytical thinking (of the type you'll normally see in a GRE or GMAT test). There were about 30-35 questions and I was given a maximum of 3 minutes for each question. The second phase is a phone interview. They questioned me in detail about my resume, all my projects, and asked me to choose one from the different projects listed in my resume. They then went into quite some detail about the project, asking me to describe what I did, the major challenges, how I planned the development, and how I tested the code. After that were some basic technical questions. They will definitely ask you which programming languages among the ones listed on your resume you are most comfortable with and quiz you in detail about it. Since this round is on the phone, they normally will not ask you to write any code, nor will they give you any code. Apart from programming language concepts for one or two languages, there will be some questions on sorting and searching algorithms and data structures, like hash tables, BSTs and their complexities, their advantages, disadvantages etc. The final phase consists of two or three in-house interviews. There will be a round of HR interview which is usually 1:1. Be aware that I was asked in very minute details about everything on my resume. I did expect to be quizzed about these things, but not in such minute details. There are the usual HR questions like why do you want to join Bloomberg, where do you see yourself in 5 years, why should we hire you (asked in a very curt manner to really catch you off guard) etc. so be well prepared for those. Then comes a technical interview round, which is usually conducted by two of their engineers. They will ask you which is the language or languages you are most proficient with, and then quiz you on that. Be aware that you should only say you are proficient in a certain language if you really are proficient in that. There are no bonus points for claiming to know more languages and then not being able to prove your proficiency, and if you can't you will most likely not be hired. The logic is that they want to know how good you really are in things you claim to be really good at. They will usually ask you to write code for two or three problems. They may start with a simple coding question, before moving on the more complicated programs (usually involving recursion or use of a data structure). The emphasis is on being able to write clean and efficient code, along with the use of an efficient algorithm for solving the problem. They will definitely ask you the reasoning behind writing the code (sometimes line by line). There is also emphasis on low level concepts (like how the stack, heap, data segment works, what's stored in there, how the Stack Pointer behaves in different situations etc). Along with writing code, they may write down some code snippets, and ask you if it will compile, if there are any errors, what those errors are, why they come out etc. My preferred languages were C and C++ so they asked me some seemingly odd code snippets to test my understanding of the mechanisms involved in inheritance, polymorphism, templates, operator overloading. There may also be a few questions on the STL. Also related to both containers and memory management will be questions about the ownership of pointers or objects placed in containers, what delete and new do etc. There will be questions related to algorithms and data structures as well. These could either be by themselves or they could be as a part of a programming problem. Be sure about the complexities of all the basic sorting and searching algorithms and data struct operations too since these may be useful is such situations. Finally, they will ask a few puzzles (usually just one or two) to test your problem solving capability. The entire interview will last about 1-1.5 hours (depending on how well you're doing). Most likely, the interviewers are going be really skeptical about your answers (regardless of whether you're screwing up or you're near perfect) - they want to know how confident you are about your answers. Don't panic, this is normal. Just be sure of what you're doing, and cross check your code before you tell them that it’s final. If you manage to survive through this technical round there will be an interview conducted by a Sr. Manager. This one is comparatively low stress. Not too technical. Mostly they want to know how well you fit into the team, where you will fit in, your attitude etc. I would suggest that you talk about things like how you planned your projects, how you worked in a team during your project work etc. He/she may also ask you a puzzle/brain teaser, but I wasn't asked any. You are encouraged to ask questions about the position, the company, the work culture, the management etc.

      Questions d'entretien [1]

      Question 1

      What is a singleton? How would you code it in C++? How can you make it thread safe?
      Répondre à cette question
      11

      Autres retours d’entretien d’embauche pour un poste comme Financial Software Developer chez Bloomberg

      Entretien pour Financial Software Engineer

      3 mars 2019
      Candidat à l'entretien anonyme
      Indianapolis, IN
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 semaine. J'ai passé un entretien chez Bloomberg (Indianapolis, IN) en févr. 2019

      Entretien

      They had info session at school. I submitted my resume online and got the on-campus interview. The interview is 1 hour. Two engineers are the interviewer. Small talk at the beginning. Ask 1 or 2 questions about the resume. And then ask two technical questions. I finished the first one. But I did't have enough time to completed the second question. The first one is a string question. The second one is a tree question.

      Questions d'entretien [2]

      Question 1

      A variation of Candy Crush.
      1 réponse

      Question 2

      A binary tree question. Connect left child and right child.
      1 réponse

      Entretien pour Financial Software Developer

      31 janv. 2019
      Employé (anonyme)
      Londres, Angleterre
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez Bloomberg (Londres, Angleterre) en déc. 2018

      Entretien

      It was a very candidate-friendly interview process, had flexible on-site dates. Amazingly quick feedback. Overall a great experience. Technical phone screen with an engineer (2 simple/average coding questions) On-site (technical and behavioral rounds)

      Questions d'entretien [1]

      Question 1

      Simple/average coding questions. Understanding recursion, stack, and heap, some basic C++ features, data structures characteristics
      Répondre à cette question

      Entretien pour Financial Software Developer

      26 nov. 2016
      Candidat à l'entretien anonyme
      New York, NY
      Aucune offre
      Expérience négative
      Entretien facile

      Candidature

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

      Entretien

      - There was one phone interview with a Bloomberg engineer. - The onsite interview started with a so called tour of Bloomberg but abruptly ended with a museum of their colorful terminals. It was over in 5 minutes. The group of interviewees laughed a little when it ended. - 2 rounds of technical interviews with a break of ~20 minutes. Found it easy. Mix of algorithm and design questions. All interviewers look satisfied when they left me. - HR and recruiter forget that I exist. Forget to contact me for the next 40 minutes or so. I go to their front desk to inquire whether there are more rounds. - HR appears slightly irritated but is polite. Next 30 minutes, HR tries to understand why after 6+ years of computer science education and working for a couple of years I "chose" to be a software engineer. Does not want to hear technical stuff. Had a hard time believing I could fit the role. I wondered whether I should have taken Psychology and then become a recruiter so I could judge potential candidates of a different discipline. - At the end of the interview, was asked to "patiently" wait for the next round. Within 5 minutes, one more guy turns up and says the conference room is booked. Was once again asked to goto the front desk. Bloomberg office is huge and not all elevators goto front desk. :-( Reach somehow. - Once again try telling the front desk people that I have an interview. Give the name of the host. Host appears after 15 minutes. Asks how the interviews are going. I say "not that great". Asks whether - "Do you want to stay?". I lower my head and say "yes". - In the conference room, realizes that the manager is out of office and the manager does not have my resume. Arranges a video conference. Asks the manager over conference to not keep him "busy" since he has a flight in flat 2.5 hours. - Manager tries to understand how I ended up interviewing at Bloomberg and what role she could give me if I was chosen. It was nice but nothing productive. Interview ends in 30 minutes. - Meet the so called organizer of the whole process. Asks whether the interview was awesome. I say it was "ok". Goes on a tirade on how people like me have a low attitude and should be happy to meet awesome people. After all, the process took only a day. - Keeps repeating "Hope you get it". "Hope you get it" with a smirk while I collect my luggage and thank her for all the arrangements. - Leave broken hearted and look tearfully at Lexington tower while I rush to the airport.

      Questions d'entretien [1]

      Question 1

      1. Deep copy a linked list with a random pointer. 2. Perimeter of the wall enclosed by an enemy. Eg: 121 121 If the enemy is labeled 2 in the above matrix, the wall size is 6. 3. Design a circle class and then on, utilities on top of it including randomly generating a point within a circle. How do you translate to polar coordinates and what changes I would make. What changes would be required for a Square/Rectangle/eclipse etc.
      1 réponse
      4