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

SDE - Intern

Deutsche Bank
upvote
share-icon
4 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 12 Months
Topics: OOPs, Data structure, Algorithms, DBMS, Operating System
Tip
Tip

Tip 1 : Practice atleast 300 question.
Tip 2 : Resume should be of one page, if you are fresher.
Tip 3 : Don't lie on your resume.

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Keep it short and concise. 
Tip 2 : Mention at least two good projects on your resume and know everything about those projects.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration45 Minutes
Interview date9 Aug 2020
Coding problem2

This was coding test. There were two question from DP and arrays respectively. I solved both questions in given time. I got shortlisted for the next round.

1. Rat In A Maze

Easy
15m average time
85% success
0/40
Asked in companies
Samsung R&D InstituteDeutsche BankMakeMyTrip

You are given a starting position for a rat which is stuck in a maze at an initial point (0, 0) (the maze can be thought of as a 2-dimensional plane). The maze would be given in the form of a square matrix of order 'N' * 'N' where the cells with value 0 represent the maze’s blocked locations while value 1 is the open/available path that the rat can take to reach its destination. The rat's destination is at ('N' - 1, 'N' - 1). Your task is to find all the possible paths that the rat can take to reach from source to destination in the maze. The possible directions that it can take to move in the maze are 'U'(up) i.e. (x, y - 1) , 'D'(down) i.e. (x, y + 1) , 'L' (left) i.e. (x - 1, y), 'R' (right) i.e. (x + 1, y).

Note:
Here, sorted paths mean that the expected output should be in alphabetical order.
For Example:
Given a square matrix of size 4*4 (i.e. here 'N' = 4):
1 0 0 0
1 1 0 0
1 1 0 0
0 1 1 1 
Expected Output:
DDRDRR DRDDRR 
i.e. Path-1: DDRDRR and Path-2: DRDDRR

The rat can reach the destination at (3, 3) from (0, 0) by two paths, i.e. DRDDRR and DDRDRR when printed in sorted order, we get DDRDRR DRDDRR.
Try solving now

2. Ways to express ‘n’ as the sum of consecutive numbers

Hard
15m average time
85% success
0/120
Asked in companies
Deutsche BankVisaGoldman Sachs

You are given the number ‘N’. The task is to find the number of ways to represent ‘N’ as a sum of two or more consecutive natural numbers.

Example:
N = 9
‘9’ can be represented as:
2 + 3 + 4 = 9
4 + 5 = 9
The number of ways to represent ‘9’ as a sum of consecutive natural numbers is ‘2’. So, the answer is ‘2’.
Note:
1. The numbers used to represent ‘N’ should be natural numbers (Integers greater than equal to 1).
Try solving now
02
Round
Medium
Video Call
Duration60 Minutes
Interview date11 Aug 2020
Coding problem0

It was elimination round. Questions for this round were related to my resume(mostly projects), Data Structures (almost all linear data structures basic were asked), OS (Deadlock condition, Deadlock prevention, Difference between Process and Process Table, Threads, Difference in Thread and Process). It was of duration 60 mins. The question domains (like OS, DBMS, CN) varied from interviewer to interviewer. Nearly 28 were selected from this round. All rounds after this round were compulsory for selected students.

03
Round
Easy
HR Round
Duration45 Minutes
Interview date10 Aug 2020
Coding problem0

The interviewer asked me to introduce myself in 5 mins. I had one technology-related many projects in my resume. He asked me to explain the technology used in one of my projects. we discussed nearly 45 minutes on this project. He also asked me about the toughest situation of my life. Then he asked me that how do I see myself in five years. In the end, he asked me whether I had any question to him. I asked him some questions and interview ended. The interviewer was very nice and supportive.

04
Round
Easy
Video Call
Duration60 Minutes
Interview date11 Aug 2020
Coding problem0

This round was a mixture of both technical and HR. I was asked on Computer Network (Layers of TCP/IP model, Protocols used in mailing, Socket Programming methods, related questions). Also, some questions on OS like present CPU configurations, Producer-Consumer problem. The interviewer tried confusing me many times and I was confused as well at some points. In the end, he asked me whether I had any question to him. I asked him some questions and interview ended.

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
3 rounds | 5 problems
Interviewed by Deutsche Bank
1894 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 8 problems
Interviewed by Deutsche Bank
1905 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 5 problems
Interviewed by Deutsche Bank
1709 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Deutsche Bank
2546 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15605 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15499 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10216 views
2 comments
0 upvotes