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

Software Engineer

Deloitte
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: One Programming Language , OOPS Concepts , DBMS, DS & Algo , Networking
Tip
Tip

Tip 1 : Be focused on concepts and not coverage area.
Tip 2 : Be prepared to communicate your solution properly.
Tip 3 : Be frank to your interviewer if you know you won't be able to solve a problem, don't waste their and your time

Application process
Where: Company Website
Eligibility: 7 cgpa throughout
Resume Tip
Resume tip

Tip 1 : Include Projects that you have already done.
Tip 2 : Be sure to write skills that you are sure you know.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date6 Jan 2022
Coding problem1

Comprises Aptitude and Techncial Questions.

1. Distinct Substrings

Easy
15m average time
80% success
0/40
Asked in company
Deloitte

You are given a string 'S' of length 'N' consisting of lowercase English letters. You want all substrings of the string 'S' to be distinct. You are allowed to change characters at some positions to some other lowercase English letters.


You have to find the minimum number of changes required to make all the substrings of the string distinct or return -1 if you can't make it.


A substring is a contiguous subsegment of a string. For example, "acab" is a substring of "abacaba" (it starts in position 3 and ends in position 6), but "aa" or "d" aren't substrings of this string.


Hint:
Think about substrings of length one.
For Example:-
Let 'N' = 3, 'S' = "aac".
You can change characters at index 2 to some other character (1-based indexing).
Like 'S' = "abc".
All substrings of 'S' are "a", "b", "c", "ab", "bc", "abc", all of which are distinct.
So the answer is 1.
Try solving now
02
Round
Medium
HR Round
Duration40 mins
Interview date15 Jan 2022
Coding problem1

It is Tech + HR round. Interviewer asked about Your Academic Projects

1. Find prime numbers

Easy
15m average time
80% success
0/40
Asked in companies
HSBCOptumIBM

You are given a positive integer ‘N’. Your task is to print all prime numbers less than or equal to N.

Note: A prime number is a natural number that is divisible only by 1 and itself. Example - 2, 3, 17, etc.

You can assume that the value of N will always be greater than 1. So, the answer will always exist.

Try solving now

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
SDE - Intern
2 rounds | 3 problems
Interviewed by Deloitte
1408 views
0 comments
0 upvotes
company logo
Product Engineering Intern
2 rounds | 5 problems
Interviewed by Deloitte
855 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Deloitte
1238 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 5 problems
Interviewed by Deloitte
256 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7977 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes