Questions

Q:

Shyam Walked 6 metres facing towards East, then took a right turn and walked a distance of 9 metres.He then took a left turn and walked a distance of a metres. How far is he from the starting point?

A) 15 metres B) 21 metres
C) 18 metres D) Cannot be determined
 
Answer & Explanation Answer: A) 15 metres

Explanation:

 983115133311311553600957.png image

As clear from the diagram, AD2=122+92=152

 So, AD = 15

Report Error

View Answer Report Error Discuss

Filed Under: Verbal Reasoning - Mental Ability
Exam Prep: Bank Exams
Job Role: Bank PO

18 8988
Q:

An objective of the National Food Security Mission is to increase the production of certain crops through area expansion and productivity enhancement in a sustainable manner in the identified districts of the country. What are those crops?

A) Rice and Wheat only B) Rice, Wheat and pulses only
C) Rice, Wheat, Pulses and oil seeds only D) Rice, Wheat, Pulses, oil seeds and vegetables
 
Answer & Explanation Answer: B) Rice, Wheat and pulses only

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

8 8983
Q:

Suppose a customer is attempting to determine what failed during the last boot sequence of the Linux partition. Which of the following can be used to determine the error condition?

A) /var/log/messages B) /proc/startup
C) /usr/sbin/log D) /etc/boot
 
Answer & Explanation Answer: A) /var/log/messages

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

23 8972
Q:

Safdar Hashmi is a name associated with

A) Drawing and Painting B) Journalism
C) Instrumental Music D) None of these
 
Answer & Explanation Answer: D) None of these

Explanation:

Correct Answer : Safdar Hashmi is a name associated with Drama

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

21 8968
Q:

Name some situations in which a leader may fail. Tell me about a time when you fail as a leader?

Answer

Tips :


Occasionally some things go out of control of leaders such as the suitable skill pool in the organization, deadline, and the economic situation. The failure can happen if the employees are unconcerned and negative. In leadership interview questions, the interviewer wants to know your way in resolving the difficult situations, so you should concentrate on analyzing the failure and draw the experience from it. The way you used the difficulties to design the policies and trainings. Show your bravery to face with the failure and ready to recover and continue going on.

Report Error

View answer Workspace Report Error Discuss

14 8966
Q:

What would be the output of the following program?

main()

{

    extern int fun ( float );

    int a;

    a = fun ( 3. 14 );

    printf ("%d", a);

}

int fun ( aa )

float aa ;

{

     return ( (int) aa );

}

Answer

Error occurs because we have mixed the ANSI prototype with K & R style of function definition.


When we use ANSI prototype for a function and pass a float to the function it is promoted to a double. When the function accepts this double into a float a type mismatch occurs hence the error.


The remedy for this error could be to define the function as :


int fun (float aa)


{


  ....


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

9 8961
Q:

Tochi, Gilgit and Hunza are tributaries of

A) Ganga B) Indus
C) Brahmaputra D) Yamuna
 
Answer & Explanation Answer: B) Indus

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

19 8959
Q:

Which of these is not a function of the kidneys?

A) The kidneys regulate the plasma volume B) The kidneys help to regulate blood pressure
C) The kidneys help control the rate of red blood cell production D) The kidneys deactivate vitamin D and stimulate the activity of osteoclasts
 
Answer & Explanation Answer: D) The kidneys deactivate vitamin D and stimulate the activity of osteoclasts

Explanation:

The kidneys deactivate vitamin D and stimulate the activity of osteoclasts is wrong among the functions of kidneys.

 

The kidneys are two bean-shaped organs in the renal system. They help the body pass waste as urine. They also help filter blood before sending it back to the heart.

 

The kidneys perform many crucial functions, including:

  • maintaining overall fluid balance.
  • regulating and filtering minerals from the blood.
  • filtering waste materials from food, medications, and toxic substances.
  • creating hormones that help produce red blood cells, promote bone health, and regulate blood pressure.
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

10 8957