Upload Button Icon Add office photos

Morningstar

Compare button icon Compare button icon Compare

Filter interviews by

Morningstar Graduate Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Oct 2021. There were 2 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 - Technical 

(1 Question)

  • Q1. 1. Tell me about Python OS module. 2. What is Anachron? 3. What is the difference between Dynamic and Static website? 4. How will you clone a particular branch? 5. How will you handle exceptions in Ansible...
  • Ans. 

    Technical interview questions for Senior Engineer position

    • Python OS module provides a way of interacting with the operating system

    • Anachron is a tool for scheduling periodic jobs

    • Dynamic websites generate content on the fly while static websites serve pre-built content

    • To clone a particular branch, use the git clone command followed by the branch name

    • Exceptions in Ansible can be handled via the 'ignore_errors' parameter i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Ameriprise Financial Senior Engineer interview:
  • ansible
  • python
  • linux
  • aws
  • git
  • shell
  • jenkins
  • your resume
Interview preparation tips for other job seekers - Most of their questions were twisted. Take your time to understand what they are asking and then go forward with a response. Trust yourself and your knowledge, but, don't try to fake your knowledge or take too much time to give a response.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Some basic aptitube and reasoning problems were asked. Easily solvable.

Round 2 - Coding Test 

They asked multiple choice questions on oracle sql and pl/sql emphasizing more on reading a code block ask output questions. These were of medium hardness.

Round 3 - Technical 

(1 Question)

  • Q1. They asked what you do on daily basis in your work. What is most complex thing you have implemented and some complex questions on multilevel plsql collection module. It lasted for 1.5 hrs
Round 4 - One-on-one 

(4 Questions)

  • Q1. Questions regarding Oracle architecture and its component
  • Q2. Question on live implementation of multilevel collection, bulk collect and record limiting and bulk exception handleing.
  • Q3. Dml error logging functionality
  • Ans. 

    DML error logging functionality allows for capturing errors during data manipulation language operations.

    • DML error logging can be enabled at the table level using the LOG ERRORS clause in DML statements.

    • It helps in identifying and resolving data issues without causing the entire transaction to fail.

    • Errors are logged in a separate error table, allowing the main operation to continue processing.

    • Example: INSERT INTO table...

  • Answered by AI
  • Q4. Query and join optimization
Round 5 - HR 

(1 Question)

  • Q1. Related to salary and what benefits they provide.

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 Referral and was interviewed before Nov 2021. There were 2 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 - HR 

(2 Questions)

  • Q1. Talk about your prior experience
  • Q2. Tell me something about yourself

Interview Preparation Tips

Topics to prepare for Northern Trust Operating Services Analyst interview:
  • Capital Market
Interview preparation tips for other job seekers - Its a good company to work and learn and grow. Employee are good at tgeir work and very good with their concept

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 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

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.

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

Tell us how to improve this page.

Interview Questions from Similar Companies

FactSet Interview Questions
3.9
 • 208 Interviews
Apex Group Interview Questions
2.7
 • 140 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
Mr Cooper Interview Questions
3.9
 • 88 Interviews
Sharekhan Interview Questions
3.8
 • 85 Interviews
Synchrony Interview Questions
4.3
 • 79 Interviews
Axis Direct Interview Questions
3.8
 • 79 Interviews
View all
Data Research Analyst
1.5k salaries
unlock blur

₹1.6 L/yr - ₹8.1 L/yr

Research Associate
647 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Senior Data Research Analyst
596 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

Software Engineer
319 salaries
unlock blur

₹6.6 L/yr - ₹18 L/yr

Senior Research Associate
318 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