Upload Button Icon Add office photos

Morgan Stanley

Compare button icon Compare button icon Compare

Filter interviews by

Morgan Stanley Summer Analyst [finance/ Analytics/ Consulting] Interview Questions and Answers

Updated 10 Nov 2021

Morgan Stanley Summer Analyst [finance/ Analytics/ Consulting] Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Ans. 

    Aspiring finance professional with a strong analytical background and experience in data-driven decision-making.

    • Currently pursuing a degree in Finance at XYZ University, where I maintain a 3.8 GPA.

    • Completed an internship at ABC Corp, where I analyzed market trends and presented findings to senior management.

    • Skilled in financial modeling and data analysis using Excel and Python, demonstrated through a class project that...

  • Answered by AI
  • Q2. What are the key leadership skills that are present?
  • Q3. If not the particular line, what other job would you like to pursue?
  • Q4. How did you spend your time during the pandemic to develop yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on giving answers that show your confidence for the job, be clear about what you wish to do at work.

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.

Interview questions from similar companies

I appeared for an interview in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Why do you want to join Citi?
  • Ans. 

    I want to join Citi because of its global presence, reputation for innovation, and opportunities for professional growth.

    • Global presence offers exposure to diverse markets and cultures

    • Reputation for innovation means working on cutting-edge projects

    • Opportunities for professional growth through mentorship and training programs

  • Answered by AI
  • Q2. Why do you think the coding profile suits you?
  • Ans. 

    I believe the coding profile suits me because of my strong analytical skills, problem-solving abilities, and passion for technology.

    • I have a strong background in mathematics and logic, which are essential for coding.

    • I enjoy solving complex problems and finding efficient solutions.

    • I have experience in programming languages such as Python and Java.

    • I have successfully completed coding projects in the past, demonstrating m...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: The basis on which Resume shortlist had been done is unknown.

Round: Test
Experience: A lot of emphases placed on Coding and Programming. 12th level mathematics and general understanding of English is sufficient for the other sections.
Tips: Be thorough with the basics.
Duration: 2 hours

Round: Technical + HR Interview
Experience: The flow of questions correlated with the type of responses given.
Tips: Be true to your intentions and try to not get nervous. Make sure that you explain your thought process.

Skills: Logical Reasoning, Programming
College Name: IIT Madras

Summer Analyst [finance/ Analytics/ Consulting] Interview Questions Asked at Other Companies

Q1. You have 50 red marbles and 50 blue marbles. There are two empty ... read more
Q2. What is the probability that three unbiased dices to roll such th ... read more
Q3. How would you find the square root of a number using code?
Q4. How many cuts are needed to divide a cube into 27 smaller cubes? ... read more
Q5. Prove that p^2-1 is divisible by 8. Divisible by 24? (p is a prim ... read more

I appeared for an interview in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Why did you choose Citi?
  • Ans. 

    I chose Citi for its global presence, reputation for innovation, and opportunities for career growth.

    • Global presence allows for exposure to diverse markets and cultures

    • Reputation for innovation means working on cutting-edge projects

    • Opportunities for career growth through mentorship and development programs

  • Answered by AI
  • Q2. Tell me about yourself?
  • Ans. 

    I am a motivated and detail-oriented individual with a strong background in finance and analytics.

    • Graduated with a degree in Finance

    • Completed internships in analytics at top companies

    • Proficient in financial modeling and data analysis

    • Strong communication and problem-solving skills

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: The basis on which Resume shortlist had been done is unknown.

Round: Test
Experience: A lot of emphases placed on Coding and Programming.
Tips: 12th level Mathematics and basic English understanding are sufficient for the other sections.
Duration: 2 hours

Round: Technical + HR Interview
Tips: Be true to your intentions. Make sure that you explain your thought process clearly.

Skills: Logical Reasoning, Programming
College Name: IIT Madras

I applied via Campus Placement

Interview Questionnaire 

6 Questions

  • Q1. How would you find the square root of a number using code? (Answer: Binary Search)
  • Ans. 

    Use binary search to efficiently find the square root of a number by narrowing down the range of possible values.

    • 1. Initialize low as 0 and high as the number (n).

    • 2. Calculate mid as (low + high) / 2.

    • 3. If mid * mid equals n, return mid as the square root.

    • 4. If mid * mid is less than n, set low to mid + 1.

    • 5. If mid * mid is greater than n, set high to mid - 1.

    • 6. Repeat until low exceeds high, returning the closest inte...

  • Answered by AI
  • Q2. Check if a linked list is looped onto itself (Answer: Hashmaps)
  • Ans. 

    To check if a linked list is looped onto itself, we can use hashmaps.

    • Create an empty hashmap

    • Traverse the linked list, for each node check if it already exists in the hashmap

    • If a node already exists, it means the linked list is looped

    • If the traversal completes without finding a loop, the linked list is not looped

  • Answered by AI
  • Q3. Prove that p^2-1 is divisible by 8. Divisible by 24? (p is a prime) Is this true for all primes?
  • Ans. 

    p^2-1 is divisible by 8 and 24 for all primes.

    • To prove p^2-1 is divisible by 8, consider the possible remainders of p when divided by 8.

    • To prove p^2-1 is divisible by 24, consider the possible remainders of p when divided by 24.

    • For all primes, p^2-1 will always be divisible by 8 and 24.

  • Answered by AI
  • Q4. How many cuts needed to divide a cube into 27 smaller cubes. Explain your logic. (Answer: 6)
  • Q5. What is the probability that three unbiased dices to roll such that a>b>c. Extrapolate to five random number generators (1 to n)
  • Ans. 

    Probability of rolling three unbiased dices such that a>b>c and extrapolating to five random number generators.

    • The probability of rolling three unbiased dices such that a>b>c is 1/216.

    • To extrapolate to five random number generators, we need to calculate the probability of generating five random numbers such that the first is greater than the second, the second is greater than the third, and so on.

    • The probability of gen...

  • Answered by AI
  • Q6. 50 red marbles, 50 blue marbles. 2 jars in a room. Divide the marbles into the 2 jars such that you maximise the probability that a blind man picks up a red marble
  • Ans. 

    To maximize the probability of picking a red marble, divide the marbles unevenly, with more red marbles in one jar.

    • Place 49 red marbles and 1 blue marble in one jar, and the remaining 1 red marble and 49 blue marbles in the other jar.

    • This way, the blind man has a higher chance of picking the jar with 49 red marbles and 1 blue marble.

    • The probability of picking a red marble from the first jar is 49/50, while from the sec...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Good. No glitches.
Tips: I had made a specific resume for Analytics/ Finance/ Consult profile. Since I had absolutely no economics coursework to talk about, I included a line about interests and wrote "economics, current affairs and languages" under that heading. I think my Data Analytics course and knowledge of quite a few programming languages helped. The 3 main categories in my CV were Academics, Co curricular, and Leadership.

Round: Technical Interview
Experience: Extremely good experience- I was out of the country and they accommodated my needs and video interviewed me. More importantly, there was an audio glitch that we couldn't diagnose- the interviewers were very patient and used Whatsapp call for the entire audio portion of the interview!
Tips: Stay calm, and tell them what you are thinking in clear terms. This way, even if you don't get the final answer, you will be given points for your thought process. I actually approached quite a few problems incorrectly, but since I was explaining my thoughts to them, they quickly helped me course correct by giving hints, and I took it forward from there.

Round: Other Interview
Experience: Again, very good experience! Accommodated my being in a different timezone very well.
Tips: Same as interview one.

General Tips: Stay calm, and prepare "walk me through your CV" properly.
Skill Tips: Study Probab, Geeksforgeeks, etc.
Skills: Probability Concepts, Algorithms And Data Structures, Basic Coding, Ability To Analyse
Duration: 2
College Name: IIT Madras
Motivation: Dream company!

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Project Overview BA/PO related questions Domain and Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshen up the domain learnings
Be confident of the behaviour questions as per the past and practical experience

I applied via Walk-in and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic accounts and finance questions
  • Q2. If you dont know answer better be straight forward about it

Interview Preparation Tips

Interview preparation tips for other job seekers - lot of round, pretty tough

I appeared for an interview in May 2017.

Interview Questionnaire 

6 Questions

  • Q1. Can string class be extended
  • Ans. 

    Yes, the string class can be extended in most programming languages.

    • Inheritance can be used to extend the functionality of the string class.

    • By creating a new class that inherits from the string class, additional methods and properties can be added.

    • Extending the string class allows for customization and adding specific functionality to strings.

    • Example: In Python, the string class can be extended by creating a new class ...

  • Answered by AI
  • Q2. What are the implecit object in JSP
  • Ans. 

    Implicit objects in JSP are predefined objects that are available for use without any declaration or initialization.

    • Implicit objects in JSP include request, response, session, application, out, config, pageContext, page, exception, and others.

    • These objects provide access to various aspects of the JSP environment and can be used to perform common tasks.

    • For example, the request object allows access to HTTP request parame...

  • Answered by AI
  • Q3. How does hash map works
  • Ans. 

    A hash map is a data structure that uses a hash function to map keys to values.

    • Hash map stores key-value pairs

    • It uses a hash function to compute an index for each key

    • Collisions can occur when two keys hash to the same index

    • Hash maps provide fast access to values based on their keys

  • Answered by AI
  • Q4. Difference between string buffer and string builder
  • Ans. 

    StringBuffer and StringBuilder are both used to manipulate strings, but StringBuffer is thread-safe while StringBuilder is not.

    • StringBuffer is synchronized, making it safe for use in multi-threaded environments.

    • StringBuilder is not synchronized, making it faster but not thread-safe.

    • StringBuffer is preferred when multiple threads are involved, while StringBuilder is preferred for single-threaded scenarios.

    • Both classes p...

  • Answered by AI
  • Q5. What is MVC
  • Ans. 

    MVC is a software architectural pattern that separates an application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the user interface.

    • Controller handles user input, updates the model, and interacts with the view.

    • MVC promotes separation of concerns and modularity in software development.

    • Example: In a web applica...

  • Answered by AI
  • Q6. What are the annotation used in RESTFULL web services
  • Ans. 

    Annotations used in RESTful web services

    • 1. @Path - Specifies the URI path for the resource

    • 2. @GET - Specifies that the method handles HTTP GET requests

    • 3. @POST - Specifies that the method handles HTTP POST requests

    • 4. @PUT - Specifies that the method handles HTTP PUT requests

    • 5. @DELETE - Specifies that the method handles HTTP DELETE requests

    • 6. @PathParam - Binds the value of a URI template parameter to a method paramete...

  • Answered by AI

Interview Preparation Tips

Skills: Java Application Development

Skills evaluated in this interview

Are these interview questions helpful?

I appeared for an interview in Jan 2017.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to join Citi?
  • Ans. 

    I want to join Citi because of its global presence, strong reputation, and opportunities for growth.

    • Citi is a global company with a presence in over 100 countries, which provides an opportunity to work with diverse teams and gain international exposure.

    • Citi has a strong reputation in the financial industry, known for its expertise and innovative solutions.

    • Citi offers excellent career development opportunities, includin...

  • Answered by AI
  • Q2. 2. Why do you want a career in banking? And not consulting or finance?
  • Ans. 

    I am interested in a career in banking because of the opportunities for growth, the dynamic nature of the industry, and my passion for financial analysis.

    • Opportunities for growth: Banking offers a wide range of career paths and opportunities for advancement. I am excited about the potential to develop my skills and progress within the industry.

    • Dynamic nature of the industry: Banking is constantly evolving, with new tec...

  • Answered by AI
  • Q3. 3. How has the Indian Economy performed in the past 2 years?
  • Ans. 

    The Indian economy has experienced mixed performance in the past 2 years.

    • GDP growth rate has fluctuated

    • Demonetization and GST implementation impacted the economy

    • Unemployment rate has been a concern

    • Inflation has remained relatively low

    • Foreign direct investment has increased

    • Agricultural sector faced challenges due to weather conditions

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: My resume had gotten shortlisted for the profile of an Analyst. This was the first stage.

Round: Group Discussion
Duration: 20 minutes

College Name: Lady Shri Ram College

Interview Questionnaire 

1 Question

  • Q1. Asked many Dbsa questions. You need to be thorough about the joins in the databases.

Interview Preparation Tips

Round: Test
Experience: Practice questions on Indiabix.

Round: Technical Interview
Experience: Operating Systems basics, Dbsa basics

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skill Tips: Make sure you do a course on object oriented programming
Skills: C, Sql, Java
College Name: BITS PILANI
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.

Interview Preparation Tips

Round: Test
Experience: There were 25 MCQs and 2 case studies (one was guesstimate and other was a strategy case).

Round: Other Interview
Experience: We had 4 rounds of interviews, each lasting for about 15 minutes. In each one, they asked something from the resume and some puzzles, probability questions and this was again because I told them I like Maths. Last one was telephonic and they asked me about my family background.

General Tips: Be yourself. Prepare everything from your resume. Take a good sleep before the interview. Don't pretend to be over-smart and DO NOT argue with them.
Skills: Puzzle solving skills, Probability
College Name: IIT KANPUR

Tell us how to improve this page.

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
View all
Associate
3.5k salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

Senior Manager
2.5k salaries
unlock blur

₹16 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

₹27 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