Question
Which of the following is the correct meaning of Cash
Reserve Ratio (CRR), a monetary policy tool used by RBI?Solution
CRR, or Cash Reserve Ratio, is the percentage of a bank's total deposits that they are required to keep with the Reserve Bank of India (RBI) as reserves. The minimum CR requirement is specified by RBI which is a percentage of the Net Demand and Time Liabilities (NDTL) of the bank. Banks cannot lend the CRR money to corporates or individual borrowers, nor use that money for investment purposes. Banks do not earn any interest on that CRR.Â
Which of the following statements is true about ACID properties in database transactions?
Which memory type is the fastest but most expensive, typically located directly on the CPU?
Which cloud service model allows developers to deploy their applications without managing the underlying infrastructure?
Which traversal method visits the root node first in trees?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
Which of the following is a primary advantage of using a star schema in a data warehouse design?
What will be the output of the following Java snippet?
class A {
   public void display() {
       System.out.pr...
A binary search tree (BST) property states that for any given node:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... What is the primary purpose of a B+ Tree in a database management system?