Start learning 50% faster. Sign in now
The Reserve Bank of India (RBI) will commence the pilot for a Public Tech Platform for Frictionless Credit. During the pilot, the platform will focus on products such as Kisan Credit Card loans up to Rs 1.6 lakh per borrower, Dairy Loans, loans to Micro, Small and Medium Enterprises (MSME) without collateral, Personal loans and Home loans through participating banks. The platform is expected to enable linkage with services such as Aadhaar e-KYC, Aadhaar e-signing, account aggregation by Account Aggregators (AAs), land records from onboarded State Governments (Madhya Pradesh, Tamil Nadu, Karnataka, Uttar Pradesh, and Maharashtra). The platform will enable linkage with Satellite data, Permanent Account Number (PAN) Validation, Transliteration, Aadhaar e-signing, account aggregation by Account Aggregators (AAs), milk pouring data from select dairy co-operatives, house/property search data, and so on. The Platform is being developed by Reserve Bank Innovation Hub (RBIH), a wholly owned subsidiary of the RBI. For digital credit delivery, the data required for credit appraisal are available with different entities like Central and State governments, account aggregators, banks, credit information companies, digital identity authorities, and so on. However, they are in separate systems, creating a hindrance in frictionless.
CSS comments are placed within the ______.
Firewall is a type of
What is the main purpose of abstraction?
Consider the following sorting algorithms.
I. Quicksort II. Heapsort III. Mergesort
Which of them perform in least time in the worst case?
"Parity bits" are used for which of the following purposes?
What is the output of the following Python code snippet?
x = [1, 2, 3]
y = x
x.append(4)
print(y)
What does CSMA/CD stand for in the context of LAN technology?
In dynamic programming, what is memoization?
What is the primary difference between a breadth-first search (BFS) and a depth-first search (DFS) in graph traversal?
What happens to the memory allocated to a local variable when the function exits?