J'ai postulé via une agence de recrutement. Le processus a pris 3 jours. J'ai passé un entretien chez Morgan Stanley (Montréal, QC) en mai 2012
Entretien
It was for a consultant role. 4-5 different interviewers grilled me on various technical questions. Mostly memory management, concurrency and multithreading, objects and collections, algorithms, design patterns.
The style can be intimidating because they never stop, even when you answer correctly, they keep pushing and challenging you to see what are your limits.
I could sense that they were looking for a person that would be efficient right away and not too much work to train (consultant role).
Questions d'entretien [1]
Question 1
In whatever language, imagine no library exists yet. How would you implement a cache using only core objects?
Video interview and below are first level interview
Recruiter directly contact and scheduled interview.
There are more round also there but I couldn’t clear first which was simple however my prepration was not hood
Questions d'entretien [1]
Question 1
Core java basic questions
How to make Immutable class
Difference between LinkedList and ArrayList
SQL to delete all duplicate just keep one entry
J'ai postulé en ligne. J'ai passé un entretien chez Morgan Stanley (Bengaluru) en janv. 2026
Entretien
It has 6 rounds, all are technical.
Technical questions related to Java, Spring Boot, Microservices, Kafka.
After 2 and half months, they don't have any answer and put the position on hold. This is totally wasting of time.
J'ai postulé via un recruteur. Le processus a pris 2 jours. J'ai passé un entretien chez Morgan Stanley (Bengaluru) en mai 2025
Entretien
I found the interview process at Morgan Stanley to be less about meaningful engagement with the candidate and more focused on showcasing the interviewer's own expertise. Rather than fostering a two-way conversation to evaluate mutual fit and problem-solving ability, the interaction felt one-sided and performative. There was a noticeable lack of genuine interest in understanding my background or perspectives, with much of the time spent on complex technical questions seemingly chosen more to impress than assess.
Questions d'entretien [1]
Question 1
1) HashMap, TreeMap (getListOf Employees and Addresses) fetch only Address from Employee List 2) Stream Operation to sort numbers, calculate time complexity 3) Priority queue implementation and insertion order 4) Find Minimum index from a rotated array with minimal time complexity.