Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by ICICI Lombard General Insurance Company Team. If you also belong to the team, you can get access from here

Filter interviews by

ICICI Lombard General Insurance Company Senior Software Engineer Interview Questions and Answers

Updated 2 Jun 2024

ICICI Lombard General Insurance Company Senior Software Engineer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. What is flutter
  • Ans. 

    Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Developed by Google

    • Uses Dart programming language

    • Hot reload feature for quick development

    • Supports iOS, Android, Web, and Desktop platforms

    • Provides a rich set of pre-built widgets

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Java 8 Feature?
  • Ans. 

    Java 8 introduced lambda expressions, functional interfaces, streams, and default methods in interfaces.

    • Lambda expressions allow you to pass functionality as an argument to a method.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Streams provide a way to work with sequences of elements efficiently.

    • Default methods allow interfaces to have methods with implementation.

    • Example: (...

  • Answered by AI
  • Q2. Singeton Immutable Collections
Round 2 - Technical 

(1 Question)

  • Q1. Microservices SQL

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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

There were 5 sections which included one coding question, MCQs and one question on SQL

Round 2 - Technical 

(6 Questions)

  • Q1. Introduce yourself
  • Q2. Two sum coding question with time and space complexity
  • Q3. Strong manipulation question with time and space complexity
  • Q4. What is a process and thread? (OS)
  • Ans. 

    A process is an instance of a program running on a computer, while a thread is a unit of execution within a process.

    • A process has its own memory space, while threads within the same process share memory.

    • Processes are independent of each other, while threads within the same process can communicate with each other more easily.

    • Processes are heavyweight in terms of resource consumption, while threads are lightweight.

    • Exampl...

  • Answered by AI
  • Q5. OOPS based questions on polymorphism and the others
  • Q6. Why is the lid of the manhole round and not any other shape?
  • Ans. 

    A round manhole lid cannot fall through the opening it covers, unlike other shapes.

    • Round shape is the only shape that cannot fall through its own opening

    • Round shape is easier to move and position compared to other shapes

    • Round shape is more structurally sound and can support heavy loads evenly

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. OSI model and what are the ones that are used particularly while real software development process takes place
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI model consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • In real software development, layers commonly used are the Application layer, Transport layer, and sometimes the Network layer.

    • For example, when developing a web applica...

  • Answered by AI
  • Q3. Favourite subject asked and questions were asked based on that.
  • Q4. Will I be able to work on multiple tech stacks?
Round 4 - HR 

(3 Questions)

  • Q1. Self introduction
  • Q2. If I'm holding any other offers
  • Q3. Professional background of my parents

Interview Preparation Tips

Interview preparation tips for other job seekers - I had this opportunity through my campus placement. Even though there's a recession going on, I got to interview for this company and I'm nothing but grateful for it. The results have been declared and I got in.

Skills evaluated in this interview

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

(5 Questions)

  • Q1. Oops concept and c# basic questions for freshers and sql basics
  • Q2. What is .net framework
  • Ans. 

    .NET Framework is a software framework developed by Microsoft that provides a runtime environment for building and running applications.

    • .NET Framework is a platform for developing and running applications on Windows.

    • It includes a large library of pre-built code and a runtime environment for executing applications.

    • It supports multiple programming languages such as C#, VB.NET, and F#.

    • It provides features like memory mana...

  • Answered by AI
  • Q3. Stored procesure insert update syntax
  • Q4. Oops questions inheritance constructors
  • Q5. Joins in sql and types
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • There are different types of joins in SQL: inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and the matching rows from the right table.

    • Right join returns all the rows from the right table and the matching ...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic oops concepts
  • Q2. Web api questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference b/w map and array in CPP. What are generators in Python. What is Polynomial Regression? Normalisation in DBMS.
  • Ans. 

    Map and array in CPP are both data structures, but map is a key-value pair container while array is a collection of elements with a fixed size.

    • Map in CPP is a container that stores elements in key-value pairs, allowing fast lookups based on keys.

    • Array in CPP is a collection of elements of the same data type, stored in contiguous memory locations.

    • Generators in Python are functions that allow you to iterate over a sequen...

  • Answered by AI
  • Q2. Realtional Algebra in DBMS
  • Ans. 

    Relational Algebra is a procedural query language used to query databases in DBMS.

    • Relational Algebra is used to perform basic operations like selection, projection, join, etc. on relations.

    • It helps in retrieving specific information from databases based on certain conditions.

    • Examples of operations in Relational Algebra include Union, Intersection, Difference, Cartesian Product, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect that all the questions will be from the resume.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Practice everyday

Round 2 - Group Discussion 

Just share your basic thought about the topic but dont shout on Gd.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic questions they try to know whats your thought about currnent affairs and JD.
  • Q2. All about general insurance
Round 4 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Hr round they will ask what is current pay is if you are experienced and other staff like that.

I applied via Campus Placement and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.introduce yourself
  • Q2. What strategy you apply while hiring insurance advisor
  • Q3. Which audience you will target for hiring advisor
  • Q4. Are you comfortable in traveling or going in field for meeting prospect

Interview Preparation Tips

Interview preparation tips for other job seekers - I will advice you that be positive and speak confidently what you are speaking.

ICICI Lombard General Insurance Company Interview FAQs

How many rounds are there in ICICI Lombard General Insurance Company Senior Software Engineer interview?
ICICI Lombard General Insurance Company interview process usually has 1 rounds. The most common rounds in the ICICI Lombard General Insurance Company interview process are Technical.

Tell us how to improve this page.

ICICI Lombard General Insurance Company Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HDFC Life Interview Questions
4.0
 • 612 Interviews
Gallagher Interview Questions
3.7
 • 215 Interviews
Tata AIG Interview Questions
4.1
 • 154 Interviews
PNB MetLife Interview Questions
3.4
 • 152 Interviews
View all
37% less than the average Senior Software Engineer Salary in India
View more details

ICICI Lombard General Insurance Company Senior Software Engineer Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

3.8

Skill development

3.2

Work-life balance

3.3

Salary

4.0

Job security

3.3

Company culture

3.0

Promotions

2.2

Work satisfaction

Explore 2 Reviews and Ratings
Unit Sales Manager
2.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
1.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Service Manager
584 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
575 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Relationship Manager
489 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ICICI Lombard General Insurance Company with

HDFC Ergo General Insurance

3.9
Compare

Bajaj Allianz General Insurance

3.9
Compare

Reliance General Insurance

3.7
Compare

Tata AIG

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