Question
Payments Infrastructure Development Fund (PIDF) scheme
was recently in news, consider the following statements with reference to PIDF: 1. It aimed at encouraging deployment of more digital payments infrastructure across tier-3 to tier-6 centres. 2. The fund will be used to subsidize scheduled commercial banks only. 3. The fund has a corpus of 1000 crores. Which of the statements given above is/are correct?Solution
• Statement 1 is correct: Payments Infrastructure Development Fund (PIDF) scheme of RBI aimed at encouraging deployment of more digital payments infrastructure across tier-3 to tier-6 centres. • Statement 2 is incorrect: The fund will be used to subsidize banks and non-banks for deploying payment infrastructure like PoS machines etc, which will be contingent upon specific targets being achieved • Statement 3 is incorrect: PIDF presently has a corpus of ₹ 345 crore (₹ 250 crore contributed by RBI and ₹ 95 crore by the major authorised card networks in the country).
A company collects sales data from different regions, but the "Revenue" column uses inconsistent currency formats (USD, EUR, INR). What is the best appr...
Which of the following protocols is widely used for low-power, short-range communication in IoT devices?
In time series analysis, the Dickey-Fuller test is used to:
A company wants to analyze customer reviews by categorizing them as “Positive,” “Neutral,” or “Negative.” What type of data are these catego...
When performing trend analysis for forecasting sales, which of the following methods is most commonly used to identify future trends based on historical...
Which of the following best represents semi-structured data?
Which of the following SQL queries will return the second highest salary from a table Employee with columns Name and Salary?
To reduce bias in a sampling process, which of the following strategies is most effective?
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
  int x = 10, y = 20, *p1 = &x, *p2 = &y;...
What will be the output of the following Python code?
def modify_list(lst):
  for i in range(len(lst)):
    lst[i] = ls...