Upload Button Icon Add office photos
Engaged Employer

i

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

Willis Towers Watson Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 803 Reviews

Filter interviews by

Willis Towers Watson Data Analyst Interview Questions and Answers

Updated 26 Feb 2024

Willis Towers Watson Data Analyst Interview Experiences

2 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2022

I applied via Company Website and was interviewed in Dec 2021. There were 11 interview rounds.

Round 1 - Aptitude Test 

A test designed to a determination a person ability in particular skill of field knowledge

Round 2 - Coding Test 

Coding and decoding

Round 3 - Case Study 

Devolpment of a particular person group or situation over a period of time

Round 4 - Technical 

(1 Question)

  • Q1. Relating to a particular Subject art or carft or its techNical Terms
Round 5 - Group Discussion 

Is a situation faced when individuals collectively make a choice from alternative before them

Round 6 - Assignment 

A task or piEce of work allocated to someone a part of a job or course of study a home work assignment

Round 7 - Technical 

(1 Question)

  • Q1. InvolVoing or concerned with applied and industrial science
Round 8 - Coding Test 

Coding interview test candidate technical knowledge coding ability creativity typically on a white board

Round 9 - HR 

(1 Question)

  • Q1. Managing an organisation employees
Round 10 - One-on-one 

(1 Question)

  • Q1. Each player from one team is matched a single player from other team
Round 11 - Coding Test 

The from are checked and returned to the census officer for coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Straight From the job Seekers themselves

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2024

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

I applied via Indeed and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Basics of power bi and sql
  • Q2. What are joins and types of join
  • Ans. 

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

    • Types of 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 table

    • FULL JOIN...

  • Answered by AI
  • Q3. How to add date table in power bi
  • Ans. 

    To add a date table in Power BI, you can create a new table with a list of dates and relationships with other tables.

    • Create a new table in Power BI with a list of dates

    • Add columns for day, month, year, etc. for additional analysis

    • Establish relationships between the date table and other tables in the data model

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Sql scenario based question on joins
  • Q2. Window function questions
  • Q3. Performance tuning
  • Q4. Power bi dax question

Skills evaluated in this interview

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate ProblemGiven an array/list of integer numbers 'CHOCOLAT ... read more
asked in Wipro
Q3. Ninja and substringsNinja has been given a string 'STR' containin ... read more
Q4. Maximum In Sliding Windows Of Size KGiven an array/list of intege ... read more
asked in Tredence
Q5. First Repeated CharacterYou are given a string 'STR' of lowercase ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Was Given two small tables and was asked the total no of rows returned for each kind of join.
  • Q2. In Tableau if the underlining table columns keep on changing than what can be done so that it wont affect on the view level.
  • Ans. 

    Create calculated fields in Tableau to dynamically adjust to changing table columns.

    • Use calculated fields to reference specific columns by name instead of position.

    • Utilize parameters to allow users to select which columns to display.

    • Consider using custom SQL queries to dynamically adjust to changing table structure.

  • Answered by AI
  • Q3. Row level security
  • Q4. Tell me about your project
  • Ans. 

    Developed a predictive model to forecast customer churn for a telecommunications company.

    • Utilized machine learning algorithms such as logistic regression and random forest

    • Performed data preprocessing and feature engineering to improve model performance

    • Collaborated with business stakeholders to understand key drivers of churn

    • Achieved 85% accuracy in predicting customer churn

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on SQL mainly on joins and be prepared to explain your project in detail.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Set of questions on english , aptitude , all are at easy level

Round 2 - Coding Test 

Sql basics and some query questions

Round 3 - HR 

(2 Questions)

  • Q1. Why do u want to join zs ; what do u know about zs; where do u see urself after 5 years ; question on real life scenarios ;
  • Q2. Question on real life scenarios
Round 4 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. When can u join

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all topics thorougly and general scenario questions and be confident and able to provide justice to ur approach
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain all types of joins
  • Ans. 

    Different types of joins in SQL are inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a 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 table

    • Full outer join: Returns rows when there is a match in either table

  • Answered by AI
  • Q2. Difference between having and where
  • Ans. 

    The main difference between 'having' and 'where' in SQL is that 'having' is used with aggregate functions to filter groups, while 'where' is used to filter rows.

    • HAVING is used with GROUP BY to filter groups based on aggregate functions results

    • WHERE is used to filter rows based on conditions

    • HAVING is applied after GROUP BY, while WHERE is applied before GROUP BY

    • Example: SELECT department, AVG(salary) FROM employees GROU...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Newspaper Ad and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Three sections are there 1) Aptitude Test 2) SQL 3) DSA

Round 2 - Technical 

(2 Questions)

  • Q1. What is DSA , sorting , difference between array and linked list
  • Ans. 

    DSA stands for Data Structures and Algorithms. Sorting is the process of arranging data in a particular order. Array is a data structure that stores elements of the same data type in contiguous memory locations, while linked list is a data structure that stores elements in nodes with pointers to the next node.

    • DSA stands for Data Structures and Algorithms

    • Sorting is the process of arranging data in a particular order

    • Arra...

  • Answered by AI
  • Q2. Written a SQL query
Round 3 - HR 

(2 Questions)

  • Q1. Coding question like add numbers
  • Q2. Experience on your project
  • Ans. 

    I have experience working on various data analysis projects, including market research, customer segmentation, and predictive modeling.

    • Developed predictive models to forecast customer behavior and optimize marketing strategies

    • Conducted market research to identify trends and opportunities for growth

    • Performed customer segmentation analysis to target specific demographics with personalized marketing campaigns

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Power BI Difference between ALL() and ALLSELECTED()
  • Ans. 

    ALL() ignores all filters in the query context, while ALLSELECTED() ignores only filters on columns in the visual.

    • ALL() removes all filters from the specified column or table.

    • ALLSELECTED() removes filters from the specified column or table, but keeps filters on other columns in the visual.

    • Example: ALL('Table') would remove all filters on the 'Table' in the query context.

    • Example: ALLSELECTED('Column') would remove filte...

  • Answered by AI
  • Q2. Excel Difference between COUNT() and COUNTA()
  • Ans. 

    COUNT() counts only numeric values, while COUNTA() counts all non-empty cells.

    • COUNT() counts only cells with numerical values.

    • COUNTA() counts all non-empty cells, including text and errors.

    • Example: COUNT(A1:A5) will count only cells with numbers, while COUNTA(A1:A5) will count all non-empty cells.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Resume based questions like explain the projects that you have done.
  • Q2. Sample dataset questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql questions checking ur knowledge
  • Q2. Self join questions about sql
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Tableau, SQL related question
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. How good are you with numbers
Round 2 - Technical 

(1 Question)

  • Q1. Vlookup, pivot table, sumif, average, graphs
Round 3 - Behavioral 

(1 Question)

  • Q1. Do you know the role and responsibility of this position

Willis Towers Watson Interview FAQs

How many rounds are there in Willis Towers Watson Data Analyst interview?
Willis Towers Watson interview process usually has 6-7 rounds. The most common rounds in the Willis Towers Watson interview process are Coding Test, Technical and HR.
How to prepare for Willis Towers Watson 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 Willis Towers Watson. The most common topics and skills that interviewers at Willis Towers Watson expect are Data Analysis, CRM, Data Modeling, ETL and SQL.
What are the top questions asked in Willis Towers Watson Data Analyst interview?

Some of the top questions asked at the Willis Towers Watson Data Analyst interview -

  1. What are joins and types of j...read more
  2. How to add date table in power...read more
  3. Relating to a particular Subject art or carft or its techNical Te...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Willis Towers Watson interviews
Company Website
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Data Analyst Interview Questions from Similar Companies

ZS Data Analyst Interview Questions
3.4
 • 14 Interviews
View all
Willis Towers Watson Data Analyst Salary
based on 26 salaries
₹2.7 L/yr - ₹8.6 L/yr
11% less than the average Data Analyst Salary in India
View more details

Willis Towers Watson Data Analyst Reviews and Ratings

based on 4 reviews

2.9/5

Rating in categories

2.5

Skill development

2.5

Work-Life balance

2.5

Salary & Benefits

2.9

Job Security

2.9

Company culture

2.5

Promotions/Appraisal

2.5

Work Satisfaction

Explore 4 Reviews and Ratings
Senior Advisor
1.2k salaries
unlock blur

₹2.5 L/yr - ₹9.9 L/yr

Advisor
656 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Analyst
515 salaries
unlock blur

₹3.9 L/yr - ₹13 L/yr

Senior Associate
438 salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Senior Analyst
346 salaries
unlock blur

₹7 L/yr - ₹26.9 L/yr

Explore more salaries
Compare Willis Towers Watson with

Marsh McLennan

4.1
Compare

Aon

3.8
Compare

Mercer

3.7
Compare

Gallagher

3.8
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