Les candidats postulant à un poste comme Software Engineer chez Bloomberg attribuent un niveau de difficulté de 4 sur 5 (5 étant le niveau de difficulté le plus élevé) à leur expérience d’entretien et sont 100 % à l’évaluer comme positive. À titre de comparaison, la moyenne pour l’ensemble de l’entreprise est de 54,6 % d’avis positifs, d’après les évaluations Glassdoor.
Voici les rôles les plus recherchés pour les rapports d’entretien -
J'ai postulé via un recruteur. J'ai passé un entretien chez Bloomberg en déc. 2015
Entretien
Interviewer started off with Resume Discussion and OS Related Quick Questions.
then Moved on to some multithreaded related questions as well, i.e. how to handle the cases wherein limited time is there for a needed response
he seemed friendly and did give hints and aided in thinking during the course of interview
Questions d'entretien [1]
Question 1
Send a Tree across a Wire
- i.e. an M -Ary Tree is to be transmitted across a network ,
and the same has to be built on the other side.
void send (Node* n)
{
print n->name, n->level;
foreach(n: children)
send(children);
}
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.
J'ai passé un entretien chez Bloomberg (New York, NY)
Entretien
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.
J'ai passé un entretien chez Bloomberg (New York, NY)
Entretien
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