Candidatei-me por meio de uma faculdade ou universidade. O processo levou 3 dias. Fui entrevistado pela Bloomberg (New York, NY) em out. de 2012
Entrevista
Had two interviews in our college campus. Got a reject after that so not sure of the after procedure.
Perguntas de entrevista [2]
Pergunta 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.
Fiz uma entrevista na empresa Bloomberg (New York, NY).
Entrevista
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.
Fiz uma entrevista na empresa Bloomberg (New York, NY).
Entrevista
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