Open In App

Deloitte Interview Experience For Audit Assurance Analyst (On-Campus)

Last Updated : 27 Sep, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

I interviewed for Deloitte for the Audit Assurance Analyst post.

ROUND 1:

Online Assessment which has around 4 sections. Logical reasoning, English, Computer Fundamentals, and Coding. The coding questions were pretty straightforward. There were 2 questions, 1 from array and 1 from strings.

ROUND 2:

After the first round, around 172 students were shortlisted for the next round. The next round was Group Discussion. Every group had 8-9 members. I got the topic “Do you think humans and industries are one of the reasons for natural calamities?”. It was for 10-15 minutes, and the result was declared after a few hours.

ROUND 3:

Out of 172, around 70 students were shortlisted (2-3 students from every GD group) for this round. It was a Technical+HR round. I was selected for this round. They asked questions on projects, tech skills, some HR questions, and 1 coding question as I am from the Computer Science branch. The questions were of medium level. If you have mentioned analytical tools or languages such as Python, or R programming then be prepared with that about how they are useful in data analysis. Also, SQL is important. Questions were asked from joins and normalization.

  • Coding question:- Given a string, if there are even numbers in the string then move the middle number one to the front and the other to the last and if the number is odd, move the middle number to the front.

For eg:

Input: 1234

Output: 2143

Input: 12345

Output: 31245


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads