Questions

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 22265
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 22246
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 22216
Q:

Who has returned his Padma Vibhushan Award in protest to the Farm Bills?

 

A) M.C. Mary Kom B) Manoj Das
C) Parkash Singh Badal D) Chhannulal Mishra
 
Answer & Explanation Answer: C) Parkash Singh Badal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams

1 22214
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 22195
Q:

The study of Heavenly bodies is called

A) Astronomy B) Astrology
C) Astrophysics D) Astronautics
 
Answer & Explanation Answer: A) Astronomy

Explanation:

Astronomy is the study of planets and heavenly bodies. Historically, astronomy has focused on observations of heavenly bodies. It is a close cousin to astrophysics. Succinctly put, astrophysics involves the study of the physics of astronomy and concentrates on the behavior, properties and motion of objects out there.
 

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

60 22153
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 22151