Upload Button Icon Add office photos

Deutsche Bank

Compare button icon Compare button icon Compare
3.9

based on 3.2k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deutsche Bank Interview Questions, Process, and Tips

Updated 7 Jan 2025

Top Deutsche Bank Interview Questions and Answers

  • Q1. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is painted red and then big cube is dismantled into smaller cubes. How many cubes are there with none of thei ...read more
    asked in Analyst interview
  • Q2. Longest Consecutive Sequence You are given an unsorted array/list 'ARR' of 'N' integers. Your task is to return the length of the longest consecutive sequence. The consec ...read more
    asked in Software Developer Intern interview
  • Q3. In a marathon, the each athlete is assigned a number, you see 5 of them with the following numbers: 2, 10, 40, 50, 200, 250……can you guess the total number of runners in ...read more
    asked in Financial Analyst interview
View all 320 questions

Deutsche Bank Interview Experiences

Popular Designations

356 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

3 questions - DFS, Greedy and Priority Queue

Round 2 - Technical 

(2 Questions)

  • Q1. Implement max heap, basically how priority queue is implemented
  • Ans. 

    Max heap is a data structure where the parent node is always greater than or equal to its child nodes.

    • Start by creating an array to store the elements of the max heap.

    • Insert elements into the array and maintain the heap property by swapping elements if necessary.

    • Implement functions like insert, extractMax, and heapify to maintain the max heap structure.

    • Example: If we have elements 10, 7, 15, 3, 8, the max heap would be

  • Answered by AI
  • Q2. Question on my projects and DBMS
Round 3 - Technical 

(2 Questions)

  • Q1. Find second largest number in an array.
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Find missing number
Round 4 - HR 

(2 Questions)

  • Q1. General HR questions
  • Q2. My future goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident. Keep working, Hard work always paysoff

Skills evaluated in this interview

Technology Analyst Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (1)

Deta auntry opretor Interview Questions & Answers

user image Anonymous

posted on 25 Feb 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. I am a deta auntry opretor
  • Q2. My name is Amit naskar
  • Q3. My father name is Kamal naskar
  • Q4. My city is kalkata
  • Q5. I am a deta auntry oppretar

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a aptitude test and deta auntry opretor and ms word and xl and muster

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 13 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Leetcode easy to medium questions

Round 2 - Technical 

(3 Questions)

  • Q1. Different types of sorting algorithms
  • Ans. 

    Sorting algorithms are methods used to arrange elements in a list in a specific order.

    • Bubble Sort - compares adjacent elements and swaps them if they are in the wrong order

    • Merge Sort - divides the list into smaller sublists, sorts them, and then merges them back together

    • Quick Sort - selects a 'pivot' element and partitions the list into two sublists around the pivot

    • Insertion Sort - builds the final sorted list one elem...

  • Answered by AI
  • Q2. Question of increasing subsequence
  • Q3. Data Structure and Algorithms, OOPs , Operating System and DBMS questions
Round 3 - Technical 

(3 Questions)

  • Q1. 2nd highest Salary SQL question
  • Q2. Project related questions
  • Q3. SQL ,DBMS questions
Round 4 - HR 

(2 Questions)

  • Q1. Why you want to join this company?
  • Q2. What are your positive and negative qualities?

Skills evaluated in this interview

Top Deutsche Bank Data Analyst Interview Questions and Answers

Q1. What is a Brownian motion? Properties of Brownian motion?
View answer (2)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Intern Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Probability test with some questions involved

Round 2 - Technical 

(2 Questions)

  • Q1. What languages do i know
  • Ans. 

    I am fluent in English, Spanish, and French.

    • English

    • Spanish

    • French

  • Answered by AI
  • Q2. How to do bfs
  • Ans. 

    BFS (Breadth-First Search) is a graph traversal algorithm that explores all the neighbor nodes at the present depth prior to moving on to the nodes at the next depth level.

    • Start by visiting the starting node and enqueue it.

    • While the queue is not empty, dequeue a node and visit its neighbors.

    • Enqueue the neighbors of the visited node and mark them as visited to avoid revisiting.

    • Continue this process until all nodes are v

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Deutsche Bank interview questions for popular designations

 Analyst

 (61)

 Associate

 (34)

 Senior Analyst

 (23)

 Financial Analyst

 (13)

 Associate Vice President

 (9)

 Software Developer Intern

 (8)

 Assistant Vice President

 (7)

 Associate Engineer

 (7)

Analyst Interview Questions & Answers

user image Vaibhav Kumar

posted on 5 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hard ;eetcode type , 90min dsa

Top Deutsche Bank Analyst Interview Questions and Answers

Q1. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is painted red and then big cube is dismantled into smaller cubes. How many cubes are there with none of their faces painted red?
View answer (6)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Get interview-ready with Top Deutsche Bank Interview Questions

Associate Interview Questions & Answers

user image Anonymous

posted on 14 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Problem statement with some objectives type questions

Round 2 - Technical 

(2 Questions)

  • Q1. Write a program
  • Ans. 

    Program to sort an array of strings in alphabetical order

    • Use a sorting algorithm like bubble sort or quicksort

    • Compare adjacent strings and swap if necessary

    • Repeat until the array is sorted

  • Answered by AI
  • Q2. Explain different way to solve a particular problem
  • Ans. 

    One way to solve a problem is by breaking it down into smaller tasks and tackling them one by one.

    • Identify the main issue or goal of the problem

    • Break down the problem into smaller, more manageable tasks

    • Prioritize the tasks based on importance and urgency

    • Create a plan or strategy to address each task

    • Implement the plan and monitor progress

    • Adjust the plan as needed based on feedback and results

  • Answered by AI

Top Deutsche Bank Associate Interview Questions and Answers

Q1. What do you know about front office and accouting pnl reco
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

NLS Screening and Control Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is your name?
  • Ans. 

    My name is John Doe.

    • My name is John Doe.

    • I go by the name John.

    • My full name is John Doe.

  • Answered by AI
  • Q2. What are your qualifications?

Interview Preparation Tips

Interview preparation tips for other job seekers - Cool and calm

Technology Analyst interview

user image Hexhybrids

posted on 11 Jan 2022

 · B.tech

Associate Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. GST related questions
  • Q2. Income tax question

Interview Preparation Tips

Interview preparation tips for other job seekers - Go Through JD and prepare accordingly

Top Deutsche Bank Associate Interview Questions and Answers

Q1. What do you know about front office and accouting pnl reco
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
3
Average
Difficulty level
-
Process Duration
4-6 weeks
Result
-

I applied via Job Portal and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. More questions related to open position
Round 2 - Technical 

(1 Question)

  • Q1. With different stakeholders
Round 3 - Technical 

(1 Question)

  • Q1. Different stakeholders
  • Ans. 

    Different stakeholders in a VP role involve various groups with interests in the organization.

    • Stakeholders can include employees, customers, investors, government agencies, and the community.

    • Understanding and balancing the needs and expectations of each stakeholder group is crucial for success.

    • Effective communication and collaboration with stakeholders are key responsibilities of a VP.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. HR questions related to open position

Vice President Interview Questions asked at other Companies

Q1. What will you do if a customer register a complaint against you in the company ?
View answer (3)

Deutsche Bank Interview FAQs

How many rounds are there in Deutsche Bank interview?
Deutsche Bank interview process usually has 2-3 rounds. The most common rounds in the Deutsche Bank interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Deutsche Bank interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Deutsche Bank. The most common topics and skills that interviewers at Deutsche Bank expect are SQL, Agile, Python, Risk Management and Oracle.
What are the top questions asked in Deutsche Bank interview?

Some of the top questions asked at the Deutsche Bank interview -

  1. In a marathon, the each athlete is assigned a number, you see 5 of them with th...read more
  2. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is painted red and...read more
  3. 1. Print numbers from 1 to 100 without using any loop ? 2. How do you take out...read more
How long is the Deutsche Bank interview process?

The duration of Deutsche Bank interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Deutsche Bank Interview Process

based on 141 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 197 Deutsche Bank interviews
Job Portal
Referral
Campus Placement
Company Website
Recruitment Consultant
WalkIn
34%
18%
16%
8%
4%
2%
18% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 608 Interviews
IndusInd Bank Interview Questions
3.6
 • 575 Interviews
Yes Bank Interview Questions
3.8
 • 408 Interviews
RBL Bank Interview Questions
3.7
 • 164 Interviews
Federal Bank Interview Questions
3.8
 • 121 Interviews
View all

Deutsche Bank Reviews and Ratings

based on 3.2k reviews

3.9/5

Rating in categories

3.6

Skill development

4.0

Work-Life balance

3.6

Salary & Benefits

4.0

Job Security

3.9

Company culture

3.1

Promotions/Appraisal

3.6

Work Satisfaction

Explore 3.2k Reviews and Ratings
Associate
4.7k salaries
unlock blur

₹8.7 L/yr - ₹34 L/yr

Senior Analyst
3.9k salaries
unlock blur

₹3.8 L/yr - ₹16.5 L/yr

Assistant Vice President
3.4k salaries
unlock blur

₹15.6 L/yr - ₹48.5 L/yr

Analyst
2.1k salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Financial Analyst
1.1k salaries
unlock blur

₹1.6 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Deutsche Bank with

Barclays

3.9
Compare

JPMorgan Chase & Co.

4.1
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview