Open In App

Morgan Stanley Interview Experience

Improve
Improve
Like Article
Like
Save
Share
Report

I was part of an industrial training by Teamware Solutions post which I was selected for an interview with their top client Morgan Stanley. There was just one round of Interviews since this was for the role of consultant.

Questions Asked:

  1. Find the maximum price of a stock queried by the user from a list of stocks and prices.

    Example:

    {Airtel,30},{Tata,100},{Airtel, 55},{Tesla,75}
    Query: Airtel
    Output: 55
  2. Write a code to check if the string with parenthesis is balanced or not? Try to do without the stack

  3. Given two Strings find the largest common subsequence

Theory Questions:

  1. Difference between HashMap and TreeMap (Since I mentioned I was comfortable with Java)
  2. Explain Internal Implementation of Hashmap
  3. Explain Internal Implementation of TreeMap
  4. What sorting algorithm will be best to use if I tell you that the range of elements is less than the size of the array
  5. Lastly some questions regarding the project, like what technology I used, what were the problems I faced, and How I solved them.

Last Updated : 14 Dec, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads