Questions

Q:

Which is the first payment bank in India?

A) Fino Payments Bank B) Airtel Payments Bank
C) Aditya Birla Payments Bank D) Paytm Payments Bank
 
Answer & Explanation Answer: B) Airtel Payments Bank

Explanation:

Airtel Payments Bank is the first payment bank in India. A payments bank is a new category of banks conceptualized by the Reserve Bank of India, which operates at a smaller scale than an actual bank and doesn't involve any credit risk. It can carry out most banking operations but can't advance loans or issue credit cards.

 


The RBI as of date has given licences to 11 payments bank of which six are currently operational. These include

  1. Aditya Birla Payments Bank,
  2. Airtel Payments Bank,
  3. India Post Payments Bank,
  4. Fino Payments Bank,
  5. Jio Payments Bank (and)
  6. Paytm Payments Bank.
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 2122
Q:

PET is a very familiar form of _____________. It is used for making bottles.

A) Nylon B) Acrylic
C) Polyester D) Rayon
 
Answer & Explanation Answer: C) Polyester

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

5 2122
Q:

In the following code in which order the functions would be called?

a = ( f1 ( 23,14 ) * f2 ( 12/4) ) + f3() ;

Answer

The order may vary from compiler to compiler.


Here the multiplication will happen before the addition , but in which order the functions would be called is undefined. In an arithmetic expression the parentheses tell the compiler which operands go with which operators but do not force the compiler to evaluate everything within the parentheses first.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2122
Q:

How would you find the length of each string in the following Program?

main()

{

    char *str[] = { "Frogs", "Do", "Not" , "Die" , "They" , "Croak!"};

    printf ("%d%d", sizeof (str), sizeof (str[0]));

}

Answer

main()


{


   char *str[] = { "Frogs", "Do", "Not", "Die." , "They", "Croak!" };


   int i;


         for ( i = 0;i<=5;i++)


         printf ("\n%s%d", str[i], strlen( str[i]));


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2121
Q:

The country which celebrates Independence day on 15th August, apart from India, is

Answer

South Korea

Report Error

View answer Workspace Report Error Discuss

Subject: World History

0 2120
Q:

What was Rajiv Gandhi before he entered politics?

A) Professor B) Lawyer
C) Pilot D) Doctor
 
Answer & Explanation Answer: C) Pilot

Explanation:

Our Ex. Prime Minister Rajiv Gandhi was Pilot by profession before he entered politics.

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

12 2120
Q:

Which country is partner country at International Gita Festival 2018 along with India?

A) Spain B) Malaysia
C) Mauritius D) None of the above
 
Answer & Explanation Answer: C) Mauritius

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 2120
Q:

Through which light cannot pass?

A) Notebook paper B) Water
C) Book D) Sun glasses
 
Answer & Explanation Answer: C) Book

Explanation:

The objects through which light cannot pass are called as Opaque objects. Some objects allow some light to pass through them and are called as Translucent objects. The objects which allow all the light to pass through them are called as Transparent objects.

 

Here in the given options Book is an example of opaque object as it does not allow light to pass through it. Water is transparent object and notebook paper and sun glasses are examples of translucent objects.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

2 2120