Question
In the term MCLR, introduced by the Reserve Bank of
India to replace the base rate system, what does the letter βLβ stand for?Solution
β’ MCLR stands for Marginal Cost of Funds based Lending Rate. β’ It represents the minimum lending rate below which banks are not allowed to lend (except in specific cases permitted by RBI). β’ Introduced in April 2016, MCLR replaced the earlier Base Rate system to improve monetary policy transmission. β’ The framework links lending rates more closely with the marginal cost of funds (such as repo rate, deposit rates, and operating costs). Hence, in MCLR, the βLβ stands for Lending.
What is the main advantage of using NoSQL databases for big data storage over traditional relational databases?
Suppose that x is a one dimensional array, then choose the correct answer regarding array.
Which of the following synchronization mechanisms provides a more structured approach to synchronization, allowing only one thread to access a resource...
What is the term for malicious software designed to damage or disrupt computer systems?
Which programming language is commonly used to write MapReduce jobs in Hadoop?
In a circuit with n mesh currents, how many essential KVL equations are written when performing mesh analysis?
What is the primary advantage of dynamic memory allocation?
In data analytics, what is the primary purpose of sentiment analysis?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
What is the purpose of a Storage Area Network (SAN)?