Question
The Reserve Bank had announced the constitution
of an Expert Committee to make recommendations on the required financial parameters to be factored in the resolution plans under the ‘Resolution Framework for Covid19-related Stress’ along with sector specific benchmark ranges for such parameters. Mark the correct answer/s for this.Solution
The Reserve Bank had announced the constitution of an Expert Committee under the chairmanship of K.V. Kamath to make recommendations on the required financial parameters to be factored in the resolution plans under the ‘Resolution Framework for Covid19-related Stress’ along with sector specific benchmark ranges for such parameters. Accordingly, a follow up circular to the Resolution Framework guidelines announced in August 6, 2020, has been issued today by the Reserve Bank specifying five specific financial ratios and the sector-specific thresholds for each ratio in respect of 26 sectors to be taken into account while finalising the resolution plans.
Linux uses a time-sharing algorithm ___________
What is a "final" class in Java?
In n-gram models, what does 'n' represent?
Consider the in-order traversal of a Binary Search Tree. What characteristic does the sequence of visited nodes possess?
What is the purpose of the fork() system call in Unix-based operating systems?
What is a "call stack" in the context of debugging?
What is edge computing in IoT?
Consider the following Java code snippet:
  import java.util.PriorityQueue;
  public class HeapQuestion9 {
    publ...
Consider the following C++ code:
  class Base {
  public:
    void show() { std::cout << "Base::show" << std::endl;...
Which CPU scheduling algorithm gives preference to processes with shorter CPU burst times?