Questions

Q:

Who among the following is a recipient of 2017 Mother Teresa Memorial Award for Social Justice?

 

A) Kangana Ranaut B) Priyanka Chopra
C) Dipika Padukone D) Diya Mirza
 
Answer & Explanation Answer: B) Priyanka Chopra

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams

0 22083
Q:

Arakan yoma is the extension of the himalayas located in

A) Myanmar B) West Bengal
C) Nagaland D) Baluchistan
 
Answer & Explanation Answer: A) Myanmar

Explanation:

Arakan yoma is the extension of the himalayas located in Myanmar. The Arakan Mountains are also known as the Rakhine Mountains.

 

Arakan_yoma_is_the_extension_of_the_himalayas_located_in1558508556.jpg image 

 

These are a mountain range in western Myanmar, between the coast of Rakhine State and the Central Myanmar Basin, in which the Irrawaddy River flows.

 

Report Error

View Answer Report Error Discuss

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

11 22079
Q:

What loses its head every morning and gets it back every night?

A) Pillow B) Candle
C) Moon D) Light
 
Answer & Explanation Answer: A) Pillow

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Logic Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GRE , TOEFL
Job Role: Analyst , Bank PO

29 22063
Q:

It is more difficult to walk on ice than on a concrete road because 

A) there is very little friction between the ice and feet pressing it B) ice is soft when compared to concrete
C) there is more friction between the ice and feer D) None of these
 
Answer & Explanation Answer: A) there is very little friction between the ice and feet pressing it

Explanation:

It is the friction between the feet and the ground that helps us to walk. Without this friction we would slip and fall

Report Error

View Answer Report Error Discuss

Filed Under: Physics

120 22014
Q:

What will be output when you will execute following c code?

#include <stdio.h>
enum actor

{
    SeanPenn=5,
    AlPacino=-2,
    GaryOldman,
    EdNorton
};
void main()

{
     enum actor a=0;
     switch(a)

      {
         case SeanPenn:  printf("Kevin Spacey");
                         break;
         case AlPacino:  printf("Paul Giamatti");
                         break;
         case GaryOldman:printf("Donald Shuterland");
                         break;
         case EdNorton:  printf("Johnny Depp");
      } 
}

A) Kevin Spacey B) Paul Giamatti
C) Donald Shuterland D) Johnny Depp
 
Answer & Explanation Answer: D) Johnny Depp

Explanation:

Default value of enum constant
GaryOldman = -2 +1 = -1
And default value of enum constant
EdNorton = -1 + 1 = 0
Note: Case expression can be enum constant.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 21972
Q:

What value should come in place of the question mark (?) in the following question?

1637 + 1832 = 452 + (?)2

A) 38 B) 42
C) 46 D) 54
 
Answer & Explanation Answer: A) 38

Explanation:

3469 = 2025+?x?
? x ?= 3469-2025
? x ?= 1444
? = 38

Report Error

View Answer Report Error Discuss

0 21958
Q:

void main()

{

char good *better, *best;

printf( "%d..%d", sizeof(better), sizeof(best) );

}

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

Explanation:

The second pointer is of char type and not a good pointer.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

4 21924
Q:

Rain drops acquire spherical shape due to 

A) viscosity B) surface tension
C) friction D) elasticity
 
Answer & Explanation Answer: B) surface tension

Explanation:

The Surface tension pulls the surface of the drop equally at all points thus produces the spherical shape having the minimum surface area. This surface tension is the "skin" of a body of water that makes the molecules stick together.

                                 Rain_drops_acquire_spherical_shape_due_to1558074071.png image 

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

123 21918