Filter interviews by
I applied via Referral and was interviewed in Apr 2021. There were 4 interview rounds.
Weak reference is a reference that does not prevent the object from being garbage collected.
Weak references are used to refer to objects that can be garbage collected if there are no strong references to them.
They are typically used in scenarios where you want to hold a reference to an object, but don't want to prevent it from being collected.
Weak references are implemented using weak reference queues, which allow you ...
Singleton pattern ensures a class has only one instance, while allowing global access to it.
Implement a private constructor to prevent direct instantiation.
Create a static method to provide a single point of access to the instance.
Use lazy initialization to create the instance only when needed.
Ensure thread safety in a multithreaded environment using synchronization or double-checked locking.
Breaking the singleton patt...
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 dependencies i
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 have...
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
Generate palindrome string with given length and distinct characters.
Create a char array of length n and fill it with distinct characters.
Loop through the array and add the characters in reverse order to create a palindrome.
Repeat the process until the required number of palindromes are generated.
If k is less than the length of the palindrome, use the first k distinct characters.
Find the highest value that occurs the same number of times within an array.
Iterate through the array and count the occurrences of each value.
Store the counts in a dictionary or hash map.
Find the maximum count and check which value(s) have that count.
Return the highest value among those with the maximum count.
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.
Converts a string from Camel case to Snake case.
Loop through the string and check for uppercase letters
Insert an underscore before each uppercase letter
Convert the string to lowercase
Logic to get Map using Stream API to show balance of each person
Use Stream API to group accounts by name
Use map() to get the sum of balances for each group
Collect the results into a Map
I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.
I have a diverse background in finance, with experience in investment banking, corporate finance, and financial analysis.
Started my career as an investment banking analyst at Goldman Sachs
Transitioned to corporate finance role at Microsoft, focusing on financial planning and analysis
Currently working as a financial analyst at a tech startup, responsible for budgeting and forecasting
Seeking new challenges and growth opportunities in a different environment.
Looking for new challenges and opportunities for growth
Interested in exploring different work environments
Seeking a change in career path or industry
Want to enhance skills and knowledge in a different setting
I align with the role through my strong communication skills, attention to detail, and ability to work well in a team.
Strong communication skills: I excel in conveying information clearly and effectively to team members and clients.
Attention to detail: I have a keen eye for spotting errors and ensuring tasks are completed accurately.
Teamwork: I thrive in collaborative environments and enjoy working with others to achie
I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.
Implementation of shared and unique pointers in C++ with operator overloading.
Implement a class for shared pointer with reference counting.
Handle assignment by incrementing reference count and decrementing old pointer's count.
Overload -> and * operators to access underlying object.
Use shared pointer in main method by creating instances and passing them around.
For unique pointer, implement a class that transfers ownersh
Design a system with org hierarchy to find all sub-ordinates using array of pointers.
Create a class for each employee with a pointer to their manager
Use an array of pointers to store all employee objects
Traverse the array to find all sub-ordinates of a given employee
Yes, I am ready to shift to Bengaluru for the c++ associate position.
I am excited about the opportunity to work in Bengaluru.
I have researched the city and am comfortable with the relocation.
I am flexible and adaptable to new environments.
I have friends/family in Bengaluru who can support me during the transition.
What people are saying about Morgan Stanley
Medium leetcode question on array list
Morgan Stanley interview questions for popular designations
CDS stands for Credit Default Swap, a financial derivative used to transfer credit risk between parties.
CDS is a type of insurance contract where one party pays a premium to another party in exchange for protection against a credit event, such as default or bankruptcy.
The buyer of a CDS makes periodic payments to the seller, who agrees to compensate the buyer in the event of a credit event on a specified reference asse...
Options strategies involve buying and selling options contracts to achieve specific investment goals.
Buy Call Option: Bullish strategy where investor expects the price of the underlying asset to rise.
Buy Put Option: Bearish strategy where investor expects the price of the underlying asset to fall.
Covered Call: Selling a call option while holding the underlying asset to generate income.
Straddle: Buying both a call and p...
Options strategies involve buying or selling options contracts to achieve specific investment goals.
Some common options strategies include covered calls, protective puts, straddles, and iron condors.
Covered calls involve selling call options on a stock you own to generate income.
Protective puts involve buying put options to protect against a decline in the value of a stock.
Straddles involve buying both a call and a put...
Get interview-ready with Top Morgan Stanley Interview Questions
There were 3 coding questions having LC easy-medium problems.
I was interviewed in Dec 2024.
I have a strong background in accounting, with proven experience in managing financial operations and driving business growth.
Extensive experience in financial analysis and reporting
Proven track record of improving financial processes and efficiency
Strong attention to detail and accuracy in financial data
Excellent communication and interpersonal skills
Ability to work effectively in a team and independently
Question Related to the DP and the Graph
Find the Kth maximum element in an array of strings.
Sort the array in descending order.
Return the element at index K-1.
Coin change problem can be solved using dynamic programming to find the minimum number of coins needed to make a certain amount of change.
Use dynamic programming to build up solutions for smaller subproblems
Start by initializing an array to store the minimum number of coins needed for each amount from 0 to the target amount
Iterate through each coin denomination and update the array with the minimum number of coins need
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
Reverse a string while keeping the position of spaces intact
Split the string into an array of characters
Iterate through the array and reverse the characters while keeping track of space positions
Join the array back into a string
Leet code medium problem related to arrays
Core Java multithreading serialization Treemap indepth working
Design parking lot with multiple in and out gates
Designing Kafka and microservices architecture for scalability and fault tolerance
Use Kafka as a distributed streaming platform to handle large volumes of data
Implement microservices architecture to break down the application into smaller, independent services
Use Kafka Connect to integrate Kafka with microservices for seamless data flow
Leverage Kafka Streams for real-time data processing within microservices
Ensure faul...
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
| ₹0 L/yr - ₹0 L/yr |
Senior Manager
2.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
1.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate
1.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
Vice President
1.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
JPMorgan Chase & Co.
Goldman Sachs
TCS
Deloitte