i
Deloitte
Filter interviews by
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...
Types of joins include 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 all rows when there is a match in either table
Code to calculate the number of people in a room at EOD given X people enter and Y people leave throughout the day.
Use a variable to keep track of the number of people in the room at any given time.
Increment the variable when someone enters the room and decrement it when someone leaves.
Calculate the final value of the variable at the end of the day to get the number of people in the room at EOD.
Logistic Regression is a statistical method used to analyze and model the relationship between a binary dependent variable and one or more independent variables.
It is used to predict the probability of a binary outcome (0 or 1).
It is a type of regression analysis that uses a logistic function to model the relationship between the dependent variable and independent variables.
It is commonly used in fields such as he...
What people are saying about Deloitte
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 analys...
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with two initial numbers, usually 0 and 1
Add the two previous numbers to get the next number in the sequence
Repeat this process to generate the Fibonacci series
SQL execution order determines the sequence in which SQL statements are processed.
1. FROM and JOIN clauses are processed first to retrieve data from tables.
2. WHERE clause filters the rows based on specified conditions.
3. GROUP BY clause groups the rows based on specified columns.
4. HAVING clause filters the groups based on specified conditions.
5. SELECT clause retrieves the columns specified in the query.
6. ORDER...
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);
City waste generation varies by population, lifestyle, and waste management practices, impacting sustainability efforts.
Population Size: Larger cities typically generate more waste; for example, New York City produces over 12,000 tons of waste daily.
Waste Composition: Different cities have varying waste types; for instance, San Francisco focuses on composting and recycling to reduce landfill waste.
Economic Factors...
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 116 reviews
Rating in categories
Consultant
39.6k
salaries
| ₹10.1 L/yr - ₹22 L/yr |
Senior Consultant
24.5k
salaries
| ₹16.2 L/yr - ₹33 L/yr |
Analyst
16.4k
salaries
| ₹5 L/yr - ₹12 L/yr |
Assistant Manager
11.2k
salaries
| ₹12.1 L/yr - ₹22 L/yr |
Manager
7.8k
salaries
| ₹24.5 L/yr - ₹43.4 L/yr |
Accenture
PwC
Ernst & Young
Cognizant