Questions

Q:

Which of the statements given below are correct?

A) Garbine Muguruza won the Tennis 2017 French Open Women's Singles.

B) Rafael Nadal won the Tennis 2017 US Open Men's Singles.

C) Valtteri Bottas won the Formula One 2017 Brazilian Grand Prix.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 20235
Q:

Which of the statements given below are correct?

 

A) In 2017, Virat Kohli captained the IPL team Rising Pune Supergiant.

B) In 2017 Pro Kabaddi League, Surjeet Singh played for Bengal Warriors.

C) United Kingdom hosted the Table Tennis 2017 ITTF Women's World Cup.

 

A) Only B B) Both A and C
C) A, B and C D) No option is correct
 
Answer & Explanation Answer: A) Only B

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

3 20149
Q:

October 24 is observed as

A) World Vegetarian Day B) United Nations Day
C) World Immunization Day D) World Environment Day
 
Answer & Explanation Answer: B) United Nations Day

Explanation:
Report Error

View Answer Report Error Discuss

48 20137
Q:

Find the missing number in the following series:

43, 172, 86, 344, ?

A) 172 B) 258
C) 129 D) 430
 
Answer & Explanation Answer: A) 172

Explanation:
Report Error

View Answer Report Error Discuss

0 20104
Q:

Which of the following is a form of functional testing?

A) Security testing B) Performance testing
C) Boundary value analysis D) Usability testing
 
Answer & Explanation Answer: D) Usability testing

Explanation:

Functional testing is a type of testing that is done against the requirements of the business application. 

Which_of_the_following_is_a_form_of_functional_testing1552046654.png image

Examples of functional testing are Smoke testing, Sanity testing, Regression testing, Usability testing.

Report Error

View Answer Report Error Discuss

30 20099
Q:

Cobalt - 60 is commonly used in radiation therapy because it emits

A) alpha - rays B) beta rays
C) gamma rays D) X - rays
 
Answer & Explanation Answer: C) gamma rays

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

94 20079
Q:

“Golden Land” is a popular sobriquet of which of the following country?

 

A) China B) Bhutan  
C) Myanmar D) Sri Lanka
 
Answer & Explanation Answer: C) Myanmar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: Bank Exams

1 20074
Q:

What is the output of this C code?

        #include <stdio.h>
        void main()
        {
            int x = 97;
            char y = x;
            printf("%cn", y);
        }

A) a B) 97
C) Run time error D) None
 
Answer & Explanation Answer: A) a

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 20060