Question
The board of the Reserve Bank of India has approved ____
of surplus transfer to the government for 2022-23 and has maintained the contingency risk buffer 50 basis points higher at 6 percent for the year.Solution
The board of the Reserve Bank of India has approved Rs 87,416 crore of surplus transfer to the government for 2022-23 and has maintained the contingency risk buffer 50 basis points higher at 6 per cent for the year.The surplus is almost three times the amount in 2021-22 (Rs 30,307 crore), though the figures are not exactly comparable as 2021-22 was a nine-month accounting year for the RBI.
In Java, what will be the output of the following code snippet?
public class Test {
public static void main(String[] args) { <...
Which sorting algorithm is considered the most efficient for large datasets with no additional memory constraints?
What is a fundamental characteristic of a singly linked list?
Which cryptographic concept ensures that data integrity is preserved and cannot be altered during transmission?
Which of the following correctly describes the primary difference between Cross-Site Request Forgery (CSRF) and Cross-Site Scripting (XSS)?
...Which of the following is a core characteristic of Big Data?
In the context of asymmetric encryption, which of the following is a key feature of public-private key pairs?
- Computer Architecture
Which architectural feature is crucial for improving the performance of modern multi-core processors?
In a binary tree, what is the maximum number of children a node can have?
What is the base case in a recursive function?