I applied through college or university. I interviewed at Bloomberg (New York, NY) in Jan 2017
Interview
I submitted a code sample, had a phone interview and then went onsite in New York. The office is beautiful and people are nice to you throughout the process. I had two technical interviews with two different people. After the second one, I left. If you are not brought to an HR person, you did not get the job.
Interview questions [1]
Question 1
1) A recursive, flow problem- Identify the perimeter of a section of a 2D array that has the same value (guaranteed to be contiguous). 2) Given an array of values, print out each integer with the next integer in the array that is higher than it. I.e [2,1,5] Print 2,5 and 1,5 (but can be in any order).
I applied online. The process took 2 weeks. I interviewed at Bloomberg
Interview
self introduce myself followed by coding challenges, and the engineer told me about his job and role in Bloomberg. The phone connection was really bad and the engineer tried to reconnect few times causing the whole interview being ruined.
I applied online. The process took 2 days. I interviewed at Bloomberg (New York, NY) in Oct 2016
Interview
Had two interviews. Each had two technical questions. I had applied online and got called for an interview at campus. had one interview on day one, with two questions and the second itnerview on day 2.
Interview questions [1]
Question 1
To assign letters from a - z on a m*n keyboard. and to print directions for an ant moving on a keyboard for a sequence of letters.
Give a list of from and to destinations for flights, give the number of different unique paths for a given source and destination airport.
Flip a binary tree. (Mirror image)