Upload Button Icon Add office photos

Morgan Stanley

Compare button icon Compare button icon Compare

Filter interviews by

Morgan Stanley Manager Interview Questions, Process, and Tips

Updated 13 Aug 2024

Top Morgan Stanley Manager Interview Questions and Answers

Morgan Stanley Manager Interview Experiences

16 interviews found

Manager Interview Questions & Answers

user image Anonymous

posted on 13 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium algo and multi threading questions

Round 2 - Coding Test 

Algo and multi threading question

Round 3 - Technical 

(2 Questions)

  • Q1. Implement thread safe singleton
  • Ans. 

    Thread safe singleton can be implemented using double-checked locking or synchronized block.

    • Use double-checked locking to ensure only one instance is created.

    • Use synchronized block to make sure only one thread can access the creation of instance at a time.

    • Example: public class ThreadSafeSingleton { private static volatile ThreadSafeSingleton instance; private ThreadSafeSingleton(){} public static ThreadSafeSingleton ge...

  • Answered by AI
  • Q2. Other lld questions

Skills evaluated in this interview

Manager Interview Questions & Answers

user image Anonymous

posted on 29 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Devops related questions
  • Q2. Ansible related questions
Round 2 - HR 

(2 Questions)

  • Q1. Background related questions
  • Q2. Personality related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - - In depth questions related to technical stack
- Company fit check

Manager Interview Questions Asked at Other Companies

Q1. There is a chairman of a conglomerate. He has been on the post fo ... read more
asked in Axis Bank
Q2. How will you convince a school secretary to open account with you ... read more
Q3. What are kpi's?which are the kpi we use in daily basis
asked in HDFC Bank
Q4. what is FDI ,procedure how to settle the fund & why FDI need ... read more
Q5. There is a steel company with 2 plants in India. Now it has done ... read more

Manager Interview Questions & Answers

user image Aki Pradeep kumar

posted on 6 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Test in coderpad

Round 2 - Coding Test 

Coding test in coderpad

Round 3 - Coding Test 

System design round and discussion around it

Round 4 - Case Study 

Technical discussion on my current role

Round 5 - Technical 

(1 Question)

  • Q1. Do not remember

Manager Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

It was a HackerRank test with 2 java/dsa questions and 1 sql question.

Round 3 - Technical 

(1 Question)

  • Q1. In this round I was asked to solve 2 logical program. Then they asked few questions related to the program why I have used that data structure or stream what are the other approaches and all. Then 1 scena...
Round 4 - Technical 

(1 Question)

  • Q1. Again some dsa programs and scenario based questions I was asked.
Round 5 - Tech-Fit 

(1 Question)

  • Q1. I was asked few questions about my previous project. And normal discussion about the tools and technologies I had worked.
Round 6 - HR 

(1 Question)

  • Q1. Salary discussion+ organization related discussion

Interview Preparation Tips

Topics to prepare for Morgan Stanley Manager interview:
  • Core Java
  • Multithreading
  • Async programming
  • Logic building
  • Data Structures
Interview preparation tips for other job seekers - Interview was not tough neither easy. I was expecting it little tough but my luck 😝

Morgan Stanley interview questions for designations

 Senior Manager

 (19)

 Team Manager

 (2)

 Program Manager

 (1)

 Legal Manager

 (2)

 Test Manager

 (1)

 Database Manager

 (1)

 Manager Quality Assurance

 (3)

 Qa Automation Manager

 (1)

Manager Interview Questions & Answers

user image Anonymous

posted on 3 Jun 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Interview Questions
Round 2 - Technical 

(1 Question)

  • Q1. Deeper interview questions related to multithreading and collections majorly
Round 3 - Technical 

(1 Question)

  • Q1. DSA medium type question, problem solving
Round 4 - Technical 

(1 Question)

  • Q1. Techno managerial - situation based
Round 5 - HR 

(1 Question)

  • Q1. Offer discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and try to get deep understanding about the topics

Manager Interview Questions & Answers

user image Anonymous

posted on 27 Jul 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Easy to Medium DSA questions and Multiple Choice Java questions

Round 3 - Technical 

(2 Questions)

  • Q1. How HashMaps in Java work internally
  • Ans. 

    HashMaps in Java use hashing to store key-value pairs, allowing for fast retrieval and insertion.

    • HashMap uses a hash table to store key-value pairs.

    • Keys are hashed to determine the index where the value will be stored.

    • Collisions are resolved using linked lists or balanced trees.

    • HashMap allows null keys and values.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
  • Q2. Array Problem of DSA Medium
  • Ans. 

    The array problem involves manipulating an array of strings.

    • Use built-in array methods like map, filter, and reduce for efficient manipulation.

    • Consider sorting the array based on specific criteria.

    • Think about using regular expressions for string manipulation.

    • Handle edge cases like empty arrays or null values appropriately.

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. System design question

Interview Preparation Tips

Topics to prepare for Morgan Stanley Manager interview:
  • Java
  • DSA
  • SQL

Skills evaluated in this interview

Manager Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2023

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Why do you want to change
  • Q2. Take me through your Resume
  • Q3. Overall Past experience
Round 3 - Technical 

(2 Questions)

  • Q1. Corporate actions and various products how does it works
  • Q2. OTC products and how does it works
Round 4 - One-on-one 

(3 Questions)

  • Q1. Explain any one product
  • Ans. 

    iPhone 12

    • The latest smartphone from Apple

    • Comes in four different models: iPhone 12, iPhone 12 mini, iPhone 12 Pro, and iPhone 12 Pro Max

    • Features a new A14 Bionic chip for faster performance

    • Has a Ceramic Shield front cover for improved durability

    • Supports 5G connectivity for faster internet speeds

    • Has a dual-camera system with Night mode for better low-light photography

  • Answered by AI
  • Q2. Why do you want to change
  • Q3. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and present more of yourself. Keep your easy of communication

Manager Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java theory questions - 60 minutes
Round 2 - Coding Test 

Java coding questions - 60 minutes

Round 3 - Coding Test 

Java System Design question - 60 minutes

Round 4 - HR 

(1 Question)

  • Q1. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java and system design.

Manager Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2022

I applied via Company Website and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Hanker rank
1. DataStructure questions like linked list reverse and rearrange the odd and even
2. SQL write a query using join
3. Program using collections
4. Linux cmds objectives
5. Java objectives

Round 2 - One-on-one 

(1 Question)

  • Q1. F2F round: 1. Simple Java program like a. Palindrome for a string using recursive method b. Count a duplicate char from string with out using a collection
Round 3 - One-on-one 

(1 Question)

  • Q1. F2F round : 1. Where generic questions will be asked about your past experience and challenges which you have faced 2. They will share you the scenario we need to write a program
Round 4 - One-on-one 

(1 Question)

  • Q1. F2F round: 1. Questions on framework 2. Simple question on java 3. JSON parsing and assertions for api testing
Round 5 - One-on-one 

(1 Question)

  • Q1. Hiring manager round: 1. Infrastructure level questions will be asked 2. Automation Testing strategy and estimations 3. About ROI Basically it's like culture fit round

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Prepare the basic java questions
2. Prepare SQL
3. Basic DS algo and also prepare on the timing analysis
All the best prepare well

Manager Interview Questions & Answers

user image Anonymous

posted on 2 Feb 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Capital Market question with Hedge funds related

Round 3 - HR 

(1 Question)

  • Q1. Details of the job and brief explanation
Round 4 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join this company
  • Q2. I love this job and want to work

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared before heading towards interview in MS for Hedge Funds

Morgan Stanley Interview FAQs

How many rounds are there in Morgan Stanley Manager interview?
Morgan Stanley interview process usually has 4-5 rounds. The most common rounds in the Morgan Stanley interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Morgan Stanley Manager interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Morgan Stanley. The most common topics and skills that interviewers at Morgan Stanley expect are Investment Banking, Risk Management, Financial Services, Wealth Management and Investment Management.
What are the top questions asked in Morgan Stanley Manager interview?

Some of the top questions asked at the Morgan Stanley Manager interview -

  1. How HashMaps in Java work interna...read more
  2. OTC products and how does it wo...read more
  3. Array Problem of DSA Med...read more

Tell us how to improve this page.

Morgan Stanley Manager Interview Process

based on 11 interviews

4 Interview rounds

  • Technical Round - 1
  • Coding Test Round
  • Technical Round - 2
  • One-on-one Round
View more
Morgan Stanley Manager Salary
based on 1.9k salaries
₹10.7 L/yr - ₹42 L/yr
49% more than the average Manager Salary in India
View more details

Morgan Stanley Manager Reviews and Ratings

based on 135 reviews

3.6/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.6

Salary

3.0

Job security

3.5

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 135 Reviews and Ratings
Associate
3.1k salaries
unlock blur

₹5.2 L/yr - ₹20 L/yr

Senior Manager
2.4k salaries
unlock blur

₹16 L/yr - ₹54 L/yr

Manager
1.9k salaries
unlock blur

₹10.7 L/yr - ₹42 L/yr

Senior Associate
1.5k salaries
unlock blur

₹7 L/yr - ₹26.2 L/yr

Vice President
1.3k salaries
unlock blur

₹21.5 L/yr - ₹80 L/yr

Explore more salaries
Compare Morgan Stanley with

JPMorgan Chase & Co.

4.0
Compare

Goldman Sachs

3.5
Compare

TCS

3.7
Compare

Deloitte

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview