Deutsche Bank
70+ LMTEQ Interview Questions and Answers
Q1. You have a decent CPI and are from Maths background so why not go for a
I am passionate about applying my mathematical skills to solve complex problems in the field of analysis.
I believe that my strong mathematical background provides me with a solid foundation for analytical work.
Mathematics has taught me critical thinking, problem-solving, and data analysis skills that are essential for an analyst role.
I enjoy working with numbers and using mathematical models to gain insights and make informed decisions.
My CPI reflects my dedication and hard w...read more
Q2. What do mean by trade settlement ? What is T+1 or T+2 cycle ?
Trade settlement refers to the process of transferring securities and funds between parties involved in a trade. T+1 or T+2 cycle refers to the number of days it takes for the settlement to occur.
Trade settlement involves the transfer of securities and funds between parties involved in a trade
T+1 or T+2 cycle refers to the number of days it takes for the settlement to occur
T+1 means the settlement occurs on the next business day after the trade
T+2 means the settlement occurs ...read more
Q3. Why is inflation being talked about these days?
Inflation is being talked about these days due to its impact on the economy and people's lives.
Inflation is a rise in the general level of prices of goods and services over a period of time.
It reduces the purchasing power of money, making goods and services more expensive.
Inflation can be caused by factors such as increased demand, supply shortages, or changes in government policies.
High inflation can erode savings, decrease investment, and lead to economic instability.
Centra...read more
Q4. Why logistic regression over random forests?
Logistic regression is preferred for interpretability and simplicity compared to random forests.
Logistic regression is a linear model that is easier to interpret and implement compared to the complex ensemble method of random forests.
Logistic regression is better suited for binary classification problems where the relationship between the independent variables and the outcome is linear.
Random forests are more computationally expensive and may overfit on small datasets compare...read more
Q5. Explain classification models and how they work
Classification models are used to predict the category or class of a new observation based on past data.
Classification models assign new data points to a specific category or class based on patterns in the training data.
Common classification algorithms include logistic regression, decision trees, random forests, and support vector machines.
These models are evaluated based on metrics like accuracy, precision, recall, and F1 score.
Example: Predicting whether an email is spam or...read more
Q6. What is NSDL ? What is CDSL ?
NSDL and CDSL are depositories in India that hold securities in electronic form.
NSDL stands for National Securities Depository Limited and CDSL stands for Central Depository Services Limited.
They were established to facilitate holding and trading of securities in dematerialized form.
Investors can open a demat account with either NSDL or CDSL through a Depository Participant (DP).
The depositories hold securities such as stocks, bonds, and mutual funds in electronic form.
They a...read more
Q7. How do you assess model performance?
Model performance can be assessed using various metrics such as accuracy, precision, recall, F1 score, ROC curve, and confusion matrix.
Evaluate accuracy to measure overall correctness of the model's predictions.
Use precision to assess the proportion of true positive predictions among all positive predictions.
Consider recall to evaluate the proportion of true positive predictions among all actual positives.
Calculate F1 score as a balance between precision and recall.
Analyze th...read more
Q8. What is inflation?
Inflation is the rate at which the general level of prices for goods and services is increasing.
Inflation reduces the purchasing power of money
It is measured by the Consumer Price Index (CPI)
Causes of inflation include increase in money supply, demand-pull, cost-push, etc.
Hyperinflation is a severe form of inflation where prices rise rapidly
Inflation can have both positive and negative effects on the economy
Q9. Assumptions of Linear Regression
Assumptions of Linear Regression include linearity, independence, homoscedasticity, and normality.
Linearity: The relationship between the independent and dependent variables is linear.
Independence: The residuals are independent of each other.
Homoscedasticity: The variance of the residuals is constant across all levels of the independent variables.
Normality: The residuals are normally distributed.
Example: If we are predicting house prices based on square footage, we assume a l...read more
Q10. What is Collateral, type of collateral, Margin call
Collateral is an asset pledged by a borrower to secure a loan. Margin call is a demand for additional collateral.
Collateral is a form of security for lenders in case the borrower defaults on the loan.
Types of collateral include real estate, stocks, bonds, and other assets.
Margin call is a request for additional collateral when the value of the collateral falls below a certain level.
Margin call is common in margin trading, where investors borrow money to buy securities.
If the ...read more
Q11. How to stop and start JVMs from backend in a WAS. What is the best practice to be followed for the restart of JVMs?
To stop and start JVMs in a WAS backend, use administrative console or scripting. Best practice is to perform rolling restarts.
Use administrative console to stop and start JVMs individually or in a cluster
Use scripting (such as wsadmin) for automation and bulk operations
Perform rolling restarts to minimize downtime and ensure high availability
Monitor JVM health and performance before and after restarts
Q12. What do you understand by AML and tell the end to end process?
AML stands for Anti-Money Laundering. It is a process designed to prevent criminals from disguising illegally obtained funds as legitimate income.
AML involves implementing policies and procedures to detect and prevent money laundering activities.
The process includes customer due diligence, monitoring transactions, and reporting suspicious activities to regulatory authorities.
Examples of AML measures include verifying customer identities, conducting risk assessments, and train...read more
Q13. Good coding practices and principles- SOLID principle
SOLID principle is a set of good coding practices that help in creating maintainable and scalable software.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: A class should be open for extension but closed for modification.
L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.
I - Interface Segregation Principle: A client should not be forced to depend on methods it does not use.
D - D...read more
Q14. If you got better job compare this, then what you will do
I would carefully evaluate the new job offer and consider factors such as career growth, salary, benefits, and work-life balance before making a decision.
Consider the potential for career advancement in the new job
Compare the salary and benefits package of the new job with the current one
Evaluate the work-life balance and job satisfaction in both positions
Seek advice from mentors or career counselors to make an informed decision
Q15. Create a script which will delete the files older than 7 days in a linux vm.
Script to delete files older than 7 days in a Linux VM
Use the find command to locate files older than 7 days
Pipe the output of find to the rm command to delete the files
Make sure to test the script in a safe environment before running it on important files
Q16. What is a Brownian motion? Properties of Brownian motion?
Brownian motion is the random motion of particles in a fluid due to collisions with other particles.
Brownian motion was first observed by Robert Brown in 1827.
It is named after the botanist Robert Brown.
The motion is caused by the random movement of fluid molecules.
Brownian motion is a continuous-time stochastic process.
It is often used to model various phenomena in physics, finance, and biology.
Properties of Brownian motion include random walk, Gaussian distribution, and sel...read more
Q17. What is a Martingale? What are Markov Processes? Is Martingale a Markov Process? Are Markov Processes Martingales?
A Martingale is a mathematical concept used in probability theory and statistics. Markov Processes are stochastic processes that satisfy the Markov property.
A Martingale is a sequence of random variables where the expected value of the next variable, given the current and past variables, is equal to the current variable.
Markov Processes are stochastic processes where the future state depends only on the current state and not on the past states.
A Martingale is not necessarily ...read more
Q18. Explain different way to solve a particular problem
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
Q19. Explain how do you build a DCF model from scratch?
Building a DCF model involves projecting future cash flows, determining the discount rate, and calculating the present value.
Start by forecasting the company's future cash flows.
Estimate the discount rate, typically using the weighted average cost of capital (WACC).
Calculate the present value of each projected cash flow by discounting it using the discount rate.
Sum up the present values of all projected cash flows to obtain the intrinsic value of the company.
Perform sensitivi...read more
Q20. What are the instruments of captial market
Instruments of capital market are tools used for raising capital and trading financial securities.
Stocks: Represent ownership in a company and can be bought and sold on stock exchanges.
Bonds: Debt securities issued by governments or corporations to raise capital.
Mutual Funds: Pooled funds from multiple investors to invest in a diversified portfolio of securities.
Derivatives: Financial contracts whose value is derived from an underlying asset.
ETFs (Exchange-Traded Funds): Inve...read more
Q21. What is a lambda expression, and how does it relate to functional interfaces? Could you provide an example?
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.
Q22. What is Enterprise value of a company?
Enterprise value is a measure of a company's total value, including its market capitalization, debt, and cash.
Enterprise value represents the theoretical takeover price of a company.
It is calculated by adding market capitalization, debt, and minority interest, and subtracting cash and cash equivalents.
Enterprise value is often used in financial analysis to compare companies of different sizes and capital structures.
For example, if a company has a market capitalization of $1 b...read more
Q23. What is the difference between a HashMap, a ConcurrentHashMap, and a synchronized HashMap?
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-safe, but may lead to performance issues due to locking.
E...read more
Q24. Find the two index in an array whose sum is closest to 0.
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.
Q25. Explain lifecycle of a Trade.
Lifecycle of a trade involves several stages from initiation to settlement.
Trade initiation by the buyer and seller
Negotiation of terms and price
Execution of the trade
Clearing and settlement of the trade
Post-trade activities such as reporting and reconciliation
Q26. Type of practice that are being used and why?
Agile and Waterfall are the most common practices used in project management.
Agile is used for projects with changing requirements and frequent feedback.
Waterfall is used for projects with well-defined requirements and a linear process.
Hybrid approach is used for projects that require a mix of both Agile and Waterfall methodologies.
Scrum is a popular Agile framework used for software development projects.
Kanban is another Agile framework used for visualizing and managing work...read more
Q27. Explain Types of derivatives
Derivatives are financial instruments whose value is derived from an underlying asset or security.
There are four main types of derivatives: futures, forwards, options, and swaps.
Futures and forwards are contracts that obligate the buyer to purchase an asset at a specific price and time in the future.
Options give the buyer the right, but not the obligation, to buy or sell an asset at a specific price and time in the future.
Swaps are agreements between two parties to exchange c...read more
Q28. What design patterns you have implemented
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
Q29. Find 1st non repeatable sequence from a string using Java 8
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.
Q30. Difference between PK & UK. How many Nulls are allowed for UK
PK is Primary Key and UK is Unique Key. PK does not allow nulls while UK allows only one null value.
PK is used to uniquely identify each record in a table, while UK ensures that all values in a column are unique.
PK does not allow duplicate values, while UK allows duplicate values except for one null value.
Example: If a table has a PK on column 'ID', each record must have a unique ID value. If a table has a UK on column 'Email', all email values must be unique except for one n...read more
Q31. What is the difference between pod and deployment
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
Q32. What is the difference between process and control?
Process is a series of steps taken to achieve a goal, while control is a measure taken to ensure the process is executed correctly.
Process is a set of activities that are performed in a specific order to achieve a desired outcome.
Control is a measure taken to ensure that the process is executed correctly and that the desired outcome is achieved.
Process is proactive, while control is reactive.
Process is a means to an end, while control is a means to ensure that the means are e...read more
Q33. How Nodejs works and handle asynchronous
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.
Q34. What is an Event loop, how it works
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 loop to handle asynchronous operations efficiently.
Q35. What is pragma autonomous transactions. How does it work.
Pragma autonomous transactions allow a PL/SQL subprogram to commit or rollback its own transactions independently of its caller.
Pragma autonomous transactions are used to execute a transaction independently of the main transaction.
It allows a subprogram to commit or rollback its own transactions without affecting the main transaction.
Autonomous transactions are often used for logging, auditing, or error handling purposes.
To declare an autonomous transaction, use the PRAGMA AU...read more
Q36. Write a program
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
Q37. What are the three ratios you will look at while analysing a manufacturing company for loan
The three ratios I will look at while analyzing a manufacturing company for loan are debt-to-equity ratio, current ratio, and inventory turnover ratio.
Debt-to-equity ratio measures the amount of debt a company has compared to its equity.
Current ratio measures a company's ability to pay its short-term debts.
Inventory turnover ratio measures how quickly a company sells its inventory.
Examples: If a company has a high debt-to-equity ratio, it may be risky to lend to them. A curre...read more
Q38. Shell script to extract alphabet from alphanumeric word
Use a shell script to extract alphabets from an alphanumeric word.
Use the tr command to delete all non-alphabetic characters from the word.
Store the result in an array of strings for multiple words.
Example: word='abc123'; result=$(echo $word | tr -d '0-9'); echo $result
Q39. How to call default method of interface if class implemented multiple interfaces.
To call a default method of an interface when a class implements multiple interfaces, use the interface name followed by the method name.
Use InterfaceName.super.methodName() to call the default method of a specific interface.
If a class implements multiple interfaces with default methods of the same name, you must specify the interface name to call the desired method.
Example: Interface1.super.defaultMethod() to call the defaultMethod() of Interface1.
Q40. Write a docker file and explain each instructions?
A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.
Use the FROM instruction to specify the base image
Use the RUN instruction to execute commands in the container
Use the COPY instruction to copy files from the host to the container
Use the CMD instruction to specify the command to run when the container starts
Q41. Examples
The question is asking for examples related to a certain topic.
Provide specific instances of the topic being discussed
Use real-life scenarios to illustrate the point
Ensure the examples are relevant to the question being asked
Q42. What is resilience in microservices
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 identify and respond to failures in the system.
Examples of resil...read more
Q43. How do you handle a change request in the middle of a sprint?
Handle change requests by evaluating impact, discussing with stakeholders, adjusting priorities, and communicating effectively.
Evaluate the impact of the change request on current sprint goals and timeline.
Discuss the change request with stakeholders to understand the rationale and urgency.
Adjust priorities within the sprint backlog if necessary to accommodate the change.
Communicate effectively with the team about the change request and any adjustments made.
Ensure that the ch...read more
Q44. What is the functionality of Lambda Expression in Java.
Lambda expressions in Java are used to provide a concise way to represent anonymous functions.
Lambda expressions are used to define inline implementation of a functional interface.
They enable you to pass functionality as an argument to a method.
Lambda expressions are made up of parameters, an arrow, and a body.
Example: (a, b) -> a + b
Q45. Walk down thru the Resume. What is Expected Shortfall? How the pricing is done for Options? How we calculate price for Bonds? Basel III regulations? FRTB SA approach based questions.
Questions on resume, Expected Shortfall, pricing for options and bonds, Basel III regulations, and FRTB SA approach.
Resume walk-through
Expected Shortfall - a risk measure that estimates the amount of loss that can occur beyond the expected loss
Option pricing - Black-Scholes model, which takes into account factors such as underlying asset price, strike price, time to expiration, volatility, and interest rates
Bond pricing - based on factors such as coupon rate, face value, time...read more
Q46. How do you manage stakeholders?
Managing stakeholders involves identifying their needs, expectations, and concerns, and communicating with them effectively.
Identify stakeholders and their interests
Prioritize stakeholders based on their level of influence and impact
Develop a communication plan that addresses their needs and concerns
Engage stakeholders throughout the project lifecycle
Monitor and manage stakeholder expectations
Resolve conflicts and address issues in a timely manner
Q47. Do programs of Data structures
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.
Q48. Write yaml file for deployment kind
Write a yaml file for deployment kind
Use 'kind: Deployment' to specify the type of deployment
Include metadata like name and labels
Define spec with containers, image, ports, etc.
Q49. What is transactional annotation in spring ?
Transactional annotation in Spring is used to define the scope of a transaction.
Transactional annotation is used to mark a method or a class as transactional.
It ensures that all the operations within the annotated method or class are executed within a single transaction.
If an exception occurs, the transaction is rolled back.
Transactional annotation can be applied at the method level or class level.
It provides various attributes to customize the transaction behavior, such as i...read more
Q50. Write a program to check numer is palindrom or not.
Program to check if a number is a palindrome or not.
Convert the number to a string to easily check for palindrome
Reverse the string and compare it with the original string
If they are the same, the number is a palindrome
Q51. Networking in Kubernetes cluster
Networking in Kubernetes cluster involves communication between pods and services.
Kubernetes uses a flat networking model where each pod gets its own IP address.
Pods can communicate with each other using their IP addresses.
Services act as a stable endpoint for pods, allowing them to communicate with each other.
Kubernetes networking plugins like Calico, Flannel, and Cilium help manage networking within the cluster.
Q52. Why Bond market is going good in India
Bond market in India is performing well due to various factors.
Low interest rates have led to increased demand for bonds
Government's borrowing program has been well received by investors
Investors are looking for safe investment options amidst market volatility
Foreign investors have shown interest in Indian bonds
RBI's measures to increase liquidity in the market have also contributed to the growth
Q53. How is given in rest assured?
Rest Assured is a Java library used for testing RESTful APIs. It provides a simple and intuitive way to write automated tests.
Rest Assured is a Java library
It is used for testing RESTful APIs
It provides a simple and intuitive way to write automated tests
Q54. Write code for lift operation
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.
Q55. Security in Kubernetes cluster
Security in Kubernetes cluster involves implementing RBAC, network policies, pod security policies, and regular security audits.
Implement Role-Based Access Control (RBAC) to control access to resources within the cluster
Use network policies to restrict traffic between pods and namespaces
Enforce Pod Security Policies to define security settings for pods
Regularly conduct security audits and vulnerability assessments to identify and address potential security risks
Q56. What is pep8?
pep8 is a style guide for Python code.
pep8 provides guidelines for formatting, naming, and organizing Python code.
It helps to improve code readability and maintainability.
Examples of guidelines include using 4 spaces for indentation, limiting line length to 79 characters, and using snake_case for variable names.
pep8 is not mandatory, but following its guidelines is considered good practice in the Python community.
Q57. What is test life cycle?
Test life cycle is a series of phases that a software testing process goes through, from planning to test closure.
Test life cycle includes test planning, test design, test execution, and test closure.
In test planning, test objectives, scope, and test strategy are defined.
Test design involves creating test cases and test data.
Test execution is the phase where tests are executed and defects are logged.
Test closure includes test summary report, defect analysis, and lessons learn...read more
Q58. What is When in cucumber?
When in Cucumber is a keyword used to define the conditions under which a particular step or scenario should be executed.
When is used to specify the triggering event or condition for a step or scenario
It is followed by a regular expression or a Cucumber expression
When can be used to perform actions or set up preconditions before executing the step or scenario
It can also be used to pass parameters to the step definition
Q59. What is Oops concept?
Oops concept is a programming paradigm that focuses on objects and their interactions to solve problems.
Oops stands for Object-Oriented Programming System.
It emphasizes the use of classes and objects to structure code.
Encapsulation, inheritance, and polymorphism are key concepts in OOP.
Encapsulation hides the internal details of an object and provides a public interface.
Inheritance allows classes to inherit properties and behaviors from other classes.
Polymorphism enables obje...read more
Q60. Difference between proc & function
A procedure does not return a value, while a function returns a value.
Procedure is used to perform an action, while function is used to compute and return a value.
Procedures can have OUT parameters to return values, while functions always return a single value.
Functions can be used in SQL queries, while procedures cannot be used in SQL queries.
Q61. Difference between comment and docstring
Comment is for code readability, docstring is for documentation
Comments are used to explain code and make it more readable
Docstrings are used to document functions, classes, and modules
Comments start with #, docstrings are enclosed in triple quotes
Docstrings can be accessed using __doc__ attribute
Q62. What’s your understanding of ALM
ALM stands for Asset Liability Management, which involves managing the risks arising from mismatches between assets and liabilities.
ALM involves managing the risks associated with the assets and liabilities of a financial institution.
It aims to ensure that the institution has enough assets to cover its liabilities and meet its obligations.
ALM involves monitoring interest rate risk, liquidity risk, and credit risk.
Examples of ALM tools include gap analysis, duration gap analys...read more
Q63. Packages and it's advantages.
Packages in PL/SQL are a way to group related procedures, functions, variables, and other PL/SQL constructs together for better organization and security.
Packages help in modularizing code and promoting code reusability.
They provide encapsulation, allowing for better control over access to procedures and functions.
Packages improve performance by reducing network traffic and increasing scalability.
Example: Creating a package to handle employee data with procedures for adding, ...read more
Q64. Microservices working in spring boot
Microservices in Spring Boot allow for building modular, scalable applications.
Spring Boot provides a lightweight framework for building microservices
Each microservice can be developed and deployed independently
Communication between microservices can be achieved through REST APIs or messaging queues
Spring Cloud provides additional tools for managing microservices architecture
Q65. Reverse String in java?
Reverse a string in Java
Convert the string to a character array
Use two pointers, one at the start and one at the end of the array
Swap the characters at the two pointers and move the pointers towards each other
Continue swapping until the pointers meet in the middle
Q66. What is cache in spring?
Cache in Spring is a mechanism to store frequently accessed data in memory for faster retrieval.
Cache improves application performance by reducing the load on the database.
Spring provides caching support through annotations like @Cacheable, @CachePut, and @CacheEvict.
Caches can be configured with different eviction policies, such as LRU or FIFO.
Example: @Cacheable annotation can be used to cache the result of a method based on its parameters.
Q67. HLD of microservice project
High Level Design (HLD) of a microservice project involves breaking down the system into smaller services for scalability and flexibility.
Identify the different components of the system and break them down into separate microservices.
Define the communication protocols between the microservices, such as REST APIs or messaging queues.
Consider the data storage and how it will be shared among the microservices, using databases or other storage solutions.
Implement fault tolerance ...read more
Q68. What was Procurement best practices
Q69. 1.JV for bond interest and maturity
A joint venture (JV) for bond interest and maturity involves two or more parties coming together to invest in bonds and share the interest payments and maturity proceeds.
Joint ventures for bond investments can be formed between individuals, companies, or institutions.
Parties in the JV agree on the terms of the investment, including the amount invested, interest rate, and distribution of maturity proceeds.
JV partners may diversify their bond portfolios and share the risks and ...read more
Q70. What is mutual fund
A mutual fund is a type of investment vehicle consisting of a pool of funds collected from many investors for the purpose of investing in securities such as stocks, bonds, money market instruments, and other assets.
Mutual funds are managed by professional fund managers who allocate the fund's assets and attempt to produce capital gains or income for the fund's investors.
Investors in a mutual fund own shares of the fund, which represent a portion of the holdings of the fund.
Mu...read more
Q71. How does Bank make profit
Banks make profit primarily through interest earned on loans, fees charged for services, and investments.
Interest earned on loans: Banks charge interest on loans provided to customers, generating revenue.
Fees charged for services: Banks charge fees for services such as account maintenance, overdrafts, and wire transfers.
Investments: Banks invest in various financial instruments to generate returns, such as stocks, bonds, and real estate.
Other sources of income: Banks may also...read more
Q72. Team and pressure handling experience
I have experience in handling teams and working under pressure.
I have successfully managed a team of 10 individuals in my previous role as a project manager.
During a high-pressure situation, I was able to remain calm and make quick decisions to resolve the issue.
I have experience in delegating tasks and ensuring effective communication within the team.
In a previous project, we had a tight deadline, and I was able to motivate and support my team to meet the deadline successful...read more
Q73. What is MATLAB ?
MATLAB is a high-level programming language and interactive environment for numerical computation, visualization, and programming.
MATLAB stands for Matrix Laboratory.
It is widely used in engineering, science, and economics for data analysis, simulation, and modeling.
MATLAB allows for easy matrix manipulation and plotting of functions and data.
It supports various toolboxes for specialized tasks like signal processing, image processing, and control systems.
MATLAB code can be wr...read more
Q74. How to use GUI ?
GUI can be used to interact with software applications through graphical elements like buttons, menus, and icons.
GUI stands for Graphical User Interface
Users can interact with software applications by clicking on buttons, selecting from menus, and dragging icons
GUIs make it easier for users to navigate and interact with software compared to text-based interfaces
Examples of GUIs include Windows operating system, web browsers, and mobile apps
Q75. Explain DSCR in detail
DSCR stands for Debt Service Coverage Ratio, which is a financial metric used to measure a company's ability to pay its debts.
DSCR is calculated by dividing a company's net operating income by its total debt service.
A DSCR of 1 or higher indicates that a company is generating enough income to cover its debt obligations.
A DSCR below 1 indicates that a company may have difficulty meeting its debt obligations.
Lenders often use DSCR to evaluate a company's creditworthiness before...read more
Q76. Different stakeholders
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.
Q77. HashMap program
HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
HashMap is part of the Java Collections framework.
It allows for efficient retrieval of values based on keys.
Keys in a HashMap must be unique, but values can be duplicated.
Example: HashMap
map = new HashMap<>();
More about working at Deutsche Bank
Top HR Questions asked in LMTEQ
Interview Process at LMTEQ
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month