Upload Button Icon Add office photos

Morgan Stanley

Compare button icon Compare button icon Compare

Filter interviews by

Morgan Stanley Technology Analyst Interview Questions and Answers for Freshers

Updated 27 Sep 2024

Morgan Stanley Technology Analyst Interview Experiences for Freshers

2 interviews found

Interview Questionnaire 

3 Questions

  • Q1. Explain Bubble Sort
  • Ans. 

    Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Bubble Sort works by repeatedly swapping adjacent elements if they are in the wrong order.

    • It is called Bubble Sort because smaller elements 'bubble' to the top of the list.

    • The algorithm continues until the entire list is sorted.

    • Bubble Sort has a time complexity of O(...

  • Answered by AI
  • Q2. Given a number, print it in words
  • Ans. 

    A program to convert a given number into words.

    • Create a function that takes a number as input

    • Use conditional statements to check the number's value and convert it into words

    • Break down the number into its individual digits and convert each digit into words

    • Combine the words for each digit to form the final word representation of the number

  • Answered by AI
  • Q3. What are your Strengths and Weakness
  • Ans. 

    Strengths: Analytical thinking, attention to detail, quick learner. Weaknesses: Impatience, perfectionism, public speaking.

    • Strengths: Analytical thinking - able to break down complex problems, attention to detail - ensures accuracy in work, quick learner - able to adapt to new technologies quickly

    • Weaknesses: Impatience - may rush through tasks, perfectionism - may spend too much time on minor details, public speaking -...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Aptitude Questions and Questions based on Data Structures, Algorithms, Operating System were asked. Two coding questions were also asked.
Tips: Practice Competitive Programming and some basic aptitude questions as well as basics of CS subjects.
Duration: 1 hour 30 minutes
Total Questions: 17

Round: Technical Interview
Experience: Most question were based on Data Structures and Algorithms. Some questions on Object Oriented Programming were also asked.
Tips: Practice Competitive Programming and Object Oriented Programming Concepts.

Round: Group Activity
Experience: We were given Lego Blocks and told to come convince investors to invest in our product. The Lego blocks were used to make the prototype of our product.

Round: HR Interview
Experience: Normal HR questions were asked

Round: Technical Interview
Experience: Questions on Operating Systems, Databases and Object Oriented Programming were asked

College Name: Fr. Conceicao Rodrigues College Of Engineering

Skills evaluated in this interview

Technology Analyst Interview Questions & Answers

user image Samarth Gupta

posted on 25 Aug 2017

Interview Questionnaire 

2 Questions

  • Q1. Explain Bubble Sort
  • Ans. 

    Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Bubble Sort compares adjacent elements and swaps them if they are in the wrong order.

    • It continues this process until the entire list is sorted.

    • It is called Bubble Sort because smaller elements 'bubble' to the top of the list.

    • Bubble Sort has a time complexity of O(n^2...

  • Answered by AI
  • Q2. Given a number, print it in words
  • Ans. 

    A program to convert a given number into words.

    • Use a switch statement or if-else conditions to handle different cases

    • Break down the number into its individual digits and convert each digit into words

    • Handle special cases like numbers between 10 and 20

    • Consider adding a function to handle larger numbers with appropriate suffixes

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 2 Programming Questions and questions based on CS subjects were asked
Tips: Prepare basic CS subjects and practice competitive programming
Duration: 1 hour 30 minutes
Total Questions: 17

Round: Technical Interview
Experience: Questions based on Data Structures and Algorithms were asked. Also some Object Oriented Programming Questions were asked.
Tips: Practice Competitive Programming and basics of Object Oriented Programming

Round: Group Activity
Experience: Build a prototype for a product and convince investors to invest. The prototype need to be built using Lego blocks.

Round: HR Interview
Experience: Basic HR questions

Round: Technical Interview
Experience: Questions on Databases, Operating Systems and Object Oriented Programming were asked.

College Name: Fr. Conceicao Rodrigues College Of Engineering

Skills evaluated in this interview

Technology Analyst Interview Questions Asked at Other Companies for undefined

Q1. Draw and explain about different phases of SDLC(Software Developm ... read more
asked in Oracle
Q2. How can you divide a cake into 8 parts only 3 cuts allowed
asked in Infosys
Q3. How to write the code in Lambda for EC2 Provisioning.
asked in Infosys
Q4. How was agile followed in project?
Q5. Given a number, print it in words

Interview questions from similar companies

I was interviewed before Aug 2016.

Interview Questionnaire 

5 Questions

  • Q1. How can you refine your Graph traversing solution?
  • Ans. 

    Refine graph traversing solution by optimizing algorithms and data structures.

    • Use efficient algorithms like Dijkstra's or A* for shortest path traversal.

    • Implement data structures like priority queues or heaps for faster traversal.

    • Consider using parallel processing or distributed computing for large graphs.

    • Optimize memory usage by using compressed data structures like succinct graphs.

    • Use caching to avoid redundant compu

  • Answered by AI
  • Q2. Resume
  • Q3. Write a program that can play a Brick ball game?
  • Ans. 

    A program to play Brick ball game can be developed using a game engine and programming language.

    • Choose a game engine like Unity or Unreal Engine to develop the game

    • Use a programming language like C# or C++ to code the game mechanics

    • Implement physics engine to simulate ball and brick collisions

    • Design levels with increasing difficulty and power-ups for the player

    • Add sound effects and music to enhance the gaming experienc

  • Answered by AI
  • Q4. Classify tweets as Retweet - Analytics
  • Ans. 

    To classify tweets as Retweet - Analytics, we can look for the presence of 'RT' and analyze engagement metrics.

    • Look for the presence of 'RT' in the tweet text

    • Analyze engagement metrics such as number of likes, retweets, and comments

    • Consider the source of the tweet - if it is from a verified account or has a large following, it is more likely to be a retweet

    • Use machine learning algorithms to classify tweets based on pat

  • Answered by AI
  • Q5. Puzzle

Interview Preparation Tips

Round: Test
Experience: Among basic aptitude question, two coding questions were given from the topic of Regular Expression & Graph traversing. It was conducted on HackerRank.
Duration: 1 hour
Total Questions: 30

Round: Technical Interview
Experience: This was in connection with the coding question asked during aptitude exam.

Round: Stress Interview
Experience: Was asked to write a program that can play a brick game where the ball will hit the bricks.

Round: HR Interview
Experience: Detailed questions about past experiences and achievements.

Skills: Java Programming, Data Structures, R Language, Graph Theory
College Name: Jadavpur University, Kolkata

Skills evaluated in this interview

I was interviewed in Sep 2016.

Interview Questionnaire 

9 Questions

  • Q1. Tell me about yourself.
  • Ans. 

    I am a technology enthusiast with a strong background in analyzing and implementing innovative solutions.

    • Experienced in analyzing technology trends and identifying opportunities for improvement

    • Skilled in implementing software solutions to enhance business processes

    • Proficient in data analysis and problem-solving

    • Strong communication and teamwork skills

    • Certified in various technology platforms such as AWS and Microsoft Az

  • Answered by AI
  • Q2. Asked about final year project. What technologies are being used for implementing project. Different algorithms used. How did you compare different algorithms?
  • Q3. Draw and explain about different phases of SDLC(Software Development Life Cycle)
  • Ans. 

    SDLC consists of several phases including planning, analysis, design, implementation, testing, deployment, and maintenance.

    • Planning: Defining project goals, scope, and requirements.

    • Analysis: Gathering and analyzing user requirements.

    • Design: Creating a detailed blueprint of the software solution.

    • Implementation: Writing code and developing the software.

    • Testing: Conducting various tests to ensure software quality.

    • Deployme...

  • Answered by AI
  • Q4. Write logic to find the square root of a number and it should output whether the number is a perfect square or not (You shouldn't use any built-in functions like sqrt() etc..
  • Q5. Why do you choose our company
  • Ans. 

    I choose your company because of its reputation for innovation and commitment to employee growth.

    • Reputation for innovation in the technology industry

    • Commitment to employee growth and development

    • Positive reviews from current and former employees

    • Exciting projects and opportunities for career advancement

  • Answered by AI
  • Q6. Asked about personal information (family), hobbies.
  • Q7. Asked if there are any issues with the package offered.
  • Q8. Asked personal details
  • Q9. If you are offered job what will you learn before joining the company
  • Ans. 

    Before joining the company, I will learn about the company culture, technology stack, project methodologies, and industry trends.

    • Research the company's culture, values, and work environment

    • Familiarize myself with the technology stack used by the company

    • Understand the project methodologies followed by the company

    • Stay updated on the latest trends and developments in the industry

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 20 questions each from all the above sections. Total 80 questions. Programming questions are mostly output based but they are lengthy.
Tips: Not too difficult. Just manage the time
Duration: 1 hour 20 minutes
Total Questions: 80

Round: Technical Interview
Tips: Most of the questions are resume based. So know each and everything what is present in resume.

Round: HR Interview
Tips: If you are selected in technical interview most chances that you get placed. HR interview is just for formality.

Skills: Database, Programming Skills In Any Language Like C, LOGICAL THINKING ABILITIES
College Name: University of Hyderabad (UOH)

Skills evaluated in this interview

I was interviewed in Aug 2017.

Interview Questionnaire 

4 Questions

  • Q1. Tell something about yourself
  • Ans. 

    I am a technology enthusiast with a background in computer science and a passion for analyzing and predicting tech trends.

    • Background in computer science

    • Passionate about analyzing tech trends

    • Keen interest in emerging technologies

    • Experience in data analysis and research

    • Strong problem-solving skills

  • Answered by AI
  • Q2. What projects have you done till now
  • Ans. 

    I have worked on various projects including developing mobile applications, implementing cloud solutions, and analyzing data for business insights.

    • Developed a mobile application for tracking fitness goals using React Native

    • Implemented a cloud-based CRM system for a small business using Salesforce

    • Analyzed customer data to identify trends and improve marketing strategies

  • Answered by AI
  • Q3. What are your future plans (further studies)
  • Ans. 

    I plan to pursue a Master's degree in Data Science to enhance my analytical skills and stay updated with the latest technology trends.

    • Pursue a Master's degree in Data Science

    • Enhance analytical skills

    • Stay updated with technology trends

  • Answered by AI
  • Q4. Why JP Morgan
  • Ans. 

    JP Morgan is a leading financial institution with a strong reputation for innovation and technology in the industry.

    • JP Morgan has a history of investing heavily in technology and innovation.

    • The company has a strong track record of developing cutting-edge solutions for financial services.

    • JP Morgan's commitment to technology and digital transformation aligns with my career goals and interests.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 10multiple choice questions and 2 coding questions
Tips: Out of the 2 coding questions,one can be solved . So better to first understand both the questions and then try to solve atleast one question with most of the test cases correct
Duration: 1 hour 30 minutes
Total Questions: 12

Round: Technical + HR Interview
Experience: Everything about project,front-end and back-end,to draw the data flow diagram and every minute detail about project
Tips: Be clear ,honest, and confident

College Name: Nit Bhopal

I applied via Campus Placement and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL queries you
  • Ans. 

    I am proficient in writing complex SQL queries for data retrieval and manipulation.

    • I have experience in using various SQL functions like JOIN, GROUP BY, HAVING, etc.

    • I can write subqueries and nested queries to fetch data from multiple tables.

    • I am familiar with using SQL for data analysis and reporting purposes.

    • I have worked with different database management systems like MySQL, Oracle, and SQL Server.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a good experience in the interview

Skills evaluated in this interview

I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Be clear with your basics
Round 2 - Technical 

(1 Question)

  • Q1. Maven basics, Design Patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with your basics and be confident

I applied via Campus Placement and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Coding Test 

(1 Question)

  • Q1. During the hackathon, I was asked about what I felt about the team dynamics and what strategies I would take to ensure everyone arrives at consensus to work together.
Round 2 - One-on-one 

(2 Questions)

  • Q1. I was asked to explain a college project and was asked follow on questions on the same
  • Q2. Questions on linked lists, algorithm to identify 2nd, 3rd connections on a site like LinkedIn. I was asked some other data structure questions that I don't recollect as this interview took place years ago

Interview Preparation Tips

Interview preparation tips for other job seekers - While participating in hackathons, ensure you're not just deploying your coding skills but also teamworking and soft skills.

Interview Questionnaire 

2 Questions

  • Q1. Questions on Kubernetes, AWS, Spring batch, Java threads and Apace Kafka
  • Q2. Questions on Executor service and Reentrant Lock in Java

I applied via Company Website and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hypothetical Questions - What if the company decides to demote all senior associate s to associate? What will be your reaction??

Interview Preparation Tips

Interview preparation tips for other job seekers - I went for Enterprise Testing Senior Associate. The person who interviewed me was very well known to me. He worked with me for more than a year at the same level. Asked illogical questions. All hypothetical questions he asked in which I was the one who was getting demoted or denied bonus or increment.
He should not have taken my interview as it was conflict of Interest. 99% of questions was asked by this guy and the other lady in VC only asked 1 general question.
I reported conflict of interest issue to the hiring HR but no action was taken not any reply toy email came.

Morgan Stanley Interview FAQs

How many rounds are there in Morgan Stanley Technology Analyst interview for freshers?
Morgan Stanley interview process for freshers usually has 3 rounds. The most common rounds in the Morgan Stanley interview process for freshers are Technical and Coding Test.
What are the top questions asked in Morgan Stanley Technology Analyst interview for freshers?

Some of the top questions asked at the Morgan Stanley Technology Analyst interview for freshers -

  1. Given a number, print it in wo...read more
  2. Explain Bubble S...read more
  3. Asked about CS fundamentals - OS, OOPs e...read more

Tell us how to improve this page.

Morgan Stanley Technology Analyst Salary
based on 49 salaries
₹13 L/yr - ₹26 L/yr
167% more than the average Technology Analyst Salary in India
View more details

Morgan Stanley Technology Analyst Reviews and Ratings

based on 5 reviews

3.5/5

Rating in categories

3.0

Skill development

4.1

Work-life balance

3.8

Salary

2.8

Job security

3.2

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
Associate
3.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
2.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
1.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Vice President
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Morgan Stanley with

JPMorgan Chase & Co.

4.0
Compare

Goldman Sachs

3.5
Compare

TCS

3.7
Compare

Deloitte

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview