Question
Which of the following is not a specified criteria to be
fulfilled by Infrastructure Finance Companies (IFC)?Solution
IFCs - infrastructure finance companies “Infrastructure Finance Company” means a non-deposit taking NBFC that fulfils the following criteria: (a) a minimum of 75 per cent of its total assets deployed in “infrastructure loans”; (b) Net owned funds of ₹300 crore or above; (c) minimum credit rating of 'A' issued by any of the SEBI-registered Credit Rating Agencies; (d) CRAR of 15 per cent (with a minimum Tier I capital of 10 per cent). It is important to note that there is no specified minimum number of branches that an Infrastructure Finance Company (IFC) needs to operate. The Reserve Bank of India (RBI), which regulates the functioning of IFCs, does not have any such requirement.
Which is/are Keyword in C++
In a Management Information System (MIS), which of the following is considered the primary objective?
In the context of preemptive CPU scheduling, which of the following algorithms can potentially cause starvation, and how can this issue be mitigated?Â
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
In which scenario would para virtualization be preferred over full virtualization?Â
In a network, which protocol is used to determine the MAC address corresponding to a given IP address?
In the context of Intelligent Systems, which of the following algorithms is primarily used for real-time pathfinding in robotics?
What will be the output of the following code snippet?
class Animal:
  def sound(self):
    return "Some sound"
...
The first electronic digital computer, ENIAC, was primarily developed for which purpose?
Which layer in the OSI model corresponds to the Transport layer in the TCP/IP model and is responsible for end-to-end communication, error correction, a...