Questions

Q:

What building has the most stories?

Answer

A Libraury. It has more number of story books in it to read.

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

5 6021
Q:

'Zulfi, MyFriend ' is a book written by

A) Z.A. Bhutto B) Md. Ali Jinnah
C) Khushwant Singh D) Piloo Modi
 
Answer & Explanation Answer: D) Piloo Modi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

5 6015
Q:

Who has penned a book titled 'I Do What I Do: On Reform, Rhetoric and Resolve' ?

A) Ajay Tyagi B) Raghuram Rajan
C) Bimal Jalan D) Urjit Patel
 
Answer & Explanation Answer: B) Raghuram Rajan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

14 6013
Q:

Which of the following crop is major foreign exchange earner for Sri Lanka?

 

A) Rice B) Appare
C) Tea D) Apparel and Tea both
 
Answer & Explanation Answer: D) Apparel and Tea both

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

1 6011
Q:

On which day ' National Science Day ' is celebrated in India ?

A) February 23 B) February 25
C) February 26 D) February 28
 
Answer & Explanation Answer: D) February 28

Explanation:

National Science Day is celebrated in India on 28 February each year to mark the discovery of the Raman effect by Indian physicist Sir Chandrashekhara Venkata Raman on 28 February 1928.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk

23 6011
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 6009
Q:

Improve the bracketed part of the sentence

The Saranda forest is infested (with) King Cobras.

 

A) of B) in
C) from D) no improvement
 
Answer & Explanation Answer: D) no improvement

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 6009
Q:

Rearrange the parts of the sentence in correct order.

Do people take

P-­rejection of every candidate?
Q-­the trouble to go and
R­-vote only to register their

A) RQP B) RPQ
C) PRQ D) QRP
 
Answer & Explanation Answer: D) QRP

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 6008