Update appNew update is available. Click here to update.
SDE - Intern
Deutsche Bank
upvote
share-icon
4 rounds | 5 Coding problems
views
404 views
comment
0 comments
upvote
0 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 3 months
Topics: data structures , algorithms , object oriented programming , dynamic programming , standard template library concepts in c++ , common algorithms ,competitive programming , web development basics, c and c++ languages in depth,discrete structures ,DBMS, mysql.
Tip
Tip

Tip 1 : Have steadiness in competitive programming 
Tip 2 : Make your basics very strong
Tip 3 : Do some projects

Application process
Where: Campus
Eligibility: Above 7.5 cgpa
Resume Tip
Resume tip

Tip 1 : Have a clear and developmental resume i.e mention your achievements year wise
Tip 2 : Try not to mention your primary educations details and achievements until they are something really extraordinary
Tip 3 : mention and elaborate your projects properly yet concisely.

Interview rounds
01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date15 Aug 2020
Problems1
Rooks Placing

You are given an n×n chessboard. Rows and columns of the board are numbered from 0 to ‘n’-1. Cell (r,c) lies at the intersection of row number 'r' and column number ‘c’.

view more
Problem approach

my solution was similar to this

var allSolutions = _.memoize(function(n) {

if (!n) return [];

if (n === 1) return [[[true]]];
var solutions = [];

for (var i = 0; i < n; i++) {

_.each(allSolutions(n-1), function(nMinusOneSolution){

solutions.push(generateSolution(nMinusOneSolution, i));

});

}

return solutions;

});

view more
Try solving now
02
Round
Medium
Video Call
Duration40 minutes
Interview date21 Aug 2020
Problems2
Puzzle

Alok has three daughters. His friend Shyam wants to know the ages of his daughters. Alok gives him first hint.

1) The product of their ages is 72.

 

Shyam says this is not enough information Alok gives him a second hint.

 

2) The sum of their ages is equal to my house number.

 

Shyam goes out and look at the house number and tells “I stil...

view more
Problem approach

Tip 1 : Be calm think properly and answer

Tip 2 : Share your approaches continuously

Tip 3 : Even if you cannot get the final answer share your approach.

 

OOPS questions

What is virtual class, abstract class and other concepts?

Problem approach

Tip 1 : Go through oops properly
Tip 2 : Concentrate on basics

03
Round
Medium
Video Call
Duration30 minutes
Interview date21 Dec 2020
Problems1
General Questions

Why do you want to join this company? Tell m about your projects

Problem approach

Tip 1 : be honest
Tip 2 : just say what you feel

04
Round
Easy
Video Call
Duration30 minutes
Interview date21 Aug 2020
Problems1
General Questions

Questions related to my project and what all fields I have interest in

How will I manage a team if needed?

Problem approach

Tip 1 : be calm smile be confident

Tip 2 : think of the interviewer as a person you can be honest with and maintain a positive environment if you feel nervous tell him/her that you are nervous they will definitely support you.

Start a Discussion
Similar interview experiences
company logo
Software Developer
3 rounds | 5 problems
Interviewed by Deutsche Bank
4457 views
0 comments
0 upvotes
company logo
Technical Analyst-Intern
5 rounds | 15 problems
Interviewed by Deutsche Bank
460 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 2 problems
Interviewed by Deutsche Bank
235 views
0 comments
0 upvotes
company logo
Analyst - Intern
3 rounds | 3 problems
Interviewed by Deutsche Bank
273 views
0 comments
0 upvotes
Companies with similar interview experiencs
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Trilogy Innovations
16793 views
0 comments
0 upvotes
company logo
SDE - Intern
5 rounds | 6 problems
Interviewed by Josh Technology Group
10637 views
1 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
6401 views
4 comments
0 upvotes