I applied through university. The process took 2 days. I interviewed at Morgan Stanley
Interview
It first shortlists on the basis of resume.
Then there was a test, for coding and aptitude. Both on paper. Aptitude test was MCQ, 50 questions. 10 on aptitude, 10 on analytical ability, and 30 on programming (language option given - C/C++, Java). The coding round comprised of 5 questions, to be solved in an hour. 2 on arrays, 2 on BST, 1 on strings (wild card search). Time was less. 2.5hours total for everything.
Interview questions [1]
Question 1
For a given BST, find the path from root to leaf whose total is equal to the value given to you. Suppose you are given 23, then the path 10-->8->5 (if such exists) is the answer. If such path exists, reutrn true
I applied in-person. I interviewed at Morgan Stanley (Montreal, QC) in Mar 2024
Interview
easy to medium leetcode question, 2 rounds of 45 minutes back to back. You should be very interested in finance to apply this role. They really test you on your interest.
Interview questions [1]
Question 1
leetcode question, don't remember eactly, but it is an easy dp
I applied through university. I interviewed at Morgan Stanley
Interview
I was converted to a full-time offer after my summer internship was over. I had gone through a pre-placement interview which checked your computer science skills and your willingness to join the company.
Interview questions [1]
Question 1
Need of Abstract Classes when there is interface available in java
I applied through university. The process took 1 week. I interviewed at Morgan Stanley in Oct 2020
Interview
3 rounds were conducted:
Hackerrank test with aptitude questions, code debugging( around 7), and lastly 3 coding questions.
Next round, out of 100 about 6 kids got shortlisted. This round was an interview, having system design, OS, DBMS, DS, and Algo questions.
After this only 3 kids were selected. The final round was an HR cum technical round. Usually, this one has the questions mentioned above but in my case, I had to simply code a lot of basic questions in the language of my choice and the discussion was about analyzing the same.
Interview questions [1]
Question 1
Design a simple web service to add functionality to take phone numbers from users. This has to added to an already existing system in place.