J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez Morgan Stanley (Montréal, QC) en oct. 2013
Entretien
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.
Questions d'entretien [1]
Question 1
Write a function to calculate pow(double x, int n) such that the running time is O(log n).
J'ai passé un entretien chez Morgan Stanley (Montréal, QC)
Entretien
The interview process had two distinct parts, almost like a good cop, bad cop dynamic: the first part focused on interpersonal skills, while the second part shifted to technical assessment.
J'ai postulé en personne. Le processus a pris 1 semaine. J'ai passé un entretien chez Morgan Stanley (Montréal, QC) en oct. 2019
Entretien
Applied TAP In Montreal, the process took 1-2 weeks. The round1 interview took 30 minutes. Asking for the hint is important, the interview will help(lead) you to find out the answer.
Questions d'entretien [3]
Question 1
Linux: 1. How to change the permission in Linux; 2. what's the difference between "chmod" and "chown"; 3. how to remove a directory and all its contents; 4. How many standard streams in Linux? how to redirect the output into a file? error?
Python: 1. How much basic data types in python? 2. what's the Dictionary in python, give an example to use it; 3. What's Inheritance in Python, how many types of Inheritance in python?
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Morgan Stanley (Montréal, QC)
Entretien
I showed one government-issued ID to the security and waited for my turn. Then the interviewer lead me to a small meeting room. Firstly, briefly introduced myself and the courses during study. Then he gave me an algorithm-design question and asked me to do whiteboard coding. It lasts 30 mins, and I didn't figure out, so my result is predictable.
Questions d'entretien [1]
Question 1
Give the algorithm to calculate how many ways to put m balls into n bins.