Upload Button Icon Add office photos

Filter interviews by

Aegon Life Insurance Software Trainee Interview Questions and Answers

Updated 1 Feb 2022

Aegon Life Insurance Software Trainee Interview Experiences

1 interview found

I applied via campus placement at Birla Institute of Technology (BIT), Ranchi and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

There were 2coding questions. I don't remember the exact coding questions but they were of moderate level. Basically, arrays and linked-list questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Prior to the technical interview, there was pre-placement talk in the morning as the talk ended they started the interviews.
  • Q2. Introduction questions on JAVA i.e. diff. between c++ and java, oops concept, discussion on a programming question Data structures related questions. All questions were basically from what you mentioned in...

Interview Preparation Tips

Topics to prepare for Aegon Life Insurance Software Trainee interview:
  • Java
  • Data Structures
  • C++
  • Programming
Interview preparation tips for other job seekers - Just prepare what you have mentioned in your resume.
and programming language

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy level to Medium level

Round 2 - Coding Test 

2 Easy questions of DSA

Round 3 - One-on-one 

(2 Questions)

  • Q1. One DSA question
  • Q2. Normal discussion about tech stack
Round 4 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Why do you want to join digit?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go easy.. Nothing is hard in digit hiring
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at VNR Vignan Jyothi Institute of Engineering and Technology, Hyderabad and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

5 coding questions, 2-medium and 3 easy - medium

Round 2 - Technical 

(4 Questions)

  • Q1. Linked List Concept
  • Q2. DSA: prime no. or not optimal approach
  • Ans. 

    Optimal approach for checking if a number is prime or not using DSA

    • Optimal approach for checking prime numbers is to iterate up to square root of the number

    • Use trial division method to check divisibility by numbers up to square root of the number

    • Time complexity of this approach is O(sqrt(n))

  • Answered by AI
  • Q3. Class, object with real time examples
  • Ans. 

    A class is a blueprint for creating objects, which are instances of the class. Objects have attributes and behaviors.

    • Classes define the structure and behavior of objects.

    • Objects are instances of classes and have their own unique attributes and behaviors.

    • Example: Class 'Car' with attributes like 'color' and behaviors like 'drive'. Object 'myCar' is an instance of 'Car' with color 'red' and can drive.

    • Example: Class 'Pers...

  • Answered by AI
  • Q4. SQL types of normal forms
  • Ans. 

    SQL normal forms are levels of organization for relational databases to reduce redundancy and improve data integrity.

    • First normal form (1NF) - Eliminate repeating groups and ensure each column contains atomic values.

    • Second normal form (2NF) - Meet 1NF requirements and have all non-key attributes fully functionally dependent on the primary key.

    • Third normal form (3NF) - Meet 2NF requirements and have no transitive depend...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About Projects and contribution in that
  • Q2. Managerial Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on projects, dsa, subjects, and sql mainly

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. How api calls work?
  • Ans. 

    API calls allow software applications to communicate with each other by sending and receiving data.

    • API calls are made by sending a request to a specific endpoint using a defined protocol such as HTTP or REST.

    • The request includes information like the method (GET, POST, PUT, DELETE), headers, and parameters.

    • The server processes the request and sends back a response, which can include data, status codes, and headers.

    • API c...

  • Answered by AI
  • Q2. Number of ways for array sorting
  • Ans. 

    There are multiple ways to sort an array of strings, such as using built-in functions like sort() or implementing custom sorting algorithms.

    • Use built-in sort() function in languages like JavaScript or Python

    • Implement custom sorting algorithms like bubble sort, merge sort, or quick sort

    • Consider the specific requirements of the sorting task to choose the most efficient method

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Coding question on binary search
  • Q2. String patterns coding question

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What lib list ?
  • Ans. 

    A list of libraries used in software development.

    • Common libraries like React, Angular, jQuery

    • Backend libraries like Express, Django, Spring

    • Database libraries like Sequelize, SQLAlchemy, Hibernate

  • Answered by AI
  • Q2. What is Physical file
  • Ans. 

    A physical file is a file stored on a physical storage device, such as a hard drive or solid-state drive.

    • Physical files are stored on physical storage devices like hard drives or SSDs.

    • They can be accessed and manipulated by software applications.

    • Examples include text documents, images, videos, and executable programs.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is batch job
  • Ans. 

    A batch job is a program that processes a large amount of data in a single run without user interaction.

    • Batch jobs are typically scheduled to run at specific times, often during off-peak hours.

    • They are commonly used for tasks such as data processing, report generation, and system maintenance.

    • Examples of batch job tools include cron in Unix/Linux systems and Task Scheduler in Windows.

  • Answered by AI
  • Q2. What is interctive job
  • Ans. 

    An interactive job is a task or project that requires active participation and engagement from the user.

    • Interactive jobs involve real-time feedback and communication between the user and the system.

    • Examples include video games, online surveys, and interactive websites.

    • Users have control over the outcome of the task based on their input and decisions.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy level DSA questions are there

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Projects discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Have you completed certification
  • Q2. Yes I have completed
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. What is web api
  • Ans. 

    Web API is a set of rules and protocols that allow different software applications to communicate with each other over the internet.

    • Web API stands for Application Programming Interface for web-based applications

    • It allows different software applications to interact with each other over the internet

    • Web APIs use HTTP protocol to communicate and transfer data

    • Examples of web APIs include Google Maps API, Twitter API, and Fa

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2023. 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 - Technical 

(2 Questions)

  • Q1. Java 8 questions
  • Q2. Collections, Stream, Microservices
Round 3 - Technical 

(1 Question)

  • Q1. Behavioural and managerial round
Round 4 - HR 

(1 Question)

  • Q1. Expectations, about education and previous job. Nothing extra
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal apti question

Round 2 - Coding Test 

Linear data structure

Aegon Life Insurance Interview FAQs

How many rounds are there in Aegon Life Insurance Software Trainee interview?
Aegon Life Insurance interview process usually has 2 rounds. The most common rounds in the Aegon Life Insurance interview process are Coding Test and Technical.
What are the top questions asked in Aegon Life Insurance Software Trainee interview?

Some of the top questions asked at the Aegon Life Insurance Software Trainee interview -

  1. Introduction questions on JAVA i.e. diff. between c++ and java, oops concept, d...read more
  2. Prior to the technical interview, there was pre-placement talk in the morning a...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Aegon Life Insurance interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Relationship Manager
180 salaries
unlock blur

₹2.5 L/yr - ₹4.3 L/yr

Senior Relationship Manager
63 salaries
unlock blur

₹2.8 L/yr - ₹4.6 L/yr

Assistant Manager
52 salaries
unlock blur

₹3.5 L/yr - ₹9.2 L/yr

Senior Manager
50 salaries
unlock blur

₹7 L/yr - ₹23 L/yr

Senior Executive
27 salaries
unlock blur

₹2.8 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Aegon Life Insurance with

HDFC Life

4.0
Compare

ICICI Prudential Life Insurance

4.1
Compare

SBI Life Insurance Company

3.8
Compare

Max Life Insurance

4.1
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