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

SDE - Intern

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

Interview preparation journey

expand-icon
Preparation
Duration: 4.5 months
Topics: OOPS , Data Structure , Algorithms , DBMS , Dynamic Programming ,
Tip
Tip

Tip 1 : Practice as more as you can , I won't specify any number but be consistent.And 
Tip 2 : Participate in short coding challenges .
Tip 3 : Do at least 2-3 good projects.

Application process
Where: Campus
Eligibility: 7 CGPA and above, No active backlogs
Resume Tip
Resume tip

Tip 1 : Be confident of how to explain the things that you wrote in the resume . Do not put false stuff . 
Tip 2 : Projects are a good highlight.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date17 Aug 2020
Coding problem2

The test started at 4 in the afternoon. It was online coding test from home only.

1. Query And Matrix

Moderate
50m average time
50% success
0/80
Asked in companies
Deutsche BankBarclaysDBS Bank

You are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types:

Query 1: 1 R index
Query 2: 1 C index 
Query 3: 2 R index
Query 4: 2 C index

In each query, the first input is the type of the query, the second input is whether we have to consider the row ('R') or the column ('C') and the third input is the index of the row/column. 

For each type 1 query, we need to flip the elements of the row/column having the given index. 

For each type 2 query, we have to output the number of zeros present in the row/column having the given index. 
Note:
Note that the matrix is a binary matrix, meaning that it only contains either 0 or 1.
Example :
Given M = 3, N = 3, 
Queries : 1R1, 1R2, 2C1

So, in the above example the change in the matrix would look like this:

Example

Next query 2C1 will return the count of the number of zeroes in the 1st column: 1
Try solving now

2. Jump Game

Moderate
15m average time
85% success
0/80
Asked in companies
ZSOLX GroupDisney + Hotstar

You have been given an array 'ARR' of ‘N’ integers. You have to return the minimum number of jumps needed to reach the last index of the array i.e ‘N - 1’.


From index ‘i’, we can jump to an index ‘i + k’ such that 1<= ‘k’ <= ARR[i] .


'ARR[i]' represents the maximum distance you can jump from the current index.


If it is not possible to reach the last index, return -1.


Note:
Consider 0-based indexing.
Example:
Consider the array 1, 2, 3, 4, 5, 6 
We can Jump from index 0 to index 1
Then we jump from index 1 to index 2
Then finally make a jump of 3 to reach index N-1

There is also another path where
We can Jump from index 0 to index 1
Then we jump from index 1 to index 3
Then finally make a jump of 2 to reach index N-1

So multiple paths may exist but we need to return the minimum number of jumps in a path to end which here is 3.
Try solving now
02
Round
Medium
Face to Face
Duration40 Minutes
Interview date20 Aug 2020
Coding problem1

Timing was 11 a.m. approximately. It was an online technical round.

1. Technical Questions

Asked about the projects that I made , the technology I used there and why I used it. About the different portions involved. And what was my part in the project . Libraries used in the project .

Gave three different cases and i was supposed to give code for it.

I was given 5 questions in this area, like what is having used for , then he gave me a situation and asked to generate sql code for it.

03
Round
Medium
Face to Face
Duration30 Minutes
Interview date20 Aug 2020
Coding problem1

This was the ProFit(Professional Fitment) Round to check if we are suitable for their company and if we find their company suitable for ourselves.
Timing was around p.m.

1. Basic HR Questions

They asked about my projects and my contribution in the projects.

They asked about how my life went till now(school and college both) and what were the experiences that changed by life , if there was any.

This is one of the mostly asked question of why should the company hire you. This somehow shows if you are really interested to work in their company or not.

What are your capabilities and some other like this.

I were asked what will I do if I didn't get select. I replied of what came in mind and what I felt you should do the same too.

In this I were asked of why do I want to work in their company. I told all the details of how and what I like about them.

04
Round
Easy
HR Round
Duration10 Minutes
Interview date20 Aug 2020
Coding problem1

Timing was around 9 p.m.

1. Basic HR Questions

What are your strengths?

Who is your role model?

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by Deutsche Bank
1862 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 5 problems
Interviewed by Deutsche Bank
1682 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 2 problems
Interviewed by Deutsche Bank
1217 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Deutsche Bank
2490 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15481 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15339 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10142 views
2 comments
0 upvotes