Deutsche Bank
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
3 coding que easy,med and hard
I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.
Different types of securities include stocks, bonds, options, and mutual funds.
Stocks represent ownership in a company
Bonds are debt securities issued by governments or corporations
Options give the holder the right to buy or sell an asset at a specified price
Mutual funds pool money from multiple investors to invest in a diversified portfolio
Other types include ETFs, futures, and derivatives
Capital markets are financial markets where long-term debt or equity-backed securities are bought and sold.
Capital markets facilitate the buying and selling of long-term financial instruments such as stocks and bonds.
They provide a platform for companies and governments to raise funds for various projects and initiatives.
Investors can trade securities in the capital markets to earn returns on their investments.
Examples...
Corporate actions are events initiated by a public company that can affect its stock price or ownership structure.
Corporate actions include dividends, stock splits, mergers, acquisitions, spin-offs, and rights issues.
These actions can impact shareholders by changing the value of their investments or the number of shares they own.
Investors need to stay informed about corporate actions to make informed decisions about th
The actual rate of return is more than 10% due to the bond being issued at a discount. The method used for its calculation is Yield to Maturity (YTM).
Bond issued at discount means the actual rate of return is higher than the fixed rate.
Yield to Maturity (YTM) is used to calculate the actual rate of return on a bond.
YTM takes into account the bond's current market price, par value, coupon payments, and time to maturity.
If a company declares a dividend but does not pay it, the balance sheet of the shareholder will show an increase in their retained earnings and a corresponding decrease in their cash or assets.
The shareholder's equity will increase by the amount of the declared dividend.
The company's liabilities will also increase by the same amount until the dividend is paid.
The shareholder will see an increase in their retained earni...
Mutual fund buys shares on trade date and settles on settlement date.
Mutual fund purchases shares on the trade date, which is the date the transaction is executed.
Settlement date is the date on which the mutual fund actually pays for the shares and receives ownership.
The journal entry on the trade date would debit the investment account and credit the cash account.
The journal entry on the settlement date would reverse ...
Investment opportunities include stocks, bonds, real estate, commodities, and startups.
Stocks - buying shares of a company
Bonds - lending money to a corporation or government
Real estate - purchasing property for rental income or appreciation
Commodities - investing in physical goods like gold or oil
Startups - funding early-stage companies in exchange for equity
Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.
Types of derivatives include futures, options, swaps, and forwards.
Futures contracts obligate the buyer to purchase an asset at a specific price on a future date.
Options give the buyer the right, but not the obligation, to buy or sell an asset at a predetermined price within a specified timeframe.
Swaps involve the e...
What people are saying about Deutsche Bank
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
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...
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.
Deutsche Bank interview questions for popular designations
Array questions were asked of medium level
Questions on linkedlist, trees, graphs were asked
Get interview-ready with Top Deutsche Bank Interview Questions
It was data structures and algorithm
To increase performance of a COBOL program using multiple cursors, consider optimizing the SQL queries, reducing the number of cursors, and using efficient data structures.
Optimize SQL queries to retrieve only necessary data
Reduce the number of cursors by combining multiple queries into one
Use efficient data structures like arrays or tables to store and manipulate data
Avoid unnecessary looping and processing within cur
To resolve division by zero error, check for zero before performing division operation.
Check if the denominator is zero before performing division operation
Handle the error by displaying a message or returning a default value
Use conditional statements or try-catch blocks to prevent division by zero
Abend the program by moving error code to Return code
To abend the program, set the return code to a non-zero value indicating an error
This can be done using a conditional statement to check for errors and then setting the return code accordingly
For example, in COBOL, you can use the ACCEPT statement to move the error code to the return code
To check if a file is empty, you can use file size or read the file and check for any content.
Check the file size using system functions like stat() or file length property
Read the file and check if there is any content present
Use file handling functions to determine if the file is empty
To read a file with different record structures, use a combination of file parsing techniques and data manipulation.
Identify the record structure of each section in the file
Use conditional logic to parse each record based on its structure
Implement error handling for unexpected record structures
Utilize tools like regular expressions or custom parsing functions
Consider using libraries or frameworks that support flexible
No, SQLCA EXEC SQL is not mandatory for Mainframe Developer.
SQLCA EXEC SQL is not mandatory but can be used for error handling and status checking in COBOL programs.
It is used to retrieve information about the most recent SQL operation.
Developers can choose to use SQLCODE and SQLSTATE instead of SQLCA EXEC SQL.
Data from Cobol can be passed to JCL using file handling techniques like writing data to a dataset or passing parameters through PROCs.
Use file handling techniques to write data from Cobol program to a dataset that can be accessed by JCL.
Pass parameters from Cobol program to JCL using PROCs.
Use symbolic parameters in JCL to reference data from Cobol programs.
Use the COND parameter in the JCL to prevent job abend when subscript limit is reached.
Use COND parameter in JCL to check for subscript limit before executing subsequent steps
Set COND parameter to check for specific return code when subscript limit is reached
Add a condition to bypass subsequent steps if subscript limit is exceeded
To add the 10th additional record in a file using a Cobol program, you would need to read the file sequentially and write the new record at the appropriate position.
Read the file sequentially until you reach the 9th record
Write the 10th record at the current position in the file
Update the file with the new record
I applied via Job Portal and was interviewed in Jun 2024. There were 2 interview rounds.
Test about 50 questions, 25 technical 25 general logic
Semaphores are a synchronization tool used in operating systems to control access to shared resources by multiple processes.
Semaphores can be used to prevent race conditions in concurrent programming
They can be either binary (0 or 1) or counting (integer value)
Operations on semaphores include wait (P) and signal (V)
Example: Using semaphores to control access to a shared memory buffer
Using stream API to find prime numbers in Java
Use IntStream to generate a stream of numbers
Filter out non-prime numbers using a custom method
Check if a number is prime by dividing it by all numbers less than itself
Design patterns in microservices help in structuring and organizing code for scalability and maintainability.
Use patterns like Service Registry, Circuit Breaker, and API Gateway for communication between microservices.
Implement patterns like Saga, CQRS, and Event Sourcing for managing data consistency and scalability.
Consider patterns like Bulkhead, Retry, and Timeout for fault tolerance and resilience in microservices
To improve website or product performance, focus on optimizing speed, user experience, and SEO.
Optimize website loading speed by reducing image sizes and minimizing HTTP requests
Improve user experience by simplifying navigation and enhancing mobile responsiveness
Enhance SEO by creating high-quality content, using relevant keywords, and obtaining backlinks
Microservices offer scalability and flexibility, while REST has limitations in terms of performance and complexity.
Microservices allow for independent development and deployment of services, leading to better scalability.
Microservices promote flexibility and agility in software development by breaking down applications into smaller, manageable components.
REST APIs can be limited in terms of performance due to multiple ...
Some of the top questions asked at the Deutsche Bank interview -
The duration of Deutsche Bank interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 281 interviews
Interview experience
based on 3.4k reviews
Rating in categories
Jaipur
5-10 Yrs
Not Disclosed
Associate
4.8k
salaries
| ₹8.8 L/yr - ₹35 L/yr |
Senior Analyst
3.9k
salaries
| ₹4 L/yr - ₹16.6 L/yr |
Assistant Vice President
3.4k
salaries
| ₹16 L/yr - ₹48.5 L/yr |
Analyst
2.1k
salaries
| ₹2 L/yr - ₹11 L/yr |
Financial Analyst
1k
salaries
| ₹1.8 L/yr - ₹8.3 L/yr |
Barclays
JPMorgan Chase & Co.
HDFC Bank
ICICI Bank