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

Filter interviews by

Clear (1)

Chubb Software Developer Intern Interview Questions and Answers

Updated 27 Sep 2024

Chubb Software Developer Intern Interview Experiences

1 interview 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

Interview questions from similar companies

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Why do you choose travelers as a place to work
  • Q2. What makes you stand out from the rest of the people applying
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

There was a pair programming session with the team developers.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data Structures. Especially Dynamic Programming.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Json data based assignment angular

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic technical question based on js angular

Interview Preparation Tips

Interview preparation tips for other job seekers - fine
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Challenges in development
  • Ans. 

    Challenges in development include managing project timelines, debugging complex issues, and staying updated with new technologies.

    • Managing project timelines to ensure timely delivery of software

    • Debugging complex issues that arise during development

    • Staying updated with new technologies and tools to remain competitive in the industry

  • Answered by AI
  • Q2. Why Allianz, why leaving from current company

Skills evaluated in this interview

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

It was an online one on one call that was taken. Like many others, even i too got formal and straight forward with my interviewers. It was pretty good despite the connectivity issues. I have gained by the way they were asking me questions as the nature of the call was quite amicable. It was pretty good as it was during the day for me.

  • Q1. 

    Longest Common Subsequence Problem Statement

    Given two strings, S and T with respective lengths M and N, your task is to determine the length of their longest common subsequence.

    A subsequence is a seque...

  • Ans. 

    Find the length of the longest common subsequence between two given strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of longest common subsequences of substrings.

    • Iterate through the strings to fill the array and find the length of the longest common subsequence.

    • Example: For strings 'abcde' and 'ace', the longest common subsequence is 'ace' with a length of 3.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

It was during the night. I was to attend an one on one interview. Though it was a shaky start in the beginning, sporadically i picked up. The affable nature of the interviewer made me feel special and comfortable. He not only asked me normal interview questions but also took me through the technical aspects of an interview and i could get them all!

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Mechanical Engineering from NIT Rourkela. Eligibility criteriaMore than 7.5AIG interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Object Oriented Programming, Python Development, Web Designing, Dynamic memory allocationTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Stay focused, clear and confident before and during the interview.
Tip 2 : Language and body language must be formal.
Tip 3 : Put your creativity thoughts into action.

Application resume tips for other job seekers

Tip 1 : Make it very formal, tight and crisp. Don't end up highlighting unnecessary details else it would be rejected.
Tip 2 : Ensure that it has all that certifications, projects and self profile explaining terms which makes it lucrative.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(1 Question)

  • Q1. One project you have done that failed? what did you learn
Round 2 - Case Study 

Calculate number of a/c sold in delhi

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare guesstimates and GK

I applied via Walk-in and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Introduce yourself?
  • Q2. What are the core principles of Information Security?
  • Ans. 

    The core principles of Information Security are confidentiality, integrity, and availability.

    • Confidentiality: ensuring that information is only accessible to authorized individuals

    • Integrity: maintaining the accuracy and completeness of information

    • Availability: ensuring that information is accessible to authorized individuals when needed

    • Examples: encryption, access controls, backups, disaster recovery plans

  • Answered by AI
  • Q3. What is Virus and Malware?
  • Ans. 

    Virus and malware are malicious software designed to harm computer systems and steal data.

    • Virus is a self-replicating program that attaches itself to clean files and spreads throughout the system.

    • Malware is a broader term that includes viruses, spyware, adware, and other malicious software.

    • Malware can be used to steal sensitive information, damage files, or take control of a computer.

    • Examples of malware include Trojan ...

  • Answered by AI
  • Q4. What will you do if your laptop gets infected by virus?
  • Ans. 

    I will immediately disconnect from the internet and run a virus scan to remove the virus.

    • Disconnect from the internet to prevent further spread of the virus

    • Run a virus scan using an updated antivirus software

    • If the virus cannot be removed, seek help from IT support

    • Regularly backup important files to prevent data loss

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer every question confidentally.Go through the job description very well.Prepare IT Security concepts thoroughly.Do not be nervous.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic details about you, how you convince customer to buy new policy, what will you do if customer not respond you and also dis respect you, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and stay clam while appearing for interview because they also check your patience

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction, what's your qualification, how many years of experience.
  • Ans. 

    I am a highly qualified professional with several years of experience in the field.

    • I have a Bachelor's degree in Business Administration.

    • I have 5 years of experience working in the finance industry.

    • I am skilled in financial analysis, budgeting, and forecasting.

    • I have successfully managed large-scale projects and teams.

    • I am proficient in various financial software and tools.

    • I have a proven track record of achieving targ

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am currently working in Exide company, we have expectation for salary some past 2 years no increment no bonus etc.
Contribute & help others!
anonymous
You can choose to be anonymous

Chubb Interview FAQs

How many rounds are there in Chubb Software Developer Intern interview?
Chubb interview process usually has 3 rounds. The most common rounds in the Chubb interview process are Coding Test, Technical and HR.
What are the top questions asked in Chubb Software Developer Intern interview?

Some of the top questions asked at the Chubb Software Developer Intern interview -

  1. DSA: prime no. or not optimal appro...read more
  2. Class, object with real time examp...read more
  3. SQL types of normal fo...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Chubb

No Interviews

INTERVIEWS

PowerSchool India

No Interviews

INTERVIEWS

Flipkart Wholesale

No Interviews

INTERVIEWS

Jaguar Land Rover

No Interviews

SALARIES

Wingman Partners

INTERVIEWS

PowerSchool India

No Interviews

INTERVIEWS

Jaguar Land Rover

No Interviews

INTERVIEWS

Jaguar Land Rover

No Interviews

Tell us how to improve this page.

Chubb Software Developer Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

HDFC Life Interview Questions
4.0
 • 608 Interviews
Gallagher Interview Questions
3.7
 • 215 Interviews
PNB MetLife Interview Questions
3.4
 • 152 Interviews
Digit Insurance Interview Questions
4.0
 • 142 Interviews
View all
Senior Software Engineer
249 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
206 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
127 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Chubb with

AIG

3.9
Compare

Allianz

4.4
Compare

AXA

4.0
Compare

Zurich Insurance

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