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 Senior Audit Associate Interview Questions and Answers

Updated 16 Jan 2025

Deloitte Senior Audit Associate Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Whats is your expectation from the company ?
  • Ans. 

    I expect the company to provide opportunities for growth, a supportive work environment, and competitive compensation.

    • Opportunities for career advancement

    • Supportive work culture

    • Competitive compensation and benefits

    • Clear communication and feedback

    • Professional development opportunities

  • Answered by AI
  • Q2. Tell me about your articleship experience.
  • Ans. 

    I completed my articleship at a mid-sized accounting firm where I gained experience in auditing various clients.

    • Worked on audit engagements for clients in industries such as manufacturing, retail, and services

    • Performed substantive testing, analytical procedures, and internal control testing

    • Prepared financial statements and audit reports in compliance with regulatory requirements

    • Assisted in the planning and execution of...

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

(2 Questions)

  • Q1. Various accounting and auditing related questions.
  • Q2. Some tax and companies act related question also.
Round 3 - HR 

(2 Questions)

  • Q1. What is your number of attempt in CA?
  • Ans. 

    I passed CA in my second attempt.

    • I passed CA in my second attempt.

    • I successfully completed the CA exam on my second try.

    • I cleared the CA exam in my second shot.

  • Answered by AI
  • Q2. What us your salary expectation?
  • Ans. 

    I am looking for a competitive salary based on my experience and qualifications.

    • Research industry standards for Senior Audit Associate salaries

    • Consider my level of experience and qualifications

    • Negotiate based on the responsibilities of the role

    • Be prepared to discuss benefits and perks in addition to salary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared well from academic point of view and then practical knowledge of your concepts as well to the best you can. If you don't know something, just say no and move ahead.

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical work related questions
Round 3 - Technical 

(1 Question)

  • Q1. Partner's round, again technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Great firm to work. Work life balance is adequate if you're in right team.

I applied via Company Website and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Financial Regulators, AML, Sanctions Screening, PEP Screening, Bearer Shares

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic level of answers as per JD and present it with good examples. Try to convey your point in CAR model (Cause, Action and React).

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Prepare questions from all basic topics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects from resume very well

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic and application based questions in my domain

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident at what u reply. Remember, the company needs skilled person like you

I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. US GAAP IFRS

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good knowledge of IFRS.

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Where do you see yourself in next 5 years
  • Q2. Are willing to start immediately
  • Q3. Tell us about your previous job experience
  • Q4. Why do u want to work with PwC
  • Q5. Do you know excel.And if Yes,What do u know
  • Ans. 

    Yes, I know Excel. I am proficient in using formulas, pivot tables, charts, and macros.

    • Proficient in using formulas such as VLOOKUP, IF, SUMIF, COUNTIF, etc.

    • Expertise in creating pivot tables and charts for data analysis and visualization.

    • Experience in automating tasks using macros and VBA programming.

    • Familiarity with advanced Excel functions like INDEX-MATCH, array formulas, and conditional formatting.

    • Ability to handl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and Confident. Try to take interview in your direction.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Most of the interview was focused around SQL combine with case study assessment.
  • Q2. Explanation of joins
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from th...

  • Answered by AI
  • Q3. Order of execution concept
  • Ans. 

    Order of execution concept refers to the sequence in which instructions are executed in a program.

    • Instructions are executed in the order they appear in the code unless specified otherwise.

    • Some programming languages have specific rules for order of execution, such as PEMDAS in mathematics.

    • Understanding order of execution is crucial for debugging and optimizing code.

    • Example: In Python, arithmetic operators follow the PEM

  • Answered by AI
  • Q4. Explanation on nulls
  • Ans. 

    Nulls are placeholders for missing or unknown values in a database.

    • Nulls represent the absence of a value in a database field.

    • Nulls are different from empty strings or zero values.

    • Nulls can cause issues in database queries if not handled properly.

    • Nulls can be used to indicate missing data or unknown values.

    • Nulls can be replaced with default values or handled using functions like COALESCE.

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

(1 Question)

  • Q1. This was taken with Director which focused mainly on behaviour, career plans and other relevant scenario and ethics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be throughout in SQL and show an apt for learning new things.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Basic questions on recruitment.
Round 3 - Technical 

(2 Questions)

  • Q1. Technical recruitment process question.
  • Q2. Xray search strings

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview would take a lot of time. They will take a week to schedule 1 round and another week. 2-3 weeks to complete all the interviews.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Kyc CDD questions,due diligence
  • Q2. End to end KYC,AML related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Match fixing,not selecting the candidates fairly,totaly they are biased in selecting

Deloitte Interview FAQs

How many rounds are there in Deloitte Senior Audit Associate interview?
Deloitte interview process usually has 3 rounds. The most common rounds in the Deloitte interview process are Technical, One-on-one Round and HR.
What are the top questions asked in Deloitte Senior Audit Associate interview?

Some of the top questions asked at the Deloitte Senior Audit Associate interview -

  1. Various accounting and auditing related questio...read more
  2. Some tax and companies act related question al...read more

Tell us how to improve this page.

Deloitte Senior Audit Associate Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 791 Interviews
ZS Interview Questions
3.4
 • 449 Interviews
BCG Interview Questions
3.7
 • 196 Interviews
View all
Deloitte Senior Audit Associate Salary
based on 79 salaries
₹5.5 L/yr - ₹14 L/yr
21% more than the average Senior Audit Associate Salary in India
View more details

Deloitte Senior Audit Associate Reviews and Ratings

based on 12 reviews

3.5/5

Rating in categories

3.5

Skill development

2.8

Work-life balance

3.5

Salary

3.3

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 12 Reviews and Ratings
Consultant
34.3k salaries
unlock blur

₹6.4 L/yr - ₹23.4 L/yr

Senior Consultant
21.7k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.7k salaries
unlock blur

₹3.9 L/yr - ₹12.8 L/yr

Assistant Manager
10.2k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7.2k salaries
unlock blur

₹16 L/yr - ₹53 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
Did you find this page helpful?
Yes No
write
Share an Interview