I applied online. The process took 4 weeks. I interviewed at Morgan Stanley (New York, NY) in Sep 2018
Interview
I applied online through their website and received an email in a few weeks to provide an availability to initial phone call with an engineer.
30 mins phone call was totally technical. No need of any laptop or internet connection but be ready to answer some indepth technical question and discuss algorithm for a program.
After a successful phone call, I was invited for an onsite interview at New York location.
5 rounds of technical interviews with different team memebers and hiring manager. All the questions were not exteremly difficult and interviewers were good too.
After finishing 5 rounds of an interview, I think I did well and had a chance to talk with a director. Everything went well but then did not hear back from them. Followed up 3 times but no response from anyone at Morgan Stanley.
Interview questions [8]
Question 1
Phone Screen:
Check if two elements in an array equal to a sum or not?
I applied through a recruiter. The process took 2 weeks. I interviewed at Morgan Stanley (New York, NY) in Aug 2018
Interview
I got in the process for experienced position via Agent. i submitted cv and got a date for first screening interview round in Morgan Stanley Tokyo.
That round went well. They just asked basic question about what i do and past experience.
I got rejection after 1 week.
Just one request to company : if you are shortlisting someone for position, atleast have a technical interview to know how they are stronger in skills.
Interview questions [1]
Question 1
Some basic puzzle like burning rope from two ends. and questions on past experience ( not detailed )
I applied through a staffing agency. The process took 1 day. I interviewed at Morgan Stanley (Mumbai) in Sep 2018
Interview
I applied through a recruitment agency. The drive was conducted on a Saturday. There were quite a number of people who came to the drive. They grouped us on basis of Technology.
The first round was a written test which consisted of total 14 questions. 10 multiple choice questions, 2 programming questions and 2 sql queries questions.
Multiple choice questions were easy. Programming questions were difficult and sql queries questions were easy too.
I cleared the written test. Then began the second round. I could not clear the second round. The questions were difficult in second round and you need to write down code for everything that you say.
Interview questions [4]
Question 1
I have an array of million integers. I want to sum it efficiently. How would you do it without using Java 8 parallel streams?
I have a collection of string that is sorted and unique. You will receive an input as string. Your job is to search that string in that group and return true or false based on its presence. How will you solve this?
I have an online radio player application. There are two types of subscription free and paid. In free there is a restriction that user can only listen upto 50 songs in 1 hour. How will you code this?