Questions

Q:

Which of the statements given below are correct?


A) Rafael Nadal won the Tennis 2017 French Open Men's Singles.


B) In 2017, Valentino Rossi raced in MotoGP for Ducati.


C) In 2017, Marc Márquez raced in MotoGP for Honda.

 

A) Only A B) Only B
C) Both A and C D) A, B and C
 
Answer & Explanation Answer: C) Both A and C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

7 54053
Q:

What will be output of following c code?

#include <stdio.h>
int main()

{
    int x=123;
    int i={
         printf("c" "++")
    };
    for(x=0;x<=i;x++){
         printf("%x ",x);
    }
    return 0;

}

Answer

Output: c++0 1 2 3

Explanation: First printf function will print: c++ and return 3 to variable i.For loop will execute three time and printf function will print 0, 1, 2 respectively.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

96 54043
Q:

What will be the compound interest earned on an amount of Rs. 5000 in 2 years?

I. The simple interest on the same amount at the same rate of interest in 5 years is Rs.2000.

II. The compound interest and the simple interest earned in one year is the same.

III. The amount becomed more than double on compound interest in 10 years.

A) I only B) .I and II only
C) II and III only D) I and III only
 
Answer & Explanation Answer:

Explanation:
Report Error

View Answer Report Error Discuss

0 53918
Q:

A template stores

 

A) Auto text entries B) Graphics, text, styles, macros
C) Customized word command setting D) All of above
 
Answer & Explanation Answer: D) All of above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

3 53704
Q:

Who first imposed Jizya Tax in India?

A) Allaudin khilji B) Aurangzeb
C) Mohammad Bin Qasim D) Qutb-ud-din Aibak
 
Answer & Explanation Answer: D) Qutb-ud-din Aibak

Explanation:

In India, Islamic rulers Qutb-ud-din Aibak imposed jizya on non-Muslims first time which was called kharaj-o-jizya. Jizya was abolished by the Mughal ruler Akbar in the 16th century but was re-introduced by Aurangzeb in the 17th century.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: CAT , Bank Exams
Job Role: Bank PO , Bank Clerk

150 53659
Q:

Ujjain is situated on the banks of which river?

 

A) Narmada B) Tawa
C) Tapi D) Shipra
 
Answer & Explanation Answer: D) Shipra

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

3 53629
Q:

Which blood type contains the a antigen only?

 

A) Blood type B B) Blood type A
C) Blood type O D) All blood types
 
Answer & Explanation Answer: B) Blood type A

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

0 53616
Q:

Statement I :

Tides are the rise and fall of sea levels caused by the combined effects of the gravitationed forces exerted by the Moon and the Sun and the rotation of the Earth.

Statement II :

The Earth rotates from west to east. 

 

A) Both the statements are individually true and Statement II is the correct explanation of Statement I B) Both the statements are individually true but Statement II is not the correct explanation of Statement I
C) Statement I is true but Statement II is false D) Statement I is false but Statement II is true
 
Answer & Explanation Answer: B) Both the statements are individually true but Statement II is not the correct explanation of Statement I

Explanation:

Tides are the rise and fall of sea levels caused by the combined effects of the gravitational forces exerted by the Moon and the Sun and the rotation of Earth.

Statement 2 is also correct. But it is not the correct explanation for the 1st statement.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

0 53592