Questions

Q:

During which decade did the population of India record a negative growth rate 

A) 1911 - 21 B) 1921 - 31
C) 1931 - 41 D) 1941 -51
 
Answer & Explanation Answer: A) 1911 - 21

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

41 22279
Q:

Out of the following remains excavated in indus valley,which one indicates the commercial and economic development

A) Pottery B) Seals
C) Boats D) Houses
 
Answer & Explanation Answer: B) Seals

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

54 22267
Q:

Which one of the following causes rainfall in the north-western parts of india during winter season ? 

A) Cyclonic depression B) Retreating monsoon
C) Western disturbances D) South West monsoon
 
Answer & Explanation Answer: C) Western disturbances

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

98 22253
Q:

Who put up the most stiff resistance against the British in India?

A) The Rajputs B) The Marathas
C) The Moghals D) The Sikhs
 
Answer & Explanation Answer: B) The Marathas

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture

337 22253
Q:

Which of the statements given below are not correct?

1. The author of the novel 'A Visit from the Goon Squad' is Edward P Jones.
2. The author of the novel 'The Corrections' is Jonathan Franzen.
3. The author of the novel 'The Known World' is Jennifer Egan.

A) 1 and 2 B) 2 and 3
C) 1 and 3 D) 1, 2 and 3
 
Answer & Explanation Answer: C) 1 and 3

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams

1 22248
Q:

Who said, "Inflation is unjust but deflation is inexpedient. Of the two, deflation is worse "?

A) J.M Keynes B) Amartya Sen
C) J.G Gurlay D) J.N Bhagwati
 
Answer & Explanation Answer: A) J.M Keynes

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

149 22206
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 22163
Q:

Improve the bracketed part of the sentence.

 

Diversity typically provides fresh perspectives on issues, but it makes it more difficult (to unit) the team and reach agreements.

A) unify B) unity
C) to unify D) No improvement
 
Answer & Explanation Answer: C) to unify

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

0 22159