Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Chubb Team. If you also belong to the team, you can get access from here

Chubb Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 162 Reviews

Filter interviews by

Chubb Software Engineer Interview Questions and Answers

Updated 20 Dec 2024

Chubb Software Engineer Interview Experiences

6 interviews found

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

I applied via Referral and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. String based question, was of medium difficulty.
  • Q2. Linked List based question, was of easy-medium difficulty.
Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 and Core Java Fundamentals
  • Q2. Explain one sorting algorithm.
  • Ans. 

    Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Compares adjacent elements and swaps them if they are in the wrong order

    • Repeats this process until the list is sorted

    • Not efficient for large lists due to its O(n^2) time complexity

    • Example: [5, 3, 8, 2, 1] -> [3, 5, 2, 1, 8] -> [3, 2, 1, 5, 8] -> [2, 1, 3, 5, 8] -> [

  • Answered by AI
Round 3 - Coding Test 

Multiple medium level MCQs on Java. 3 Coding Questions, 2 easy-medium and one Java 8 Coding question of medium-hard difficulty

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself/previous work ex/projects.
  • Q2. Salary negotiation

Interview Preparation Tips

Topics to prepare for Chubb Software Engineer interview:
  • DSA
  • Java
Interview preparation tips for other job seekers - Have rock solid DSA foundation and be technically sound in any one coding language/technically stack

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain dependency injection in .NET and how to resolve dependency?
  • Ans. 

    Dependency injection in .NET is a design pattern where dependencies are injected into a class rather than the class creating them itself.

    • Dependency injection helps in achieving loose coupling between classes.

    • In .NET, dependency injection can be implemented using frameworks like Unity, Ninject, or built-in .NET Core DI container.

    • Dependencies can be resolved through constructor injection, property injection, or method in...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Discussion on work experience and what are the projects that you have worked on?

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions . Medium level questions. Can be prepare in 1 month

Round 2 - Coding Test 

Questions on Graph and DP. Hard level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA very well and make good projects
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. CORS errors and API calls
  • Q2. JSON serialisation desirialization

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very rude and judged on just one question. He Left the interview in 10 minutes.

Chubb interview questions for designations

 Senior Software Engineer

 (2)

 Software Engineer Trainee

 (1)

 Senior Software Engineer Testing

 (1)

 Software Developer

 (1)

 Software Developer Intern

 (1)

 QA Engineer

 (2)

 Lead Engineer

 (1)

 Devops Engineer

 (1)

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

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

Round 1 - Technical 

(1 Question)

  • Q1. What challenges did you encounter during the implementation of DevOps?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

First round online. oding test

Round 2 - Technical 

(1 Question)

  • Q1. Questions on resume
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years

Software Engineer Jobs at Chubb

View all

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Easy coding questions
Round 2 - One-on-one 

(1 Question)

  • Q1. DSA questions , palindrome
Round 3 - HR 

(1 Question)

  • Q1. Why are you joining this company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explanation about kafka
  • Ans. 

    Apache Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.

    • Kafka is designed to handle high-throughput, fault-tolerant, and scalable real-time data streams.

    • It uses a publish-subscribe messaging system where producers publish messages to topics and consumers subscribe to topics to receive messages.

    • Kafka stores messages in topics for a configurable retention per...

  • Answered by AI
  • Q2. Difference between sql and nosql
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL databases are table-based and have a predefined schema, while NoSQL databases are document-based, key-value pairs, graph databases, or wide-column stores and have dynamic schema for unstructured data.

    • SQL databases are good for complex queries and transactions, while NoSQL databases are better for hierarchical ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - hardwork

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Reverse the given String

Round 2 - Technical 

(2 Questions)

  • Q1. Scenario Based questions
  • Q2. Question related to UiPath Interface
Round 3 - Group Discussion 

Normal discussions blends on Personal and Technical points

Round 4 - HR 

(2 Questions)

  • Q1. Salary Discussion
  • Q2. Location Discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Reasoning and aptitude question

Round 3 - Technical 

(1 Question)

  • Q1. Coding related question

Interview Preparation Tips

Interview preparation tips for other job seekers - fhrrhhhowfhrihweihfwfhiuwhfiwhfiuhir

Chubb Interview FAQs

How many rounds are there in Chubb Software Engineer interview?
Chubb interview process usually has 2-3 rounds. The most common rounds in the Chubb interview process are Technical, Coding Test and HR.
How to prepare for Chubb 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 Chubb. The most common topics and skills that interviewers at Chubb expect are SQL, Software Engineering, Agile, Python and Automation Testing.
What are the top questions asked in Chubb Software Engineer interview?

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

  1. Explain dependency injection in .NET and how to resolve dependen...read more
  2. Explain one sorting algorit...read more
  3. Linked List based question, was of easy-medium difficul...read more

Tell us how to improve this page.

Chubb Software Engineer Interview Process

based on 6 interviews in last 1 year

2 Interview rounds

  • Technical Round 1
  • Technical Round 2
View more

People are getting interviews through

based on 5 Chubb interviews
Company Website
Job Portal
Campus Placement
Referral
20%
20%
20%
20%
20% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Chubb Software Engineer Salary
based on 114 salaries
₹6 L/yr - ₹17 L/yr
28% more than the average Software Engineer Salary in India
View more details

Chubb Software Engineer Reviews and Ratings

based on 8 reviews

3.4/5

Rating in categories

3.4

Skill development

4.0

Work-Life balance

3.4

Salary & Benefits

3.8

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

3.8

Work Satisfaction

Explore 8 Reviews and Ratings
Software Engineer

Kolkata,

Mumbai

+5

0-4 Yrs

Not Disclosed

Software Engineer

Warangal,

Hyderabad / Secunderabad

+1

0-4 Yrs

Not Disclosed

Software engineer

Warangal,

Hyderabad / Secunderabad

+1

0-4 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
230 salaries
unlock blur

₹9.2 L/yr - ₹32 L/yr

Technical Lead
198 salaries
unlock blur

₹16 L/yr - ₹46 L/yr

Software Engineer
113 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Data Scientist
42 salaries
unlock blur

₹8.5 L/yr - ₹25.3 L/yr

Senior Analyst
42 salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Explore more salaries
Compare Chubb with

AIG

4.0
Compare

Allianz

4.4
Compare

AXA

3.9
Compare

Zurich Insurance

4.4
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