1 hour phone interview. First, we introduce each other no more than 5 minutes each. After the introductions he asked some questions about my resume (personal projects) and it was followed by a coding question and some other small questions about python.
Got an on-site interview but cancelled in the last moment due to huge number of candidates in offer stage.
Recomendation: Apply as early as possible.
Interview questions [3]
Question 1
Q: Given an string only composed by 0, 1 and ? print all possible permutations that we can get changing the ? symbol by 0 and 1. Ex: 0??1 -> 0001, 0101, 0011, 0111
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
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
Interview questions [1]
Question 1
The challenges I've faced in my projects and how did I solve the problems
I applied through an employee referral. I interviewed at Bloomberg
Interview
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.
Interview questions [1]
Question 1
Identify a 'coolstring' which has the same frequency of every character.