Morgan Stanley Interview Experience 2021 Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report I applied for Morgan Stanley's summer intern role on their careers page. Firstly, an online test was conducted(90 minutes duration) on Mettl Platform, consisting of MCQs(Data Structures, C concepts, programming concepts, data interpretation, verbal skills) and 3 coding questions. I was able to do 2 problems and third partial. Round 1(Online Assessment): OA was conducted(90 minutes duration) on Mettl Platform, consisting of three section First section was Aptitude ( Medium level questions, time is the biggest constraint here.Second section was Debugging (7–8 questions to debug, easy-medium level) Last section included three coding problems which were Given a string consisting of opening and closing parenthesis, find the length of the longest valid parenthesis substring. ( https://www.geeksforgeeks.org/dsa/length-of-the-longest-valid-substring/ )Second question was of min heap which was a variation of this problem ( https://www.geeksforgeeks.org/dsa/connect-n-ropes-minimum-cost/ )Third question was given many points for a graph. How many straight lines could be drawn from them? Round 2(Technical Interview): It started with the interviewer giving his introduction and asking for mine. Then he asked with which language I am comfortable with. I said C++ then he asked various oops-related questions which included what is a constructor and I had to write a code for it. Then what was the copy constructor? I had to write code for it also. Difference between deep copy and shallow copy.Then we moved to coding questions and the first one was to print the diameter for the tree. ( https://www.geeksforgeeks.org/dsa/print-longest-leaf-leaf-path-binary-tree/ )The second question was that I am given two arrays lets say one as A and the second array as B. so I had to sort B according to A. Example- Input: A: 3,2,6,7 B: 1,2,3,5,6,8 Output: 3,2,6,1,5,8Then he asked questions from the operating system which were: Difference between process, program, and thread. what are deadlocks? Difference between binary semaphore and mutex. Round 3(Technical + HR): Firstly, the interviewer asked me what do I know about Morgan Stanley and its functioning and provided services in brief. Then a brief description of my projects and various questions related to them. He then asked some HR questions: What are your strengths and weaknesses?Why Morgan Stanley?How good are you at coding?Have you ever faced a failure?How will make sure you convert your Internship into a PPO and many more. Comment More infoAdvertise with us A ameeshapurswani Follow Improve Article Tags : Interview Experiences Experiences Morgan Stanley Marketing Practice Tags : Morgan Stanley Similar Reads Morgan Stanley Interview Experience 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: Find the maximum price of a stock queried by the user from a 1 min read Morgan Stanley Interview Experience Round 1: The first round is the aptitude round. Morgan Stanley is a financial institution it checks our numerical ability. This has 18 questions and questions are given as graphs or tables and we must calculate ratios, relationships, etc. (Time frame: 25 minutes).It also included questions comparing 3 min read Morgan Stanley Interview Experience Here is my experience of getting interviewed at Morgan Stanley. ( Manager, Bengaluru | Sept 2020 Offer) This year during the pandemic, I appeared for Goldman Sachs(Rejected 5th round), Amazon(Ist round), Morgan Stanley(Ist round), De-Shaw(Cleared 3 rounds). I didn't clear all rounds in any of these 3 min read Morgan Stanley Interview Experience (On-Campus 2018) MorganStanley came to our college for campus recruitment. The first round was online test, 7 questions some error correction (whether syntax or logical error), aptitude test and 3 simple codes . 1st Round: Question of searching most frequent word, a long discussion on heap, map (unordered_map, simpl 1 min read Morgan Stanley Interview Experience (On-Campus) Morgan Stanley visited our campus in august last week. The recruitment process is as follows Round1: The first round consist of MCQs, Debugging, and coding section MCQs: Mcqs include aptitude, operating system, and computer networks Debugging: There were 7 questions in the debugging round. It includ 2 min read Morgan Stanley Interview | (For 2 years experienced) It was a recruitment drive for Morgan Stanley for Experienced Java developers for their Mumbai office. Round 1: Pen/Paper Round 1 consisted of 10 questions, 8 questions of Core Java(Including 2 coding questions https://www.geeksforgeeks.org/dsa/rearrange-positive-and-negative-numbers/ and Check if l 3 min read Like