J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez Bloomberg (New York, NY) en févr. 2014
Entretien
Applied online through career website, Selected for campus interview. Two interviewers took the first round. Supposed to 45 mins interview but they took it for 1 hour 15 mins. Asked about resume and from there asked about memory optimization, word padding. Gave struct with int and bool in it and asked me to optimize the size of it. Later asked to write code on tree traversing which was easy. But grilled lot on Memory optimization, which i was not really prepare for!
J'ai postulé en ligne. J'ai passé un entretien chez Bloomberg
Entretien
Online test and didn't get through the process. Else, there will onsite interviews. A good grip over computer fundamentals is what it takes to get an interview opportunity at this amazing company.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Bloomberg
Entretien
I applied in CDW of campus and got on campus interview one day after. The interview process last 50 minutes and there are 2 interviews. Both of them are nice and give helpful hints if you're stucked. At the beginning they asked what other companies I applied and why Bloomberg. then they asked several C++ questions and 2 algorithms questions.
Questions d'entretien [3]
Question 1
In C++, can a class without construtor compile? What will be automatic generated by the compiler for a class? What's the difference between pointer and reference?
Given n stars in the galaxy and a distant d, if the distance between two starts are smaller then d, they are in the same group. Count the total number of groups in the galaxy.