Me postulé a través de una agencia de empleos. Acudí a una entrevista en Morgan Stanley (Bengaluru) en jun 2018
Entrevista
Fake Women's drive for Java developer by Morgan Stanley, Bangalore on 23rd June 2018. Don't ruin people's weekend, value other's time.
They asked everyone to come by 8:30 where they will have some senior VP speaking about Morgan Stanley.
At around 11:30 they gave the written programming test(on paper) with 2 problems
1) Print Binary tree in spiral order
2) Given mapping between city to city, print complete path from source city till destination city.
I solved both problems correctly and submitted the paper in 45 minutes.
After 1 hour of submission HR asked me to leave for the day. I said what??
I asked HR to recheck my paper and bring back the answer sheet I submitted.
After coming back home, I wrote the programs in laptop and both were giving expected result.
3 things comes up as a result:
1) Either their interviewer panel are not capable enough to understand recursive code
2) They made this women drive just for showcasing that they do conduct women drive like other big brands
3) They havn't checked the copy at all and just assembled crowd for marketing Morgan Stanley as best place to work for women.
What is the point of taking written test when you guys are not evaluating the solution? Please don't waster people's weekend by conducting fake drives.
Attached is my answer sheet copy submitted to Morgan Stanley.
From last 2 weeks they have followed up several times for confirming my presence, just to get crowd of people for marketing their brand.
Might be doing these activities they want to brand their name as best place to work for women employees.
Preguntas de entrevista [1]
Pregunta 1
1) Print Binary tree in spiral order
2) Given mapping between city to city, print complete path from source city till destination city.
Me postulé a través de un reclutador. Acudí a una entrevista en Morgan Stanley en dic 2025
Entrevista
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;