I applied through university. The process took 2 weeks. I interviewed at Morgan Stanley (Montreal, QC) in Oct 2013
Interview
A thirty minute screening interview was held on campus. The interviewer began by asking a few questions based on my resume. Then, a few basic questions were asked about the features of Java such as platform independence and exception handling. Finally, I was asked to write a function for calculating the nth power of x [pow(double x, int n)] on a whiteboard.
Interview questions [1]
Question 1
Write a function to calculate pow(double x, int n) such that the running time is O(log n).