Questions

Q:

The isotopes of chlorine with mass number 35 and 37 exist in the ratio of

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

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

9 14810
Q:

Who called Subhash Chandra Bose as Desh Nayak?

A) Rabindranath Tagore B) Mahatma Gandhi
C) Bal Gangadhar Tilak D) Lala Lajpat Rai
 
Answer & Explanation Answer: A) Rabindranath Tagore

Explanation:

Rabindranath Tagore called Subhash Chandra Bose as Desh Nayak for the first time.

Report Error

View Answer Report Error Discuss

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

26 14802
Q:

When a gas is turned into a liquid, the process is called

A) condensation B) evaporation
C) deposition D) sublimation
 
Answer & Explanation Answer: A) condensation

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science

79 14799
Q:

Rihand Valley Project is located in the state of

A) Uttar Pradesh B) Bihar
C) Orissa D) Madhya Pradesh
 
Answer & Explanation Answer: A) Uttar Pradesh

Explanation:

It is a scheme across the river Rihand near Pipri in Mirzapur district of Uttar Pradesh

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

39 14796
Q:

Who planted the 'Tree of Liberty' at Srirangapatnam?

A) Tipu Sultan B) Murshid Quli Khan
C) Hyder Ali D) Chin Quilich Khan
 
Answer & Explanation Answer: A) Tipu Sultan

Explanation:

The Liberty Tree was a famous elm tree that stood in Boston before American Revolution.

 

The 'Tree of Liberty' at Srirangapatnam was founded in 1794 by French Republican officers with the support of Tipu Sultan.

 

Who_planted_the_Tree_of_Liberty_at_Srirangapatnam1554096029.jpg image

Report Error

View Answer Report Error Discuss

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

24 14794
Q:

Which of the following plants is not capable of manufacturing own food?

A) Algae B) Mushroom
C) Carrot D) Cabbage
 
Answer & Explanation Answer: B) Mushroom

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science

67 14786
Q:

At work i am quite reserved. What does it mean?

A) feel shy B) timid
C) not talkative D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The given sentence means that, at working hours that person is reserved means he is very timid, feel shy or not talkative or won't share his feelings.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

19 14773