Upload Button Icon Add office photos

Morgan Stanley

Compare button icon Compare button icon Compare

Filter interviews by

Morgan Stanley Interview Questions and Answers for Experienced

Updated 30 Jun 2025
Popular Designations

80 Interview questions

An Intern was asked 1mo ago
Q. Explain your testing approach.
Ans. 

A testing approach outlines the strategy and methods used to ensure software quality and functionality.

  • Define testing objectives: Identify what needs to be tested, e.g., functionality, performance.

  • Select testing types: Use unit testing for individual components, integration testing for combined parts.

  • Develop test cases: Create scenarios to validate expected outcomes, e.g., login functionality.

  • Automate where possib...

View all Intern interview questions
A Senior Associate was asked 2mo ago
Q. What is the Java implementation of the Producer-Consumer problem?
Ans. 

The Producer-Consumer problem is a classic synchronization issue in concurrent programming, illustrating resource sharing.

  • Use a shared buffer (e.g., an array or a queue) to hold produced items.

  • Implement two threads: Producer (adds items) and Consumer (removes items).

  • Use synchronization mechanisms like wait() and notify() to manage access to the shared buffer.

  • Example: A bounded buffer can be implemented using an Ar...

View all Senior Associate interview questions
A Software Engineer was asked 3mo ago
Q. Create a game of snake and ladders
Ans. 

A classic board game where players navigate a grid, climbing ladders and sliding down snakes to reach the finish first.

  • Define a 10x10 board with numbered squares from 1 to 100.

  • Create a mapping for snakes (e.g., 16 -> 6) and ladders (e.g., 2 -> 38).

  • Use a random number generator to simulate dice rolls (1-6).

  • Implement player movement based on dice rolls and handle snakes/ladders.

  • Determine the winner by reaching...

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. Design and implement your own cache.
Ans. 

Implement a simple in-memory cache with basic operations like set, get, and eviction policy.

  • Use a dictionary to store key-value pairs for fast access.

  • Implement a set method to add or update cache entries.

  • Implement a get method to retrieve values, returning null if not found.

  • Consider an eviction policy like LRU (Least Recently Used) to manage cache size.

  • Example: If cache size is 3, adding a fourth item should remov...

View all Software Engineer interview questions
A Senior Associate was asked 3mo ago
Q. How many zeros are in one million?
Ans. 

One million has six zeros: 1,000,000.

  • One million is represented as 1 followed by six zeros.

  • In numerical form: 1,000,000.

  • This can be broken down as: 1 x 10^6.

  • Examples of one million: 1 million dollars, 1 million people.

View all Senior Associate interview questions
A Director was asked 3mo ago
Q. Tell me about derivatives and their products.
Ans. 

Derivatives are financial instruments whose value is derived from underlying assets, used for hedging or speculation.

  • Types of derivatives include options, futures, forwards, and swaps.

  • Options give the right, but not the obligation, to buy/sell an asset at a predetermined price.

  • Futures contracts obligate parties to buy/sell an asset at a future date at a set price.

  • Swaps involve exchanging cash flows or liabilities ...

View all Director interview questions
A Senior Associate was asked 5mo ago
Q. What are corporate actions and what are their types?
Ans. 

Corporate actions are events initiated by a public company that impact its shareholders and securities.

  • Types of corporate actions include dividends, stock splits, mergers and acquisitions, rights issues, and spin-offs.

  • Dividends are payments made to shareholders from a company's profits.

  • Stock splits involve dividing existing shares into multiple shares to lower the price per share.

  • Mergers and acquisitions occur whe...

View all Senior Associate interview questions
Are these interview questions helpful?
A Senior Associate was asked 5mo ago
Q. What is the difference between the dirty price and the clean price of a bond?
Ans. 

Dirty price includes accrued interest while clean price does not.

  • Dirty price includes accrued interest that the buyer must pay to the seller on top of the bond's market price.

  • Clean price is the market price of the bond without the accrued interest added.

  • The difference between the dirty price and the clean price is the accrued interest.

  • For example, if a bond has a clean price of $1,000 and accrued interest of $20, ...

View all Senior Associate interview questions
A Director was asked 9mo ago
Q. Do you have a coding background?
Ans. 

Yes, I have a strong coding background with experience in multiple programming languages.

  • Proficient in languages such as Java, Python, and C++

  • Experience with web development technologies like HTML, CSS, and JavaScript

  • Familiarity with database management systems such as SQL

  • Developed various software applications and projects

View all Director interview questions
A Deputy Vice President was asked 11mo ago
Q. Describe a design problem that demonstrates how to retrieve data from a Dataverse model.
Ans. 

Retrieve data from dataverse model design problem

  • Identify the specific data to be retrieved from the dataverse model

  • Create a query to extract the desired data

  • Utilize appropriate filters and conditions to narrow down the search results

  • Implement the query in the code to fetch the data

  • Handle any errors or exceptions that may occur during the retrieval process

View all Deputy Vice President interview questions

Morgan Stanley Interview Experiences for Experienced

112 interviews found

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Capital markets
  • Q2. Client coverage
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Option pricing model- BSM assumptions and explanation
  • Ans. 

    Black-Scholes-Merton (BSM) model is a mathematical model used for pricing options.

    • BSM model assumes constant risk-free rate, constant volatility, and lognormal distribution of stock prices.

    • It assumes no dividends are paid during the option's life.

    • The model assumes the option can only be exercised at expiration.

    • The underlying stock follows a geometric Brownian motion.

    • The model is used to calculate the theoretical price ...

  • Answered by AI
  • Q2. Explain options and it’s pricing
  • Ans. 

    Options are financial instruments that give the holder the right, but not the obligation, to buy or sell an underlying asset at a specified price within a specific time period.

    • Options can be call options or put options

    • Call options give the holder the right to buy the underlying asset at a specified price within a specific time period

    • Put options give the holder the right to sell the underlying asset at a specified price...

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

(2 Questions)

  • Q1. Why is ATM option delta 0.5
  • Ans. 

    ATM option delta is 0.5 because it represents a 50% chance of the option expiring in-the-money.

    • ATM option delta is 0.5 because it is at-the-money, meaning the option strike price is equal to the current underlying asset price.

    • Delta measures the sensitivity of an option's price to changes in the underlying asset price.

    • A delta of 0.5 indicates a 50% probability of the option expiring in-the-money.

    • ATM options have the hig...

  • Answered by AI
  • Q2. Current affairs on interest rate

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Options - pricing in detail
2. BSM model - assumptions and variables
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. How will you manage data and risk governance
  • Ans. 

    I will establish clear policies, procedures, and controls to ensure data integrity and minimize risks.

    • Implementing data governance frameworks to define roles, responsibilities, and processes for managing data

    • Leveraging technology solutions such as data encryption, access controls, and monitoring tools

    • Regularly conducting risk assessments to identify potential vulnerabilities and mitigate them

    • Ensuring compliance with re...

  • Answered by AI
  • Q2. How will you estimate rish for projects
  • Ans. 

    Risk for projects can be estimated by considering factors such as project complexity, team experience, stakeholder involvement, and external dependencies.

    • Assess project complexity and potential challenges

    • Evaluate team experience and expertise in handling similar projects

    • Consider stakeholder involvement and communication

    • Identify external dependencies and potential risks

    • Use risk management techniques such as risk registe...

  • Answered by AI
  • Q3. How will you onboard stakeholders for cloud migration
  • Ans. 

    Onboarding stakeholders for cloud migration involves communication, training, and collaboration.

    • Communicate the benefits of cloud migration to stakeholders, addressing any concerns or questions they may have.

    • Provide training sessions to educate stakeholders on the new cloud technology and how it will impact their work.

    • Collaborate with stakeholders to gather feedback, address any issues, and ensure a smooth transition t...

  • Answered by AI
  • Q4. What are your expectation
  • Q5. Do you have any questions

Skills evaluated in this interview

Director Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Please explain your previous experience
  • Q2. How is this job aligned to your career goals
Round 2 - One-on-one 

(2 Questions)

  • Q1. Please explain Singapore WHT
  • Ans. 

    Singapore WHT stands for Singapore Withholding Tax, which is a tax deducted at source on certain types of income.

    • Singapore WHT is applicable on payments such as interest, royalties, and services provided by non-residents.

    • The tax rate for Singapore WHT varies depending on the type of income and the tax treaty between Singapore and the country of the recipient.

    • Singapore WHT is usually deducted by the payer of the income ...

  • Answered by AI
  • Q2. Please explain CRS
  • Ans. 

    CRS stands for Common Reporting Standard, a global standard for the automatic exchange of financial account information between tax authorities.

    • CRS was developed by the Organisation for Economic Co-operation and Development (OECD) to combat tax evasion.

    • It requires financial institutions to collect and report information on foreign tax residents to their local tax authorities.

    • Over 100 countries have committed to impleme...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Design related questions. Java core
  • Q2. Design problem to show how to retrieve data from dataverse model
  • Ans. 

    Retrieve data from dataverse model design problem

    • Identify the specific data to be retrieved from the dataverse model

    • Create a query to extract the desired data

    • Utilize appropriate filters and conditions to narrow down the search results

    • Implement the query in the code to fetch the data

    • Handle any errors or exceptions that may occur during the retrieval process

  • Answered by AI

Skills evaluated in this interview

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

Coding test based on data structures and java.

Round 2 - Technical 

(1 Question)

  • Q1. Interview questions on Java, data structure, spring boot, microservices, algorithms.
Round 3 - Technical 

(1 Question)

  • Q1. Java Spring Data Struc Algos
Round 4 - Technical 

(1 Question)

  • Q1. System prog and design

Associate Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Related to Job Description
Round 2 - One-on-one 

(1 Question)

  • Q1. Scenario based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - HR 

(1 Question)

  • Q1. About work experience and tools
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackathon Test with 2 medium level coding question.

Round 2 - Coding Test 

Technical Video Interview- Java concepts mostly related to Java 8, 1 coding program and some db questions were asked.

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to System Design.
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions related to my projects . Some questions related to my current role and responsibilities.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Tell me about any of the design patterns you are familiar with
  • Ans. 

    I am familiar with design patterns such as Singleton, Factory, Observer, and MVC.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and up...

  • Answered by AI
  • Q2. Design a system for a company in hospitality
  • Ans. 

    Design a system for a company in hospitality

    • Implement a centralized reservation system for booking rooms, tables, and other services

    • Incorporate a customer feedback system to gather reviews and ratings for continuous improvement

    • Include a staff scheduling and management module to efficiently allocate resources

    • Integrate a payment gateway for secure transactions and invoicing

    • Utilize data analytics to track customer prefere...

  • Answered by AI
  • Q3. How and where did you implement threads
  • Ans. 

    Implemented threads in a multi-threaded application to improve performance and concurrency.

    • Implemented threads in a multi-threaded application to handle multiple tasks concurrently

    • Used threads to improve performance by parallelizing tasks

    • Implemented threads in a web server to handle multiple client requests simultaneously

  • Answered by AI
  • Q4. DSA questions I don't remember but they were from leetcode and gfg. Focus on Medium level more than easy or hard. Also heap

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Morgan Stanley?
Ask anonymously on communities.

Morgan Stanley Interview FAQs

How many rounds are there in Morgan Stanley interview for experienced candidates?
Morgan Stanley interview process for experienced candidates usually has 3-4 rounds. The most common rounds in the Morgan Stanley interview process for experienced candidates are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Morgan Stanley interview for experienced candidates?
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 Financial Services, Investment Banking, Wealth Management, Risk Management and Investment Management.
What are the top questions asked in Morgan Stanley interview for experienced candidates?

Some of the top questions asked at the Morgan Stanley interview for experienced candidates -

  1. Given an array with length n , find highest value which occurs same number of t...read more
  2. Can you explain dcf to me? Can dcf be applied to equi...read more
  3. Basic Java programming question:- Generate palindrome string inputs for the pro...read more
What are the most common questions asked in Morgan Stanley HR round for experienced candidates?

The most common HR questions asked in Morgan Stanley interview are for experienced candidates -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. What are your salary expectatio...read more
How long is the Morgan Stanley interview process?

The duration of Morgan Stanley interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 67 interview experiences

Difficulty level

Easy 9%
Moderate 74%
Hard 17%

Duration

Less than 2 weeks 33%
2-4 weeks 28%
4-6 weeks 26%
6-8 weeks 7%
More than 8 weeks 7%
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 618 Interviews
Citicorp Interview Questions
3.7
 • 588 Interviews
HSBC Group Interview Questions
3.9
 • 511 Interviews
American Express Interview Questions
4.1
 • 387 Interviews
BNY Interview Questions
3.8
 • 366 Interviews
UBS Interview Questions
3.9
 • 351 Interviews
FactSet Interview Questions
3.9
 • 216 Interviews
View all

Morgan Stanley Reviews and Ratings

based on 1.8k reviews

3.6/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.6

Salary

3.0

Job security

3.6

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 1.8k Reviews and Ratings
Associate
3.5k salaries
unlock blur

₹10 L/yr - ₹17 L/yr

Senior Manager
2.5k salaries
unlock blur

₹26.1 L/yr - ₹47.3 L/yr

Manager
1.9k salaries
unlock blur

₹17.8 L/yr - ₹32.4 L/yr

Senior Associate
1.7k salaries
unlock blur

₹12.8 L/yr - ₹22 L/yr

Vice President
1.4k salaries
unlock blur

₹38.8 L/yr - ₹71.2 L/yr

Explore more salaries
Compare Morgan Stanley with

JPMorgan Chase & Co.

3.9
Compare

Goldman Sachs

3.5
Compare

TCS

3.6
Compare

Deloitte

3.7
Compare
write
Share an Interview