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 9 Jun 2025
Popular Designations

66 Interview questions

A Software Developer was asked
Q. Find number of occurrences of a character in string. Provide multiple approaches for the solution and choose the best why? For "string aabcadd output=a3b1c1d2
Ans. 

Count occurrences of a character in a string and output in a specific format.

  • Use a hash table to store the count of each character.

  • Loop through the string and update the count in the hash table.

  • Create the output string using the hash table.

View all Software Developer interview questions
A Software Developer was asked
Q. Internal implementation of HashSet? Which scenario will generate same hashcode for a HashMap?
Ans. 

HashSet is implemented using a HashMap internally. Same hashcode is generated when two objects have the same value for hashCode() and equals() methods.

  • HashSet internally uses a HashMap to store its elements.

  • The hashcode of an object is generated using the hashCode() method.

  • If two objects have the same value for hashCode() and equals() methods, they will generate the same hashcode.

  • For example, if two String objects...

View all Software Developer interview questions
A Software Developer was asked
Q. What is SQL Cursor? Index? Aggregate Functions examples?
Ans. 

SQL Cursor is a database object used to manipulate data row by row.

  • Cursor is used to fetch and process data row by row

  • Index is a database object used to speed up data retrieval

  • Aggregate functions are used to perform calculations on a set of values

  • Examples of aggregate functions are SUM, AVG, COUNT, MAX, MIN

View all Software Developer interview questions
A Software Developer was asked
Q. Check palindrome , anagram of string with O(n)
Ans. 

To check palindrome and anagram of a string with O(n), use a hash table to store character frequencies.

  • Create a hash table to store the frequency of each character in the string.

  • For palindrome, check that no more than one character has an odd frequency.

  • For anagram, compare the hash tables of the two strings.

  • If the hash tables are equal, the strings are anagrams.

  • If the hash tables differ by only one character, the ...

View all Software Developer interview questions
A Fund Accountant Associate was asked 2mo ago
Q. Types of swaps
Ans. 

Swaps are financial derivatives where two parties exchange cash flows based on different financial instruments.

  • Interest Rate Swap: Exchange of fixed interest rate for floating rate (e.g., Company A pays fixed, Company B pays LIBOR).

  • Currency Swap: Exchange of principal and interest in different currencies (e.g., USD for EUR).

  • Commodity Swap: Exchange of cash flows related to commodity prices (e.g., fixed price for o...

A Senior Associate was asked 12mo ago
Q. 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 p...

View all Senior Associate interview questions
A Senior Associate was asked
Q. Collections in java
Ans. 

Collections in Java are used to store and manipulate groups of objects.

  • Collections framework provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating data

  • Collections offer methods for adding, removing, and accessing elements in a collection

  • Collections can be sorted, filtered, and iterated over using various methods

View all Senior Associate interview questions
Are these interview questions helpful?
A Manager was asked
Q. 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.

View all Manager interview questions
A Director was asked
Q. New changes in Swift regulation
Ans. 

Swift regulation has undergone new changes.

  • The changes aim to improve transparency and reduce risks in the financial industry.

  • One of the changes is the introduction of the Legal Entity Identifier (LEI) requirement for certain transactions.

  • Another change is the implementation of the ISO 20022 messaging standard for cross-border payments.

  • The changes will impact financial institutions and their clients.

  • Compliance wit...

View all Director interview questions
A Software Developer was asked
Q. Annotations : @Component vs @service, @Controller vs @RESTController, @Configuration, @Transactional
Ans. 

Annotations used in Spring Framework for defining components and services.

  • Annotations like @Component, @Service, and @Controller are used for defining components in Spring Framework.

  • @RestController is used for defining RESTful web services.

  • @Configuration is used for defining configuration classes.

  • @Transactional is used for defining transactional methods.

  • All these annotations help in defining and managing dependenc...

View all Software Developer interview questions

Morgan Stanley Interview Experiences

110 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
1w
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 65 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
 • 613 Interviews
Citicorp Interview Questions
3.7
 • 586 Interviews
HSBC Group Interview Questions
3.9
 • 509 Interviews
American Express Interview Questions
4.1
 • 384 Interviews
BNY Interview Questions
3.8
 • 365 Interviews
UBS Interview Questions
3.9
 • 351 Interviews
FactSet Interview Questions
3.8
 • 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

₹5.5 L/yr - ₹20 L/yr

Senior Manager
2.5k salaries
unlock blur

₹16.2 L/yr - ₹55 L/yr

Manager
1.9k salaries
unlock blur

₹10.6 L/yr - ₹41 L/yr

Senior Associate
1.7k salaries
unlock blur

₹7.3 L/yr - ₹28 L/yr

Vice President
1.4k salaries
unlock blur

₹22 L/yr - ₹81 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