Questions

Q:

Project Risk Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Risk Identification?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Risk management plan

  • Project management plan


II. Tools and Techniques



  • Documentation reviews

  • Information gathering techniques

  • Checklist analysis

  • Assumptions analysis

  • Diagramming techniques


III. Outputs



  • Risk register

Report Error

View answer Workspace Report Error Discuss

0 2041
Q:

Project Risk Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Risk Monitoring and Control?

Answer

I. Inputs



  • Risk management plan

  • Risk register

  • Approved change requests

  • work performance information

  • performance reports


II. Tools and Techniques



  • Risk reassessment

  • Risk audits

  • Variance and trend analysis

  • Technical performance measurement

  • Reserve analysis

  • Status meetings


III. Outputs



  • Risk register (updates)

  • 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 2041
Q:

What will be output of following c code?

#include <stdio.h>
int main()

{
    int i;
    for(i=10;i<=15;i++){
         while(i){
             do{
                 printf("%d ",1);
                 if(i>1)
                      continue;
             }while(0);
             break;
         }
    }
    return 0;
}

Answer

Output: 1 1 1 1 1 1
For loop will execute six times.


 


 


 


Note: continue keyword in do-while loop bring the program its while condition (while(0)) which is always false.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2041
Q:

What is the minimum distance (in metres) required to hear an echo?

A) 10 B) 13
C) 17 D) 21
 
Answer & Explanation Answer: C) 17

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

3 2041
Q:

The non-green heterotropic plants of plant kingdom are

A) Algae B) Ferns
C) Mosses D) Fungi
 
Answer & Explanation Answer: D) Fungi

Explanation:

The non-green heterotropic plants of plant kingdom are Fungi.

Report Error

View Answer Report Error Discuss

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

1 2041
Q:

Bending of light rays in denser medium is termed as:

A) Reflection B) Dispersion
C) Refraction D) Deflection
 
Answer & Explanation Answer: C) Refraction

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 2040
Q:

The terminal part of the carpel in a flower, which may be sticky is ______

A) Ovary B) Style
C) Stigma D) Anther
 
Answer & Explanation Answer: C) Stigma

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2040
Q:

SO2 Polar or Nonpolar?

Answer

SO2 has a net dipole moment and has a bent shape in its structure as water molecule. Hence it is a polar molecule.

Report Error

View answer Workspace Report Error Discuss

Subject: Chemistry Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

2 2040