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

Chubb Senior Data Analyst Interview Questions, Process, and Tips

Updated 19 Oct 2024

Chubb Senior Data Analyst Interview Experiences

1 interview found

Senior Data Analyst Interview Questions & Answers

user image manthena saivarma

posted on 19 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

5 sql coding questions from hacker rank. Basic sql questions, if you are experienced you will solve them in 15 to 20 min

Round 2 - Technical 

(4 Questions)

  • Q1. How do you seperate name from emails for example *****,***** etc.. We need to get name form those mails in sql
  • Ans. 

    Use SQL string functions like SUBSTRING and CHARINDEX to separate name from emails.

    • Use CHARINDEX to find the position of the '@' symbol in the email address.

    • Use SUBSTRING to extract the characters before the '@' symbol as the name.

    • Consider handling cases where there are multiple names or special characters in the email address.

  • Answered by AI
  • Q2. There is a table matches which has team 1,team 2 and winner columns. Sample data like ind pak pak and pak ind ind and sl ban sl. So a team can play mutliple matches. Final output should be team, no of matc...
  • Ans. 

    Calculate the number of matches won and lost by each team based on the given data in the matches table.

    • Group the data by team and count the number of matches won and lost for each team.

    • Use the winner column to determine the outcome of each match.

    • Create a query to calculate the number of matches won and lost for each team.

    • Example: Team A won 2 matches and lost 1 match.

    • Example: Team B won 1 match and lost 2 matches.

  • Answered by AI
  • Q3. Table a has 1, 1,0,0,null and table b has 1,0,null,null. Resultant rows for all joins
  • Ans. 

    The resultant rows for all joins between table a and table b with given values.

    • Inner join: 1

    • Left join: 1, 1, 0, 0, null

    • Right join: 1, 0, null, null

    • Full outer join: 1, 1, 0, 0, null, null

  • Answered by AI
  • Q4. Explain primary and secondary indexing. And more questions on indexing
Round 3 - Technical 

(3 Questions)

  • Q1. Explain about your projects
  • Ans. 

    I have worked on various projects involving data analysis, visualization, and predictive modeling.

    • Developed predictive models to forecast sales trends and customer behavior

    • Created interactive dashboards using Tableau for data visualization

    • Performed data cleaning and preprocessing to ensure accuracy and consistency

    • Utilized machine learning algorithms such as regression and clustering for analysis

    • Collaborated with cross-...

  • Answered by AI
  • Q2. Follow up questions on projects
  • Q3. Write a query to seperate first name, midle name and last name from full name in sql
  • Ans. 

    Use SUBSTRING_INDEX function in SQL to separate first name, middle name, and last name from full name.

    • Use SUBSTRING_INDEX function to extract first name by specifying space as delimiter

    • Use SUBSTRING_INDEX function to extract last name by specifying space as delimiter and -1 as position

    • Use combination of SUBSTRING_INDEX and REPLACE functions to extract middle name if present

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain feature engineering process in ML modelling
  • Ans. 

    Feature engineering is the process of selecting and transforming relevant features from raw data to improve model performance.

    • Identify relevant features based on domain knowledge and data exploration

    • Transform features to improve their quality and relevance

    • Create new features by combining or extracting information from existing features

    • Select the most important features using feature selection techniques

    • Iterate the proc

  • Answered by AI
  • Q2. Explain classification models I used and why
  • Ans. 

    I have used logistic regression and decision tree models for classification.

    • Logistic regression is a linear model used for binary classification.

    • Decision tree is a non-linear model used for multi-class classification.

    • Logistic regression is simple and easy to interpret while decision tree can handle non-linear relationships.

    • I chose these models based on the nature of the data and the problem at hand.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain Tableau Dashboard actions
  • Ans. 

    Tableau Dashboard actions allow users to interact with the data and visualizations by clicking on specific elements.

    • Dashboard actions can be used to filter data, highlight specific data points, or navigate to other dashboards.

    • There are four types of actions in Tableau: filter, highlight, URL, and parameter.

    • For example, a user can click on a bar chart to filter the data in a related table or click on a map to highlight ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was based on Resume only.
Some drill down on the projects and technical skills like Python/Tableau and ML.
Explain my role and what I did to improve productivity.

Skills evaluated in this interview

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

First round will be aptitude test

Round 2 - HR 

(2 Questions)

  • Q1. Why should I hire you
  • Ans. 

    I have a strong analytical background, excellent problem-solving skills, and a proven track record of delivering actionable insights.

    • I have a degree in data analytics and relevant work experience

    • I am proficient in statistical analysis and data visualization tools such as Python, R, and Tableau

    • I have successfully completed projects where I identified trends and patterns in data to drive business decisions

  • Answered by AI
  • Q2. Tell me about your self
Round 3 - Behavioral 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Position of the candidate
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Whats is supervised learning
  • Ans. 

    Supervised learning is a type of machine learning where the model is trained on labeled data to make predictions or decisions.

    • Uses labeled data for training

    • Predicts outcomes based on input features

    • Examples include regression and classification algorithms

  • Answered by AI
  • Q2. What is unsupervised learning
  • Ans. 

    Unsupervised learning is a type of machine learning where the model is trained on unlabeled data without any predefined output labels.

    • No predefined output labels are provided for the training data

    • The model must find patterns and relationships in the data on its own

    • Common techniques include clustering and dimensionality reduction

    • Examples: K-means clustering, Principal Component Analysis (PCA)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do hard work

Skills evaluated in this interview

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

(1 Question)

  • Q1. KPIs used in the project
  • Ans. 

    Key Performance Indicators (KPIs) are metrics used to evaluate the success of a project.

    • KPIs are specific, measurable, achievable, relevant, and time-bound metrics used to track progress towards project goals.

    • Examples of KPIs in a data analysis project could include data accuracy, completion time, client satisfaction, and cost savings.

    • KPIs help in monitoring and improving the performance of the project team and ensurin

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Number of rows and columns that can be uploaded in Power BI
  • Ans. 

    Power BI allows uploading up to 1 million rows and 1,500 columns in a dataset.

    • Power BI allows uploading a maximum of 1 million rows in a dataset.

    • Power BI allows uploading a maximum of 1,500 columns in a dataset.

    • Exceeding these limits may result in performance issues.

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

(1 Question)

  • Q1. Describe your weakness and strengths
  • Ans. 

    My weakness is overthinking, but my strengths include attention to detail, problem-solving skills, and strong analytical abilities.

    • Weakness: tend to overthink situations, which can sometimes lead to indecision

    • Strengths: attention to detail, able to identify patterns and trends, strong problem-solving skills, excellent analytical abilities

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic 10 apti question

Round 2 - Coding Test 

Basic 5 python question

Round 3 - Coding Test 

Basic 5 SQL question

Round 4 - Technical 

(1 Question)

  • Q1. They asked two python program.
Round 5 - Technical 

(1 Question)

  • Q1. They asked one SQL question
Round 6 - HR 

(1 Question)

  • Q1. Just question based on my resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Regularizaion, model improvemnts
  • Q2. Hyperparameter tuning
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me a time when you had to deal with a failure, how you tackled it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient
Be confident
Be curious

I applied via Recruitment Consulltant and was interviewed in Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain feature engineering process in ML modelling
  • Ans. 

    Feature engineering is the process of selecting and transforming relevant features from raw data to improve model performance.

    • Identify relevant features based on domain knowledge and data exploration

    • Transform features to improve their quality and relevance

    • Create new features by combining or extracting information from existing features

    • Select the most important features using feature selection techniques

    • Iterate the proc

  • Answered by AI
  • Q2. Explain classification models I used and why
  • Ans. 

    I have used logistic regression and decision tree models for classification.

    • Logistic regression is a linear model used for binary classification.

    • Decision tree is a non-linear model used for multi-class classification.

    • Logistic regression is simple and easy to interpret while decision tree can handle non-linear relationships.

    • I chose these models based on the nature of the data and the problem at hand.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain Tableau Dashboard actions
  • Ans. 

    Tableau Dashboard actions allow users to interact with the data and visualizations by clicking on specific elements.

    • Dashboard actions can be used to filter data, highlight specific data points, or navigate to other dashboards.

    • There are four types of actions in Tableau: filter, highlight, URL, and parameter.

    • For example, a user can click on a bar chart to filter the data in a related table or click on a map to highlight ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was based on Resume only.
Some drill down on the projects and technical skills like Python/Tableau and ML.
Explain my role and what I did to improve productivity.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assessment 

(2 Questions)

  • Q1. Type of sql Joints
  • Ans. 

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

    • Types of SQL Joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left tab...

  • Answered by AI
  • Q2. Write DAX for create data modeling on inactive relationship?
  • Ans. 

    Use DAX to create data modeling on inactive relationship in Power BI.

    • Use USERELATIONSHIP function to create an inactive relationship between two tables.

    • Specify the relationship between the tables and the columns to be used in the relationship.

    • Use CALCULATE function along with USERELATIONSHIP to perform calculations using the inactive relationship.

  • Answered by AI
Round 2 - Coding Test 

Duration - 60 Minutes
Topic - Advance DAX, Joints using DAX, all except all

Skills evaluated in this interview

Chubb Interview FAQs

How many rounds are there in Chubb Senior Data Analyst interview?
Chubb interview process usually has 3 rounds. The most common rounds in the Chubb interview process are Technical and Coding Test.
How to prepare for Chubb Senior Data Analyst 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 Data Analysis, Data Warehousing, ERwin, ETL and Performance Tuning.
What are the top questions asked in Chubb Senior Data Analyst interview?

Some of the top questions asked at the Chubb Senior Data Analyst interview -

  1. There is a table matches which has team 1,team 2 and winner columns. Sample dat...read more
  2. How do you seperate name from emails for example *****,***** etc.. We need to g...read more
  3. Write a query to seperate first name, midle name and last name from full name i...read more

Tell us how to improve this page.

Chubb Senior Data Analyst Interview Process

based on 1 interview

Interview experience

4
  
Good
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
Chubb Senior Data Analyst Salary
based on 6 salaries
₹6.5 L/yr - ₹19.1 L/yr
30% more than the average Senior Data Analyst Salary in India
View more details

Chubb Senior Data Analyst Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
247 salaries
unlock blur

₹9.2 L/yr - ₹30 L/yr

Technical Lead
205 salaries
unlock blur

₹16 L/yr - ₹46 L/yr

Software Engineer
126 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Data Scientist
40 salaries
unlock blur

₹8.5 L/yr - ₹26.5 L/yr

Senior Associate
39 salaries
unlock blur

₹4.8 L/yr - ₹15 L/yr

Explore more salaries
Compare Chubb with

AIG

4.0
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