Upload Button Icon Add office photos

Milliman

Compare button icon Compare button icon Compare

Filter interviews by

Milliman Software Engineer Interview Questions and Answers for Freshers

Updated 7 Aug 2021

Milliman Software Engineer Interview Experiences for Freshers

1 interview found

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

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Spring, Hibernate and java and angular questions
  • Q2. What is REST API, Difference between Spring MVC and Spring Boot, Abstract class, interfaces etc
  • Ans. 

    Answering questions related to REST API, Spring MVC, Spring Boot, abstract class, and interfaces.

    • REST API is a set of rules for building web services. It uses HTTP methods to access resources.

    • Spring MVC is a framework for building web applications using the Model-View-Controller architecture.

    • Spring Boot is a framework for building standalone, production-grade Spring-based applications.

    • An abstract class is a class that ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared well on what you have mentioned on your resume.

I applied via Campus Placement and was interviewed before Sep 2021. There were 5 interview rounds.

Round 1 - Coding Test 

1. One question was given to be solved in 1 hour. Question was medium level based on strings.

Round 2 - One-on-one 

(1 Question)

  • Q1. 1. 1:1 interview, mostly discussion around OOPS concepts and some basic dynamic programming questions.
Round 3 - Case Study 

1. 3 questions were given out of which any 2 needed to be solved. 1 question related to Database design and query, 2 questions related to DSA, both DSA questions were medium-hard type based on Dynamic programming and graph.
I solved one Dynamic programming question and Database question.

Round 4 - One-on-one 

(1 Question)

  • Q1. 1. This round was the follow up of last case study round. Interviewer gave various use cases to test on the algorithms that I had written. Some discussion related to OOPS concepts and Database design quest...
Round 5 - HR 

(1 Question)

  • Q1. It was final discussion, mostly around cultural fit and classic HR questions. It was easy one, I'd say.

Interview Preparation Tips

Topics to prepare for ZS Software Engineer interview:
  • Data Structures
  • Algorithms
  • OOPS
  • Database management system
Interview preparation tips for other job seekers - Prepare DSA, Database basic questions, OOPS concepts and be confident! Implementation is more important than theory, Hence practice these things.

I applied via LinkedIn and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic OOPS concepts?
  • Q2. Logical Coding like remove duplicates from array

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your basic OOPS concepts

Interview Questionnaire 

1 Question

  • Q1. Reverse a LL, Git use cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself

I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you handle downtime
  • Ans. 

    I prioritize identifying the root cause and finding a solution while keeping stakeholders informed.

    • Identify the root cause of the downtime

    • Communicate with stakeholders about the issue and expected resolution time

    • Work on finding a solution as quickly as possible

    • Implement preventative measures to avoid future downtime

    • Document the incident and steps taken for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Because confident and prepare well for versant test

Interview Questionnaire 

1 Question

  • Q1. Java basics
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Oops and dbms were asked
  • Q2. All oops concepts were asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

MCQ - Logical, AWS, SQL, Python

Round 2 - Technical 

(1 Question)

  • Q1. Basic Python questions, SQL questions, AWS Questions, Previous project discussion, Day to day responsibilities etc.
Round 3 - Behavioral 

(1 Question)

  • Q1. System design, APIs, projects, products etc.

Interview Preparation Tips

Topics to prepare for Gartner Software Engineer interview:
  • Geeks for geeks
  • Blogs
  • Leetcode
  • Youtube
Interview preparation tips for other job seekers - Practice your basic coding skills and give thorough view to scan your resume and learn about almost every skill you have mentioned in your resume.

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Behavioral 

(1 Question)

  • Q1. Basic Questions Regarding My Background & Experience.
Round 2 - Assignment 

Ruby Assignment

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion regarding the submitted assignment, pair programming followed by some technical questions regarding APIs, Architecture, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview difficulty is moderate

Milliman Interview FAQs

How to prepare for Milliman Software Engineer interview for freshers?
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 for freshers?

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

  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.

Milliman Software Engineer Salary
based on 32 salaries
₹3.5 L/yr - ₹12.7 L/yr
10% 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

3.2

Job security

3.2

Company culture

3.2

Promotions

2.9

Work satisfaction

Explore 3 Reviews and Ratings
Benefits Administrator
80 salaries
unlock blur

₹3 L/yr - ₹7.3 L/yr

Software Engineer
32 salaries
unlock blur

₹3.5 L/yr - ₹12.6 L/yr

Data Engineer
25 salaries
unlock blur

₹4.5 L/yr - ₹16.6 L/yr

Actuarial Analyst
22 salaries
unlock blur

₹5.5 L/yr - ₹13.6 L/yr

Data Warehouse Specialist
21 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Explore more salaries
Compare Milliman with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

PwC

3.4
Compare

KPMG India

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