Upload Button Icon Add office photos

Sun Life Financial

Compare button icon Compare button icon Compare

Filter interviews by

Sun Life Financial Graduate Engineer Interview Questions and Answers

Updated 24 Nov 2024

Sun Life Financial Graduate Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Mix of coding and aptitude. Questions were easy, one of the coding Questions was easy dp, so your coding level should be medium.

Round 2 - Technical 

(3 Questions)

  • Q1. Best project explanation.
  • Q2. Sorting algorithms, their time complexity.
  • Ans. 

    Sorting algorithms are methods used to arrange elements in a list in a specific order based on certain criteria.

    • Common sorting algorithms include Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, and Heap Sort.

    • Time complexity varies for different sorting algorithms, with some being more efficient than others.

    • For example, Bubble Sort has a worst-case time complexity of O(n^2), while Merge Sort has a t

  • Answered by AI
  • Q3. Easy code problem related to maps.
Round 3 - Technical 

(3 Questions)

  • Q1. Resume discussion
  • Q2. If we have worked on new techs like blockchain, llms etc
  • Ans. 

    Yes, I have experience working with new technologies like blockchain and llms.

    • Developed smart contracts on blockchain for secure transactions

    • Implemented llms (Learning Management Systems) for online education platforms

    • Stayed updated on latest advancements in blockchain and llms technology

  • Answered by AI
  • Q3. Discuss on my azure certificates

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Like wipro test in sections and timing based

Round 2 - Coding Test 

Coding test was the easiest one test in the whole scenario

Round 3 - One-on-one 

(2 Questions)

  • Q1. Aptitude based questions
  • Q2. Project related questions which was good enough

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go for it

Graduate Engineer Interview Questions Asked at Other Companies

asked in Worley
Q1. What is Finite Element Analysis? Explain using examples.
Q2. Why OC test done on LV side and SC test on HV side of Transformer ... read more
asked in Worley
Q3. What is ductility of a metal? Does temperature have any effect on ... read more
asked in Petrofac
Q4. What are different types of sensors used in oil and gas industrie ... read more
Q5. In distribution transformer how many earthing required to a healt ... read more

Interview questions from similar companies

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

There was a coding test on hackerank

I applied via Company Website and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Messaging communication (RabbitMQ, ActiveMQ)
  • Q2. Spring boot
  • Q3. Core Java (Oops, JVM, Memory types, Collections)
  • Q4. Spring security, Hibernate cache
  • Q5. Scenario based questions
  • Q6. Design patterns,SAGA Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Scenario based questions on real time examples like ticket reservation, data processing. SAGA pattern

I applied via LinkedIn and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. String manipulation code

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful to answer to the point
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design a system like youtube
  • Ans. 

    Design a system similar to YouTube for video sharing and streaming

    • Implement user authentication and authorization for uploading and viewing videos

    • Create a database to store video metadata, user information, and comments

    • Develop a recommendation algorithm based on user preferences and viewing history

    • Utilize a content delivery network (CDN) for efficient video streaming

    • Include features like video monetization, live stream

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project related
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question on kafka
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Multi threading print odd even with 2 threads but output should be in sync
  • Ans. 

    Use two threads to print odd and even numbers in sync

    • Create two threads, one for printing odd numbers and one for printing even numbers

    • Use synchronization mechanisms like mutex or semaphore to ensure output is in sync

    • Example: Thread 1 prints odd numbers (1, 3, 5, ...) and Thread 2 prints even numbers (2, 4, 6, ...)

  • Answered by AI
  • Q2. Largest common prefix in string array
  • Ans. 

    Find the largest common prefix among an array of strings.

    • Iterate through the characters of the first string and compare with the corresponding characters of other strings.

    • Stop when a mismatch is found or when reaching the end of any string.

    • Return the prefix found so far.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Saga pattern in microservice
  • Ans. 

    Saga pattern is a design pattern used in microservices architecture to manage distributed transactions.

    • Saga pattern breaks down a transaction into a series of smaller, independent steps.

    • Each step in the saga is a separate transaction that can be rolled back if needed.

    • If one step fails, compensating transactions can be executed to undo the changes made by previous steps.

    • Saga pattern helps maintain data consistency in a ...

  • Answered by AI
  • Q2. API validation and security
Round 3 - Technical 

(2 Questions)

  • Q1. Micro service inter communication
  • Q2. Hash map hash set implementation
  • Ans. 

    Hash map and hash set are data structures that use hashing to store key-value pairs and unique values respectively.

    • Hash map uses key-value pairs where keys are hashed to find the corresponding value

    • Hash set stores unique values using hashing to quickly check for duplicates

    • Example: HashMap<String, Integer> map = new HashMap<>(); HashSet<Integer> set = new HashSet<>();

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

(3 Questions)

  • Q1. Validation frame work .
  • Q2. Design pattern , .
  • Q3. Singleton pattern and how to break
  • Ans. 

    Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Singleton pattern involves a private constructor, a static method to access the instance, and a static variable to hold the instance.

    • To break the singleton pattern, one can use reflection to access the private constructor and create multiple instances.

    • Another way to break the singleton pattern is by using serialization a

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Negotiation on package .
  • Q2. Why to join here
  • Ans. 

    I am excited about the innovative projects and collaborative team environment at this company.

    • Opportunity to work on cutting-edge projects

    • Collaborative team environment

    • Strong company culture and values

    • Room for growth and advancement

    • Positive reputation in the industry

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Java 8 features with examples
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and concise code.

    • Streams provide a way to process collections of data in a parallel and functional manner.

    • Default methods allow for adding new functionality to interfaces without breaking existing implementations.

    • Method references provide a way to refer to methods without...

  • Answered by AI
  • Q2. How to write Customised immutable java class
  • Ans. 

    Customised immutable java class can be written by declaring all fields as final and not providing any setters.

    • Declare all fields as final

    • Do not provide any setters

    • Provide a constructor to initialize all fields

    • Override equals() and hashCode() methods

    • Make the class final

  • Answered by AI

Skills evaluated in this interview

Senior Engineer Interview Questions & Answers

Wells Fargo user image SIRIGIRI SAI KUMAR

posted on 22 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Hadoop basics on computing
  • Q2. Distribution basics for processing the data
Round 3 - Technical 

(2 Questions)

  • Q1. Architecture of bigdata systems
  • Ans. 

    Bigdata systems architecture involves distributed storage, processing, and analysis of large volumes of data.

    • Utilize distributed file systems like HDFS for storage

    • Use parallel processing frameworks like Apache Spark or Hadoop for data processing

    • Implement data pipelines for ETL processes

    • Leverage NoSQL databases like Cassandra or MongoDB for real-time data querying

    • Consider data partitioning and replication for fault tole

  • Answered by AI
  • Q2. How will the bigdata system distribution for storage andcompute happen
  • Ans. 

    Big data system distribution for storage and compute involves partitioning data across multiple nodes for efficient processing.

    • Data is partitioned across multiple nodes to distribute storage and processing load.

    • Hadoop Distributed File System (HDFS) is commonly used for storage distribution.

    • Apache Spark utilizes a cluster computing framework for distributed computing.

    • Data locality is important to minimize data transfer ...

  • Answered by AI

Skills evaluated in this interview

Sun Life Financial Interview FAQs

How many rounds are there in Sun Life Financial Graduate Engineer interview?
Sun Life Financial interview process usually has 3 rounds. The most common rounds in the Sun Life Financial interview process are Coding Test, Technical and Aptitude Test.
What are the top questions asked in Sun Life Financial Graduate Engineer interview?

Some of the top questions asked at the Sun Life Financial Graduate Engineer interview -

  1. If we have worked on new techs like blockchain, llms ...read more
  2. Sorting algorithms, their time complexi...read more
  3. Project related questions which was good eno...read more

Tell us how to improve this page.

Sun Life Financial Graduate Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 580 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
American Express Interview Questions
4.1
 • 366 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
Morningstar Interview Questions
3.9
 • 244 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
BNP Paribas Interview Questions
3.8
 • 181 Interviews
View all
Sun Life Financial Graduate Engineer Salary
based on 6 salaries
₹5.5 L/yr - ₹7.5 L/yr
30% more than the average Graduate Engineer Salary in India
View more details
Process Associate
578 salaries
unlock blur

₹2.2 L/yr - ₹5.2 L/yr

Senior Process Associate
372 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Analyst Developer
120 salaries
unlock blur

₹7.8 L/yr - ₹18.6 L/yr

Specialist Developer
100 salaries
unlock blur

₹11.9 L/yr - ₹26 L/yr

Development Specialist
86 salaries
unlock blur

₹10 L/yr - ₹24.1 L/yr

Explore more salaries
Compare Sun Life Financial with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

Citicorp

3.7
Compare

American Express

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