Morgan Stanley Interview Experience

On-Campus

·

2 min read

Morgan Stanley Interview Experience

Round 1

Online test on HackerRank contains 15 MCQ (Quanta, Probability and Reasoning (11), CS (4) etc.)

2 Coding Questions

Ques 1) Given height (h) and width (w) of a Rectangle and we have to fill if fully with the bricks of height (a) and width (b) we have to count the number of broken bricks.

Input:-
    W = 14  h = 11
    A = 4   B = 3
Output:-
     9

Input:-
    3   2
    1   1
Output:-
     0

Ques 2) Given two string vector of equal size , we have to return a new vector that contain values YES if the difference b/w the char of respective vector string is > 3 or else NO

Input: 
       1
       aaab
       1
       abcd
Output:-
    YES

Input:-
       2
       aaaaab
       k
       2
       aaabbbcccdd
       aaaaa
Output:-
    YES
    NO

Those who did 2 coding question completely and at least 8 MCQ correct are selected for next round.

22 are shortlisted for direct interview. I was one of them.

(Attempted 13 mcq 11 are correct)

Round 2 : Face to Face Technical Interview Round (50 minutes)

Ques 1) OT experience?

Ques 2) Where you ranked in your class?

Ques 3) Reverse the word of a string but the relative position of the special characters should not be changed.

Ques 4) How map is implemented?

Ques 5) Difference b/w Mapping and Hashing?

Ques 6) were selected for Group Activity round, I was one of them.

Round 3 : Face to Face Technical Interview Round (50 minutes)

Ques 1) Design a Database such that your collage provide a pool of cars to from different hostels to department the timing is fixed but the no of student travelling regularly is not fixed what DS & scheduling algorithm you will use for the same.

At the end he asked me, any question you want to ask?

Round 4 : Face to Face HR Round (30 minutes)

  1. How was your previous round experience?

  2. What question you like in OT?

  3. Why Morgan Stanley?

  4. What one thing you want to change that you doesn’t like in Morgan interview process.

  5. What are the problem you faced when you join NIT-Trichy & how you deal with them?

  6. Example of team work?

  7. Any leadership quality?

At the end he asked me, question you want to ask?

Finally they have offered FTE to 3 people.

Thanks for Reading

Placewit grows the best engineers by providing an interactive classroom experience and by helping them develop their skills and get placed in amazing companies. Learn more at Placewit . Follow us on Instagram and Facebook for daily learning.