Upload Button Icon Add office photos

Morningstar

Compare button icon Compare button icon Compare

Filter interviews by

Morningstar Project Manager Scrum Master Interview Questions and Answers for Experienced

Updated 22 Mar 2023

Morningstar Project Manager Scrum Master Interview Experiences for Experienced

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic knowledge about Scrum (Agile manifesto, Scrum events, artefacts) and Removing Impediments.
  • Q2. Details about current work and how as a Scrum Master you fit in the current role.
Round 3 - One-on-one 

(3 Questions)

  • Q1. Details about current work as Scrum Master
  • Q2. Difficulties faced as Scrum Master.
  • Ans. 

    As a Scrum Master, difficulties can arise in areas such as team dynamics, stakeholder management, and process adherence.

    • Managing team dynamics and conflicts

    • Facilitating effective communication and collaboration

    • Ensuring stakeholder expectations are managed

    • Helping the team adhere to Scrum principles and practices

    • Addressing resistance to change

    • Balancing the needs of the team and the organization

    • Handling scope creep and ch...

  • Answered by AI
  • Q3. Biggest achievements as Scrum Master
  • Ans. 

    Successfully led a team to deliver a complex project ahead of schedule

    • Implemented Scrum framework and facilitated daily stand-up meetings, sprint planning, and retrospectives

    • Identified and resolved team conflicts, resulting in improved collaboration and productivity

    • Introduced Agile practices to stakeholders, resulting in increased transparency and better alignment with business goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself
Be honest
Have good knowledge about Scrum and Leadership

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Resume related

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on corporate actions, call and put options, crystallization process

Interview Preparation Tips

Interview preparation tips for other job seekers - study well on corporate actions, journal entries on accruals, prepayments, crystallization, performance fees etc

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Java 8, data structures, spring boot , microservices
  • Q2. Active mq/rabbit mq
  • Q3. JPA/jdbc queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and give, worth to join netspend

Interview Questionnaire 

8 Questions

  • Q1. Find a number which occurs odd number of times and all number occurs even number of times
  • Ans. 

    Find an odd occurring number among even occurring numbers.

    • Use XOR operation to cancel out even occurring numbers and get the odd occurring number.

    • Iterate through the array and XOR each element with the result variable.

    • The final result will be the odd occurring number.

  • Answered by AI
  • Q2. Some discussion about my minor project
  • Q3. Spiral order of binary tree and mattrix, print it
  • Ans. 

    Print the spiral order of a binary tree and matrix.

    • For binary tree, use level order traversal and alternate direction for each level.

    • For matrix, use four pointers to traverse in spiral order.

    • Example for binary tree: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9

    • Example for matrix: 1 2 3 4 -> 8 7 6 5 -> 9 10 11 12 -> 16 15 14 13

  • Answered by AI
  • Q4. Some question about os,dbms
  • Q5. Find pair which have a given sum in a given array
  • Ans. 

    Finding pairs in an array with a given sum.

    • Iterate through the array and for each element, check if the difference between the given sum and the element exists in the array.

    • Use a hash table to store the elements of the array and their indices for faster lookup.

    • If there are multiple pairs with the same sum, return any one of them.

    • If no pair is found, return null or an empty array.

  • Answered by AI
  • Q6. Find total number of k element which have a given avg in a given array in minimum time complexity
  • Ans. 

    Find total number of k element with given avg in an array in minimum time complexity.

    • Use sliding window technique to traverse the array in O(n) time complexity.

    • Maintain a sum variable to keep track of the sum of elements in the window.

    • If the sum of elements in the window is equal to k times the given avg, increment the count.

    • Move the window by subtracting the first element and adding the next element in the array.

  • Answered by AI
  • Q7. Print all elements which in not boundary element in a given binary tree
  • Ans. 

    Printing non-boundary elements of a binary tree

    • Traverse the tree in any order (preorder, inorder, postorder)

    • Check if the current node is not a boundary node (not the first or last node in its level)

    • If it is not a boundary node, print its value

    • Recursively traverse its left and right subtrees

  • Answered by AI
  • Q8. Then some question about process synchronisation,error vs exception,and then 2-3 hr question

Interview Preparation Tips

Round: Test
Experience: practice codes on paper
Tips:

Round: Technical Interview
Experience: very good
Tips: please try to explain each and every question in detail

Round: Technical Interview
Experience: my hr round is not taken by them,and some of face 3rd round ,which is HR
Tips: please prepare all types of problem from geeksforgeeks

Skill Tips: please try to understand every problem from geeksforgeeks
Skills: ds
College Name: NIT Bhopal
Motivation: best work culture,and a lots of learning opportunity in this company,and in every 6 month there is a appraisal

Skills evaluated in this interview

I applied via Recruitment Consultant

Interview Questionnaire 

1 Question

  • Q1. Why do you want to join the organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Throughout the Interview process, you need to be patient. As per my experience, even if your interview went fine you need to be patient to get the results. It may take weeks to months to go ahead further. Sometimes you can just talk to the recruiter who has contacted you for the interview, because the he/she is the best person to guide you throughout the process.

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How would you segment a population based on certain attributes, which algorithm would you use. SAS and proc sql related questions are must for analyst interview. If lateral hire, expect questions based on ...
  • Ans. 

    To segment a population based on attributes, use clustering algorithms like k-means or hierarchical clustering.

    • Identify relevant attributes such as age, income, education level, etc.

    • Normalize the data to ensure all attributes are on the same scale.

    • Choose a clustering algorithm based on the size of the dataset and the desired number of segments.

    • Evaluate the results using metrics like silhouette score or within-cluster s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your CV thoroughly. Why this approach, why this algorithm type of questions. Advantage, disadvantages of algorithms. What you learnt from this project, how this project helped business type questions

Skills evaluated in this interview

I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Work exrequired or not
  • Q2. Skills needed to perform
  • Ans. 

    Skills needed to perform depend on the job role and industry.

    • Technical skills

    • Communication skills

    • Problem-solving skills

    • Time management skills

    • Leadership skills

  • Answered by AI
  • Q3. What are your weaknesses and in
  • Q4. What are your stengths
  • Ans. 

    My strengths include strong analytical skills, attention to detail, and ability to work well under pressure.

    • Strong analytical skills

    • Attention to detail

    • Ability to work well under pressure

  • Answered by AI
  • Q5. How did you come to know about us
  • Q6. What was your best day of the life cycle
  • Q7. How many months of experience way

Interview Preparation Tips

Interview preparation tips for other job seekers - good and great so that you cna get a jobs and feels confident

Interview Questionnaire 

1 Question

  • Q1. About finance

I applied via LinkedIn and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About strengths and weaknesses
  • Q2. According related questions

Morningstar Interview FAQs

How many rounds are there in Morningstar Project Manager Scrum Master interview for experienced candidates?
Morningstar interview process for experienced candidates usually has 3 rounds. The most common rounds in the Morningstar interview process for experienced candidates are One-on-one Round and Resume Shortlist.
What are the top questions asked in Morningstar Project Manager Scrum Master interview for experienced candidates?

Some of the top questions asked at the Morningstar Project Manager Scrum Master interview for experienced candidates -

  1. Biggest achievements as Scrum Mas...read more
  2. Basic knowledge about Scrum (Agile manifesto, Scrum events, artefacts) and Remo...read more

Tell us how to improve this page.

Morningstar Project Manager Scrum Master Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

FactSet Interview Questions
3.9
 • 211 Interviews
Apex Group Interview Questions
2.7
 • 142 Interviews
Kotak Securities Interview Questions
3.6
 • 117 Interviews
Mr Cooper Interview Questions
4.0
 • 88 Interviews
Sharekhan Interview Questions
3.8
 • 87 Interviews
Synchrony Interview Questions
4.3
 • 79 Interviews
Axis Direct Interview Questions
3.8
 • 79 Interviews
View all
Morningstar Project Manager Scrum Master Salary
based on 7 salaries
₹10 L/yr - ₹30 L/yr
At par with the average Project Manager Scrum Master Salary in India
View more details

Morningstar Project Manager Scrum Master Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Data Research Analyst
1.5k salaries
unlock blur

₹1.6 L/yr - ₹8.1 L/yr

Research Associate
640 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Senior Data Research Analyst
579 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

Software Engineer
335 salaries
unlock blur

₹6.6 L/yr - ₹18 L/yr

Senior Research Associate
323 salaries
unlock blur

₹3.9 L/yr - ₹10.4 L/yr

Explore more salaries
Compare Morningstar with

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

FactSet

3.9
Compare

Sharekhan

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