Morgan Stanley interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Morgan Stanley
upvote
share-icon
2 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Journey
This is my client interview through accolite digital(Parent Company) and there were 2 technical interviews which contains questions releated to DSA and java
Application story
I applied off campus for this so they shortlisted my resume for intervirew . Only 10 resume is shortlisted for the interview and out of the 10 students 4 is selected for the technical interview 1 and then 2 selected for technical interview 2 so at the end 2 students finally selected in this Drive.
Why selected/rejected for the role?
I Selected because i was able to answer all the questions in interview. and also able to solve the coding questions in interview
Preparation
Duration: 1 Month
Topics: Data Structure , OOPS Concepts , SQL , DBMS Important Topics, OS
Tip
Tip

Tip 1 : Prepare Data Structure 
Tip 2 : At least 2 good project in development

Application process
Where: Other
Eligibility: NA
Resume Tip
Resume tip

Tip 1 : At least 2 project in resume
Tip 2 : please mention your coding profiles

Interview rounds

01
Round
Easy
Video Call
Duration60 Minutes
Interview date27 Apr 2022
Coding problem3

Coding Round to check DSA knowledge

1. Add Linked Lists

Easy
20m average time
80% success
0/40
Asked in companies
IntuitMorgan StanleyQualcomm

Given two numbers represented by linked lists. Your task is find the sum list and return the head of the sum list.

The sum list is a linked list representation of addition of two numbers.

Try solving now

2. Right View

Moderate
35m average time
65% success
0/80
Asked in companies
AmazonAdobeUber

You have been given a Binary Tree of integers.

Your task is to print the Right view of it.

The right view of a Binary Tree is a set of nodes visible when the tree is viewed from the Right side and the nodes are printed from top to bottom order.

Try solving now

3. BFS in Graph

Easy
10m average time
90% success
0/40
Asked in companies
Morgan StanleySamsung R&D InstituteRubrik, Inc.

Given an adjacency list representation of a directed graph with ‘n’ vertices and ‘m’ edges. Your task is to return a list consisting of Breadth-First Traversal (BFS) starting from vertex 0.


In this traversal, one can move from vertex 'u' to vertex 'v' only if there is an edge from 'u' to 'v'. The BFS traversal should include all nodes directly or indirectly connected to vertex 0.


Note:
The traversal should proceed from left to right according to the input adjacency list.


Example:
Adjacency list: { {1,2,3},{4}, {5}, {},{},{}}

The interpretation of this adjacency list is as follows:
Vertex 0 has directed edges towards vertices 1, 2, and 3.
Vertex 1 has a directed edge towards vertex 4.
Vertex 2 has a directed edge towards vertex 5.
Vertices 3, 4, and 5 have no outgoing edges.

We can also see this in the diagram below.

BFS traversal: 0 1 2 3 4 5

example

Try solving now
02
Round
Easy
Video Call
Duration60 Minutes
Interview date29 Apr 2022
Coding problem3

DSA + java

1. Merge Two Sorted Arrays

Moderate
15m average time
85% success
0/80
Asked in companies
HSBCHikeAmazon

Ninja has been given two sorted integer arrays/lists ‘ARR1’ and ‘ARR2’ of size ‘M’ and ‘N’. Ninja has to merge these sorted arrays/lists into ‘ARR1’ as one sorted array. You may have to assume that ‘ARR1’ has a size equal to ‘M’ + ‘N’ such that ‘ARR1’ has enough space to add all the elements of ‘ARR2’ in ‘ARR1’.

For example:

‘ARR1’ = [3 6 9 0 0]
‘ARR2’ = [4 10]
After merging the ‘ARR1’ and ‘ARR2’ in ‘ARR1’. 
‘ARR1’ = [3 4 6 9 10]
Try solving now

2. Technical Questions

Diff b/w list and linked list?
Design Stack and queue from starting
Where we use linked list in real life

Why linked list exists?

Project explanation only no questions from project

3. Spring Questions

1. what is @RestMapping?
2. how to connect with 2 db at a same time?
3. what is actuators?
4. @Autowired?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by Morgan Stanley
0 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by Morgan Stanley
1221 views
0 comments
0 upvotes
company logo
Technology Analyst
2 rounds | 6 problems
Interviewed by Morgan Stanley
982 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Morgan Stanley
904 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7977 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes