J'ai postulé en ligne. J'ai passé un entretien chez Bloomberg en sept. 2018
Entretien
The interviewer call me.
Ask about a challenging project.
Start to work on the two technical questions.
Work me through the questions in words.
I answer them correctly and the interviewer is satisfied.
Questions d'entretien [1]
Question 1
Giving a tuple (ord, str) of type (string, string), check whether all the characters that appear in both str and ord are in the order of ord.
Examples:
(abc, qaqbqc) -> True
(abc, aaaqbbb) -> True
(abc, caaabbbccc) -> False
J'ai passé un entretien chez Bloomberg (Midtown New York)
Entretien
Fair, from leetcode 150, as long as you grind leetcode would be good. First round was one question. Second round another tech question, if you don’t pass you don’t go to the next interview for super day
J'ai passé un entretien chez Bloomberg (Midtown New York)
Entretien
Chat with alumni in the career fair
R1: two lc problems ( bfs + lru )
R2: system design
R3: behavior question
R4: EM asked some questions about the projects on my resume
Questions d'entretien [1]
Question 1
The challenges I've faced in my projects and how did I solve the problems
J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Bloomberg
Entretien
I've only done the first round so far. It was 10 minutes of resume diving and behavioral, and then 50 minute technical. They asked easy/medium leetcode question. This was an online interview done over zoom.
Questions d'entretien [1]
Question 1
Identify a 'coolstring' which has the same frequency of every character.