Upload Button Icon Add office photos

Filter interviews by

Marsh Senior Data Analyst Interview Questions and Answers

Updated 30 Jan 2022

Marsh Senior Data Analyst Interview Experiences

1 interview found

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 questions from similar companies

Senior Data Analyst Interview Questions & Answers

Chubb 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 experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Nitte Meenakshi Institute of Technology, Bangalore and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Questions from arrays and strings and some aptitude questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to merge 2 csv files
  • Ans. 

    To merge two CSV files, you can use software like Microsoft Excel or programming languages like Python.

    • Open both CSV files in a software like Microsoft Excel.

    • Copy the data from one CSV file and paste it into the other CSV file.

    • Save the merged CSV file with a new name.

    • Alternatively, you can use programming languages like Python to merge CSV files by reading both files, combining the data, and writing to a new file.

  • Answered by AI
  • Q2. Basic questions on arrays
Round 3 - HR 

(1 Question)

  • Q1. 3 reasons why u choose this company
  • Ans. 

    I applied to this company because of its reputation in the industry, opportunities for growth, and company culture.

    • Reputation in the industry - I have heard great things about the company's innovative projects and successful track record.

    • Opportunities for growth - The company offers various training programs and career advancement opportunities for employees.

    • Company culture - I value a positive work environment and the...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Questions on python

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

Senior Data Analyst Interview Questions & Answers

Chubb 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 experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Build a simple cat and dog image classifier

Round 3 - Technical 

(1 Question)

  • Q1. ML related questions
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions, basically to check if you will be fit in a team

Marsh Interview FAQs

How many rounds are there in Marsh Senior Data Analyst interview?
Marsh interview process usually has 2 rounds. The most common rounds in the Marsh interview process are Technical.
What are the top questions asked in Marsh Senior Data Analyst interview?

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

  1. Explain classification models I used and ...read more
  2. Explain feature engineering process in ML modell...read more
  3. Explain Tableau Dashboard acti...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Gallagher Interview Questions
3.8
 • 204 Interviews
Tata AIG Interview Questions
4.1
 • 147 Interviews
PNB MetLife Interview Questions
3.4
 • 145 Interviews
Digit Insurance Interview Questions
4.1
 • 121 Interviews
Medi Assist India Interview Questions
3.6
 • 110 Interviews
View all
Assistant Manager
41 salaries
unlock blur

₹5.3 L/yr - ₹19 L/yr

Senior Manager
17 salaries
unlock blur

₹9 L/yr - ₹25.8 L/yr

Manager
15 salaries
unlock blur

₹7.5 L/yr - ₹25.2 L/yr

Senior Associate
14 salaries
unlock blur

₹3 L/yr - ₹5.1 L/yr

Management Trainee
13 salaries
unlock blur

₹9.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Marsh with

Aon

3.8
Compare

Willis Towers Watson

3.8
Compare

Marsh McLennan

4.1
Compare

Edelweiss Insurance Brokers

4.1
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