I applied through college or university. I interviewed at Bloomberg (New Brunswick, NJ) in Feb 2018
Interview
I submitted the CV to the HR in campus career fair. In the next two days, I received the invite for on-campus interview. In CF the engineer will ask you about some tech question such as what is HashTable? what is its underlying structure?
Interview questions [2]
Question 1
The first question is given binary tree. populate the next node for each tree node.
the node has {val, left, right, next} properties. similar to Populating Next Right Pointers in Each Node II in leetcode.
I applied through college or university. I interviewed at Bloomberg (Atlanta, GA) in Feb 2018
Interview
I talked to the recruiters during career fair at my university and got an interview invitation next week. The recruiters were very professional, asked me about some recent projects and general interests. Then they gave me coding problems to solve on the board or paper.
I applied through a staffing agency. I interviewed at Bloomberg (New York, NY) in Feb 2018
Interview
A Recruiter from consulting firm contacted on LinkedIn. Had a brief phone call with the recruiter, submitted my resume. Got a phone call from a particular team (trading). It was scheduled for an hour phone interview, mine went 10 mins over the hour. No resume, no introduction, straight jumped into coding questions. Two questions were asked to solve. First one was a leetcode Hard and other was leetcode Medium question. I got stuck with the Hard problem for quite a long time, due to which couldn't totally solve the Medium question, but I told how I would solve from which Interview seemed ok with the second problem.
The interviewer was cooperative and encouraging. He patiently answered my questions at the end of the interview. Overall good experience with great questions.
Interview questions [1]
Question 1
Given a string which contains only lowercase letters, remove 3 or more alike letters in sequence so that even after removing there are no 3 or more repeating letters in sequence. Repeat this process as many times as possible.