Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Bloomberg (New York, NY) nel mese di feb 2014
Colloquio
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!
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Bloomberg
Colloquio
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.
Ho presentato la mia candidatura tramite l'università. Ho sostenuto un colloquio presso Bloomberg
Colloquio
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.
Domande di colloquio [3]
Domanda 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.