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

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte Analyst Interview Questions, Process, and Tips

Updated 5 Feb 2025

Top Deloitte Analyst Interview Questions and Answers

  • Q1. Reverse a Number Problem Statement Given an integer 'N', write a program to generate the reverse of the number and print the resulting reversed number. The reversed numb ...read more
  • Q2. Idempotent Matrix Verification Determine if a given N * N matrix is an idempotent matrix. A matrix is considered idempotent if it satisfies the following condition: M * ...read more
  • Q3. Sql is installed on the server for enable which port needs to be open?
View all 175 questions

Deloitte Analyst Interview Experiences

357 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 22 Sep 2024

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

I applied via campus placement at Thadomal Shahani Engineering College, Mumbai and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

In the aptitude round there were various sections such as quants, verbal and technical questions based on networking and cloud platforms and some pseudo codes . No coding questions were asked .

Round 2 - Group Discussion 

It was structured group discussion with one panel member and a case study was provided to us .

Round 3 - Technical 

(5 Questions)

  • Q1. Tell me about yourself .
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Statistics and have completed multiple data analysis projects during my studies.

    • I am proficient in using statistical software such as R and Python to analyze data and generate insights.

    • I have experience working with cross-functional teams to develop and implement data-driven strategie...

  • Answered by AI
  • Q2. Tell me about the projects that you have made .
  • Ans. 

    I have worked on various projects including financial analysis, market research, and data visualization.

    • Developed financial models to analyze company performance

    • Conducted market research to identify growth opportunities

    • Created interactive dashboards for data visualization

    • Collaborated with cross-functional teams to implement project recommendations

  • Answered by AI
  • Q3. Puzzles questions
  • Q4. Coding question
  • Q5. Machine learning question

Interview Preparation Tips

Topics to prepare for Deloitte Analyst interview:
  • Data Structures
  • quants
  • logical aptitude
  • technical aptitude
  • Indiabix for aptitude
  • past year questions
  • past interview experiences
Interview preparation tips for other job seekers - Be patient and speak confidently in the interview . Try to express your opinion and approach to tackle problems and questions confidently.

Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Simple quat questions

Round 2 - Technical 

(2 Questions)

  • Q1. Which language you are comfortable in and write code for any sorting algorithm you know
  • Q2. What is oops

Analyst Interview Questions Asked at Other Companies

asked in Capgemini
Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, you ... read more
Q2. Ninja and the Game of Words In this game, Ninja is provided with ... read more
asked in Deloitte
Q3. Reverse a Number Problem Statement Given an integer 'N', write a ... read more
Q4. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is p ... read more
Q5. Wildcard Pattern Matching Problem Statement Implement a wildcard ... read more

Analyst Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2024

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

I applied via campus placement at Veermata Jijabai Technological Institute (VJTI), Mumbai and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

20 Mins GD on ESG Compliance

Round 2 - Technical 

(3 Questions)

  • Q1. Internship Experience
  • Q2. Guesstimate on Size of EV Market in India
  • Q3. What are business processes
Round 3 - HR 

(4 Questions)

  • Q1. Internship Experience
  • Q2. Projects from Resume
  • Q3. Guesstimate on Revenue of a Fast Food Restaurant
  • Q4. What all parameters would you consider for a companies office location

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a wow factor in your resume
Prepare for Guesstimates

Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2024

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

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It cover the topics like computer networking , cloud computing ,testing

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • Bachelor's degree in Statistics

    • Proficient in Excel, SQL, and data visualization tools

    • Experience in conducting market research and trend analysis

    • Strong analytical and critical thinking skills

    • Excellent communication and presentation abilities

  • Answered by AI
  • Q2. What is constraint
  • Ans. 

    A constraint is a limitation or restriction that prevents something from being done or achieved.

    • Constraints can be physical, such as lack of resources or time constraints.

    • Constraints can also be imposed by rules, regulations, or limitations set by external factors.

    • Constraints can impact decision-making and problem-solving processes.

    • For example, a budget constraint may limit the amount of money available for a project.

    • A...

  • Answered by AI
  • Q3. Difference between null and blank
  • Ans. 

    Null represents absence of a value, while blank represents an empty value or space.

    • Null is a specific value that indicates the absence of any data.

    • Blank typically refers to an empty value or space, such as an empty string or whitespace.

    • In programming, null is often used to represent a variable that has not been assigned a value, while blank may refer to a field that has not been filled in by a user.

    • Example: A database ...

  • Answered by AI
  • Q4. What is foreign key and primary key
  • Ans. 

    Primary key uniquely identifies each record in a table, while foreign key establishes a link between two tables.

    • Primary key ensures uniqueness of each record in a table

    • Foreign key establishes a relationship between two tables

    • Example: In a 'students' table, 'student_id' can be a primary key, while in a 'courses' table, 'student_id' can be a foreign key linking to 'students' table

  • Answered by AI
  • Q5. Python vs pyspark
  • Ans. 

    Python is a general-purpose programming language, while PySpark is a distributed computing framework built on top of Spark for big data processing.

    • Python is a versatile language used for various applications, including web development, data analysis, and automation.

    • PySpark is specifically designed for processing large datasets in parallel across a cluster of machines.

    • Python is easier to learn and more widely used, whil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - try to understand the basics of dbms

Skills evaluated in this interview

Deloitte interview questions for designations

 Associate Analyst

 (76)

 Business Analyst

 (64)

 Data Analyst

 (42)

 Senior Analyst

 (37)

 Trainee Analyst

 (20)

 Risk Analyst

 (11)

 Consulting Analyst

 (6)

 Research Analyst

 (4)

Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Included 2 coding questions and many mcqs. mainly sql and sorting

Round 2 - Technical 

(4 Questions)

  • Q1. Asked me about my project(arduino) and fine tuning them
  • Q2. Asked me about my research intern which was in ML
  • Q3. What it iot? explain.
  • Q4. Difference between normal sensor and smart sensor

Get interview-ready with Top Deloitte Interview Questions

Analyst Interview Questions & Answers

user image Anonymous

posted on 4 Nov 2024

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

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

Round 1 - Aptitude Test 

Aptitude/ English & Coding test

Round 2 - Technical 

(2 Questions)

  • Q1. What is partition in SQL
  • Q2. Basic python programming questions
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join Deloitte
  • Q2. Where do you see yourselfr in 5 years

Analyst Jobs at Deloitte

View all

Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2025

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

Aptitude ,technical mcq ,coding test

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about projects you done ,write code on dsa concepts

Analyst interview

user image Prep Insta

posted on 16 Nov 2021

Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2024

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The online assessment consists of 67 questions divided into 4 sections with a sectional cutoff for each. The topics covered included Analytical Ability, Quantitatitive Ability, Verble Ability and CS fundamentals focusing on key areas like OS, DBMS, SQL, Cloud and Pseudocodes. It also consist two coding questions.

Round 2 - Technical 

(4 Questions)

  • Q1. The technical segment focused on my resume and projects, with an emphasis on Data Structures, Algorithms, OOPS, DBMS and other courseworks.
  • Q2. Coding question include problem to reverse a string, while SQL questions involved crafting a query to perform a left join between two tables.
  • Q3. Verbal SQL tpoics - Explains joins, group by and aggregate functions.
  • Q4. Behavioral Questions: Assessing teamwork, communication and problem-solving.

Interview Preparation Tips

Interview preparation tips for other job seekers - Making a strong foundation on CS fundamentals and intermediate coding skills with fluent communication is always an upper hand.

Analyst Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

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

(4 Questions)

  • Q1. What is reindexing
  • Q2. How do you drop columns and rows
  • Q3. What is comprehension
  • Q4. Write python code to find odd sum pairs in a list

Deloitte Interview FAQs

How many rounds are there in Deloitte Analyst interview?
Deloitte interview process usually has 2-3 rounds. The most common rounds in the Deloitte interview process are Technical, Aptitude Test and HR.
How to prepare for Deloitte 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 Risk Management, Finance, Accounting, Financial Advisory and Auditing.
What are the top questions asked in Deloitte Analyst interview?

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

  1. Sql is installed on the server for enable which port needs to be op...read more
  2. You have to design a database for library. Which language will u pref...read more
  3. Find out positions of numbers form an array whose sum is...read more
How long is the Deloitte Analyst interview process?

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

Tell us how to improve this page.

Deloitte Analyst Interview Process

based on 271 interviews

6 Interview rounds

  • Aptitude Test Round
  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • Personal Interview1 Round - 1
  • Personal Interview1 Round - 2
View more

Analyst Interview Questions from Similar Companies

Capgemini Analyst Interview Questions
3.7
 • 457 Interviews
Accenture Analyst Interview Questions
3.8
 • 203 Interviews
TCS Analyst Interview Questions
3.7
 • 100 Interviews
PwC Analyst Interview Questions
3.4
 • 20 Interviews
IBM Analyst Interview Questions
4.0
 • 15 Interviews
Mercer Analyst Interview Questions
3.7
 • 10 Interviews
View all
Deloitte Analyst Salary
based on 14.3k salaries
₹3.8 L/yr - ₹12.5 L/yr
25% more than the average Analyst Salary in India
View more details

Deloitte Analyst Reviews and Ratings

based on 1.4k reviews

3.9/5

Rating in categories

3.9

Skill development

3.5

Work-life balance

3.7

Salary

3.9

Job security

3.9

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 1.4k Reviews and Ratings
Analyst

Kolkata,

Pune

1-3 Yrs

₹ 2.2-16 LPA

Explore more jobs
Consultant
33.3k salaries
unlock blur

₹6.3 L/yr - ₹23.3 L/yr

Senior Consultant
21k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.3k salaries
unlock blur

₹3.8 L/yr - ₹12.6 L/yr

Assistant Manager
10k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7.1k salaries
unlock blur

₹16 L/yr - ₹52 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

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