Questions

Q:

Rearrange the parts of the sentence in correct order.

 

Earlier its forays

P-were concentrated on ancient
Q-and medieval India
R-in history

 

A) RPQ B) RQP
C) PQR D) QPR
 
Answer & Explanation Answer: A) RPQ

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 6313
Q:

FROZEN FOOD – Who discovered the first practical method of freezing food?

A) C. Birdseye B) F. Rozenosh
C) G. Findus D) R. Scott
 
Answer & Explanation Answer:

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

13 6312
Q:

In which district of Andhra Pradesh, the Kuchipudi village is located from which the Kuchipudi dance

A) Anantapur B) Krishna
C) Kurnool D) Nellore
 
Answer & Explanation Answer: B) Krishna

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture

86 6312
Q:

Which among the following was sent by the Greek sovereigns as ambassadors o pataliputra ?

A) Plato B) Aristotle
C) Magasthenes D) None of these
 
Answer & Explanation Answer: C) Magasthenes

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture

76 6311
Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

4 6310
Q:

Which is not causative factor of earthquake 

A) Volcanoes B) Isostacy
C) Tectonics D) Waves
 
Answer & Explanation Answer: D) Waves

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

4 6308
Q:

Natural radioactivity was discovered by

A) Rutherford B) Becquerel
C) Curie D) Schmidt
 
Answer & Explanation Answer: B) Becquerel

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

14 6308
Q:

The recent trial run of 'odd-even' traffic scheme for Delhi was based on

 

 

A) odd-even calendar months B) odd-even calendar dates
C) vehicle registration numbers D) odd-even hours during 8 am to 8 pm
 
Answer & Explanation Answer: C) vehicle registration numbers

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

0 6303