Question
Which of the following statements regarding the RBI
Governor Shaktikanta Das and his ranking as a central banker is correct? 1. RBI Governor Shaktikanta Das received an 'A+' rating in the Global Finance Central Banker Report Cards 2024. 2. Denmark's Christian Kettel Thomsen and Switzerland's Thomas Jordan were the only central bankers to achieve an 'A+' rating. 3. The Global Finance Central Banker Report Cards have been published annually since 1994, grading governors from nearly 100 countries.Solution
• Statement 1 is correct as Shaktikanta Das received an 'A+' rating in the Global Finance Central Banker Report Cards 2024. • Statement 2 is incorrect because along with Denmark's Christian Kettel Thomsen and Switzerland's Thomas Jordan, Shaktikanta Das was also among the central bankers who achieved an 'A+' rating. • Statement 3 is correct as the Global Finance Central Banker Report Cards have indeed been published annually since 1994.
What does the term "code optimization" refer to in the context of software development?
Mutex locks can be used in CPU scheduling.
Which of the following members of a superclass are NOT inherited by its subclass?
Which keyword is used in Java to indicate that a method in a subclass is intended to override a method in its superclass?
A system call is typically implemented as a(n):
State true or false
This scheduling algorithm is not ideal for time sharing systems.
Consider the following Java code snippet:
  import java.util.PriorityQueue;
  public class HeapQuestion9 {
    publ...
A hash map (or dictionary) implemented with separate chaining is exhibiting very poor performance, even with a seemingly good hash function. Operations ...
Which algorithm divides the input array into two halves, sorts each half, and then merges the sorted halves?
In object-oriented programming, when defining an interface method, which of the following statements is true regarding method parameters?