Questions

Q:

The book ' Gullivers Travels ' was written by

A) Charles Lamb B) Charles Dickens
C) Alexander Dumas D) Jonathan Swift
 
Answer & Explanation Answer: D) Jonathan Swift

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

8 5938
Q:

Improve the bracketed part of the sentence.

 

Ajay told the manager that he would not mind (standing and eat) the lunch.

 

A) standing and eating B) stand and eating
C) to stand and eat D) no improvement
 
Answer & Explanation Answer: A) standing and eating

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 5938
Q:

Which one do you need for tennis

A) A helmet B) A racket
C) Flippers D) A basket
 
Answer & Explanation Answer: B) A racket

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

12 5933
Q:

Nuclear energy is a mineral based source, it is derived from

A) Uranium B) Thorium
C) Plutonium D) All of these
 
Answer & Explanation Answer: D) All of these

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

7 5926
Q:

Match the following with the correct response.

 

(1) W (A) Nm
(2) kW       (B) 3.6 x 106 J
(3) 1 kW-h (C) 1000 W
(4) 1 HP (D) 746 W

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 5921
Q:

Improve the bracketed part of the sentence.

The naughty boy made (many a mischief).

 

A) much mischief B) many mischief
C) many a mischiefs D) no improvement
 
Answer & Explanation Answer: A) much mischief

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

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

3 5918
Q:

The number of pincode postal regions in india is 

A) 5 B) 6
C) 7 D) 8
 
Answer & Explanation Answer: D) 8

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

24 5917