Question
Under the RBI’s scale-based regulation framework
(2022), how many NBFCs currently fall under the upper layer category as per a recent (OCt 2025) release data by RBI?Solution
Explanation: The RBI’s 2022 framework divides NBFCs into four layers — base, middle, upper, and top — depending on systemic importance. 15 major NBFCs , including Bajaj Finance, Tata Capital, Mahindra Finance, and Shriram Finance, are presently in the upper layer , which is subject to tighter regulation due to higher risk and interconnection with the financial system.
A code flow involves processing a stream of data where elements are added to the front and removed from the front. Which type of linked list would provi...
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
Which of the following techniques is most efficient for finding the kth smallest element in a Binary Search Tree (BST)?
To insert a new node at the beginning of a singly linked list, which of the following operations is typically performed?
What is the space complexity of storing an adjacency matrix for a graph with V vertices and E edges?
What is the time complexity of searching an element in a balanced binary search tree (BST) with nnn nodes?
Which of the following is a non-linear data structure?
Which cloud service model allows developers to deploy their applications without managing the underlying infrastructure?
After filling the dp table using the standard dynamic programming approach, we can reconstruct one of the Longest Common Subsequences by backtracking.
When designing a system where data records are frequently added and removed from the middle of a sequence, which data structure offers the most efficien...