Filter interviews by
I was interviewed in Nov 2020.
Round duration - 50 minutes
Round difficulty - Hard
Timing (10 am- 10:50 am)
For this round I had slightly more time than the last, due to the fact that the weekend fell in between.The interviewer was very very cool and helping this time, something which I kept at the last in my list of probable things that can happen during an interview. Duration of this round was around 50 minutes.
This time I had to face three technical questions and one general question on Finance banks.
You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.
Given a binary tree with N
nodes, determine whether the tree is a Binary Search Tree (BST). If it is a BST, return true
; otherwise, return false
.
A binary search tree (BST)...
Round duration - 35 minutes
Round difficulty - Medium
There was only one interviewer for this round. He continuously interacted with me and was giving me some good situational problems that were not very easy to answer. Basically those were open-minded questions which can be answered oth ways and that's why I found it quiet hard as per my nature but at the end things went well for me.
Tip 1 : Practice on gfg and coding ninjas.
Tip 2 : Compete on codechef and codeforces.
Tip 3 : Learn DSA and practice regularly.
Tip 1 : Not more than 1 page
Tip 2 : Have atleast 3 projects with some achievement in coding contest and your coding handle should be mentioned like codechef, codeforces etc
Tip 3 : Try to keep only those things in resume in which you find yourself comfortable with
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
I am a detail-oriented operations analyst with experience in data analysis and process improvement.
I have a degree in Business Administration with a focus on Operations Management.
I have worked as an operations analyst for two years, where I analyzed data to identify areas for process improvement.
I am proficient in Excel and SQL, which I have used extensively in my previous roles.
I am a quick learner and enjoy working ...
I have demonstrated communication skills and leadership abilities in various instances.
As a team leader in my previous job, I organized and led weekly team meetings to discuss progress and address any issues.
During my college years, I was a member of the debate team and participated in several competitions, which helped me improve my communication skills.
In my current job, I regularly communicate with clients to unders...
My knowledge in data analysis and process improvement will help optimize operations and increase efficiency.
I have experience in analyzing data to identify areas for improvement
I can develop and implement process improvement initiatives
I am skilled in using tools such as Excel and SQL to analyze data
I can collaborate with cross-functional teams to streamline processes
For example, in my previous role, I analyzed custome...
As a team lead, I faced difficulty in managing team conflicts. We resolved it by having open communication and team-building activities.
Identified the root cause of conflicts
Encouraged open communication and active listening
Organized team-building activities to improve team dynamics
Established clear expectations and roles for each team member
Provided regular feedback and recognition for good performance
Planned and executed a successful fundraising event for a non-profit organization
Identified potential donors and sponsors
Created a detailed budget and timeline
Coordinated with volunteers and vendors
Implemented marketing strategies to promote the event
Raised over $10,000 for the organization
Finance deals with managing money and investments, while accounting deals with recording and analyzing financial transactions.
Finance focuses on the big picture of managing money and investments, while accounting focuses on the details of recording and analyzing financial transactions.
Finance involves making decisions about how to allocate resources and invest money, while accounting involves keeping track of financial...
Yes, I am comfortable working in shifts.
I have prior experience working in shifts and have adapted well to the schedule.
I understand the importance of being flexible and available to work during different hours.
I am willing to work weekends and holidays if required.
I am aware that working in shifts may require me to adjust my sleep schedule and I am prepared to do so.
I was interviewed in Oct 2020.
Round duration - 100 minutes
Round difficulty - Medium
Test started at 04:00 PM sharp and complete the same by 06:00 PM.
The test duration is 1 hour 40 minutes.
Environment (Amcat) is user friendly.
Web cam and mic is enabled
You are tasked with managing a shipment company that utilizes conveyor belts to transport packages from one port to another. These packages must be shipped within ‘D...
Given an array ARR
of size N
and an integer K
, determine the number of distinct elements in every K-sized window of the array. A 'K' sized window is defi...
Round duration - 90 minutes
Round difficulty - Medium
Interview stared at 11:00 am and went for 90 min.
Interview was held in zoom
Environment was very much user friendly
Given a Binary Search Tree (BST) and a target value, determine if there exists a pair of node values in the BST whose sum equals the target value.
4 2...
Given a tree with 'N' nodes and 'N - 1' distinct edges, along with two nodes 'N1' and 'N2', find and print the shortest path between 'N1' and 'N2'.
A tree is a ...
Round duration - 60 minutes
Round difficulty - Easy
Hr round started at 5:00 pm and went for 60 minutes
It was held on zoom
Interviewer was very much friendly he started with a normal talk to make things light and easy ongoing.
Tip 1 : Practice all DSA questions from interview bit
Tip 2 : Do Atleast 3 project one should be major, if it's in web dev it would be beneficial.
Tip 3 : Should be good in communication skills
Tip 1 : Not more than 1 page
Tip 2 : Have atleast 3 projects with some achievement in coding contest and your coding handle should be mentioned like codechef, codeforces etc
Tip 3 : Try to keep only those things in resume in which you find yourself comfortable with
What people are saying about Morgan Stanley
I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.
Morgan Stanley interview questions for popular designations
I was interviewed before Sep 2020.
Round duration - 60 minutes
Round difficulty - Medium
This round started with my introduction and a brief discussion on the technologies I used in my project. After this, the interviewer asked me 3 coding questions and one low-level design question.
Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.
If a second largest element does not exist, return -1.
ARR = [2,...
I traversed the array twice. In the first traversal, I found the maximum element. In the second traversal I found the greatest element less than the element obtained in the first traversal.
Your task is to determine the minimum number of platforms required at a railway station so that no train has to wait.
Given two arrays:
AT
- represent...I took a variable to count the number of platforms required at a particular time and a final ans variable. I took 2 arrays one for arrival time and the other for departure time and sorted both the arrays. Then I took 2 pointers at the start of each array and compared the timings pointed by the 2 variables. If the smallest time was of arrival I incremented my count variable otherwise decremented it and incremented the p...
Given a binary tree of integers, your task is to return the boundary nodes of the tree in Anti-Clockwise direction starting from the root node.
The first line ...
First I printed the left-most boundary of the tree, then I printed all the leafs of the tree, and then the rightmost boundary in reverse order using recursion.
Round duration - 45 minutes
Round difficulty - Medium
This Round was a Technical + HR round which consisted of one coding question and some general HR Questions like what are your strengths and weeknesses and why do you want to join Morgan Stanley.
Given a string S
which represents a number, determine the smallest number strictly greater than the original number composed of the same digits. Each digit's frequenc...
Tip 1 : Practice all the data structures thoroughly and know about the basic concepts behind them and their use cases in real world.
Tip 2 : Be thorough with your resume .
Tip 3 : Be confident while answering the questions and be honest about your work.
Tip 1 : Keep your resume crisp and to the point.
Tip 2 : Have a thorough understanding of the technologies used in the project and why was that specific technology chosen.
Get interview-ready with Top Morgan Stanley Interview Questions
I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.
posted on 10 Nov 2021
I applied via campus placement at University of Mumbai, Mumbai and was interviewed before Nov 2020. There was 1 interview round.
I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.
posted on 10 Apr 2021
Accounting journal entries and different financial products explained.
Accounting journal entries are records of financial transactions in chronological order.
They include debits and credits to various accounts.
Different financial products include stocks, bonds, mutual funds, and derivatives.
Stocks represent ownership in a company, while bonds represent debt.
Mutual funds are a collection of stocks and bonds managed by a...
Investment banks have a unique culture that sets them apart from other firms.
Investment banks are known for their fast-paced and high-pressure work environment.
There is a strong emphasis on teamwork and collaboration.
Long working hours are common, especially during busy periods such as deal closings.
The dress code is typically more formal than other firms.
There is a focus on networking and building relationships with c...
I applied via Referral and was interviewed in Jan 2021. There were 7 interview rounds.
Some of the top questions asked at the Morgan Stanley interview -
The duration of Morgan Stanley interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 196 interviews
Interview experience
based on 1.5k reviews
Rating in categories
Bangalore / Bengaluru
2-5 Yrs
₹ 4.5-16 LPA
Associate
3.1k
salaries
| ₹5.2 L/yr - ₹20.1 L/yr |
Senior Manager
2.4k
salaries
| ₹16 L/yr - ₹54 L/yr |
Manager
1.9k
salaries
| ₹10.7 L/yr - ₹42 L/yr |
Senior Associate
1.5k
salaries
| ₹7 L/yr - ₹26.2 L/yr |
Vice President
1.3k
salaries
| ₹21.5 L/yr - ₹80 L/yr |
JPMorgan Chase & Co.
Goldman Sachs
TCS
Deloitte