Upload Button Icon Add office photos
Engaged 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

Filter interviews by

Deloitte Interview Questions and Answers for Freshers

Updated 26 Jun 2025
Popular Designations

167 Interview questions

An Analyst was asked 2w ago
Q. What are the concepts of Object-Oriented Programming (OOP) and its pillars?
Ans. 

Object-Oriented Programming (OOP) is a programming paradigm based on objects and classes, emphasizing code reusability and organization.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to present...

View all Analyst interview questions
An Analyst was asked 2w ago
Q. What is the process to reverse a string?
Ans. 

Reversing a string involves rearranging its characters in the opposite order, from last to first.

  • Use a loop to iterate through the string from the end to the beginning. Example: 'hello' becomes 'olleh'.

  • Utilize built-in functions in programming languages. Example in Python: 'hello'[::-1] results in 'olleh'.

  • Convert the string to a list of characters, reverse the list, and join it back. Example: list('hello')[::-1] g...

View all Analyst interview questions
An Assistant Manager was asked 2mo ago
Q. What is risk, and what are the different types of risks?
Ans. 

Risk is the potential for loss or harm, with various types affecting decisions in business and life.

  • 1. Financial Risk: Involves losses due to market fluctuations, e.g., stock market investments.

  • 2. Operational Risk: Arises from internal processes, e.g., system failures or fraud.

  • 3. Strategic Risk: Related to business decisions, e.g., entering a new market without research.

  • 4. Compliance Risk: Involves legal penalties...

View all Assistant Manager interview questions
An Associate Analyst was asked 2mo ago
Q. Why do you think you would be a good fit for this role at Deloitte?
Ans. 

I bring analytical skills, a collaborative mindset, and a passion for problem-solving, making me a strong fit for Deloitte's Associate Analyst role.

  • Strong analytical skills: I excel in data analysis, demonstrated by my project where I improved efficiency by 20% through data-driven insights.

  • Team collaboration: I thrive in team settings, as shown in my internship where I worked with cross-functional teams to deliver...

View all Associate Analyst interview questions

What people are saying about Deloitte

View All
a data engineer
1w
Salary discusssion suggestion
Hi everyone, I have an offer from Deloitte as a data engineer for 15 CTC (all fix) + 10% variable I still have some time left on my notice period. Should I try for more offers and ask Deloitte to match? Yoe 3 CCTC : 6
Got a question about Deloitte?
Ask anonymously on communities.
An Associate Analyst was asked 2mo ago
Q. What are the 3 Golden Rules of Accounting?
Ans. 

The 3 Golden Rules of Accounting guide how to record financial transactions accurately.

  • 1. Debit the receiver, credit the giver: When a person or entity receives value, they are debited, while the giver is credited. Example: If a company sells goods for cash, cash (the receiver) is debited, and sales revenue (the giver) is credited.

  • 2. Debit what comes in, credit what goes out: This rule applies to assets. When an a...

View all Associate Analyst interview questions
An Audit Assistant was asked 2mo ago
Q. Which software have you worked with?
Ans. 

I have experience with various audit and accounting software, enhancing efficiency and accuracy in financial reporting.

  • Proficient in QuickBooks for managing financial records and generating reports.

  • Experienced with Microsoft Excel for data analysis and creating pivot tables.

  • Familiar with SAP for enterprise resource planning and financial management.

  • Used CaseWare for audit documentation and working papers.

  • Knowledge...

View all Audit Assistant interview questions
An Audit Assistant was asked 2mo ago
Q. What is the concept of materiality?
Ans. 

Materiality refers to the significance of financial information in influencing decisions of users.

  • Materiality helps auditors determine which information is important for financial statements.

  • An item is considered material if its omission or misstatement could influence economic decisions.

  • For example, a $1,000 error may be material for a small company but immaterial for a large corporation.

  • Materiality is often asse...

View all Audit Assistant interview questions
Are these interview questions helpful?
An Associate Engineer was asked 3mo ago
Q. What are the key concepts of Java 8?
Ans. 

Java 8 introduced significant features like lambdas, streams, and the new Date/Time API, enhancing productivity and code readability.

  • Lambda Expressions: Enable you to write concise and functional-style code. Example: (a, b) -> a + b.

  • Streams API: Allows processing sequences of elements (collections) in a functional style. Example: list.stream().filter(x -> x > 10).collect(Collectors.toList()).

  • Default Metho...

View all Associate Engineer interview questions
An Associate Engineer was asked 3mo ago
Q. What are the key concepts of Multi threading?
Ans. 

Multithreading allows concurrent execution of multiple threads, improving application performance and resource utilization.

  • Thread: A lightweight process that can run concurrently with other threads.

  • Concurrency vs. Parallelism: Concurrency is about dealing with multiple tasks at once, while parallelism is about executing multiple tasks simultaneously.

  • Synchronization: Mechanisms like mutexes and semaphores are used ...

View all Associate Engineer interview questions
An Analyst was asked 3mo ago
Q. Why do you think you are best suited for this role?
Ans. 

I possess strong analytical skills, relevant experience, and a passion for data-driven decision-making, making me ideal for this role.

  • I have a degree in data analysis, which provides me with a solid foundation in statistical methods and data interpretation.

  • In my previous role, I successfully analyzed sales data to identify trends, leading to a 15% increase in revenue over six months.

  • I am proficient in tools like E...

View all Analyst interview questions

Deloitte Interview Experiences for Freshers

380 interviews found

Senior Test Analyst Interview Questions & Answers

user image amruta gaikwad

posted on 24 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. What is 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 in the SDLC has its own set of activities and deliverables that contribute to the overall development of the software.

    • S...

  • Answered by AI
  • Q2. What is severity and priority explain withe examples
  • Ans. 

    Severity and priority are important concepts in software testing to determine the impact and urgency of a defect.

    • Severity refers to the impact of a defect on the system or application. It is usually categorized as low, medium, or high.

    • Priority, on the other hand, determines the urgency of fixing a defect. It is often classified as low, medium, or high.

    • Example: A defect that causes the application to crash every time a ...

  • Answered by AI
  • Q3. What is test plan
  • Ans. 

    A test plan is a document outlining the approach, resources, schedule, and scope of testing activities.

    • Test plan defines the testing activities to be performed, such as test objectives, test strategies, and test deliverables.

    • It includes details on the test environment, test tools, and test schedule.

    • Test plan also outlines the roles and responsibilities of team members involved in testing.

    • It serves as a guide for the te...

  • Answered by AI
  • Q4. Explain dashboard in salesforce
  • Ans. 

    A dashboard in Salesforce is a visual representation of key metrics and data from reports, allowing users to track performance and make informed decisions.

    • Dashboards in Salesforce display charts, graphs, tables, and metrics based on underlying reports.

    • Users can customize dashboards to show specific data relevant to their role or objectives.

    • Dashboards can be shared with other users or groups within the Salesforce platfo...

  • Answered by AI
  • Q5. What is profiles and role in salesforce
  • Ans. 

    Profiles in Salesforce define what a user can do in the system.

    • Profiles control access to objects, fields, and records

    • They determine which tabs and apps are visible to users

    • Profiles also specify permissions like create, read, edit, delete

    • Example: A Sales profile may have access to Leads and Opportunities but not to Accounts

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Self introduction
  • Q2. Project related
  • Q3. Related to application configuration
Round 2 - Technical 

(4 Questions)

  • Q1. Same self intro
  • Q2. Different documents maintained in a project
  • Ans. 

    Various documents like project plan, requirements, design documents, test cases, user manuals, etc.

    • Project plan outlining goals and timelines

    • Requirements document detailing project needs

    • Design documents for technical specifications

    • Test cases for quality assurance

    • User manuals for end users

  • Answered by AI
  • Q3. One coding question
  • Q4. How do you manage your fellow team members
  • Ans. 

    I manage my team members by fostering open communication, setting clear expectations, providing support, and recognizing their contributions.

    • Foster open communication by encouraging team members to share their ideas and concerns

    • Set clear expectations by outlining goals, deadlines, and responsibilities

    • Provide support by offering guidance, resources, and assistance when needed

    • Recognize contributions by acknowledging and ...

  • Answered by AI
Round 3 - Behavioral 

(3 Questions)

  • Q1. Self introduction
  • Q2. Hobbies and sone personality questions
  • Q3. Why do you wnat to switch
  • Ans. 

    I am seeking new challenges and opportunities for growth in my career.

    • Looking for new challenges to continue learning and developing skills

    • Seeking opportunities for career advancement and growth

    • Interested in exploring different industries or sectors

    • Want to work with a new team and expand professional network

  • Answered by AI

Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Define the bug life cycle
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing bugs in software development.

    • Bug identification: Finding and reporting bugs in the software.

    • Bug triage: Prioritizing bugs based on severity and impact.

    • Bug resolution: Fixing the reported bugs by developers.

    • Bug retesting: Verifying that the bug is fixed and not causing any new issues.

    • Bug closure: Closing the bug after verification an...

  • Answered by AI
  • Q2. Roles and responsibilities
  • Q3. Negative test case on buying a book
  • Ans. 

    Negative test case on buying a book

    • Attempt to buy a book with insufficient funds in the account

    • Try to buy a book that is out of stock

    • Purchase a book with invalid payment method

    • Add a book to the cart but do not proceed with the purchase

  • Answered by AI
  • Q4. Difference between regression, sanity and smoke
  • Ans. 

    Regression, sanity, and smoke testing are different types of testing performed during software development.

    • Regression testing is re-running tests on previously tested code to ensure that new changes have not affected existing functionality.

    • Sanity testing is a quick test to check if the build is stable enough for further testing.

    • Smoke testing is a preliminary test to check if the major functionalities of the software ar...

  • Answered by AI
  • Q5. Introduction and project
Round 2 - Behavioral 

(3 Questions)

  • Q1. Introduction and project
  • Q2. SQL question basic level
  • Q3. Primary key and foreign key

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well.

Skills evaluated in this interview

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

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

Round 1 - Case Study 

Market sizing and entry strategy

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want to pursue in this role?
  • Ans. 

    I am drawn to this Senior Associate role for its opportunity to leverage my skills in a challenging environment and contribute to impactful projects.

    • Career Growth: This role aligns with my career aspirations, allowing me to take on more responsibilities and develop my leadership skills.

    • Impactful Work: I am excited about the chance to work on projects that drive significant results, such as improving operational efficie...

  • Answered by AI
  • Q2. How do you do a cold call?
  • Ans. 

    A cold call involves reaching out to potential clients or customers without any prior contact or relationship.

    • Research the company or individual you are calling to tailor your pitch

    • Introduce yourself and explain the purpose of your call

    • Highlight the benefits of your product or service

    • Handle objections professionally and try to schedule a follow-up meeting

    • Follow up with an email or additional information as needed

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

(2 Questions)

  • Q1. What is commercial due diligence?
  • Ans. 

    Commercial due diligence is the process of evaluating a company's commercial potential and risks before making an investment or partnership.

    • Involves analyzing market trends, competition, customer base, and growth potential

    • Assesses the target company's business model, revenue streams, and key performance indicators

    • Helps investors make informed decisions by identifying potential opportunities and threats

    • May include inter...

  • Answered by AI
  • Q2. How do you handle a difficult client?
  • Ans. 

    Handling difficult clients requires patience, empathy, and effective communication to resolve issues and maintain a positive relationship.

    • Active Listening: I ensure I fully understand the client's concerns by listening attentively and asking clarifying questions. For example, during a project delay, I listened to the client's frustrations and acknowledged their feelings.

    • Empathy: I put myself in the client's shoes to un...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask questions relevant to the role
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 were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic question related to Java and spring boot
Round 2 - Technical 

(1 Question)

  • Q1. Current Project role and responsibilites.
  • Ans. 

    Leading a team of developers in designing and implementing a new web application for a financial services company.

    • Managing a team of developers to ensure project milestones are met

    • Designing the architecture of the web application

    • Implementing new features and functionalities based on client requirements

    • Conducting code reviews and providing technical guidance to team members

  • Answered by AI
Interview experience
3
Average
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 was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me how do u recognise Revenue
  • Ans. 

    Revenue recognition involves determining when and how much revenue to record in financial statements.

    • Revenue is recognized when it is earned and realizable, typically when goods are delivered or services are performed.

    • For example, a software company recognizes revenue when the software is delivered and the customer has accepted it.

    • Under the ASC 606 standard, revenue is recognized based on a five-step model: identify co...

  • Answered by AI
  • Q2. Finance lease vs operating lease
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What type of joins are used in your project ?
  • Ans. 

    In our project, we primarily use inner, outer, left, and right joins to manage and analyze relational data effectively.

    • Inner Join: Combines rows from both tables where there is a match. Example: SELECT * FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID;

    • Left Join: Returns all rows from the left table and matched rows from the right table. Example: SELECT * FROM Customers LEFT JOIN Orders ON C...

  • Answered by AI
  • Q2. Did you have knowledge on google cloud platform ?
  • Ans. 

    Yes, I have extensive knowledge of Google Cloud Platform, including its services and architecture.

    • Familiar with Google Compute Engine for scalable virtual machines.

    • Experience using Google Cloud Storage for data storage and retrieval.

    • Utilized Google Kubernetes Engine for container orchestration.

    • Implemented Google Cloud Functions for serverless computing solutions.

    • Worked with BigQuery for data analytics and processing la...

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Round 1 was online Test where one basic coding question was there and few aptitiude , verbal ability and python based question.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Data WareHouse..?
  • Ans. 

    A Data Warehouse is a centralized repository that stores integrated data from multiple sources for analysis and reporting.

    • Data Warehouses are designed for query and analysis rather than transaction processing.

    • They often contain historical data and are used for decision-making purposes.

    • Data Warehouses typically use a dimensional model with facts and dimensions.

    • Examples of Data Warehouse tools include Amazon Redshift, Sn...

  • Answered by AI
  • Q2. Nested Queries in Bigquery..?
  • Ans. 

    Nested queries in BigQuery allow for querying data from within another query, enabling complex data analysis.

    • Nested queries are queries that are embedded within another query

    • They can be used to perform subqueries to filter, aggregate, or manipulate data

    • Nested queries can be used in SELECT, FROM, WHERE, and HAVING clauses

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Data Engineer interview:
  • Python
  • SQL
  • Cloud
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Questions related to accounts
Round 2 - Aptitude Test 

I have completed within half hour

Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to excel as the role was of audit and assurance associate analyst in ESC
  • Q2. Simple communication and excel terminologies
Round 4 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Communication test
Round 5 - Behavioral 

(2 Questions)

  • Q1. Communication test
  • Q2. Accounting questions

Interview Preparation Tips

Topics to prepare for Deloitte Associate Analyst interview:
  • Advanced Excel
Interview preparation tips for other job seekers - Very bad experience with Deloitte, I have completed all the rounds of interview and they told they will update me about the further discussions soo but still i did not got any response from Deloitte they just took all the rounds of interview and told me to wait for their response it's over a month now but still did not got any response from the company and even i tried contacting the talent team but even they are not lifting the calls even sent the follow-up mails to the HR's even they are not even replying to my mails, Just one request to the Deloitte HR and talent team please respond to candidates and send the mail if they are rejected.
A small advice for the candidates who are applying for any positions in Deloitte do not have high expectations.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What are the 3 Golden Rules of Accounting?
  • Ans. 

    The 3 Golden Rules of Accounting guide how to record financial transactions accurately.

    • 1. Debit the receiver, credit the giver: When a person or entity receives value, they are debited, while the giver is credited. Example: If a company sells goods for cash, cash (the receiver) is debited, and sales revenue (the giver) is credited.

    • 2. Debit what comes in, credit what goes out: This rule applies to assets. When an asset ...

  • Answered by AI
  • Q2. How would you rate yourself in your Excel and PowerPoint skills on a scale from 1-5? What is the VLOOKUP function and its purpose? What are the various sections you find on the toolbar ribbon in powerpoint...
  • Q3. Why do you think you would be a good fit for this role and at Deloitte?
  • Ans. 

    I bring analytical skills, a collaborative mindset, and a passion for problem-solving, making me a strong fit for Deloitte's Associate Analyst role.

    • Strong analytical skills: I excel in data analysis, demonstrated by my project where I improved efficiency by 20% through data-driven insights.

    • Team collaboration: I thrive in team settings, as shown in my internship where I worked with cross-functional teams to deliver a su...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on your graduation subjects and topics. Ensure you read up on various commonly used Excel formulae.

Deloitte Interview FAQs

How many rounds are there in Deloitte interview for freshers?
Deloitte interview process for freshers usually has 2-3 rounds. The most common rounds in the Deloitte interview process for freshers are Technical, Aptitude Test and One-on-one Round.
How to prepare for Deloitte interview for freshers?
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 Internal Control, Taxation, Internal Audit, Auditing and Communication Skills.
What are the top questions asked in Deloitte interview for freshers?

Some of the top questions asked at the Deloitte interview for freshers -

  1. Suppose there is a room in the office and X people enter room throughout the da...read more
  2. If you are given an array of 6 numbers 123345 give the logic for finding the d...read more
  3. Case : I am a US based company and I sell 3 products A, B, C (I don’t rem ex...read more
What are the most common questions asked in Deloitte HR round for freshers?

The most common HR questions asked in Deloitte interview are for freshers -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. Tell me about yourse...read more
How long is the Deloitte interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 188 interview experiences

Difficulty level

Easy 24%
Moderate 73%
Hard 3%

Duration

Less than 2 weeks 68%
2-4 weeks 19%
4-6 weeks 11%
More than 8 weeks 2%
View more

Interview Questions from Similar Companies

PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
KPMG India Interview Questions
3.5
 • 841 Interviews
ZS Interview Questions
3.3
 • 472 Interviews
BCG Interview Questions
3.7
 • 203 Interviews
Bain & Company Interview Questions
3.9
 • 110 Interviews
WSP Interview Questions
4.2
 • 99 Interviews
Mercer Interview Questions
3.7
 • 89 Interviews
View all

Deloitte Reviews and Ratings

based on 19.7k reviews

3.7/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

3.7

Salary

3.8

Job security

3.7

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 19.7k Reviews and Ratings
Hiring For Indirect Taxation - Executive & Sr. Executive

Thane,

Bangalore / Bengaluru

+1

3-8 Yrs

₹ 4-6.5 LPA

Senior Consultant

Bangalore / Bengaluru,

Delhi/Ncr

+1

5-8 Yrs

₹ 11.3-35 LPA

Internal Auditor

Chennai,

Coimbatore

+1

4-9 Yrs

Not Disclosed

Explore more jobs
Consultant
39.6k salaries
unlock blur

₹6.5 L/yr - ₹28.1 L/yr

Senior Consultant
24.5k salaries
unlock blur

₹11.1 L/yr - ₹42 L/yr

Analyst
16.4k salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Assistant Manager
11.2k salaries
unlock blur

₹8 L/yr - ₹24.6 L/yr

Manager
7.8k salaries
unlock blur

₹16 L/yr - ₹55 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

3.7
Compare
write
Share an Interview