Upload Button Icon Add office photos

Morgan Stanley

Compare button icon Compare button icon Compare

Filter interviews by

Morgan Stanley Interview Questions, Process, and Tips

Updated 28 Mar 2025

Top Morgan Stanley Interview Questions and Answers

  • Q1. Puzzle: There are 5 switches in a room and there are 5 bulbs (not in that room but on different floors). Find the minimum number of trips you will make to find which swit ...read more
  • Q2. Given a binary tree and a number n, find the root to leaf branch whose sum equals to n. Now find maximum length branch whose sum equals to n (that means of course now the ...read more
  • Q3.  Build a system where people subscribe to a particular topic . And if any message is  ...read more
View all 32 questions

Morgan Stanley Interview Experiences

Popular Designations

293 interviews found

Director Interview Questions & Answers

user image Anonymous

posted on 8 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is your expectations from the this job?

Top Morgan Stanley Director Interview Questions and Answers

Q1. Can you explain FX Option and Credit Default Swap
View answer (1)

Director Interview Questions asked at other Companies

Q1. On what basis would you enhance the pipeline products of the company?
View answer (2)

Associate Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Longest common prefix
  • Ans. 

    The longest common prefix is the longest sequence of characters that is common to all strings in an array.

    • Iterate through the characters of the first string

    • Compare each character with the corresponding character in the other strings

    • Stop when a character doesn't match or when the end of any string is reached

    • Return the common prefix

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do not prepare no idea why they reject

Skills evaluated in this interview

Top Morgan Stanley Associate Interview Questions and Answers

Q1. Can you explain dcf to me? Can dcf be applied to equity?
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

An aptitude test is to determine individual's ability to perform in area of work

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why do you want this job

Interview Preparation Tips

Interview preparation tips for other job seekers - ddsds

Associate Interview Questions & Answers

user image Anonymous

posted on 17 Feb 2024

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

(1 Question)

  • Q1. About current role responsibilities
Round 2 - Coding Test 

Hands on coding on a DS alog with java collections

Round 3 - Behavioral 

(1 Question)

  • Q1. Spoke about the current web architecture model

Top Morgan Stanley Associate Interview Questions and Answers

Q1. Can you explain dcf to me? Can dcf be applied to equity?
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Morgan Stanley interview questions for popular designations

 Associate

 (32)

 Senior Manager

 (19)

 Analyst

 (18)

 Software Developer

 (17)

 Senior Associate

 (16)

 Manager

 (16)

 Director

 (12)

 Senior Software Engineer

 (9)

Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2024

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

(1 Question)

  • Q1. Derivatives and trade life cycle

Top Morgan Stanley Analyst Interview Questions and Answers

Q1. Given a web portal that is running slow, how would you debug the solution for that? Answer stepwise.
View answer (1)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Get interview-ready with Top Morgan Stanley Interview Questions

Associate Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2024

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

Hackerrank coding test

Top Morgan Stanley Associate Interview Questions and Answers

Q1. Can you explain dcf to me? Can dcf be applied to equity?
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Jobs at Morgan Stanley

View all

Senior Associate Interview Questions & Answers

user image Kartik Vyas

posted on 20 Apr 2024

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

(1 Question)

  • Q1. Implement heap? Question related to Priority Queue

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Top Morgan Stanley Senior Associate Interview Questions and Answers

Q1. What are hedge funds, and what are their products and structures?
View answer (1)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (11)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Create own list without using java collections
  • Ans. 

    Create a custom list using arrays in Java

    • Declare an array of strings to store the elements of the list

    • Implement methods like add, remove, get, and size to manipulate the list

    • Use a counter variable to keep track of the number of elements in the list

  • Answered by AI

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Time based sections were given

Round 2 - Technical 

(1 Question)

  • Q1. Resume related questions were asked, core subjects and dsa

Top Morgan Stanley Software Developer Interview Questions and Answers

Q1. Sort Big List Dates Problem Statement Mary is an enthusiastic party-goer who struggles with remembering event dates. Help Mary by sorting a given list of event dates in an ascending order. Example: Input: dates = [ [13,6,2007] , [2,6,2001] ... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Grep commands and awk commands
  • Q2. Smql query to find depart name
  • Ans. 

    Use SMQL query to find department name

    • Use SELECT statement to retrieve department name

    • Specify the table where department name is stored

    • Use WHERE clause to filter results if needed

  • Answered by AI

Skills evaluated in this interview

Operations Support Specialist Interview Questions asked at other Companies

Q1. Explain simple interest?
View answer (1)

Morgan Stanley Interview FAQs

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

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

  1. What was the journal entry for prepaid rent which has paid at beginning of the ...read more
  2. What is the entry for share purchased today which will be credited into demat o...read more
  3. What impact do share price have on issue of dividend ? And what was the reason ...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.

Morgan Stanley Interview Process

based on 199 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 570 Interviews
Citicorp Interview Questions
3.7
 • 570 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
American Express Interview Questions
4.2
 • 364 Interviews
BNY Interview Questions
3.9
 • 346 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
View all

Morgan Stanley Reviews and Ratings

based on 1.6k reviews

3.6/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.5

Salary

3.0

Job security

3.6

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 1.6k Reviews and Ratings
Validation Associate & Analyst

Mumbai

1-5 Yrs

Not Disclosed

Analyst - RRQA Validation

Mumbai

2-6 Yrs

Not Disclosed

Associate - Client Onboarding Regulatory And Data Services

Bangalore / Bengaluru

2-5 Yrs

₹ 4.5-18.3 LPA

Explore more jobs
Associate
3.3k salaries
unlock blur

₹5.2 L/yr - ₹21 L/yr

Senior Manager
2.5k salaries
unlock blur

₹16 L/yr - ₹54 L/yr

Manager
2k salaries
unlock blur

₹10.6 L/yr - ₹42 L/yr

Senior Associate
1.6k salaries
unlock blur

₹7 L/yr - ₹27 L/yr

Vice President
1.3k salaries
unlock blur

₹21 L/yr - ₹80 L/yr

Explore more salaries
Compare Morgan Stanley with

JPMorgan Chase & Co.

3.9
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