Question
What is the minimum capital required to maintain in the
Asset Reconstruction Company (ARC)?Solution
As per the RBI guidelines a minimum capital of Rs 100 crore is needed to be maintained by ARC. ARC is a specialized institution that buys the NPA’s from banks so that the bank can clean up their balance sheets.
In HTTP request methods, which of the following methods is not idempotent ?Â
In a Max-Heap, what is the relationship between a parent node and its children?
What is the time complexity for performing enqueue and dequeue operations on a queue implemented using a linked list?
Consider the following C++ code:
  class Base {
  public:
    void show() { std::cout << "Base::show" << std::endl;...
The output of the circuit below is _______
What is the time complexity for inserting an element into a binary heap?
What is the best case time complexity of merge sort?
In a system using the Least Recently Used (LRU) page replacement algorithm, which of the following statements holds true?Â
What were the early operating systems commonly known as, and what was their primary function?
Which collision resolution technique involves storing collided elements in a linked list at the hash table index?