Upload Button Icon Add office photos

Filter interviews by

Morningstar Quantitative Analyst Interview Questions and Answers

Updated 6 Jun 2024

Morningstar Quantitative Analyst Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your past work experience

Quantitative Analyst Jobs at Morningstar

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you measure a campaign performance.
  • Ans. 

    Campaign performance can be measured through key performance indicators (KPIs) such as conversion rate, click-through rate, return on investment (ROI), and customer acquisition cost.

    • Track conversion rate to measure the percentage of users who completed a desired action after interacting with the campaign.

    • Monitor click-through rate to assess the percentage of users who clicked on a link or ad within the campaign.

    • Calcula...

  • Answered by AI
  • Q2. Questions based on A/b TESTING
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Define your dataset and what difficulties you have faced while preparing your model ?
  • Ans. 

    The dataset consists of customer purchase history and demographic information. Difficulties faced include data cleaning and missing values.

    • Dataset includes customer ID, purchase amount, purchase date, age, gender, and location.

    • Difficulties faced include handling missing values in the age and location columns.

    • Data cleaning involved removing duplicates and outliers to ensure accurate analysis.

    • Normalization and standardiz

  • Answered by AI
  • Q2. What is Normalization and standardization
  • Ans. 

    Normalization and standardization are techniques used to rescale data to have a mean of 0 and a standard deviation of 1.

    • Normalization is the process of rescaling the data to have values between 0 and 1.

    • Standardization is the process of rescaling the data to have a mean of 0 and a standard deviation of 1.

    • Normalization is useful when the features have different ranges.

    • Standardization is useful when the features have diff...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and ne honest.

Skills evaluated in this interview

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 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Basic & intermediate SQL questions
  • Q2. Second highest salary of employee
  • Q3. DBMS key concepts and explation with examples of use case
  • Ans. 

    DBMS key concepts and examples of use cases

    • DBMS stands for Database Management System

    • Key concepts include data modeling, query optimization, transaction management

    • Use cases include online transaction processing (OLTP), data warehousing, customer relationship management (CRM)

    • Examples: MySQL for OLTP, Oracle for data warehousing, Salesforce for CRM

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Techno business related questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2023. 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 - Assignment 

Develop an ML solution from the given problem statement and data.

Round 3 - Technical 

(3 Questions)

  • Q1. Discussion on your assignment and previous work.
  • Q2. Why did you choose the model?
  • Q3. Explain how GBM works
  • Ans. 

    GBM is a machine learning algorithm that builds multiple decision trees to predict outcomes and combines them to improve accuracy.

    • GBM stands for Gradient Boosting Machine

    • It builds multiple decision trees sequentially, each one correcting errors made by the previous tree

    • The final prediction is a combination of predictions from all the trees

    • GBM is an ensemble learning technique that is popular for its high accuracy and f

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Writing professional code can improve your chances. You should choose the python best practices and use efficient algorithm. Rather than creating notebooks, try creating a module resembling a DS pipeline for your solution. Add tests for the functions included, cover majority of data issue checks like overcoating, data leakage etc.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. About end to end Investment banking terminology. SQL Quires
Round 3 - Technical 

(1 Question)

  • Q1. Some SQL Questions and Behavioral questions Capital Market question.. Like what is CDS and how it works
Round 4 - HR 

(1 Question)

  • Q1. Is it ok for Relocation,
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for a position that aligns with my career goals and offers growth opportunities.

    • I am open to considering relocation packages and assistance.

    • I am excited about the prospect of exploring new cities and cultures.

    • Examples: I have previously relocated for a job and found it to be a positive experience.

    • I am willing to discuss relocation during th

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Capital Market and investment banking domain is IMP

I applied via LinkedIn and was interviewed in Aug 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. General resume based question. Interviewer asked me to explain one of the past project and asked some questions based on that
Round 3 - Assignment 

It was the assignment including the data science problem and SQL questions for one of the datetime table. Assignment was for 3 hours and had to complete some mandatory questions from data science assignment.

Round 4 - Technical 

(1 Question)

  • Q1. It was a technical + data science case study round. Interviewer asked me some technical questions based on machine learning and gave me one case study.
Round 5 - Behavioral 

(1 Question)

  • Q1. Interviewer asked me some general behavioural questions and also gave me one case study to solve.

Interview Preparation Tips

Interview preparation tips for other job seekers - In experienced candidate interviewer try to check the thought process and analytical thinking of the candidate. So make sure you prepare well for the case studies along with the technical knowledge.
Round 1 - One-on-one 

(1 Question)

  • Q1. How to check model performance? Over fit vs underfit?
  • Ans. 

    Model performance can be checked using various metrics such as accuracy, precision, recall, F1 score, and confusion matrix.

    • Split data into training and testing sets

    • Train the model on the training set

    • Evaluate the model on the testing set using metrics such as accuracy, precision, recall, F1 score, and confusion matrix

    • If the model performs well on the testing set, it is not overfit or underfit

    • If the model performs well o...

  • Answered by AI
Round 2 - Coding Test 

Python code for 45 mins. Pandas , group by , filtering questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare pandas interview questions well

Skills evaluated in this interview

Morningstar Interview FAQs

How many rounds are there in Morningstar Quantitative Analyst interview?
Morningstar interview process usually has 1 rounds. The most common rounds in the Morningstar interview process are One-on-one Round.
How to prepare for Morningstar Quantitative 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 Python, SQL, Equity Research, Analytics and Quantitative Analysis.

Tell us how to improve this page.

Morningstar Quantitative Analyst Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

S&P Global Interview Questions
4.2
 • 271 Interviews
FactSet Interview Questions
3.9
 • 207 Interviews
Crisil Interview Questions
3.7
 • 185 Interviews
Apex Group Interview Questions
2.7
 • 127 Interviews
Kotak Securities Interview Questions
3.6
 • 113 Interviews
Mr Cooper Interview Questions
4.1
 • 79 Interviews
Sharekhan Interview Questions
3.9
 • 78 Interviews
View all
Morningstar Quantitative Analyst Salary
based on 39 salaries
₹8 L/yr - ₹26 L/yr
At par with the average Quantitative Analyst Salary in India
View more details

Morningstar Quantitative Analyst Reviews and Ratings

based on 5 reviews

4.0/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

4.0

Salary

4.3

Job security

4.0

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 5 Reviews and Ratings
Lead Quantitative Analyst, Structured Finance Analytics

Thane,

Navi Mumbai

+1

9-11 Yrs

Not Disclosed

Quantitative Analyst, IMA

Mumbai

1-4 Yrs

₹ 8-26 LPA

Lead Quantitative Analyst, Credit Ratings

Mumbai

9-11 Yrs

Not Disclosed

Explore more jobs
Data Research Analyst
1.5k salaries
unlock blur

₹1.6 L/yr - ₹8.1 L/yr

Research Associate
658 salaries
unlock blur

₹2.8 L/yr - ₹8.2 L/yr

Senior Data Research Analyst
547 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Senior Research Associate
311 salaries
unlock blur

₹3.9 L/yr - ₹10.4 L/yr

Software Engineer
300 salaries
unlock blur

₹6 L/yr - ₹17.4 L/yr

Explore more salaries
Compare Morningstar with

Crisil

3.7
Compare

ICRA

3.4
Compare

CareEdge Ratings

3.0
Compare

India Ratings & Research

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