Questions

Q:

The term ' Gambit ' is associated with

A) Chess B) Tennis
C) Basket ball D) Baseball
 
Answer & Explanation Answer: A) Chess

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

66 20358
Q:

Which of the statements given below are correct?

A) Sebastian Vettel won the Formula One 2017 Mexican Grand Prix.

B) In 2017, Per Mertesacker captained the Premier League team Arsenal.

C) Tan Zhongyi won the 2017 Women's World Chess Championship.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

0 20293
Q:

What is "bug leakage?" and what is "bug release?"

Answer

A bug leakage results when a bug is detected which should have been detected in earlier builds/versions of the application.


A defect which exists during testing yet unfound by the tester which is eventually found by the tester/end-user is also called bug leakage.


A bug release is when a particular version of s/w is released with a set of known bug(s)/defect(s). These bugs are usually low severity and/or low priority bugs. It is done when the company can afford the existence of bug in the released s/w rather than the time/cost for fixing it in that particular version. These bugs are usually mentioned in the Release Notes.

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

21 20254
Q:

Which of the statements given below are correct?

A) In 2017, Gary Cahill captained the Premier League team Chelsea.

B) In 2017, Jordan Henderson captained the Premier League team Liverpool.

C) Canada hosted the 2017 AIBA World Boxing Championships.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

1 20253
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 20241
Q:

The office of Lokpal and Lokayukta in india is based on which one of the following

A) Parlimentary Commissioner of UK B) Ombudsman in Scandinavia
C) Procurator General of Russia D) Council of state in France
 
Answer & Explanation Answer: B) Ombudsman in Scandinavia

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

39 20231
Q:

Arakan yoma is the extension of the himalayas located in

A) Myanmar B) West Bengal
C) Nagaland D) Baluchistan
 
Answer & Explanation Answer: A) Myanmar

Explanation:

Arakan yoma is the extension of the himalayas located in Myanmar. The Arakan Mountains are also known as the Rakhine Mountains.

 

Arakan_yoma_is_the_extension_of_the_himalayas_located_in1558508556.jpg image 

 

These are a mountain range in western Myanmar, between the coast of Rakhine State and the Central Myanmar Basin, in which the Irrawaddy River flows.

 

Report Error

View Answer Report Error Discuss

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

10 20221
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 20179