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

352 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2024

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

(2 Questions)

  • Q1. Foundational concepts
  • Q2. Scenario based evaluation
Round 2 - Technical 

(2 Questions)

  • Q1. Performance optimization techniques
  • Ans. 

    Performance optimization techniques involve identifying and implementing strategies to improve the efficiency and speed of a system or process.

    • Identify bottlenecks and areas of inefficiency

    • Use profiling tools to analyze performance metrics

    • Optimize algorithms and data structures

    • Implement caching mechanisms

    • Parallelize tasks to utilize multiple cores

    • Minimize network latency and disk I/O

    • Utilize hardware acceleration when a

  • Answered by AI
  • Q2. Data model design
Round 3 - HR 

(2 Questions)

  • Q1. Compensation finalization and breakdown
  • Q2. Work culture fit assessment

Analyst Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2024

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

(2 Questions)

  • Q1. About shell scripting
  • Q2. About AWS services
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based question on AWS Infra
  • Q2. Live project examples
  • Ans. 

    I have worked on live projects such as financial analysis for a retail company and market research for a tech startup.

    • Conducted financial analysis for a retail company to identify cost-saving opportunities

    • Performed market research for a tech startup to identify target market and competitors

    • Created financial models to forecast revenue and expenses for a healthcare organization

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Managerial discussion
  • Q2. Communication and ability to handle challenges

Analyst Interview Questions Asked at Other Companies

asked in Capgemini
Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, you ... read more
asked in Deloitte
Q2. Reverse a Number Problem Statement Given an integer 'N', write a ... read more
Q3. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is p ... read more
Q4. Ninja and the Game of Words In this game, Ninja is provided with ... read more
Q5. Good old standard problem: Playing number game with your friend t ... read more

Analyst Interview Questions & Answers

user image Harsh Ranjan Kumar

posted on 21 Oct 2024

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

(2 Questions)

  • Q1. Can OIC be triggered using ess job ?
  • Ans. 

    Yes, OIC can be triggered using ess job.

    • OIC can be triggered using Oracle Integration Cloud (OIC) REST APIs.

    • ESS job can be used to schedule and trigger OIC integrations.

    • By configuring the ESS job to call the OIC REST API endpoint, OIC can be triggered.

    • This allows for automation and scheduling of OIC integrations.

  • Answered by AI
  • Q2. How many parameters be passed in bip reports
  • Ans. 

    The number of parameters that can be passed in BIP reports varies depending on the specific report and its requirements.

    • The number of parameters can range from 0 to multiple parameters depending on the complexity of the report.

    • Parameters can be used to filter data, customize the report output, or specify criteria for the report.

    • Examples of parameters in BIP reports include date ranges, customer IDs, product categories,

  • Answered by AI

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

I was interviewed in Jun 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Sort employee by name using java8
  • Ans. 

    Use Java 8 streams and lambda expressions to sort a list of employees by name.

    • Create a list of Employee objects with names.

    • Use stream() method to convert the list to a stream.

    • Use sorted() method with Comparator.comparing() to sort by name.

    • Collect the sorted stream back to a list.

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

    An immutable object is an object whose state cannot be modified after it is created.

    • Immutable objects are often used in functional programming to ensure data integrity.

    • Examples of immutable objects include String, Integer, and Tuple in Python.

    • Immutable objects are thread-safe and can be shared across multiple threads without the risk of data corruption.

  • Answered by AI
  • Q3. What is monolithic andmicroservices
  • Ans. 

    Monolithic architecture is a single-tiered software application where all components are tightly coupled, while microservices architecture is a distributed approach where the application is broken down into smaller, independent services.

    • Monolithic architecture: all components are tightly coupled in a single-tiered application

    • Microservices architecture: application is broken down into smaller, independent services

    • Monoli...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. System design of university
  • Ans. 

    The system design for a university involves various components such as student information systems, course management systems, and communication platforms.

    • Student information systems to manage student records, registration, and academic progress

    • Course management systems for scheduling classes, assigning instructors, and tracking grades

    • Communication platforms for students, faculty, and staff to interact and share inform...

  • Answered by AI
  • Q2. Angular form code, sql joins

Skills evaluated in this interview

Deloitte interview questions for designations

 Associate Analyst

 (70)

 Business Analyst

 (63)

 Data Analyst

 (42)

 Senior Analyst

 (37)

 Trainee Analyst

 (18)

 Risk Analyst

 (11)

 Consulting Analyst

 (6)

 Research Analyst

 (4)

Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2024

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

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the SDLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase of the SDLC has its own set of activities and deliverables that contribute to the overall success of the software proje...

  • Answered by AI
  • Q2. What is client requirements ?
  • Ans. 

    Client requirements are specific needs or expectations that a client has for a product or service.

    • Client requirements are the criteria that a client sets for a project or deliverable.

    • They can include features, functionalities, deadlines, budget constraints, and any other specifications.

    • Understanding and meeting client requirements is crucial for project success and client satisfaction.

    • Examples of client requirements co...

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Deloitte Interview Questions

Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

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

It was a good 40 questions and needed to answer quickly

Round 2 - Coding Test 

Html questions were asked

Round 3 - HR 

(1 Question)

  • Q1. Calculate number of baseballs which can come in this room
  • Ans. 

    The number of baseballs that can fit in a room can be calculated based on the room's dimensions and the size of a baseball.

    • Calculate the volume of the room (length x width x height)

    • Calculate the volume of a baseball (4/3 x pi x radius^3)

    • Divide the room's volume by the baseball's volume to get the number of baseballs that can fit

    • Consider any obstacles or furniture in the room that may affect the available space

  • Answered by AI

Analyst Jobs at Deloitte

View all

Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2024

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

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

Round 1 - Aptitude Test 

Aptitude+technical mcq

Round 2 - Group Discussion 

General gd topics were given on ai and upcoming technologies

Round 3 - One-on-one 

(2 Questions)

  • Q1. Question related to Projects and internship
  • Q2. Some easy puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your resume

Analyst Interview Questions & Answers

user image Manish Singh

posted on 6 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your work ?
  • Ans. 

    I work as an Analyst, conducting data analysis and providing insights to support decision-making.

    • Conducting data analysis to identify trends and patterns

    • Creating reports and presentations to communicate findings

    • Collaborating with stakeholders to understand business needs

    • Using statistical tools and software to analyze data

    • Making recommendations based on data-driven insights

  • Answered by AI
  • Q2. How do you justify your billing
  • Ans. 

    I justify my billing by providing detailed breakdown of services rendered and time spent on each task.

    • Provide itemized list of services provided

    • Include time spent on each task

    • Explain any additional charges or fees

    • Offer discounts or promotions if applicable

  • Answered by AI

Analyst Interview Questions & Answers

user image TANISHA GOEL

posted on 13 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude questions .mathematics,probability

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question on array
  • Q2. Coding questions

Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Personal Details
  • Q2. Accounting questions
Round 2 - Assignment 

Communication vesant test

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 273 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.9 L/yr - ₹12.6 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.4k salaries
unlock blur

₹6.3 L/yr - ₹23.2 L/yr

Senior Consultant
21k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.3k salaries
unlock blur

₹3.9 L/yr - ₹12.6 L/yr

Assistant Manager
10.1k 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