I applied online. I interviewed at Bloomberg (New York, NY)
Interview
Applied online and got a telephone interview. Asked me technical questions directly. Because i am familiar with C++ so he asked something about C++. he was nice and spoke clearly.
Interview questions [1]
Question 1
A stock management system. questions like sorting, and storing (data structure)
I interviewed at Bloomberg (Charlotte, NC) in Jan 2013
Interview
Initially they had an on-campus interview with a couple of technical questions about trees and hashing. I thought I had bombed but I think they saw that I was constantly thinking so I got a second interview. This one was all technical with whiteboard coding and a week after I got an offer.
Interview questions [1]
Question 1
Given two trees over the same set of nodes, what is the longest path they have in common?
I applied through college or university. The process took 1 week. I interviewed at Bloomberg in Feb 2013
Interview
3 rounds, on campus interview
Interview questions [1]
Question 1
Print out the k smallest element from a BST into a specified array, in the function form: firstKelement(treenode *root, int k, int *arr), without using any global variables.