Upload Button Icon Add office photos

Filter interviews by

Milliman Software Engineer Interview Questions and Answers

Updated 7 Aug 2021

Milliman Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image Abdullah Khan

posted on 7 Aug 2021

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

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to write custom django admin commands
  • Ans. 

    Custom Django admin commands can be written to perform specific tasks in the Django admin interface.

    • Create a management/commands directory inside your Django app directory

    • Create a Python file for your custom command inside the management/commands directory

    • Define a class that extends BaseCommand and implement the handle method to execute the command logic

    • Register the custom command in the Django admin interface by addin

  • Answered by AI
  • Q2. Python decorator

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. How to reverse a sentence using stream api
  • Ans. 

    Use Stream API to reverse a sentence

    • Split the sentence into words using split() method

    • Convert the array of words into a Stream using Arrays.stream()

    • Use Stream API operations like map(), collect() and joining() to reverse the sentence

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction ,basic eda, project
  • Q2. Project questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked everything that was present in my resume
  • Q2. DBMS, OOps were asked a lot and react as well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Lifecycle hooks of Angular
  • Ans. 

    Angular lifecycle hooks are methods that allow you to tap into specific points in a component's lifecycle.

    • ngOnChanges: called when an input property changes

    • ngOnInit: called once the component is initialized

    • ngDoCheck: called during every change detection run

    • ngAfterContentInit: called after content (ng-content) has been projected into the component

    • ngAfterContentChecked: called after every check of the projected content

    • ng...

  • Answered by AI
  • Q2. SOLID principles
Round 2 - Technical 

(1 Question)

  • Q1. Questions on SQL
Round 3 - HR 

(1 Question)

  • Q1. Introduction and basic questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was good i am writing this because i want access to other features of this website .lol

Round 2 - Group Discussion 

It was good,they asked me to tell me about yourself

Interview Preparation Tips

Topics to prepare for KPMG India Software Engineer interview:
  • strings
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How team works in your project?

I applied via Company Website and was interviewed in May 2022. There were 7 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 

This aptitude + technical MCQ test was of 120 minutes in duration. Had MCQs on quantitative ability, logical ability, Language, and technical MCQs consisted of questions on DBMS, OS, Networks, DSA. There were two coding questions as well. One on Bit Manipulating, and the other on DFS.

Round 3 - One-on-one 

(1 Question)

  • Q1. A question on BFS very similar to Leetcode 924. Was given one hour to discuss and come to an optimized solution with the interviewer.
Round 4 - Technical 

(4 Questions)

  • Q1. Search an element in a sorted and rotated array
  • Ans. 

    Search an element in a sorted and rotated array

    • Find the pivot point where the array is rotated

    • Divide the array into two sub-arrays based on pivot point

    • Perform binary search on the appropriate sub-array

  • Answered by AI
  • Q2. SQL query on left join
  • Q3. Questions on CPP memory management
  • Q4. Questions related to projects done
Round 5 - Technical 

(2 Questions)

  • Q1. Propose a system for a popular media stream service
  • Ans. 

    Proposed system for a popular media stream service

    • Implement a recommendation engine to suggest content based on user preferences and viewing history

    • Integrate with social media platforms to allow users to share and discuss content

    • Provide multiple subscription options with varying levels of access and features

    • Ensure high-quality streaming with minimal buffering through the use of content delivery networks

    • Implement robust...

  • Answered by AI
  • Q2. Questions related to Fullstack Tech Stacks
Round 6 - Case Study 

Guesstimate on number of Reddit users in India. No starting input was given. Gave solution by using bottom to top approach. Tried to focus on quantifying teenagers with internet access and a particular interest about internet. Gave a figure around ~1 million in a year.

Round 7 - HR 

(1 Question)

  • Q1. Where do you see yourself at McKinsey?

Interview Preparation Tips

Topics to prepare for McKinsey & Company Software Engineer interview:
  • DSA
  • DBMS
  • Web Development
Interview preparation tips for other job seekers - Show leadership potential. Be honest. They are smart, they are McKinsey, they know what's what. If appearing for software profile, the preparation is no different from what's needed for other companies. They are highly selective. Rest assured; it will be good experience, keep your head up.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic coding related to c, c++... Then SQL query

Round 3 - Technical 

(1 Question)

  • Q1. Questions from project and are of interest that we pit in our resume

Milliman Interview FAQs

How to prepare for Milliman 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 Milliman. The most common topics and skills that interviewers at Milliman expect are ASP.Net MVC, C#, Information Technology, SQL and Software Design.
What are the top questions asked in Milliman Software Engineer interview?

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

  1. OOPS 1: Difference between Method overloading and method overriding 2: What...read more
  2. SQL 1: Difference between primary key and unique key 2: Why we use Normalis...read more
  3. Firstly They have asked me to introduce myself and further, they questions from...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Milliman interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Milliman Software Engineer Salary
based on 34 salaries
₹3.5 L/yr - ₹12.5 L/yr
14% less than the average Software Engineer Salary in India
View more details

Milliman Software Engineer Reviews and Ratings

based on 3 reviews

2.9/5

Rating in categories

2.9

Skill development

3.2

Work-Life balance

3.2

Salary & Benefits

3.2

Job Security

3.2

Company culture

3.2

Promotions/Appraisal

2.9

Work Satisfaction

Explore 3 Reviews and Ratings
Benefits Administrator
94 salaries
unlock blur

₹2.7 L/yr - ₹7.3 L/yr

Software Engineer
34 salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Data Warehouse Specialist
24 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Actuarial Analyst
21 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Data Engineer
18 salaries
unlock blur

₹3 L/yr - ₹16.2 L/yr

Explore more salaries
Compare Milliman with

Willis Towers Watson

3.8
Compare

Aon

3.8
Compare

Mercer

3.7
Compare

Deloitte

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview