Questions

Q:

Which rock system has the maximum concentration of minerals?

A) Cuddapah system B) Dharwar system
C) Gondwana system D) Vindhyan system
 
Answer & Explanation Answer: B) Dharwar system

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

8 6320
Q:

What is Abell 370, whose picture was recently shared by the NASA?

 

A) Black hole B) Exoplanet
C) Galaxy Cluster D) Meteor
 
Answer & Explanation Answer: C) Galaxy Cluster

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

1 6316
Q:

Limba Ram is associated with which of the following fields

A) Motion Pictures B) Sports
C) Social Service D) Politics
 
Answer & Explanation Answer: B) Sports

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

11 6315
Q:

Which day was declared as the 'Direct Action Day' by the Muslim League ?

A) 3rd September 1946 B) 16th August 1946
C) 16th may 1946 D) 4th December 1946
 
Answer & Explanation Answer: B) 16th August 1946

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

19 6314
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:

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 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