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 Trainee Analyst Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Deloitte Trainee Analyst Interview Questions and Answers

  • Q1. Explain your projects !! Which Programming languages do u know ? Write a program of your choice in your preferred programming language !! What are your long term goals ? ...read more
  • Q2. Write a program to swap the substrings of two strings
  • Q3. Write a program to reverse a string
View all 6 questions

Deloitte Trainee Analyst Interview Experiences

20 interviews found

Trainee Analyst Interview Questions & Answers

user image Divyash pal

posted on 16 Jan 2025

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Shri Vaishnav Institute of Management, Indore and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions, reasoning and English questions time was very less, 1min/question approx

Round 2 - Coding Test 

2 questions one was of easy level other was of medium level

Round 3 - One-on-one 

(3 Questions)

  • Q1. Basic questions on Oops concept
  • Q2. Basics of your programming language
  • Q3. Situational awareness questions

Trainee Analyst Interview Questions & Answers

user image Bindu Madhavi Akula

posted on 7 Dec 2024

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

(1 Question)

  • Q1. What are osi layers
  • Ans. 

    The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven distinct layers.

    • Layer 1 - Physical layer: Deals with physical connections and transmission of raw data.

    • Layer 2 - Data link layer: Manages data frames and error detection.

    • Layer 3 - Network layer: Handles routing and logical addressing.

    • Layer 4 - Transport layer: Ensu...

  • Answered by AI

Skills evaluated in this interview

Trainee Analyst Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Minimum Stops for Ninja's Journey Problem Statement Ninja wishes ... read more
asked in Cognizant
Q2. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Cognizant
Q3. Black Friday Discount Challenge Imagine it's Black Friday and a s ... read more
asked in Cognizant
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
asked in Deloitte
Q5. Explain your projects !! Which Programming languages do u know ? ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quantitative , Reasoning and verbal

Round 2 - Coding Test 

Any one language that you can choose and there will be given 2 codes with limited time and each consists 3-4 test cases each.

Round 3 - Technical 

(2 Questions)

  • Q1. Based on my projects & skills that i have mentioned in my resume also we have to thorough with the latest technologies.
  • Q2. Some coding questions that we have to type code in their console and some hr questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with the updated resume and improve your skills day by day.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy test apti questions

Round 2 - Coding Test 

Dsa was asked in it to solve, 2 q

Round 3 - One-on-one 

(2 Questions)

  • Q1. Sql asked by them
  • Q2. Normalization, define example 1nf,2nf
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • 1NF (First Normal Form) - Each column in a table must contain atomic values, and each row must be unique.

    • 2NF (Second Normal Form) - Table is in 1NF and all non-key attributes are fully functional dependent on the primary key.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepaee well

Deloitte interview questions for designations

 System Analyst Trainee

 (1)

 Trainee

 (3)

 Internship Trainee

 (4)

 Management Trainee

 (1)

 Analyst

 (357)

 Associate Analyst

 (76)

 Business Analyst

 (64)

 Data Analyst

 (42)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Feb 2024.

Round 1 - Coding Test 

It was deloitte NLA test , has 2 coding questions easy to moderate and aptitude questions

Round 2 - Technical 

(4 Questions)

  • Q1. Write a program to reverse a string
  • Ans. 

    Program to reverse a string

    • Create a function that takes a string as input

    • Use a loop to iterate through the characters of the string in reverse order

    • Append each character to a new string to build the reversed string

  • Answered by AI
  • Q2. Write a program to swap the substrings of two strings
  • Ans. 

    Program to swap substrings of two strings

    • Create a function that takes in two strings and two indices representing the start and end of the substrings to swap

    • Use string slicing to extract the substrings and swap them

    • Combine the modified substrings with the rest of the strings to get the final swapped strings

  • Answered by AI
  • Q3. About binary search
  • Q4. Introduce yourself

Skills evaluated in this interview

Get interview-ready with Top Deloitte Interview Questions

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

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

First round was aptitude and coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Questions were asked from resume
  • Q2. And concepts from OOP, DBMS, Computer Networking etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Feb 2024.

Round 1 - Aptitude Test 

Aptitude test and technical test consist of basic reasoning , aptitude questions, technical ,
ms-excel, sql,html,css

Round 2 - Coding Test 

2 coding questions basic .

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction C vs CPP PROJECT
  • Ans. 

    C and C++ are both programming languages, with C being a procedural language and C++ being an object-oriented language.

    • C is a procedural programming language, while C++ is an object-oriented programming language.

    • C does not support classes and objects, while C++ does.

    • C is used for system programming, embedded systems, and low-level programming, while C++ is used for application and game development.

    • C is simpler and more...

  • Answered by AI

Skills evaluated in this interview

Trainee Analyst interview

user image Tech and Target

posted on 11 Mar 2022

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

I applied via Instagram and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Both Aptitude And coding

Round 2 - Technical 

(1 Question)

  • Q1. Technical and hr

Interview Preparation Tips

Topics to prepare for Deloitte Trainee Analyst interview:
  • Java
Interview preparation tips for other job seekers - Good experience go through java n Coding

Trainee Analyst Interview Questions & Answers

user image Pranjal Rastogi

posted on 18 Feb 2024

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

I applied via Campus Placement

Round 1 - Coding Test 

Basic coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Resume based questions and SQL

Deloitte Interview FAQs

How many rounds are there in Deloitte Trainee Analyst interview?
Deloitte interview process usually has 2-3 rounds. The most common rounds in the Deloitte interview process are Aptitude Test, Technical and Coding Test.
What are the top questions asked in Deloitte Trainee Analyst interview?

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

  1. Explain your projects !! Which Programming languages do u know ? Write a progra...read more
  2. Write a program to swap the substrings of two stri...read more
  3. Write a program to reverse a str...read more
How long is the Deloitte Trainee Analyst interview process?

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

Tell us how to improve this page.

Deloitte Trainee Analyst Interview Process

based on 16 interviews

3 Interview rounds

  • Aptitude Test Round
  • Technical Round
  • One-on-one Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
 • 802 Interviews
ZS Interview Questions
3.4
 • 482 Interviews
BCG Interview Questions
3.8
 • 196 Interviews
View all
Deloitte Trainee Analyst Salary
based on 194 salaries
₹4 L/yr - ₹5 L/yr
8% more than the average Trainee Analyst Salary in India
View more details

Deloitte Trainee Analyst Reviews and Ratings

based on 9 reviews

3.1/5

Rating in categories

3.3

Skill development

2.6

Work-life balance

3.3

Salary

2.1

Job security

3.5

Company culture

2.3

Promotions

2.2

Work satisfaction

Explore 9 Reviews and Ratings
Consultant
33.3k salaries
unlock blur

₹6.3 L/yr - ₹23.1 L/yr

Senior Consultant
20.9k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.2k 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

₹15.8 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