I applied through an employee referral. The process took 2 weeks. I interviewed at Bloomberg
Interview
I got a referral from a friend who interned at Bloomberg the previous summer. I had two on-campus (at my school) interviews. The first one went okay, but I got pretty nervous during the second interview, so despite the relative easiness of the questions they asked, I didn't perform as well as I'd hoped.
Interview questions [1]
Question 1
Design a data structure that keeps track of all the URLs visited and can efficiently return the top K most visited URLs. Implement two functions, 1) visit(String url), 2) topK(int k, String url)
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.