Upload Button Icon Add office photos
Premium Employer

i

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

Deloitte Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 17k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte Data Analyst Interview Questions, Process, and Tips

Updated 3 Jan 2025

Top Deloitte Data Analyst Interview Questions and Answers

  • Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are s ...read more
  • Q2. How to find the minimum number from a given set of numbers ?
  • Q3. In Tableau if the underlining table columns keep on changing than what can be done so that it wont affect on the view level.
View all 23 questions

Deloitte Data Analyst Interview Experiences

38 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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.

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Dec 2024

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

It was medium and if you focus you should be able to complete that!

Round 2 - Technical 

(2 Questions)

  • Q1. Heat map and tree map difference and what you did so far in Tableau!
  • Ans. 

    Heat maps display data in colors on a grid, while tree maps show hierarchical data using nested rectangles.

    • Heat maps use colors to represent data values on a grid, while tree maps use nested rectangles to display hierarchical data.

    • In Tableau, I have created heat maps to visualize sales data across different regions, and tree maps to show the sales distribution by product categories.

    • Heat maps are useful for identifying ...

  • Answered by AI
  • Q2. Tool tips use. Types of graph which can help in KPIs
  • Ans. 

    Different types of graphs like bar charts, line graphs, and pie charts can help in visualizing KPIs effectively.

    • Bar charts can be used to compare KPIs across different categories or time periods.

    • Line graphs are useful for showing trends and changes in KPIs over time.

    • Pie charts can display the proportion of each KPI relative to the total.

    • Combination charts can be used to show multiple KPIs in a single graph for comparis

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Cultural fit question and scenario questions.

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

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2024

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

I applied via campus placement at Visvesvaraya National Institute of Technology (VNIT), Nagpur and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Many questions on SQL and python programing and some questions on general aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. They asked about my projects which i mentioned in my cv
  • Q2. Sub query in Sql
  • Ans. 

    A subquery in SQL is a query nested within another query to retrieve data from multiple tables.

    • Subqueries can be used in SELECT, INSERT, UPDATE, and DELETE statements.

    • They can be correlated or non-correlated.

    • Example: SELECT * FROM table1 WHERE column1 = (SELECT column2 FROM table2 WHERE condition);

  • Answered by AI
  • Q3. Some basic on c++ programming
Round 3 - HR 

(2 Questions)

  • Q1. I rejected because they have already selected people they want
  • Q2. I rejected me because i did not give proper answers

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself ?
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Experienced in analyzing large datasets to extract valuable insights

    • Proficient in using tools like SQL, Python, and Tableau

    • Strong communication skills to present findings to stakeholders

  • Answered by AI
  • Q2. Explain SQL order of execution
  • Ans. 

    SQL order of execution determines the sequence in which the different clauses in a SQL query are processed.

    • SQL order of execution: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.

    • FROM: Specifies the tables involved in the query.

    • WHERE: Filters the rows based on specified conditions.

    • GROUP BY: Groups the rows based on specified columns.

    • HAVING: Filters the groups based on specified conditions.

    • SELECT: Retrieves the columns ...

  • Answered by AI

Skills evaluated in this interview

Deloitte interview questions for designations

 Data Research Analyst

 (1)

 Associate Data Analyst

 (2)

 SQL Data Analyst

 (1)

 Senior Data Analyst

 (1)

 Junior Data Analyst

 (1)

 Data Analyst Intern

 (1)

 Analyst

 (354)

 Data Entry Operator

 (2)

Data Analyst Interview Questions & Answers

user image Sohini Bera

posted on 14 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Write a code to determine average salary wrt location
  • Ans. 

    Code to calculate average salary based on location

    • Create a dictionary to store salaries based on location

    • Calculate average salary for each location using the dictionary

    • Return the average salaries for each location

  • Answered by AI

Get interview-ready with Top Deloitte Interview Questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Jul 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is hlookup , vlookup
  • Ans. 

    HLOOKUP and VLOOKUP are functions in Excel used to search for a value in a table horizontally and vertically, respectively.

    • HLOOKUP searches for a value in the first row of a table and returns a value in the same column from a specified row.

    • VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.

    • Both functions are commonly used in Excel for data analysis an...

  • Answered by AI
  • Q2. What is conditional formatting
  • Ans. 

    Conditional formatting is a feature in data analysis tools that allows users to apply formatting to cells based on specified conditions.

    • Conditional formatting helps highlight important data points in a dataset

    • Users can set rules for formatting, such as changing cell color based on value ranges

    • It is commonly used in Excel, Google Sheets, and other spreadsheet programs

  • Answered by AI
  • Q3. What are window functions
  • Ans. 

    Window functions are a type of function in SQL that perform calculations across a set of table rows related to the current row.

    • Window functions are used to perform calculations on a set of rows related to the current row.

    • They allow you to perform calculations without grouping the rows into a single output row.

    • Examples of window functions include ROW_NUMBER(), RANK(), and NTILE().

  • Answered by AI

Data Analyst Interview Questions & Answers

user image Preeti Hegde

posted on 22 Aug 2024

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

(2 Questions)

  • Q1. SQL basic coding questions
  • Q2. Python logical questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Dec 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. They were asked related to Tableau?
  • Q2. They asked with previous projects?

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Dec 2024

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

General knowledge,and coding purpose

Round 2 - Group Discussion 

Hr will gave one topic. And we have to explain that topic

Round 3 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Why I should i hire you?

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2024

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

(2 Questions)

  • Q1. THERE ARE 3 SQL QUESTIONS
  • Q2. FOCUS ON GROUP BY,ORDER BY,AGGREGRATE FUNCTIONS

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to make a carrier in Data Analytics field then focus on MS Excel and SQL .

Deloitte Interview FAQs

How many rounds are there in Deloitte Data Analyst interview?
Deloitte interview process usually has 1-2 rounds. The most common rounds in the Deloitte interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Deloitte 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 Deloitte. The most common topics and skills that interviewers at Deloitte expect are Data Analysis, Data Management, Marketing Programs, SQL and Advanced Excel.
What are the top questions asked in Deloitte Data Analyst interview?

Some of the top questions asked at the Deloitte Data Analyst interview -

  1. Suppose there is a room in the office and X people enter room throughout the da...read more
  2. How to find the minimum number from a given set of number...read more
  3. In Tableau if the underlining table columns keep on changing than what can be d...read more
How long is the Deloitte Data Analyst interview process?

The duration of Deloitte Data Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Deloitte Data Analyst Interview Process

based on 25 interviews in last 1 year

3 Interview rounds

  • Technical Round
  • One-on-one Round
  • HR Round
View more

People are getting interviews through

based on 24 Deloitte interviews
Campus Placement
Job Portal
Company Website
WalkIn
Referral
46%
29%
13%
4%
4%
4% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large 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
Deloitte Data Analyst Salary
based on 800 salaries
₹3.5 L/yr - ₹14 L/yr
30% more than the average Data Analyst Salary in India
View more details

Deloitte Data Analyst Reviews and Ratings

based on 92 reviews

3.9/5

Rating in categories

3.8

Skill development

3.8

Work-Life balance

3.6

Salary & Benefits

4.0

Job Security

3.9

Company culture

3.5

Promotions/Appraisal

3.6

Work Satisfaction

Explore 92 Reviews and Ratings
Consultant
32.8k salaries
unlock blur

₹6.2 L/yr - ₹23 L/yr

Senior Consultant
20.9k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
13.9k salaries
unlock blur

₹3.8 L/yr - ₹12.6 L/yr

Assistant Manager
9.9k salaries
unlock blur

₹7.7 L/yr - ₹24 L/yr

Manager
7k salaries
unlock blur

₹15.7 L/yr - ₹52 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.9
Compare

PwC

3.4
Compare

Ernst & Young

3.5
Compare

Cognizant

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