Acudí a una entrevista en Morgan Stanley en dic 2025
Entrevista difícil
Solicitud
Me postulé a través de un reclutador. Acudí a una entrevista en Morgan Stanley
Entrevista
I got call through naukri
- Interview process consists of 5 round
- 1st Round - Online coding test ( 3 Java coding questions - medium level)
- 2nd round - Technical Interview ( Core Java questions with Coding as well focus was on multithreading)
- 3rd round - Technical Interview ( Java questions and logic in deep with Coding)
- 4th round - Managerial (Project domain knowledge, processes followed, core java questions mostly on mutithreading, coding as well)
Preguntas de entrevista [1]
Pregunta 1
1) How ConcurrentHash Map works
2) Blocking queue implementation
3) write code for producer consumer problem
4) write code to print even odd in sequence using MultiThreading
Submitted by a recruiter. Few weeks later i was invited to an one hour call with a manager. The discussion was about my current projects. Two weeks later an one hour onsite technical interview was scheduled.
Preguntas de entrevista [1]
Pregunta 1
Design an OOP solution for a problem. They looked into objects structure and dependancies. Asked why each type of data-structure was selected etc.
Acudí a una entrevista en Morgan Stanley (Bengaluru)
Entrevista
So this is just a rant. I cleared 1st round. in 2nd round one middle age guy joined. He just chatted for 10-15 mins and said i dont not have any questions. We can wrap up. So i asked what went wrong. He said I don't have proven experience in banking sector in my resume. So I explained him how I worked at a Credit union which handled 1200+ clients. So he says since your current project is data focused. Continue working on that. Well nobody tells me that. I said first ask me any question then we shall talk. So he says I don't have any Spring Boot related experience. I have created whole website from scratch which i mentioned ofcourse that was also on resume. So he said it can be college project. Lol it was e-commerce website. I said ask me question first and then reject so he goes by We don't have bandwidth to train new resource and you don't experience with bank. Well nobody asked that I worked on a system which served 1200+ banks and I cut the call. Now i don't understand if my resume was so bad why it passed screening. If it got passed screening how the hell I cleared 1 round. I don't know but never attended such stupid interview.
Preguntas de entrevista [1]
Pregunta 1
If you have large file how would you find word with most frequency.
Me postulé a través de un reclutador. El proceso tomó 2 días. Acudí a una entrevista en Morgan Stanley (Mumbai) en ago 2025
Entrevista
I have given interview wich feels super easy, It is 1 hour interview. It consisted of java basics and team fit questions nothing super hard. Seems like very easy first round.
Preguntas de entrevista [1]
Pregunta 1
1) Tell me about yourself
2) Current roles and responsibility in current project
3) Which type of client requirement you are working and how it is.
4) basis diff bet hashset and treeset
5) how hash set internally implemented
6) How hash map is getting used
7) What is use of concurent hash map
8) Diff bet synchronsized hasmap and concurrent hashmap
9) Exception handling - how to create custom exception. And how to throw that
10) What is throwable
11) What if we have removed catch bloack and kept try and finally, how excepion will get handled
12) try with finally is allowed?
13) Immutable concept in java
14) have one class i have employee class 1) name 2)list of degree if i have to make call immutble what i have to do?
15) How to create Immutable class
16) what is different way to create a String
17) what is different between string pool and heap.
18)diff bet array list and Linked list and in term of delete which is better option
19) Singlton concept in java
20)Diff bet wait and sleep method os sleep.
21) what is runnable and callable in java
22) i have 3 thread t1,t2 and t3, now i want to make sure want to run this thread run sequentially, like first t1, then t2 and at last t3, this should be sequentially
23) Have you used executor framework in java multithreading.
24) Concept of dependency injection in spring
25) What are annotation in @sprngBootAppplicaton
26) what is @component annotaion
27) diff bet comparable and comparator
28) Write a code to find for Uppercase leter there is lower case preset or not.
input==String str= "AjUYsyuaaZ";
Outout== A,U,Y
29) Write code to find pair of 2 element where the value will be eqeual to sum
int [] intArray = {4,6,2,3,8,1,9,5};
int sum = 7;