i
Deloitte
Filter interviews by
A delivery app connects customers with local couriers to facilitate the ordering and delivery of goods efficiently.
User Registration: Customers create accounts to place orders, track deliveries, and manage payment methods.
Order Placement: Users select items from a menu, add them to their cart, and place an order for delivery.
Real-Time Tracking: Customers can track their order status and the courier's location in r...
A partition is a division of data into distinct segments for efficient processing and analysis.
Partitions help in managing large datasets by breaking them into smaller, more manageable pieces.
In databases, partitions can improve query performance by allowing the system to scan only relevant segments.
For example, a sales database might be partitioned by region, so queries for a specific region are faster.
In big dat...
Clustering in SQL groups similar data points to identify patterns and relationships within datasets.
Clustering is an unsupervised learning technique used to group similar records.
Common algorithms include K-means, Hierarchical clustering, and DBSCAN.
In SQL, clustering can be implemented using window functions or specific extensions like PostgreSQL's crosstab.
Example: Grouping customers based on purchasing behavior...
I would rate myself a 4 out of 5 in SQL proficiency.
Proficient in writing complex SQL queries
Experienced in optimizing database performance
Familiar with data manipulation and analysis functions
Comfortable working with large datasets
What people are saying about Deloitte
I bring a unique blend of analytical skills, industry knowledge, and a passion for data-driven decision-making.
Proven experience in data analysis with tools like SQL and Python, demonstrated by a project where I improved sales forecasting accuracy by 20%.
Strong problem-solving skills, exemplified by a case where I identified key trends in customer behavior that led to a successful marketing campaign.
Excellent comm...
Data analyst with a strong background in statistics and experience in transforming data into actionable insights.
Bachelor's degree in Statistics, where I developed a solid foundation in data analysis techniques.
Worked at XYZ Corp, where I analyzed sales data to identify trends, resulting in a 15% increase in revenue.
Proficient in tools like SQL, Python, and Tableau for data manipulation and visualization.
Completed...
In five years, I envision myself as a senior data analyst, leading projects and mentoring junior analysts while driving data-driven decisions.
I aim to deepen my expertise in data visualization tools like Tableau and Power BI, creating impactful dashboards.
I plan to enhance my statistical analysis skills, applying advanced techniques to derive insights from complex datasets.
I aspire to take on leadership roles, gui...
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.
Understanding join types helps determine the number of rows returned in SQL queries.
INNER JOIN: Returns rows with matching values in both tables. Example: 3 rows from Table A and 2 from Table B with 1 match = 1 row.
LEFT JOIN: Returns all rows from the left table and matched rows from the right. Example: 3 rows from A, 2 matches in B = 3 rows.
RIGHT JOIN: Returns all rows from the right table and matched rows from t...
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
I appeared for an interview in Dec 2024.
I am a data analyst with a background in statistics and experience in analyzing large datasets.
Background in statistics
Experience in analyzing large datasets
Proficient in data visualization tools like Tableau
Strong problem-solving skills
Excellent communication skills
I would rate myself a 4 out of 5 in SQL proficiency.
Proficient in writing complex SQL queries
Experienced in optimizing database performance
Familiar with data manipulation and analysis functions
Comfortable working with large datasets
I use Power BI to analyze and visualize data for insights and decision-making in my work.
Connect to data sources to import data
Transform and clean data using Power Query Editor
Create relationships between different data tables
Design interactive reports and dashboards
Use DAX formulas for calculations and measures
Share reports with stakeholders and collaborate on insights
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
Understanding join types helps determine the number of rows returned in SQL queries.
INNER JOIN: Returns rows with matching values in both tables. Example: 3 rows from Table A and 2 from Table B with 1 match = 1 row.
LEFT JOIN: Returns all rows from the left table and matched rows from the right. Example: 3 rows from A, 2 matches in B = 3 rows.
RIGHT JOIN: Returns all rows from the right table and matched rows from the le...
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.
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
It was medium and if you focus you should be able to complete that!
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 ...
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...
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Many questions on SQL and python programing and some questions on general aptitude
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);
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
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
I appeared for an interview in Apr 2025, where I was asked the following questions.
Power BI's lookup functionality allows users to retrieve values from related tables using DAX functions.
The primary function for lookup is 'RELATED', which fetches a value from a related table based on a relationship.
Example: If you have a 'Sales' table and a 'Products' table, you can use RELATED to get the product name in the Sales table.
Another function is 'LOOKUPVALUE', which retrieves a value based on specified cri...
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
I appeared for an interview in Mar 2025, where I was asked the following questions.
Clustering in SQL groups similar data points to identify patterns and relationships within datasets.
Clustering is an unsupervised learning technique used to group similar records.
Common algorithms include K-means, Hierarchical clustering, and DBSCAN.
In SQL, clustering can be implemented using window functions or specific extensions like PostgreSQL's crosstab.
Example: Grouping customers based on purchasing behavior to i...
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
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...
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
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().
Some of the top questions asked at the Deloitte Data Analyst interview -
The duration of Deloitte Data Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 42 interview experiences
Difficulty level
Duration
based on 117 reviews
Rating in categories
Consultant
40.7k
salaries
| ₹10.4 L/yr - ₹21.6 L/yr |
Senior Consultant
25.2k
salaries
| ₹16.5 L/yr - ₹33.5 L/yr |
Analyst
16.8k
salaries
| ₹5 L/yr - ₹12 L/yr |
Assistant Manager
11.4k
salaries
| ₹12.1 L/yr - ₹22.4 L/yr |
Manager
8k
salaries
| ₹24.6 L/yr - ₹43.6 L/yr |
Accenture
PwC
Ernst & Young
Cognizant