Questions

Q:

Project Human Resource Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Acquire Project Team?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Roles and responsibilities 

  • Project organization charts

  • Staffing management plan


II. Tools and Techniques



  • Pre-assignment

  • Negotiation

  • Acquisition

  • Virtual teams


III. Outputs



  • Project staff assignments

  • Resource availability

  • Staffing management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2138
Q:

Project Human Resource Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Manage Project Team?

Answer

I. Inputs



  • Organizational process assets

  • Project staff assignments

  • Roles and responsibilities

  • Project organization charts

  • Staffing management plan

  • Team performance assessment

  • Work performance information

  • Performance reports


II. Tools and Techniques



  • Observation and conversation

  • project performance appraisals

  • Conflict management

  • Issue log


III. Outputs



  • Requested changes

  • Recommended corrective actions

  • Recommended preventive actions

  • Organizational process assets (updates)

  • Project management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2138
Q:

Who is the founder of WikiLeaks - a website that publishes comments, submissions of secret information and documents that often becomes controversial?

Answer

Julian Assange

Report Error

View answer Workspace Report Error Discuss

0 2138
Q:

What would be the output of the following program?

main()

{

    static int a[20];

    int i = 0;

    a[i] = i++;

    printf ("\n%d%d%d", a[0],  a[1], i);

}

Answer

0  0  1


That's what some of the compilers would give. But some other compiler may give a different answer. The reason is, when a single expression causes the same object to be modified and then inspected the behaviour is undefined.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2138
Q:

What would be the output of the following program assuming that the array beigns at location 1002?

main()

{

   int a[3][4] = {

                            1 , 2 , 3 , 4

                            5,  6 , 7, 8

                            9, 10 , 11, 12

                       };

    Printf ("\n%u %u %u", a[0] + 1, *( a[0] + 1), *( *(a + 0) + 1) );

}

Answer

1004  2  2

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2138
Q:

This phenomenon is sometimes referred to as the southern lights.

A) Aurora australis B) Aurora borealis
C) Aurora polaris D) Aurora coriolis
 
Answer & Explanation Answer: A) Aurora australis

Explanation:

Polar lights (aurora polaris) are a natural phenomenon found in both the northern and southern hemispheres that can be truly awe inspiring.

Northern lights are also called by their scientific name, aurora borealis, and

Southern lights are called aurora australis.

Report Error

View Answer Report Error Discuss

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

0 2137
Q:

The basic structural unit of the body is the

A) Organs B) Cell
C) Nerve D) Brain
 
Answer & Explanation Answer: B) Cell

Explanation:

Cells are the the basic structural unit of the body.

Report Error

View Answer Report Error Discuss

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

5 2137
Q:

What is the name of the new planet that NASA's Transiting Exoplanet Survey Satellite (TESS) found?

A) HD21749b B) D21749b
C) H21749b D) 21749b
 
Answer & Explanation Answer: A) HD21749b

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

3 2136