Which of the followings type of NBFCs is not registered with RBI?
Reserve Bank of India decided to allow banks to lend to NBFCs for on-lending to priority sectors on an on-going basis to ensure continuation of the synergies that have been developed between banks and NBFCs in delivering credit to the specified priority sectors. The same holds true for small finance banks who are on-lending to NBFC-MFIs. This facility was earlier allowed till March 31, 2022. Bank credit to NBFCs, including housing finance companies (HFCs), for on-lending to priority sectors will be allowed upto an overall limit of 5% of an individual banks total priority sector lending. Small finance banks for on-lending to NBFC-MFIs and other MFIs, which are RBI recognised, will be allowed up to an overall limit of 10% of an individual bank’s total priority sector lending. Small finance banks will be allowed to lend to registered NBFC-MFIs and other MFIs who have a gross loan portfolio of upto Rs 500 crore as of March 31 of the previous financial year.
Port number for data and control of FTP protocol
In the field of Natural Language Processing (NLP), which of the following tasks focuses on identifying the sentiment behind a given text?     ...
Which of the following best describes the primary purpose of virtualization in cloud computing?Â
In systems design, which of the following techniques is used to break down complex systems into smaller, more manageable components?
Which all statements are correct about Sorting
In data communication networks, which protocol is responsible for ensuring reliable data transfer between devices over a network?   Â
...Definition of 2NF
1.   Predict the output of the code
public class Animal {
  public static void main(String args[])
           ...
Which of the following algorithm design techniques is characterized by breaking a problem into smaller sub-problems and solving each recursively? Â Â Â...
What will be the output of the following code snippet demonstrating composition in Java?
class Engine {
void start() {
    ...