Questions

Q:

When did India's population touch 100 crore mark

A) May, 2001 B) May 2000
C) May, 2002 D) May, 2003
 
Answer & Explanation Answer: B) May 2000

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

50 20220
Q:

Statement coverage will not check for the following

A) Dead Code B) Unused Statement
C) Missing Statements D) Unused Branches
 
Answer & Explanation Answer: C) Missing Statements

Explanation:

Statement coverage is a white box test design technique which involves execution of all the executable statements in the source code at least once. It is used to calculate and measure the number of statements in the source code which can be executed given the requirements.

Report Error

View Answer Report Error Discuss

22 20201
Q:

Which of the statements given below are correct?

 

A) Lewis Hamilton won the Formula One 2017 Chinese Grand Prix.

B) Belgium hosted the Tennis 2017 Davis Cup Final.

C) Sebastian Vettel won the Formula One 2017 Brazilian Grand Prix.

 

A) Both A and C B) Both B and C
C) A, B and C D) None of these
 
Answer & Explanation Answer: A) Both A and C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

3 20189
Q:

Which of the statements given below are correct?

 

A) Belgium hosted the Table Tennis 2017 ITTF Men's World Cup.

 

B) In 2017, Giannis Antetokounmpo played for the NBA team Milwaukee Bucks.

 

C) United Arab Emirates hosted the 2017 Indoor Cricket World Cup.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 20158
Q:

The output of the code below is

       #include <stdio.h>
        void main()
        {
            int i = 0, k;
            if ( i == 0 )
                goto label;
                for ( k = 0;k < 3; k++ )
                {
                    printf( "hin" );
                    label: k = printf( "%03d", i );
                }
         }

A) 0 B) hi hi hi 0 0 0
C) 0 hi hi hi 0 0 0 D) 0 0 0
 
Answer & Explanation Answer: A) 0

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 20119
Q:

Which of the statements given below are correct?

 

A) In 2017, David Warner captained the IPL team Sunrisers Hyderabad.

B) In 2017, Romelu Lukaku played for the Premier League team Manchester City.

C) Canada hosted the Table Tennis 2017 ITTF Men's World Cup.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

1 20101
Q:

Journalist's Day was celebrated for the first time all over the country on

A) Oct 1,1984 B) Oct 8,1984
C) Oct 20,1984 D) Oct 28,1984
 
Answer & Explanation Answer: D) Oct 28,1984

Explanation:
Report Error

View Answer Report Error Discuss

33 20091
Q:

Govind Swami Pillai is associated with which musical instrument?

 

A) Mridangam B) Tabla
C) Veena D) Violin
 
Answer & Explanation Answer: D) Violin

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

1 20090