Question
RBI has set up a committee to evaluate the efficacy,
adequacy and quality of customer service in banks, NBFCs, who is the head of this committee?Solution
RBI has set up a committee to evaluate the efficacy, adequacy and quality of customer service in banks, NBFCs, and other entities regulated by it. The six-member committee headed by former RBI deputy governor B P Kanungo has been asked to submit a report within three months from the date of its first meeting. It will also review the emerging and evolving needs of the customer service landscape, especially in the context of evolving digital/ electronic financial products and distribution landscape and suggest suitable regulatory measures. Other members of the panel are: A K Goel (Chairman IBA and MD & CEO, PNB), A S Ramasastri (former Director, IDRBT), Amitha Sehgal (Hon. Secretary, AIBDA), Rajeshri N Varhadi (Professor, University of Mumbai), and Anil Kumar Sharma (Executive Director, RBI).
Which design pattern is most suitable for controlling access to a resource by limiting the number of clients that can use it concurrently?
The time complexity of binary search is:
In a binary tree, what is the maximum number of children a node can have?
Which type of AI is primarily used for adaptive mobile applications like virtual assistants?
Which of the following techniques is primarily used to address overfitting in machine learning models?
A data analysis algorithm requires processing data in a Last-In, First-Out (LIFO) manner. Which operation is used to get the most recently added element...
What type of relationship is represented by Aggregation in Object-Oriented Programming?
Consider the following sequence of stack operations:
PUSH(10) β PUSH(20) β PUSH(30) β POP() β PUSH(40) β POP() β POP()
What is...
Which of the following is true about triggers in a relational database?
Union-Find with path compression achieves nearly constant time because its complexity is: