J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 3 jours. J'ai passé un entretien chez Bloomberg (New York, NY) en oct. 2012
Entretien
Had two interviews in our college campus. Got a reject after that so not sure of the after procedure.
Questions d'entretien [2]
Question 1
Given a binary tree (not a BST), print the nodes at a given level n passed as an input parameter. Here is how method definition looked like:
public void printLevel(root, level)
class A {
public A() {
foo();
}
public void foo() {
System.out.println("Class A");
}
}
class B extends A {
public B(){}
public void foo() {
System.out.println("Class B");
}
}
class main {
public static void main(String[] args) {
A a = new B();
}
}
What does it print? Class A or Class B?
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