Upload Button Icon Add office photos

Deutsche Bank

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deutsche Bank Associate Vice President Interview Questions, Process, and Tips

Updated 4 Feb 2025

Top Deutsche Bank Associate Vice President Interview Questions and Answers

  • Q1. What is a lambda expression, and how does it relate to functional interfaces? Could you provide an example?
  • Q2. What is the difference between a HashMap, a ConcurrentHashMap, and a synchronized HashMap?
  • Q3. Find the two index in an array whose sum is closest to 0.
View all 11 questions

Deutsche Bank Associate Vice President Interview Experiences

10 interviews found

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

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between a HashMap, a ConcurrentHashMap, and a synchronized HashMap?
  • Ans. 

    HashMap is not thread-safe, ConcurrentHashMap allows concurrent access, synchronized HashMap uses explicit synchronization.

    • HashMap is not thread-safe and can lead to ConcurrentModificationException if accessed by multiple threads simultaneously.

    • ConcurrentHashMap allows concurrent access by multiple threads without the need for external synchronization.

    • Synchronized HashMap uses explicit synchronization to make it thread...

  • Answered by AI
  • Q2. What is a lambda expression, and how does it relate to functional interfaces? Could you provide an example?
  • Ans. 

    A lambda expression is a concise way to represent an anonymous function, often used with functional interfaces in Java.

    • Lambda expressions provide a way to pass functionality as an argument to a method.

    • Functional interfaces are interfaces with a single abstract method, which can be implemented using lambda expressions.

    • Example: (x, y) -> x + y is a lambda expression that takes two parameters and returns their sum.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I asked most of the scenario-based questions. The technical questions included: \n1. What's the difference between a HashMap, a ConcurrentHashMap, and a synchronized HashMap? \n2. What is the difference between a Session ID and a JWT? \n3. A coding question: How do you sort the values in a HashMap in ascending order?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python String manipulation, lists vs dictionary, spark architecture etc

Associate Vice President Interview Questions Asked at Other Companies

Q1. Discuss a case study on a preferred topic or use sample problems ... read more
Q2. What is a lambda expression, and how does it relate to functional ... read more
Q3. What are the ratio you will assess while analysing the financial ... read more
asked in Synchrony
Q4. How do prioritize work when there has been a pivot in deliverable ... read more
asked in Synchrony
Q5. What steps do you take when you are researching a new feature?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly around GCP,
  • Q2. Python and sql coding
Round 2 - Technical 

(2 Questions)

  • Q1. Oracle index, performance tunning
  • Q2. Mostly related to DB
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. HR other formalities
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. CV mentioned questions

Deutsche Bank interview questions for designations

 Vice President

 (1)

 Assistant Vice President

 (7)

 Vice President Operations

 (2)

 Assistant Vice President 1

 (1)

 Assistant Vice President Engineering

 (1)

 Assistant Vice President IT

 (1)

 Associate

 (35)

 Associate Engineer

 (7)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Pointers and References , Inheritance, Polymorphism.
  • Q2. Data Modelling and DML concepts

Interview Preparation Tips

Topics to prepare for Deutsche Bank Associate Vice President interview:
  • OOPS and DML
Interview preparation tips for other job seekers - Post first round of interview neither feedback was shared with me nor there was any status change in my application. Status of my job application was still "In Interview" even after 10 days of first round of interview. Proper feedback mechanism should be there. Or atleast the application status should be changed as "Not selected" or "Rejected" , etc.

Get interview-ready with Top Deutsche Bank Interview Questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic understanding of concepts relevant to job role. Past expeirence and how thay adds value to the opening.
Round 3 - One-on-one 

(1 Question)

  • Q1. Simialr to round 1, but more at a holistic level with clear direction of what they need.

Associate Vice President Jobs at Deutsche Bank

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the difference between pod and deployment
  • Ans. 

    Pod is the smallest deployable unit in Kubernetes, while deployment manages a set of identical pods.

    • Pod is a single instance of a running container in Kubernetes

    • Deployment manages a set of identical pods, ensuring they are always running and available

    • Pods can be created directly, but deployments are typically used for managing pods in production environments

  • Answered by AI
  • Q2. Find 1st non repeatable sequence from a string using Java 8
  • Ans. 

    Find the first non-repeating character in a string using Java 8.

    • Use Java 8 streams to convert the string to a character array.

    • Use Collectors.groupingBy to group the characters by count.

    • Filter out characters with count > 1 and find the first character with count 1.

  • Answered by AI
  • Q3. Find the two index in an array whose sum is closest to 0.
  • Ans. 

    Find two indices in an array whose sum is closest to 0.

    • Sort the array to simplify the process.

    • Use two pointers approach starting from both ends towards the middle.

    • Keep track of the closest sum found so far.

  • Answered by AI
  • Q4. Find 2nd highest salary of a department in Oracle.
  • Q5. What is resilience in microservices
  • Ans. 

    Resilience in microservices refers to the ability of a system to recover from failures and continue functioning.

    • Resilience in microservices involves designing systems that can handle failures gracefully without impacting the overall functionality.

    • This can be achieved through techniques such as circuit breakers, retries, timeouts, and fallback mechanisms.

    • Resilience also includes monitoring and alerting to quickly identi...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Do programs of Data structures
  • Ans. 

    Yes, programs of Data structures are essential for efficient data management and algorithm development.

    • Data structures are used to organize and store data in a way that enables efficient access and modification.

    • Programs of Data structures help in developing algorithms that can manipulate data effectively.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Write code for lift operation
  • Ans. 

    Code for lift operation

    • Define the lift class with attributes such as current floor, destination floor, direction, etc.

    • Implement methods for moving the lift up or down, stopping at floors, and opening/closing doors.

    • Use appropriate data structures such as queues to manage lift requests and floor stops.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DS and coding standards and concentration on optimization of code

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Coding related to your skill set and technologies, data structures, system design and algorithms - searching, sorting etc, based on time and space complexity

Round 3 - Technical 

(4 Questions)

  • Q1. Technical discussion based on your skill set
  • Q2. What is an Event loop, how it works
  • Ans. 

    An event loop is a programming construct that waits for and dispatches events or messages in a program.

    • Event loop is commonly used in asynchronous programming to handle multiple tasks concurrently.

    • It continuously checks for events in a queue and executes them one by one.

    • Event loop helps in preventing blocking of the main thread by allowing non-blocking operations to run in the background.

    • Example: Node.js uses an event ...

  • Answered by AI
  • Q3. How Nodejs works and handle asynchronous
  • Ans. 

    Node.js is a runtime environment that uses event-driven, non-blocking I/O model to handle asynchronous operations.

    • Node.js uses event loop to handle asynchronous operations efficiently.

    • It allows multiple I/O operations to be processed concurrently without blocking the execution.

    • Node.js uses callbacks, promises, and async/await to manage asynchronous code.

    • Example: Reading a file asynchronously using fs module in Node.js.

  • Answered by AI
  • Q4. What design patterns you have implemented
  • Ans. 

    I have implemented various design patterns such as Singleton, Factory, Observer, and Strategy.

    • Implemented Singleton pattern to ensure only one instance of a class exists

    • Utilized Factory pattern to create objects without specifying the exact class

    • Implemented Observer pattern for event handling and notification

    • Utilized Strategy pattern to define a family of algorithms and make them interchangeable

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions like - Why do you want to leave your current organization, where do you want to see yourself in next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume strongly. Most of the questions are based out on your resume only

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Multiple questions based on JD, ranging from How to scale a solution to put multiple (100 thousand plus)datasets in table , best practices , a few technical questions around Angular and React
Round 2 - One-on-one 

(1 Question)

  • Q1. More questions on How did you solve a particular issue? How did you solve the conflict with senior developers How did you solve the conflict with a functionality with other team
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round- how do you basically fit into their team is the idea they take

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stick to basics and think through the solution which you propose

Deutsche Bank Interview FAQs

How many rounds are there in Deutsche Bank Associate Vice President 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 Associate Vice President 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 Hadoop, Java, Aml, Big Data and Compliance.
What are the top questions asked in Deutsche Bank Associate Vice President interview?

Some of the top questions asked at the Deutsche Bank Associate Vice President interview -

  1. What is a lambda expression, and how does it relate to functional interfaces? C...read more
  2. What is the difference between a HashMap, a ConcurrentHashMap, and a synchroniz...read more
  3. Find the two index in an array whose sum is closest to...read more

Tell us how to improve this page.

Deutsche Bank Associate Vice President Interview Process

based on 9 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
Deutsche Bank Associate Vice President Salary
based on 656 salaries
₹15.5 L/yr - ₹46 L/yr
5% more than the average Associate Vice President Salary in India
View more details

Deutsche Bank Associate Vice President Reviews and Ratings

based on 55 reviews

3.5/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.4

Salary

3.5

Job security

3.5

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 55 Reviews and Ratings
Associate
4.8k salaries
unlock blur

₹8.8 L/yr - ₹34 L/yr

Senior Analyst
3.9k salaries
unlock blur

₹4 L/yr - ₹17 L/yr

Assistant Vice President
3.4k salaries
unlock blur

₹16 L/yr - ₹48 L/yr

Analyst
2.1k salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Financial Analyst
1k salaries
unlock blur

₹1.8 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Deutsche Bank with

Barclays

3.8
Compare

JPMorgan Chase & Co.

4.0
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview