Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 2 semanas. Acudí a una entrevista en Morgan Stanley (Montreal, QC) en oct 2013
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Write a function to calculate pow(double x, int n) such that the running time is O(log n).
Acudí a una entrevista en Morgan Stanley (Montreal, QC)
Entrevista
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.
Solicité el puesto en persona. El proceso duró 1 semana. Acudí a una entrevista en Morgan Stanley (Montreal, QC) en oct 2019
Entrevista
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.
Preguntas de entrevista [3]
Pregunta 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?
Solicité el puesto a través de la escuela superior o la universidad. Acudí a una entrevista en Morgan Stanley (Montreal, QC)
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Give the algorithm to calculate how many ways to put m balls into n bins.