Questions

Q:

What methods have you used to gain commitment from your team?

Answer

Tips :


In order to achieve the commitment, leaders have to request and convince the team to set goals and put them into the process. The cooperative spirit and solidarity for goal achievement are created by the leaders. The team is led into the implementing period as quickly as possible. The argument and ideas from all stakeholders need to be praised. In order to have a success and brilliant commitment, they must express their passionate personal commitment and boost a useful cultivation by highly evaluating individuals’ value and their contributions.

Report Error

View answer Workspace Report Error Discuss

13 8960
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 8960
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:

What is a chunk when using raw devices?

A) a dynamic unit of disk space B) a location in shared memory
C) a contiguous unit of disk space D) a data table
 
Answer & Explanation Answer: C) a contiguous unit of disk space

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

15 8958
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
Q:

The term ' Regur ' is used for

A) Alluvial soil B) Peat soil
C) Laterite soil D) Black soil
 
Answer & Explanation Answer: D) Black soil

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

12 8956
Q:

High level language is also called as ?

A) Business oriented language B) Mathematically oriented language
C) Problem oriented language D) All of above
 
Answer & Explanation Answer: D) All of above

Explanation:
Report Error

View Answer Report Error Discuss

49 8953
Q:

The cross section of a chisel is usually

A) Octagonal B) Rectangular
C) Hexagonal D) Circular
 
Answer & Explanation Answer: A) Octagonal

Explanation:

The cross section of a chisel is usually octagonal.

103313_xl1545906956.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

3 8945