Upload Button Icon Add office photos

Filter interviews by

Aon Data Analyst Interview Questions and Answers

Updated 11 Nov 2024

Aon Data Analyst Interview Experiences

3 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Basic aptitude test like distance problem , age etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql , logic based question

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sql coding questions were asked.

Round 2 - Assignment 

Assignment on questions they provided.

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 Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
Q4. Sliding Window Maximum Problem Statement You are given an array/l ... read more
asked in Tredence
Q5. Find First Repeated Character in a String Given a string 'STR' co ... read more

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Jan 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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
  • Ans. 

    I am a data analyst with experience in analyzing and interpreting complex data sets to drive business insights.

    • Proficient in SQL, Python, and data visualization tools like Tableau

    • Strong analytical and problem-solving skills

    • Experience in data cleaning, data mining, and statistical analysis

    • Ability to communicate findings effectively to both technical and non-technical stakeholders

  • Answered by AI
  • Q2. Mostly behavior question from resume
Round 3 - Assignment 

General puzzle, and related to your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident do your prepration well on general hr question bz most of the question are from general hr question

Data Analyst Jobs at Aon

View all

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Different joins
  • Q2. Case study
Round 2 - Case Study 

Revenue impact for casino

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

IT WAS Difficult and i gave up

Round 2 - Technical 

(2 Questions)

  • Q1. Linked list search binary
  • Q2. Array search and traverse
Interview experience
5
Excellent
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 - Technical 

(3 Questions)

  • Q1. Get the maximum salary of the employee from the employee and department table
  • Q2. Explain the data analysis process that you would follow for employee salary table
  • Ans. 

    The data analysis process for an employee salary table involves data cleaning, exploration, visualization, and modeling.

    • Start by cleaning the data to remove any duplicates, missing values, or outliers.

    • Explore the data by calculating basic statistics like mean, median, and standard deviation.

    • Visualize the data using histograms, box plots, or scatter plots to identify patterns or trends.

    • Perform statistical modeling to an...

  • Answered by AI
  • Q3. Explain the challenges you faced in your project
  • Ans. 

    I faced challenges in managing large datasets and ensuring data accuracy in my project.

    • Managing large volumes of data from multiple sources

    • Ensuring data accuracy and consistency

    • Dealing with missing or incomplete data

    • Handling data cleaning and preprocessing tasks

    • Addressing technical issues with data storage or processing tools

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Load data from hdfs using python
  • Ans. 

    Use PyArrow library to load data from HDFS in Python

    • Install PyArrow library using pip install pyarrow

    • Use pyarrow.hdfs.connect to connect to HDFS

    • Use pyarrow.parquet.read_table to read data from HDFS

  • Answered by AI
  • Q2. Query to find the top three salaried employees of each department
  • Ans. 

    Query to find the top three salaried employees of each department

    • Use a SQL query with a window function like ROW_NUMBER() to rank employees within each department based on salary

    • Partition the data by department and order by salary in descending order

    • Filter the results to only include rows where the row number is less than or equal to 3

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Indian Institute of Technology (IIT), Jodhpur and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is p value?
  • Ans. 

    A p-value is a measure used in statistical hypothesis testing to determine the strength of evidence against the null hypothesis.

    • A p-value is the probability of obtaining results as extreme as the observed results, assuming the null hypothesis is true.

    • A p-value is compared to a significance level (usually 0.05) to determine if the null hypothesis should be rejected.

    • A p-value less than the significance level indicates st

  • Answered by AI
  • Q2. Tell the output a**2
  • Ans. 

    The output of a**2 is the square of the value of a.

    • The output is the value of a multiplied by itself

    • For example, if a = 3, then the output would be 9 (3*3)

  • Answered by AI
  • Q3. Difference between append() and concat
  • Ans. 

    append() adds elements to a single DataFrame, while concat() combines multiple DataFrames.

    • append() is a method used to add rows to a DataFrame.

    • concat() is a function used to combine multiple DataFrames along a particular axis.

    • append() modifies the original DataFrame, while concat() returns a new DataFrame.

    • Example: df1.append(df2) vs pd.concat([df1, df2])

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question related to SQL.
  • Q2. Concept of Data Warehousing.
  • Ans. 

    Data warehousing is the process of collecting, storing, and managing data from various sources for analysis and reporting.

    • Data warehousing involves extracting data from multiple sources and consolidating it into a central repository.

    • It is used for analytical reporting, business intelligence, and decision-making purposes.

    • Data warehouses are designed for query and analysis rather than transaction processing.

    • Examples of d...

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Institute of Management Nirma University, Ahmedabad and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

40 questions are there. The que have different categories. Reasoning , critical thinking

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Question based on the resume
  • Q3. What are the project you have done?

Interview Preparation Tips

Topics to prepare for State Street Corporation Data Analyst interview:
  • DSA
  • Basic coding

Aon Interview FAQs

How many rounds are there in Aon Data Analyst interview?
Aon interview process usually has 2 rounds. The most common rounds in the Aon interview process are Assignment, Aptitude Test and Resume Shortlist.
How to prepare for Aon 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 Aon. The most common topics and skills that interviewers at Aon expect are Data Analysis, SQL, Requirement Gathering, Tableau and Business Analytics.

Tell us how to improve this page.

Aon Data Analyst Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Data Analyst Interview Questions from Similar Companies

View all
Aon Data Analyst Salary
based on 80 salaries
₹2.5 L/yr - ₹10 L/yr
At par with the average Data Analyst Salary in India
View more details

Aon Data Analyst Reviews and Ratings

based on 13 reviews

4.4/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.3

Salary

3.8

Job security

4.1

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 13 Reviews and Ratings
IND Data Analyst I

Gurgaon / Gurugram

4-6 Yrs

Not Disclosed

Explore more jobs
Consultant
242 salaries
unlock blur

₹5.2 L/yr - ₹22 L/yr

Analyst
125 salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Senior Consultant
118 salaries
unlock blur

₹8 L/yr - ₹27 L/yr

Manager
117 salaries
unlock blur

₹8 L/yr - ₹26.2 L/yr

Senior Analyst
107 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Explore more salaries
Compare Aon with

Mercer

3.8
Compare

Willis Towers Watson

3.8
Compare

Deloitte

3.8
Compare

KPMG India

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