Deloitte interview experience Real time questions & tips from candidates to crack your interview

Consulting Engineer

Deloitte
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Spring boot, DSA and Algorithms, Angular 2 , Hibernate, SQL
Tip
Tip

Tip 1 : Go through the basics of DSA and algo
Tip 2 : Go deep in tech stack related questions like Spring boot , kafka 
Tip 3 : Show certifications in profile

Application process
Where: Naukri
Eligibility: No
Resume Tip
Resume tip

Tip 1 : Keep professional certificates
Tip 2 : Keep it short

Interview rounds

01
Round
Easy
Video Call
Duration15 mins
Interview date1 Nov 2021
Coding problem1

Show the working of graph BFS traversal in notepad.

1. BFS in Graph

Easy
10m average time
90% success
0/40
Asked in companies
Morgan StanleySamsung R&D InstituteRubrik, Inc.

Given an adjacency list representation of a directed graph with ‘n’ vertices and ‘m’ edges. Your task is to return a list consisting of Breadth-First Traversal (BFS) starting from vertex 0.


In this traversal, one can move from vertex 'u' to vertex 'v' only if there is an edge from 'u' to 'v'. The BFS traversal should include all nodes directly or indirectly connected to vertex 0.


Note:
The traversal should proceed from left to right according to the input adjacency list.


Example:
Adjacency list: { {1,2,3},{4}, {5}, {},{},{}}

The interpretation of this adjacency list is as follows:
Vertex 0 has directed edges towards vertices 1, 2, and 3.
Vertex 1 has a directed edge towards vertex 4.
Vertex 2 has a directed edge towards vertex 5.
Vertices 3, 4, and 5 have no outgoing edges.

We can also see this in the diagram below.

BFS traversal: 0 1 2 3 4 5

example

Problem approach

Show them the graph and apply the logic to go with top to bottom approach

Try solving now
02
Round
Easy
Video Call
Duration15 mins
Interview date1 Nov 2021
Coding problem1

Explain the architecture of spring environment.

1. Spring based questions

Explain the architecture of spring environment.

03
Round
Easy
Video Call
Duration15 mins
Interview date1 Nov 2021
Coding problem1

Had a call with Manager and had managerial round questions.

1. Basic HR Question

Why do you want to change the job? Are you ok to with 12-9 shift.

Problem approach

Tip 1: Be yourself and give genuine reasons
 

04
Round
Easy
HR Round
Duration15 minutes
Interview date6 Nov 2021
Coding problem1

Salary Discussion

1. Basic HR Questions

Salary discussion

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Consulting Engineer
2 rounds | 2 problems
Interviewed by Deloitte
2957 views
0 comments
0 upvotes
company logo
Associate Consultant
2 rounds | 2 problems
Interviewed by Deloitte
2150 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 6 problems
Interviewed by Deloitte
2457 views
0 comments
0 upvotes
company logo
Salesforce Developer
3 rounds | 3 problems
Interviewed by Deloitte
0 views
0 comments
0 upvotes