Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Morgan Stanley (Montréal, QC) nel mese di ott 2013
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Write a function to calculate pow(double x, int n) such that the running time is O(log n).