Upload Button Icon Add office photos

Morningstar

Compare button icon Compare button icon Compare

Filter interviews by

Morningstar Software Engineer Interview Questions, Process, and Tips

Updated 28 Nov 2024

Top Morningstar Software Engineer Interview Questions and Answers

View all 9 questions

Morningstar Software Engineer Interview Experiences

8 interviews found

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

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is the difference between normal and arrow functions
  • Ans. 

    Arrow functions are more concise and have a lexical 'this' binding compared to normal functions.

    • Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.

    • Arrow functions do not have their own 'arguments' object.

    • Arrow functions cannot be used as constructors with 'new'.

    • Arrow functions are more concise and have implicit return when no curly braces are used.

  • Answered by AI
  • Q2. All basic JS Questions to cover Hoisting closure
  • Q3. They asked to show me an example using the API call
  • Q4. Difference between forEach and Map
  • Ans. 

    forEach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.

    • forEach does not return a new array, while map does

    • forEach does not modify the original array, while map creates a new array

    • forEach is used for side effects, while map is used for transformation

    • Example: forEach - array.forEach(item => console.log(item)), map - const newAr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover JS basics

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to Java, AWS, Microservices
  • Q2. Program to find 2 biggest number in array
  • Ans. 

    Program to find 2 biggest numbers in array of strings

    • Iterate through the array and convert each element to integer

    • Keep track of the two biggest numbers found so far

    • Return the two biggest numbers at the end

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the core java skills and skills mentioned in resume

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Interview Questions & Answers

user image Harshit Pathak

posted on 6 Aug 2024

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

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql based questions, oops concepts, project related questions
  • Q2. Recursion, Python, MVC, AWS services

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare the basics really well like oops, mvc concepts, sql and brush up and be clear in explaining your personal or previous company's project.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mvc,sql,oops,web api

Morningstar interview questions for designations

 Senior Software Engineer

 (6)

 Associate Software Engineer

 (2)

 Full Stack Software Developer

 (1)

 Devops Engineer

 (3)

 Site Reliability Engineer

 (1)

 QA Automation Engineer

 (1)

 Senior QA Automation Engineer

 (1)

 Associate Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Count frequency of letters in a given string
  • Ans. 

    Count frequency of letters in a given string

    • Create an array of size 26 to store the count of each letter (assuming only lowercase letters)

    • Iterate through the string and increment the count of each letter in the array

    • Print the count of each letter in the array

  • Answered by AI
  • Q2. Closures, Temporal Dead Zone, Hoisting
Round 2 - Technical 

(2 Questions)

  • Q1. Technical Discussions on projects from resume and work
  • Q2. Refresh tokens and access tokens, rate limiter

Skills evaluated in this interview

Get interview-ready with Top Morningstar Interview Questions

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

I applied via Naukri.com and was interviewed before Dec 2022. There were 4 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 - Aptitude Test 

Basic Math and English Questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic Dot Net Interview Questions
Round 4 - HR 

(1 Question)

  • Q1. Mostly Salary Negotiation

Software Engineer Jobs at Morningstar

View all

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Javascript ES6 features.
  • Ans. 

    ES6 introduced new features to Javascript including arrow functions, let and const, classes, and template literals.

    • Arrow functions provide a concise syntax for writing functions.

    • Let and const are block-scoped variables.

    • Classes provide a way to create objects with methods and properties.

    • Template literals allow for string interpolation and multi-line strings.

    • Destructuring allows for easy extraction of values from arrays ...

  • Answered by AI
  • Q2. How an angular application works.
  • Ans. 

    Angular is a front-end framework that uses HTML, CSS, and JavaScript to build dynamic web applications.

    • Angular uses components to create reusable UI elements

    • It uses services to share data and functionality across components

    • It has a powerful template system that allows for easy data binding and manipulation

    • Angular uses RxJS for reactive programming and observables

    • It has a built-in router for handling navigation between ...

  • Answered by AI
  • Q3. What are components in angular
  • Ans. 

    Components in Angular are reusable building blocks that encapsulate HTML, CSS, and TypeScript code.

    • Components are the basic building blocks of an Angular application

    • They are reusable and can be used across multiple pages

    • Each component has its own HTML, CSS, and TypeScript code

    • Components can communicate with each other using @Input and @Output decorators

    • Examples of components include navbar, footer, and login form

  • Answered by AI
Round 2 - Behavioral 

(3 Questions)

  • Q1. How to set up the environment for building angular application
  • Ans. 

    To set up the environment for building an Angular application, you need to install Node.js and Angular CLI.

    • Install Node.js and npm

    • Install Angular CLI using npm

    • Create a new Angular project using CLI

    • Run the project using ng serve command

  • Answered by AI
  • Q2. What is CI/CD pipeline
  • Ans. 

    CI/CD pipeline is a process of continuous integration and continuous delivery/deployment of software.

    • CI/CD pipeline automates the software delivery process.

    • It involves continuous integration of code changes, automated testing, and continuous delivery/deployment of software.

    • It helps in reducing errors and improving the quality of software.

    • Popular CI/CD tools include Jenkins, Travis CI, and CircleCI.

  • Answered by AI
  • Q3. How comfortable are you learning and working on VueJS application

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for Full-Stack Developer role then make sure you know any one of the JS Frameworks. A little background on AWS will be beneficial.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Core Java and aws

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How would you write a REST API from scratch? Explain your role in the project.
  • Ans. 

    To write a REST API from scratch, I would follow these steps:

    • Define the resources and endpoints

    • Choose a programming language and framework

    • Implement CRUD operations for each resource

    • Use HTTP methods and status codes correctly

    • Add authentication and authorization

    • Test the API using tools like Postman

    • Document the API using tools like Swagger

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are two rounds of technical and one hr.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Overall on SQL interview questions.
  • Q2. Triiggers, sp, function , some queries to build

Interview Preparation Tips

Interview preparation tips for other job seekers - Good SQL knowledge is required

Morningstar Interview FAQs

How many rounds are there in Morningstar Software Engineer interview?
Morningstar interview process usually has 1-2 rounds. The most common rounds in the Morningstar interview process are Technical, HR and Behavioral.
How to prepare for Morningstar Software Engineer 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 Agile, Python, Javascript, Scrum and Coding.
What are the top questions asked in Morningstar Software Engineer interview?

Some of the top questions asked at the Morningstar Software Engineer interview -

  1. How to set up the environment for building angular applicat...read more
  2. what is the difference between normal and arrow functi...read more
  3. How an angular application wor...read more

Tell us how to improve this page.

Morningstar Software Engineer Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more
Morningstar Software Engineer Salary
based on 313 salaries
₹6.5 L/yr - ₹17 L/yr
40% more than the average Software Engineer Salary in India
View more details

Morningstar Software Engineer Reviews and Ratings

based on 45 reviews

3.8/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.5

Salary

4.1

Job security

4.1

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 45 Reviews and Ratings
Software Engineer-Tableau,Python,

Mumbai

3-7 Yrs

₹ 8.5-15 LPA

Software Engineer

Mumbai

8-13 Yrs

Not Disclosed

Explore more jobs
Data Research Analyst
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Associate
646 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Data Research Analyst
552 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
313 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Research Associate
308 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Morningstar with

Crisil

3.6
Compare

ICRA

3.3
Compare

CareEdge Ratings

3.0
Compare

India Ratings & Research

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