The probability and impact matrix is primarily used to:
Correct Answer: B
CAPM Exam Question 192
Which type of estimating is used to improve the accuracy of an activity ' s duration?
Correct Answer: C
According to the PMBOKGuide (Project Management Body of Knowledge), specifically within the Estimate Activity Durations process, Three-point estimating is utilized to improve the accuracy of duration estimates by accounting for uncertainty and risk. Traditional " single-point " estimates can be unreliable because they don ' t account for the risks or fluctuations inherent in project work. Three-point estimating improves accuracy by considering three distinct scenarios: * Most Likely ($t_M$): The duration based on a realistic evaluation of the available resources and anticipated interruptions. * Optimistic ($t_O$): The duration based on an analysis of the best-case scenario for the activity. * Pessimistic ($t_P$): The duration based on an analysis of the worst-case scenario. By using these three values, the project manager can calculate an expected duration ($t_E$) using either the Triangular Distribution or the Beta Distribution (PERT). * A. Analogous: This technique uses the actual duration of previous, similar activities as the basis for estimating the duration of a current activity. While fast and less costly, it is generally less accurate than other methods. * B. Parametric: This uses a statistical relationship between historical data and other variables (e.g., square footage in construction) to calculate an estimate. It can be very accurate, but its primary purpose is based on scalable data rather than refining individual activity uncertainty through multiple scenarios. * C. Three-point: As explained, this specifically targets improving accuracy by reducing the impact of bias and uncertainty in the estimate. * D. What-if scenario analysis: This is a technique used in Develop Schedule and Control Schedule (under Modeling Techniques). It evaluates various scenarios to see their effect on project objectives but is not an estimating technique for an activity ' s duration itself. Depending on the distribution used, the improved duration is calculated as follows: * Triangular Distribution: $t_E = (t_O + t_M + t_P) / 3$ * Beta Distribution (PERT): $t_E = (t_O + 4t_M + t_P) / 6$
CAPM Exam Question 193
When project requirements are documented in user stones then prioritized and refined just prior to construction, which approach is being used for scheduling?
Correct Answer: A
According to the PMBOKGuide (6th and 7th Editions) and the Agile Practice Guide, this scenario describes a hallmark of adaptive or agile environments. When requirements are documented as user stories, they are maintained in a backlog. The process of prioritizing and refining these stories " just prior to construction " (often referred to as Backlog Refinement or Grooming) is a core component of Iterative scheduling with backlog. Key elements of this approach include: * User Stories: Requirements are captured from the perspective of the end-user to define the value to be delivered. * Backlog Management: A prioritized list of work to be done. The most important items are at the top, refined with enough detail to be " ready " for the next iteration. * Just-in-Time (JIT) Planning: Instead of detailed planning of the entire project at the start, the team refines requirements incrementally. This allows the team to incorporate feedback and changes late in the project life cycle without significant rework. Analysis of Distractors: * B (On-demand scheduling): Also known as " pull-based " scheduling (typically used in Kanban), this approach does not rely on iterations. Instead, it pulls work from a backlog as resources become available, focusing on limiting work-in-progress (WIP). * C (Life cycle scheduling with backlog): This is not a standard PMI term. While backlogs exist within a life cycle, " Iterative scheduling " is the specific term used by PMI to describe the scheduling methodology in adaptive environments. * D (Defining Iterative activities): This is a general description of an action within a process, but it is not the name of a formal scheduling approach or methodology recognized in the PMBOKGuide.
CAPM Exam Question 194
An output of the Plan Quality Management process is:
Correct Answer: A
According to the PMBOKGuide and the Standard for Project Management, the Process Improvement Plan is a formal output of the Plan Quality Management process (notably in the 5th and 6th editions, though integrated into the Quality Management Plan and process documentation in the 7th edition). As per PMI standards, the Plan Quality Management process identifies quality requirements and/or standards for the project and its deliverables, and documents how the project will demonstrate compliance. The Process Improvement Plan is a subsidiary plan of the project management plan that details the steps for analyzing project management and product development processes to identify activities that enhance their value. It typically includes: * Process boundaries: Describing the purpose, start and end, and inputs/outputs of processes. * Process configuration: A graphic depiction of processes (flowcharts). * Process metrics: Maintaining control over status. * Targets for improved performance: Specific goals for efficiency and quality. The other options are incorrect based on their classification in the PMI framework: * Quality control measurements: These are the outputs of the Control Quality process (Monitoring and Controlling). They represent the documented results of control quality activities to demonstrate compliance with quality requirements. * Work performance information: This is an output of various Monitoring and Controlling processes (like Control Quality or Control Schedule). It consists of performance data collected from various controlling processes, analyzed in context. * The project management plan: While the Quality Management Plan becomes a component of the Project Management Plan, the " Project Management Plan " as a whole is an input to the Plan Quality Management process, not its output. As per the PMI Lexicon of Project Management Terms, the Plan Quality Management process ensures that the project team is proactive rather than reactive, focusing on preventing defects through robust process design.
CAPM Exam Question 195
Given the following information. Activity A takes one week. Activity B takes three weeks. Activity C takes two weeks. Activity D takes five weeks. Activity A starts at the same time as Activity B. Activity C follows Activity B and Activity A. Activity D follows Activity C. How long will it take to complete the project?
Correct Answer: D
To determine the total duration of the project, we use the Precedence Diagramming Method (PDM) to calculate the Critical Path. The Critical Path is the longest sequence of activities that dictates the minimum time required to complete the project. Step 1: Map the Dependencies * Activity A and B start simultaneously ($T=0$). * Activity C is a " sink " for A and B. It cannot start until both are finished. * Activity D starts after C is completed. Step 2: Calculate the Paths We have two possible paths from the start of the project to the end: * Path 1: A $\rightarrow$ C $\rightarrow$ D * Duration: $1 \text{ (A)} + 2 \text{ (C)} + 5 \text{ (D)} = 8 \text{ weeks}$. * Path 2: B $\rightarrow$ C $\rightarrow$ D * Duration: $3 \text{ (B)} + 2 \text{ (C)} + 5 \text{ (D)} = 10 \text{ weeks}$. Step 3: Identify the Project Duration Because Activity C requires both A and B to be finished, it must wait for the longer of the two. * Activity A finishes at end of Week 1. * Activity B finishes at end of Week 3. * Therefore, Activity C starts at the beginning of Week 4. Calculation: * End of B = Week 3 * End of C = $3 \text{ (Start)} + 2 \text{ (Duration)} = \text{Week 5}$ * End of D = $5 \text{ (Start)} + 5 \text{ (Duration)} = \text{Week 10}$ The project will take 10 weeks to complete. Path 2 (B-C-D) is the Critical Path. Analysis of Other Options: * A. Eleven weeks: This would be the result if A and B were sequential rather than parallel ($1+3+2+5=11$). * B. Nine weeks: This does not align with any logical combination of the given activity durations. * C. Eight weeks: This is the duration of the shorter path (A-C-D). However, the project cannot finish until the longest path is completed.