Questions

Q:

The annual percentage rate on a credit card determines

 

A) The amount of money you still owe to the credit card company B) Money you withdrawn from the credit card
C) Total transactions done throughout the year D) The amount of interest you are charged on credit card purchases
 
Answer & Explanation Answer: D) The amount of interest you are charged on credit card purchases

Explanation:

The annual percentage rate (APR) on a credit card determines the amount of interest you are charged on credit card purchases.

 

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

0 25730
Q:

In October 2017, RBI fixed the cash loading limit per month to ______ for Prepaid Payment Instruments.

 

A) Rs 10,000 B) Rs 50,000
C) Rs 75,000 D) Rs 1,00,000
 
Answer & Explanation Answer: B) Rs 50,000

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

0 25667
Q:

What will output when you compile and run the following code?

#include <stdio.h>
struct student
{

int roll;
int cgpa;
int sgpa[8];

};

void main()
{

struct student s = { 12,8,7,2,5,9 };
int *ptr;
ptr = (int *)&s;
clrscr();
printf( "%d", *(ptr+3) );
getch();

}

A) 8 B) 7
C) 2 D) Compiler error
 
Answer & Explanation Answer: C) 2

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 25647
Q:

‘Asom Mala’ programme has been launched in which Indian state/UT?

 

A) Arunachal Pradesh B) Bihar
C) Sikkim D) Assam
 
Answer & Explanation Answer: D) Assam

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

3 25584
Q:

In the below puzzle, there are 2 double blanks. Fill in the blanks with the same pair of letters to complete an English word. For example, use the letter-pair ac in b__kp__k to make the word backpack

_ _ s _ _ de

Answer

cascade

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles

161 25582
Q:

Unreachable code would best be found using

A) code inspections B) a static analysis tool
C) code reviews D) a test management tool
 
Answer & Explanation Answer: C) code reviews

Explanation:

Code review is a software quality assurance activity in which one or several humans check a program mainly by viewing and reading parts of its source code, and they do so after implementation or as an interruption of implementation.

Report Error

View Answer Report Error Discuss

23 25513
Q:

The story of vitamins dates back to

A) 15th century B) 16th century
C) 17th century D) 18th century
 
Answer & Explanation Answer: D) 18th century

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

16 25513
Q:

Ezra cup is associated with which sports?

A) Hockey B) Polo
C) Rowing D) Football
 
Answer & Explanation Answer: B) Polo

Explanation:

The Ezra Cup is a popular polo tournament conducted annually in India. The Calcutta Polo Club runs this oldest and first ever Polo Trophy. The first Ezra Cup was held in 1880. After a period of inactivity, it has now been revived by Mr. Keshav Bangur, Calcutta Polo Club's president.

Report Error

View Answer Report Error Discuss

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

29 25501