Upload Button Icon Add office photos

Deutsche Bank

Compare button icon Compare button icon Compare

Filter interviews by

Deutsche Bank Senior Java Developer Interview Questions and Answers

Updated 5 Jul 2024

Deutsche Bank Senior Java Developer Interview Experiences

3 interviews found

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What do you mean by profile in spring boot..
  • Q2. Coding on hashmap and basic on access modifiers
  • Q3. Kafka partition n cluster
  • Q4. Write a hashcode method
  • Ans. 

    A hashcode method generates a unique integer value for an object based on its properties.

    • Override the hashCode() method in Java to generate a unique integer value for an object.

    • Use the properties of the object to calculate the hash code.

    • Ensure that equal objects have the same hash code.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic oops concepts

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ques on java 8
Round 2 - Technical 

(1 Question)

  • Q1. Ques on collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect a very unprofessional and non serious behaviour from the interview panel. They just want to waste the candidates time by calling for a face to face interview.

Senior Java Developer Interview Questions Asked at Other Companies

asked in Amdocs
Q1. Remove the Kth Node from the End of a Linked List You are given a ... read more
asked in Amdocs
Q2. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Amdocs
Q3. Merge Two Sorted Linked Lists Problem Statement You are provided ... read more
asked in Amdocs
Q4. LRU Cache Design Question Design a data structure for a Least Rec ... read more
asked in Caspex Corp
Q5. How would you configure Jenkins or GitLab's CICD pipelines to tri ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a sample code to settle the accounts of 4 persons after they spent their money together for a trip
  • Ans. 

    Sample code to settle accounts of 4 persons after a trip

    • Create a Person class with attributes like name, spentAmount, and remainingAmount

    • Calculate the total spent amount by all persons

    • Distribute the total spent amount equally among all persons to settle the accounts

  • Answered by AI
Round 2 - Coding Test 

This was a java code interview

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Deutsche Bank?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. Explain the background process that takes place during an atm transaction
  • Q2. Cut cake into 8 pieces .You can use knife 3 times only
  • Q3. A shot fired from a gun pointing towards a tree full of birds. All birds left except one. Why ?
  • Q4. Explain projects which you made in college?
  • Ans. 

    Developed a web-based attendance management system and a mobile app for event management.

    • Created a database schema and implemented CRUD operations using PHP and MySQL.

    • Designed the user interface using HTML, CSS, and JavaScript.

    • Integrated Google Maps API for location tracking in the mobile app.

    • Implemented push notifications using Firebase Cloud Messaging.

    • Collaborated with a team of four to complete the projects within t...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The question paper was a mix of aptitude, programming of c++ java , sql and reasoning.
There was negative marking set for each questions.
Tips: Attempt that portion first in which you are really confident.
Dont try to attempt all questions , as negative marking plays big role.
Duration: 60 minutes

Round: Technical Interview
Experience: As Barclays is a bank , so this kind of question is obvious.
Be prepared for technical process that takes place in a usual banking domain.
Also , any type of question whether reasoning based or technical can be asked.
Tips: Be confident. Try to tell everything in a straight manner.

Round: Case Study Interview
Experience: You can put humour while answering as this shows your positivity.
There can be many reason for this like birds ia dead , bird is deaf , bird is of plastic. You can choose whatever hit into your mind.

Round: Behavioural Interview
Experience: Explaining the thing in which you already have knowledge is a plus point.
But make sure you have complete knowledge of your college project as they can ask as many questions as possible because your project is the main thing which can extend your interview time.

Skills: Common Sense, Presence Of Mind, Positive Thinking, Ability To Deliver On A Project, C Programming
College Name: UPTU
Motivation: As it is a product based company , so chances of growth is good and pay scale is better.

I applied via Campus Placement

Interview Preparation Tips

Round: Test
Experience: Was nice experience,should have good aptitude.
Tips: Learn aptitude more and morr
Duration: 60 minutes

Round: Group Discussion
Experience: Just speak about the topic
Tips: Do not get silent

Round: Technical Interview
Experience: iOS,C/C++
Tips: Just be confident about your answwers ansd show that you are capable to do each and everything in this world and you have quick learning capacity to grasp anything.

General Tips: C/C++,
Skills:
College Name: CDAC PUNE
Motivation: Bank more than 325 years old.

Interview Questionnaire 

1 Question

  • Q1. Java oops and sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Dbms and java are important topic having project related in these topic is a plus point ,need good communication skills, dsa is not so important
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was easy they were asked cognitive,verble,reasoning questios and 2 coding question,and 1 sql query it was online

Round 2 - One-on-one 

(2 Questions)

  • Q1. Discussion on projects then asked some question on oop,sql query
  • Q2. Asked question on dsa it was easy like reverse linked list and how to detect loop in linked list and how to delete it
Round 3 - HR 

(2 Questions)

  • Q1. Discussion on projects,and give situational question
  • Q2. Then ask about family background
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked about OOps concepts?
  • Ans. 

    Object-Oriented Programming (OOP) is a paradigm based on objects that encapsulate data and behavior, promoting modularity and reusability.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present th...

  • Answered by AI
  • Q2. Asked about OOPS concept?
  • Ans. 

    OOP is a programming paradigm based on objects, encapsulating data and behavior for better modularity and reusability.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the same interface for...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. If else question
  • Q2. Project based security questions , then oops and os concepts

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

It had more than 30 aptitude questions and 2 coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. It was totally a tech round all questions were from Data structure, dbms, java, computer networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know any answer don't take time say it directly with confidence

Deutsche Bank Interview FAQs

How many rounds are there in Deutsche Bank Senior Java Developer interview?
Deutsche Bank interview process usually has 1-2 rounds. The most common rounds in the Deutsche Bank interview process are Technical and Coding Test.
How to prepare for Deutsche Bank Senior Java Developer 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 Java, Hibernate, SQL, Agile and JMS.
What are the top questions asked in Deutsche Bank Senior Java Developer interview?

Some of the top questions asked at the Deutsche Bank Senior Java Developer interview -

  1. Write a sample code to settle the accounts of 4 persons after they spent their ...read more
  2. Write a hashcode met...read more
  3. Coding on hashmap and basic on access modifi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.7/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

IDFC FIRST Bank Interview Questions
3.9
 • 757 Interviews
IndusInd Bank Interview Questions
3.5
 • 676 Interviews
Bandhan Bank Interview Questions
3.7
 • 627 Interviews
Yes Bank Interview Questions
3.7
 • 478 Interviews
Barclays Interview Questions
3.8
 • 288 Interviews
View all
Deutsche Bank Senior Java Developer Salary
based on 5 salaries
₹12 L/yr - ₹25 L/yr
16% more than the average Senior Java Developer Salary in India
View more details
Associate
5.3k salaries
unlock blur

₹14.8 L/yr - ₹25.5 L/yr

Senior Analyst
4k salaries
unlock blur

₹6.2 L/yr - ₹14 L/yr

Assistant Vice President
4k salaries
unlock blur

₹25.8 L/yr - ₹44.4 L/yr

Analyst
2.2k salaries
unlock blur

₹4.6 L/yr - ₹10.5 L/yr

Vice President
940 salaries
unlock blur

₹45 L/yr - ₹75 L/yr

Explore more salaries
Compare Deutsche Bank with

Barclays

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

Kotak Mahindra Bank

3.7
Compare

AU Small Finance Bank

4.2
Compare
write
Share an Interview