Upload Button Icon Add office photos

Morningstar

Compare button icon Compare button icon Compare

Filter interviews by

Morningstar Quality Analyst Interview Questions and Answers

Updated 18 Jul 2023

Morningstar Quality Analyst Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Core finance questions were asked along with logical reasoning and quantitative questions

Round 3 - Technical 

(1 Question)

  • Q1. Everything about equity and financial statements
Round 4 - Behavioral 

(1 Question)

  • Q1. Behaviour questions were asked

Interview questions from similar companies

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

Round 1 - Technical 

(2 Questions)

  • Q1. Project details, Swift, Agile
  • Q2. Equity ,Fi trade lifecycle
Round 2 - HR 

(1 Question)

  • Q1. Ctc details, expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience. Not so difficult

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 Other and was interviewed before Dec 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainly technical ques, use case scenarios and a couple of assignments to complete..

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the JD, prepare for it, think of the real life scenarios if you have worked with something that is mentioned in JD.
HR interview might be a tricky one.... So be general.

Interview Questionnaire 

2 Questions

  • Q1. Basic javascript.. closures,hoisting, es6 features etc
  • Q2. Prototype in JavaScript
  • Ans. 

    Prototyping in JavaScript allows for quick and easy creation of new objects and functions.

    • Prototyping allows for inheritance and sharing of properties and methods.

    • New objects can be created using the 'new' keyword and the prototype of an existing object.

    • Functions can also be prototyped to add new methods or properties.

    • Example: function Person(name) { this.name = name; } Person.prototype.greet = function() { console.log...

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Knowledge about financial markets?
  • Ans. 

    I have a strong understanding of financial markets and their workings.

    • Familiar with various financial instruments such as stocks, bonds, and derivatives

    • Knowledge of market trends and analysis techniques

    • Experience in financial modeling and forecasting

    • Understanding of macroeconomic factors that impact financial markets

    • Ability to interpret financial statements and reports

    • Examples: analyzing stock performance, creating fin...

  • Answered by AI

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

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

Round 1 - Aptitude Test 

Long procedure.. but can crack it with some good apt skill

Round 2 - Video Call 

(1 Question)

  • Q1. Current affairs and self awareness
Round 3 - One-on-one 

(1 Question)

  • Q1. Be sure on what makes to to apply here and which department you are heading towards is very important
Round 4 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Topics to prepare for Northern Trust Operating Services Analyst interview:
  • Accounting
  • Statistics
  • Taxation
  • Derivatives
  • Business Objects
Interview preparation tips for other job seekers - Be confident while sharing your thoughts and answering questions.better Do not guess work.

I applied via Referral and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Walk me through with your CV?
  • Q2. 2. What is Mutual fund?
  • Ans. 

    A mutual fund is a type of investment vehicle that pools money from multiple investors to invest in a diversified portfolio of stocks, bonds, or other securities.

    • Mutual funds are managed by professional fund managers who make investment decisions on behalf of the investors.

    • Investors buy shares in the mutual fund and the value of their investment is determined by the performance of the underlying securities.

    • Mutual funds...

  • Answered by AI
  • Q3. 3. Who is the regulator of mutual fund?
  • Ans. 

    SEBI is the regulator of mutual funds in India.

    • SEBI (Securities and Exchange Board of India) is the regulatory body for mutual funds in India.

    • SEBI regulates the functioning of mutual funds and ensures that they comply with the regulations.

    • SEBI also protects the interests of investors in mutual funds.

    • SEBI has the power to take action against mutual funds that violate the regulations.

    • SEBI has introduced various regulatio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - From my experience, I say be natural and be comfortable

Morningstar Interview FAQs

How many rounds are there in Morningstar Quality Analyst interview?
Morningstar interview process usually has 4 rounds. The most common rounds in the Morningstar interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Morningstar Quality Analyst interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Morningstar. The most common topics and skills that interviewers at Morningstar expect are SQL, Data Quality, Process Improvement, Python and Quality Improvement.
What are the top questions asked in Morningstar Quality Analyst interview?

Some of the top questions asked at the Morningstar Quality Analyst interview -

  1. Everything about equity and financial stateme...read more
  2. Behaviour questions were as...read more

Tell us how to improve this page.

Morningstar Quality Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

FactSet Interview Questions
3.9
 • 206 Interviews
Apex Group Interview Questions
2.7
 • 137 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
Mr Cooper Interview Questions
4.0
 • 84 Interviews
Sharekhan Interview Questions
3.8
 • 81 Interviews
Synchrony Interview Questions
4.3
 • 77 Interviews
Axis Direct Interview Questions
3.8
 • 76 Interviews
View all
Morningstar Quality Analyst Salary
based on 4 salaries
₹5.2 L/yr - ₹10 L/yr
72% more than the average Quality Analyst Salary in India
View more details

Morningstar Quality Analyst Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

4.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
651 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Senior Data Research Analyst
559 salaries
unlock blur

₹3.6 L/yr - ₹8.5 L/yr

Software Engineer
327 salaries
unlock blur

₹6.6 L/yr - ₹17.1 L/yr

Senior Research Associate
306 salaries
unlock blur

₹4 L/yr - ₹11 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