Question
Which of the following is not one of the functions of
Banks Board Bureau? I- providing assistance to Public Sector Banks to restructure their business strategies II- Recommendations to the government on top-level appointments like full-time Directors, non-Executive Chairman in PSBs. III- Strategies for maximising Profits of Banks on the Standard of their Western CounterpartsSolution
The broad agenda of the Banks Board Bureau was the administration of state-owned lenders. Its functions involve: providing assistance to Public Sector Banks to restructure their business strategies Assisting banks with the strategies to deal with issues of bad loans or stressed assets Strategies for raising capitals through innovative financial instruments and methods Recommendations to the government on top-level appointments like full-time Directors, non-Executive Chairman in PSBs. suggest plans for consolidation and merger with other banks while they are trapped in the problem of high collective gross NPAs.
Which tree traversal gives nodes in non-decreasing order for a BST?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
In a binary tree, what is the maximum number of children a node can have?
Which sorting algorithm has O(n log n) average case?
Which of the following data structures is best suited for implementing a "undo" mechanism in a text editor?
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
What does Big O notation primarily describe?
A stack follows which principle for data access?
Which data structure uses LIFO (Last In, First Out) principle?
What is the difference between 'BFS' (Breadth-First Search) and 'DFS' (Depth-First Search) in graph traversal?