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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Chubb Interview Questions and Answers for Freshers

Updated 1 May 2025
Popular Designations

6 Interview questions

An Intern was asked 6mo ago
Q. Given a non-negative integer n, find the binary representation of n.
Ans. 

To find the binary representation of a number, convert the number to binary by dividing it by 2 and keeping track of the remainders.

  • Start by dividing the number by 2 and noting the remainder

  • Continue dividing the quotient by 2 until the quotient is 0

  • Write down the remainders in reverse order to get the binary representation

  • For example, the binary representation of 10 is 1010 (10 divided by 2 is 5 with a remainder o...

View all Intern interview questions
A Software Developer Intern was asked 9mo ago
Q. Given an integer n, return true if n is a prime number, otherwise return false. Implement an 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))

View all Software Developer Intern interview questions
A Software Developer Intern was asked 9mo ago
Q. Explain classes and objects with real-world 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 ...

View all Software Developer Intern interview questions
An Intern was asked 10mo ago
Q. What are props and events in ReactJS?
Ans. 

Props are used to pass data from parent to child components, while events are actions that occur in the application.

  • Props are read-only and help in maintaining the unidirectional data flow in React

  • Events are actions like onClick, onChange, etc. that are triggered by user interactions

  • Example: Passing a 'name' prop from a parent component to a child component and triggering an onClick event to update state

View all Intern interview questions
A Technology Assosiate program(TAP) was asked
Q. Why didn't you use the X tech stack?
Ans. 

We opted for a different tech stack due to performance, scalability, and team expertise considerations.

  • Performance: The X tech stack may not handle high traffic efficiently, while our chosen stack excels in load management.

  • Scalability: Our selected stack supports microservices architecture, allowing for easier scaling compared to X.

  • Team Expertise: Our team has extensive experience with the chosen stack, ensuring f...

A Software Developer Intern was asked 9mo ago
Q. 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 d...

View all Software Developer Intern interview questions

Chubb Interview Experiences for Freshers

7 interviews found

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

I applied via Campus Placement 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

Intern Interview Questions & Answers

user image Anonymous

posted on 8 Jan 2025

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

The initial round often involves solving data structure algorithm problems within a time set frame.

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

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

Round 1 - Technical 

(1 Question)

  • Q1. SQl related questions especially join on NULL values. Informatica scenario based questions
Round 2 - Technical 

(1 Question)

  • Q1. It was hard, SCD Type-3 with three level history Handling unstructed data

Interview Questions & Answers

user image Anonymous

posted on 2 Aug 2023

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

I applied via Campus Placement and was interviewed in Jul 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 - Coding Test 

Had 5 DSA questions . first three were easy and last two were medium.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Project related questions, and basic problem solving.
  • Q2. What tech have you used?
  • Q3. Why didn't you use some X tech stack.
  • Ans. 

    We opted for a different tech stack due to performance, scalability, and team expertise considerations.

    • Performance: The X tech stack may not handle high traffic efficiently, while our chosen stack excels in load management.

    • Scalability: Our selected stack supports microservices architecture, allowing for easier scaling compared to X.

    • Team Expertise: Our team has extensive experience with the chosen stack, ensuring faster...

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

(2 Questions)

  • Q1. HR + Technical round with Five people panel. Questions were related to projects and new technologies.
  • Q2. Cloud computing

Intern Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are props and events in ReactJS
  • Ans. 

    Props are used to pass data from parent to child components, while events are actions that occur in the application.

    • Props are read-only and help in maintaining the unidirectional data flow in React

    • Events are actions like onClick, onChange, etc. that are triggered by user interactions

    • Example: Passing a 'name' prop from a parent component to a child component and triggering an onClick event to update state

  • Answered by AI
  • Q2. What is abstraction in java
  • Ans. 

    Abstraction in Java is the concept of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction allows you to define a template for a class without providing the implementation details.

    • It helps in reducing complexity by hiding unnecessary details and only showing the essential parts.

    • Abstract classes and interfaces are used to achieve abstraction in Java.

  • Answered by AI
Round 2 - Coding Test 

Swap two number without using third variable

Round 3 - HR 

(2 Questions)

  • Q1. How do you see yourself in 5years
  • Ans. 

    In 5 years, I see myself as a successful professional who has grown both personally and career-wise.

    • Continuing to advance in my career and taking on more responsibilities

    • Possibly pursuing further education or certifications to enhance my skills

    • Building a strong professional network and mentor relationships

    • Striving for a healthy work-life balance

  • Answered by AI
  • Q2. What about Chubb attracts you the most
  • Ans. 

    Chubb's strong reputation for financial stability and excellent customer service is what attracts me the most.

    • Financial stability: Chubb has a long history of financial strength and stability, giving me confidence in their ability to fulfill their commitments.

    • Excellent customer service: Chubb is known for providing top-notch customer service, which is important to me as a potential customer or employee.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

A coding round involving a test on HackerRank. At least 2/4 or 3/4 questions to be solved to be selected

Round 2 - Technical 

(2 Questions)

  • Q1. Coding on notepad(Easy level) and OOPS concepts
  • Q2. Find the binary representation of a number
  • Ans. 

    To find the binary representation of a number, convert the number to binary by dividing it by 2 and keeping track of the remainders.

    • Start by dividing the number by 2 and noting the remainder

    • Continue dividing the quotient by 2 until the quotient is 0

    • Write down the remainders in reverse order to get the binary representation

    • For example, the binary representation of 10 is 1010 (10 divided by 2 is 5 with a remainder of 0, ...

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

(1 Question)

  • Q1. Hackerrank question to solve while sharing your screen

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding, problem-solving skills, and understanding of OOPS concepts were enough to crack the interview. Not tough but you need good hands-on experience on competitive coding sites.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2021. There were 5 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 - Coding Test 

I was hired from campus . So the first round of coding test was conducted in hacker rank platform.
There was 4 coding questions 1 easy,2 intermediate and 1 hard question.

Round 3 - Technical 

(1 Question)

  • Q1. Basic oops questions, Sql commands , python questions , dbms questions, Cloud basics. Since i was hired for devops role some basics of devops questions were also asked.
Round 4 - Technical 

(1 Question)

  • Q1. Some intermediate level oops concepts with real time examples and python questions
Round 5 - HR 

(1 Question)

  • Q1. Basic hr questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be frank and professional. Be confident in your answers. If u were not sure just make it clear

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Chubb?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Feb 2017.

Interview Questionnaire 

1 Question

  • Q1. Why did you choose marketing as your specialization?
  • Ans. 

    I chose marketing as my specialization because of my passion for creativity, consumer behavior, and strategic thinking.

    • Passion for creativity and innovation in developing marketing campaigns

    • Interest in understanding consumer behavior and psychology to create effective strategies

    • Enjoyment of analyzing market trends and competition to make informed decisions

    • Desire to work in a dynamic and fast-paced industry that allows ...

  • Answered by AI

Interview Preparation Tips

Skills: Communication And Confidence

I appeared for an interview before May 2016.

Interview Questionnaire 

3 Questions

  • Q1. What is technical analysis of a stock?
  • Ans. 

    Technical analysis of a stock involves studying historical price and volume data to predict future price movements.

    • It is a method used by traders and investors to make decisions based on price patterns and trends.

    • Technical analysts use various tools and indicators, such as moving averages and chart patterns, to analyze stock price data.

    • The goal is to identify potential buying or selling opportunities and to determine t...

  • Answered by AI
  • Q2. What is current term deposit rate in India?
  • Ans. 

    The current term deposit rates in India vary depending on the bank and tenure.

    • Term deposit rates in India are determined by individual banks.

    • Rates can vary based on the tenure of the deposit.

    • Different banks offer different interest rates for term deposits.

    • Customers can compare rates offered by various banks before making a decision.

    • Term deposit rates are subject to change based on market conditions.

  • Answered by AI
  • Q3. What is ELSS?
  • Ans. 

    ELSS stands for Equity Linked Savings Scheme. It is a type of mutual fund that offers tax benefits under Section 80C of the Income Tax Act.

    • ELSS is a type of mutual fund

    • It invests primarily in equity and equity-related instruments

    • ELSS has a lock-in period of 3 years

    • Investors can claim tax deductions of up to Rs. 1.5 lakh under Section 80C

    • ELSS offers the potential for higher returns compared to other tax-saving instrumen...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: After a season with the students regarding the company background, internship profile, career opportunity, the person asked us to submit our resumes for further proceedings.
Tips: Keep your resume up to date and clean, short and try to cover all important points in that.

Round: Technical Interview
Experience: After some formal introductory question, he directly went to the technical questions regarding the stock market. It took place for 10 minutes. In one question I got stuck. I tried to answer that but he told me, It would be a good choice to skip that question rather than bluffing- as we are interns, not an expert.
Tips: Clear your all concept before the interview. Don't bluff if the answer is not known.

Skills: Finance Basics, Finance Current Affairs
College Name: Birla Global University

I appeared for an interview before May 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlist of resume according to akills
Tips: Be confident

Round: HR Interview
Experience: Detail personal info and precised.

Skills: How confident you are, Knowledge about subject
College Name: Birla Institute of Management Technology

Chubb Interview FAQs

How many rounds are there in Chubb interview for freshers?
Chubb interview process for freshers usually has 3 rounds. The most common rounds in the Chubb interview process for freshers are Technical, Coding Test and HR.
How to prepare for Chubb 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 Chubb. The most common topics and skills that interviewers at Chubb expect are Data Analysis, Excel, Risk Management, Java and Python.
What are the top questions asked in Chubb interview for freshers?

Some of the top questions asked at the Chubb interview for freshers -

  1. Why didn't you use some X tech sta...read more
  2. Find the binary representation of a num...read more
  3. What are props and events in Reac...read more
What are the most common questions asked in Chubb HR round for freshers?

The most common HR questions asked in Chubb interview are for freshers -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. What is your family backgrou...read more
How long is the Chubb interview process?

The duration of Chubb interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more
Join Chubb Protecting the present and building a better future

Chubb Reviews and Ratings

based on 222 reviews

3.7/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.6

Salary

3.9

Job security

3.6

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 222 Reviews and Ratings
Platform Architect - DuckCreek

Bhubaneswar,

Hyderabad / Secunderabad

+1

18-25 Yrs

Not Disclosed

Solution Architect

Hyderabad / Secunderabad,

Bangalore / Bengaluru

16-25 Yrs

Not Disclosed

OS imaging/Core App Owner

Hyderabad / Secunderabad,

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
362 salaries
unlock blur

₹9.2 L/yr - ₹31 L/yr

Technical Lead
248 salaries
unlock blur

₹25.5 L/yr - ₹45 L/yr

Software Engineer
172 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Software Developer
76 salaries
unlock blur

₹8.7 L/yr - ₹23.7 L/yr

Data Engineer
65 salaries
unlock blur

₹8.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Chubb with

HDFC Life

3.9
Compare

ICICI Prudential Life Insurance

4.0
Compare

Axis Max Life Insurance

4.1
Compare

Bajaj Allianz Life Insurance

3.9
Compare
write
Share an Interview