Questions

Q:

The first speaker of the Lok Sabha was 

A) GV Mavlankar B) Hukum Singh
C) MA Ayyangar D) GS Dhillon
 
Answer & Explanation Answer: A) GV Mavlankar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

22 6051
Q:

Solve this logical Math puzzle?

logical_thinking_puzzle1536132282.jpg image

Answer

Let that something be 'x'


From the given data,


x + x/5 = 21


5x + x/5 = 21


6x = 21 x 5


=> x = 17.5


 


Hence, that something is x = 17.5.

Report Error

View answer Workspace Report Error Discuss

8 6047
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 6046
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 6044
Q:

Who invented fuel cells in 1839?

A) Buckminster Fuller B) Sir William Grove
C) Sylvester Graham D) Joyce Hall
 
Answer & Explanation Answer: B) Sir William Grove

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

11 6044
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 6037
Q:

What kind of apple isn't an apple?

A) Pineapple B) Akero apple
C) Adanac apple D) Aceymac apple
 
Answer & Explanation Answer: A) Pineapple

Explanation:

Except pineapple remaining all three are types of apples.

Pineapple is what kind of apple isn't an apple.

Report Error

View Answer Report Error Discuss

Filed Under: Logic Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

4 6035
Q:

Arrange the following ina proper sequence.

A. Mutation

B. Reproductive isolation

C. Natural selection

D. Evolution

 

A) D,C,B,A B) C,B,A,D
C) A,C,D,B D) A,B,C,D
 
Answer & Explanation Answer: D) A,B,C,D

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

0 6035