I applied through a staffing agency. The process took 3 weeks. I interviewed at Bloomberg
Interview
an easy question over the phone about C strings, 3 on premises technical tests about data structures an complexities, half a day of personal interviews mostly technical, c/c++ related but some algorithmic. waiting to hear back...
First the interviewer's self-introduction. Then, he asked some questions about the project on my project. Followed by two coding challenges. One is quite easy and I cannot recall what it is. Coding online and he could review the process simultaneously. The interview ended up with asking him some question about the company.
Interview questions [1]
Question 1
Design a vector that can grow with the size with time complexity of O(1)
I applied through college or university. The process took 1 day. I interviewed at Bloomberg (College Park, MD) in Mar 2016
Interview
Company arrived on Campus for Career Fair,
At the fair asked a simple array question at the stall itself
Got invited to a personal interview, again on campus.
Asked questions about binary search trees including verifying a binary search tree, addition and deletion of elements to a bst. The interview lasted 50 minutes.
Interview questions [1]
Question 1
At career fair: Given an array of positive and negative numbers, most efficient way to cluster all negative numbers on the left and all positives on the right.
In personal interview: How do you verify if a given tree is a binary search tree.