When a dynamic systems development method (DSDM) practitioner receives a new high-priority feature request, what should the practitioner do first?
Develop the feature as a parallel work package.
Shorten the current work period and begin the new work.
Ask a dedicated team member to complete it immediately.
Prioritize it in the requirements list for the next work period.
Dynamic Systems Development Method (DSDM) is an Agile framework that operates on the principle that " nothing is built perfectly the first time " and focuses on frequent delivery of business value. In DSDM, time and cost are fixed, while the scope is variable.
Why Choice D is correct: In DSDM, work is organized into Timeboxes (similar to Sprints in Scrum). One of the core principles of DSDM is " Never Compromise Quality. " When a new high-priority feature arrives, the practitioner follows the formal change process within the Agile framework:
MoSCoW Prioritization: New requirements are added to the prioritized requirements list (Backlog) and categorized using MoSCoW (Must have, Should have, Could have, Won ' t have this time).
Timeboxing: DSDM does not allow for " mid-timebox " disruptions that compromise the current commitments. Instead, the new feature is evaluated and prioritized for the next work period (Timebox). This maintains the team ' s focus and ensures that the current timebox ' s " Must Haves " are delivered as promised.
Analysis of other options:
A (Parallel work package): This creates multitasking and resource contention, which DSDM aims to avoid. It compromises the focus of the current timebox.
B (Shorten the current period): Timeboxes in DSDM are fixed. Shortening them disrupts the cadence and usually results in incomplete or low-quality deliverables for the current cycle.
C (Complete it immediately): This is " reactive " management. It bypasses the prioritization process and ignores the impact on existing work. In DSDM, the Business Visionary or Business Ambassador must first agree on the priority relative to other items.
Key Concept: DSDM relies on Empowered Teams and Iterative Development. By placing the request in the requirements list for the next period (Choice D), the practitioner respects the DSDM philosophy of " fixing " the time and quality while allowing the scope to be re-prioritized based on evolving business needs.
An adaptive team is in the process of merging a legacy system from an acquired company. In order to check the project status and manage the flow of work, they are using a scrum board for this project. What data should be included in this information radiator?
Product and sprint backlog
Key performance indicators (KPIs) and baseline
Increments and bottlenecks
Burndown and burnup charts
According to the Agile Practice Guide and the PMBOK® Guide, an Information Radiator is a highly visible physical or digital display that provides the team and stakeholders with up-to-the-minute data about the project ' s progress without needing to ask questions.
Measuring Progress and Flow: While the Scrum board itself shows the status of individual tasks (To Do, Doing, Done), the metrics used to track the flow of work over time are the Burndown and Burnup charts.
Burndown Chart: Shows the amount of work remaining in the current iteration. It is used by the team to track their progress toward the iteration goal and to see if they are on pace to finish the committed stories.
Burnup Chart: Shows the total work completed compared to the total project scope. This is particularly useful in an " adaptive environment " when merging systems, as it visualizes scope creep (increases in the total work line) alongside the team ' s completion rate.
Transparency: These charts act as the " heartbeat " of the iteration. They allow the team to self-organize and identify if they need to adjust their pace or reduce scope early in the cycle.
Analysis of other options:
Option A: The Product and Sprint backlogs are lists of work to be done, but they are the source of the board ' s data rather than the tracking data used to " check status and manage flow " during the execution phase.
Option B: KPIs and Baselines are terms more commonly associated with Predictive (Waterfall) project management. In Agile, we focus on empirical data like velocity and cycle time rather than fixed baselines.
Option C: Increments are the deliverables themselves (the outcome), and bottlenecks are identified by looking at the board (like a Kanban board ' s WIP limits), but they are not the specific data artifacts typically cited as the primary " radiator " components for status tracking.
Per PMI standards, the use of Burndown and Burnup charts provides the most effective visual representation of work flow and status in an adaptive environment, ensuring that the team can manage their commitments effectively.
A work package has been scheduled to cost $1,000 to complete and was to be finished today. As of today, the actual expenditure is $1,200 and approximately half of the work has been completed. What is the cost variance?
-700
-200
200
500
To determine the Cost Variance (CV), we must first identify the key Earned Value Management (EVM) metrics provided in the scenario based on the PMBOK® Guide:
Planned Value (PV): The authorized budget assigned to scheduled work. Since the work was scheduled to be finished today, $PV = \$1,000$.
Actual Cost (AC): The realized cost incurred for the work performed. The scenario states the expenditure is $AC = \$1,200$.
Earned Value (EV): The measure of work performed expressed in terms of the budget authorized for that work. Since approximately half (50%) of the work is completed, we calculate EV as:
$$EV = \text{Budget at Completion (BAC)} \times \text{Percentage Complete}$$
$$EV = \$1,000 \times 0.50 = \$500$$
The Formula for Cost Variance (CV) is:
$$CV = EV - AC$$
Calculation:
$$CV = \$500 - \$1,200 = -\$700$$
Interpretation according to PMI Standards:
A negative CV indicates that the project is over budget relative to the work performed. In this case, the work package is $700 over budget.
Choice A is the correct calculation.
Choice B (-200) is the result of $PV - AC$, which is not a standard EVM variance formula.
Choice C (200) is the absolute difference between PV and AC, ignoring the actual work completed (EV).
Choice D (500) represents the EV itself, not the variance.
A project manager should communicate to stakeholders about resolved project issues by updating the:
project records
project reports
stakeholder notifications
stakeholder register
According to the PMBOK® Guide (Project Management Body of Knowledge), specifically within the Project Communications Management knowledge area and the Manage Communications process:
Project Records (Option A): These include correspondence, memos, meeting minutes, and other documents that describe the project. When project issues are resolved, the documentation of these resolutions becomes part of the permanent project records. According to PMI, the " Manage Communications " process results in updates to project records, which are then used to keep stakeholders informed of the project ' s status and resolved issues.
Project Reports (Option B): While project reports (like status reports or progress reports) are used to deliver information, they are a specific type of communication output. The broader category for the storage and archival of these resolved issues for stakeholder reference is project records.
Stakeholder Notifications (Option C): This is an output of the Manage Communications process that refers to the act of informing stakeholders about resolved issues, approved changes, or project status. However, the question asks where the information is updated/stored to facilitate this communication, which points to the records.
Stakeholder Register (Option D): This is a project document that contains information about project stakeholders, including their identification, assessment, and classification. It is not used to document or communicate the resolution of specific project issues.
In the PMI framework, maintaining accurate and thorough project records ensures that there is a " single source of truth " for all stakeholders regarding what issues were encountered, how they were analyzed, and how they were ultimately resolved.
Creating the project scope statement is part of which process?
Manage Scope
Collect Requirements
Define Scope
Validate Scope
According to the PMBOK® Guide (6th Edition), the Project Scope Statement is the primary output of the Define Scope process. This process involves developing a detailed description of the project and product.
While requirements are gathered during the Collect Requirements process, they are often high-level or disparate. The Define Scope process selects the final project requirements from the requirements documentation and creates a detailed description of the deliverables and the work required to create them.
The Project Scope Statement typically includes:
Product scope description: The characteristics of the product, service, or result.
Deliverables: Any unique and verifiable product or result.
Acceptance criteria: A set of conditions that must be met before deliverables are accepted.
Project exclusions: Explicitly stating what is out of scope to manage stakeholder expectations (the " boundaries " of the project).
Analysis of Distractors:
A (Manage Scope): This is not a formal process name in the PMBOK® Guide. The Knowledge Area is Project Scope Management, which includes six distinct processes, but there is no specific process called " Manage Scope. "
B (Collect Requirements): This process focuses on gathering the needs and expectations of stakeholders. The output is Requirements Documentation and the Requirements Traceability Matrix, but not the formal Project Scope Statement.
D (Validate Scope): This is a Monitoring and Controlling process. It is the formal process of obtaining acceptance of the completed project deliverables by the customer or sponsor. It happens at the end of a phase or project, long after the scope statement has been created.
Under which circumstances should multiple projects be grouped in a program?
When they are needed to accomplish a set of goals and objectives for an organization
When they have the same project manager and the same organizational unit
When they have the same scope, budget, and schedule
When they are from the same unit of the organization
According to the PMBOK® Guide and the Standard for Program Management, a Program is defined as a group of related projects, subprograms, and program activities managed in a coordinated way to obtain benefits not available from managing them individually.
Coordinated Management for Benefits: The primary reason to group projects into a program is to achieve strategic benefits and synergy. When projects are related (e.g., they share a common goal, target a specific market, or contribute to a larger initiative), managing them together allows for better resource allocation, risk management, and overall alignment with organizational strategy.
The Difference Between Program and Project: While a project focuses on specific deliverables (outputs), a program focuses on outcomes and benefits. If multiple projects are all working toward the same high-level organizational objectives, grouping them into a program ensures they don ' t work at cross-purposes.
Strategic Alignment: Programs are often the bridge between an organization ' s high-level strategy and the technical execution of individual projects.
Analysis of Other Options:
B. When they have the same project manager and the same organizational unit: This is a common occurrence, but it is not the reason for forming a program. A project manager can lead multiple unrelated projects without them being a " program. "
C. When they have the same scope, budget, and schedule: It is highly unlikely for different projects to have the exact same scope, budget, and schedule. Even if they did, that would be a coincidence of planning rather than a strategic reason for program management.
D. When they are from the same unit of the organization: Projects from the same unit (e.g., the IT department) are often grouped for administrative ease, but they only constitute a program if they are functionally related and share common strategic goals. If they are just from the same unit but unrelated, they are more likely part of a departmental portfolio.
An adaptive team is performing the kickoff meeting and planning the project management approach. After defining project events, one team member argues that the artifacts are missing. The project manager coaches the team to complete the planning.
Which two of the following items should be included in the planning? (Choose two)
Daily scrum
Sprint backlog
Sprint review
Increments
Sprint retrospective
In Adaptive (Agile) project management, specifically within the Scrum framework as detailed in the Agile Practice Guide and the Scrum Guide, there is a clear distinction between Events (ceremonies) and Artifacts. The question states that " project events " have already been defined and that " artifacts " are missing.
Why Choice B and D are correct:
Artifacts are designed to maximize transparency of key information. They represent work or value.
B (Sprint Backlog): This is a primary Scrum artifact. It consists of the set of Product Backlog items selected for the Sprint, plus a plan for delivering the product Increment and realizing the Sprint Goal.
D (Increments): An Increment is a concrete stepping stone toward the Product Goal. It is a primary artifact representing the sum of all the Product Backlog items completed during a Sprint and the value of the increments of all previous Sprints.
Analysis of other options:
A, C, and E (Daily Scrum, Sprint Review, Sprint Retrospective): These are Events (ceremonies), not artifacts. Since the team member specifically pointed out that " artifacts are missing " after " events " were defined, these options would be redundant.
Daily Scrum: A 15-minute event for the developers.
Sprint Review: An event held at the end of the sprint to inspect the increment.
Sprint Retrospective: An event to plan ways to increase quality and effectiveness.
Key Concept: The Project Management Institute (PMI) emphasizes the importance of the three pillars of Scrum: transparency, inspection, and adaptation. Artifacts (Choice B and D) provide the transparency needed for the events (Choice A, C, and E) to be effective. Without the artifacts, there would be nothing tangible to inspect or adapt during the defined project events.
Which two of the following can be used as communication tools between the business analyst and the rest of the project team? (Choose two)
Project management plan
Pareto chart
Gantt chart
Responsible, accountable, consult, inform (RACI) matrix
Process flows
The PMBOK® Guide and the PMI Guide to Business Analysis highlight the importance of " bridge " documents—tools that allow the Business Analyst (BA) to translate complex business needs into actionable information for the project team.
Why Choice D is correct (Responsible, accountable, consult, inform (RACI) matrix):
Role Clarification: The RACI matrix is a critical communication tool used to define who does what. Between a BA and the project team, it clarifies who is responsible for eliciting requirements, who must be consulted for technical feasibility, and who needs to be informed when a requirement changes.
Reducing Conflict: It prevents " role creep " and ensures that the team knows exactly who to go to for specific answers regarding the product scope.
Why Choice E is correct (Process flows):
Visual Communication: Process flows (or flowcharts) are one of the most effective ways for a BA to communicate the " As-Is " and " To-Be " states of a business process.
Technical Alignment: They provide a visual map that developers and testers use to understand the logic of the system. It is much easier for a project team to identify gaps in logic or technical constraints by looking at a flow diagram than by reading a dense text document.
Analysis of other options:
A (Project management plan): While this is the " master plan, " it is a high-level management document. It isn ' t a specific communication tool used by the BA to convey detailed requirements or workflows to the team; rather, it defines how communication will happen.
B (Pareto chart): This is a quality tool used for prioritizing defects or causes of problems (the 80/20 rule). While useful for data analysis, it is not a primary communication tool for requirements or team collaboration.
C (Gantt chart): This is a scheduling tool used primarily by the Project Manager to track timelines. While the BA provides input on durations, the Gantt chart does not facilitate the communication of product logic or functional requirements.
Key Concept: The Project Management Institute (PMI) emphasizes that effective communication requires Common Mental Models. By using RACI matrices (Choice D) and Process flows (Choice E), the Business Analyst ensures that the business intent is perfectly aligned with the technical execution, minimizing rework and ensuring the final product meets the stakeholders ' expectations.
Which are the most important competencies required for a project manager?
Leadership, bilingualism, experience, and technical Knowledge
PMP certification, experience, technical Knowledge, and post-graduate education
Leadership, strategic and business management, project management knowledge, and technical knowledge
Communication skills, project management knowledge, PMP certification, and availability to travel
According to the PMBOK® Guide, specifically the section on the Role of the Project Manager, PMI defines the necessary skills through the PMI Talent Triangle®. This framework emphasizes that a project manager needs a balance of three key skill sets to be effective in today’s complex business environments:
Technical Project Management (Project Management Knowledge): The knowledge, skills, and behaviors related to the specific domains of Project, Program, and Portfolio Management. This is the technical core of the job.
Leadership: The knowledge, skills, and behaviors needed to guide, motivate, and direct a team to help an organization achieve its business goals.
Strategic and Business Management: The performance-enhancing knowledge and expertise in the industry and organization that improves performance and better delivers business outcomes. This allows the Project Manager to understand the " big picture " of why the project is being undertaken.
Why other options are incorrect:
Option A: While " bilingualism " and " experience " are valuable, they are not categorized as core " competencies " within the formal PMI Talent Triangle framework.
Option B: PMP certification and post-graduate education are credentials or qualifications, not competencies. A competency is the ability to do something effectively, whereas a degree is a formal recognition of study.
Option D: Communication skills are indeed a subset of leadership, and availability to travel is a job requirement/constraint, not a professional competency required by the global standard for project management.
What can a project manager review to understand the status of a project?
Work breakdown structure (WBS) status
Quality and technical performance measures
Cost and scope baselines
Business case completeness
According to the PMBOK® Guide, understanding the " status " of a project requires looking at performance data that reflects how the project is actually progressing against the plan. This is primarily done through the Monitor and Control Project Work process.
Quality and Technical Performance Measures: These provide the most accurate picture of project health. Quality measures (such as defect rates or test results) tell the project manager if the deliverables are being built correctly. Technical performance measures (such as weight, transaction times, or storage capacity) compare the actual technical achievements during project execution to the planned technical requirements.
Work Performance Information: These measures are key components of work performance information. They allow the project manager to identify variances and trends early, rather than waiting until the end of a phase to realize the product does not meet the necessary standards.
Predictive Power: Technical performance measures are often " leading indicators, " meaning they can predict future schedule or cost problems. For example, if a software module is consistently failing quality tests, it is a clear indicator that the schedule will eventually slip and costs will rise.
Why other options are incorrect:
Option A: Work breakdown structure (WBS) status: The WBS is a tool for defining scope. While you can track the completion of work packages, the " WBS status " itself doesn ' t provide a comprehensive view of quality or technical health—it only shows what was supposed to be done, not necessarily how well it was performed.
Option C: Cost and scope baselines: Baselines are the standards against which you measure performance. You review variances against these baselines to understand status, but the baselines themselves are static documents from the planning phase and do not reflect the current " live " status of the work being performed.
Option D: Business case completeness: The Business Case is a pre-project document used to justify the investment. While it is reviewed to ensure the project remains viable, its " completeness " does not provide data on the day-to-day execution status or the technical performance of the project ' s deliverables.
How many Project Management Process Groups are there?
3
4
5
6
According to the PMBOK® Guide (Project Management Body of Knowledge), project management is performed through the integration of processes. These processes are logically grouped into five categories known as the Project Management Process Groups.
These groups are independent of process phases and are applied to every project or project phase to manage the flow of work:
Initiating Process Group: Those processes performed to define a new project or a new phase of an existing project by obtaining authorization to start.
Planning Process Group: Those processes required to establish the scope of the effort, refine the objectives, and define the course of action required to attain the objectives.
Executing Process Group: Those processes performed to complete the work defined in the project management plan to satisfy the project requirements.
Monitoring and Controlling Process Group: Those processes required to track, review, and regulate the progress and performance of the project; identify any areas in which changes to the plan are required; and initiate the corresponding changes.
Closing Process Group: Those processes performed to formally complete or close the project, phase, or contract.
Process Groups vs. Knowledge Areas: While there are 5 Process Groups, there are 10 Knowledge Areas (such as Scope, Schedule, Cost, etc.).
Process Groups vs. Project Life Cycle: Process Groups are not the same as project phases. Most process groups will typically be repeated within each phase of a project ' s life cycle.
Continuous Nature: The Monitoring and Controlling process group occurs concurrently with all other process groups (except Initiating in some frameworks) to ensure the project stays on track.
What prototyping technique shows a sequence or navigations through a series of images or illustrations?
Storyboarding
Wireframes
Data simulation
Report prototyping
In the PMBOK® Guide and the PMI Guide to Business Analysis, prototyping is a method of obtaining early feedback on requirements by providing a working model of the expected product before actually building it.
Why Choice A is correct:
Visual Sequence: Storyboarding is a prototyping technique that uses a sequence of images or illustrations to show how a user would navigate through a system or how a business process flows.
UX and Flow: It is particularly effective for explaining the " user journey. " Instead of showing a single static screen, it shows the progression (Step 1 - > Step 2 - > Step 3), making it easier for stakeholders to visualize the logic and transitions of the solution.
Low Fidelity: It is often a low-fidelity technique (hand-drawn or simple digital sketches), which allows for quick changes and iterative feedback without a heavy investment in coding.
Analysis of other options:
B (Wireframes): While wireframes are a type of prototype, they usually represent a single static page or screen layout. They show the structural elements (buttons, text boxes, headers) but do not inherently show a " sequence or navigation " unless they are linked together in a more advanced interactive prototype.
C (Data simulation): This is a technical technique used to test how a system handles specific data inputs or volumes. It does not use images or illustrations to show a user interface or navigation flow.
D (Report prototyping): This focuses specifically on the layout, data fields, and formatting of an output document (like a PDF or Dashboard report). It does not show a navigational sequence through a software application.
Key Concept: The Project Management Institute (PMI) emphasizes that Storyboarding (Choice A) is a powerful communication tool. By showing the navigation through a series of images, the project team can identify gaps in logic or " dead ends " in the user experience early in the requirements phase, preventing costly rework during the development phase.
Which of the following is a statistical concept that calculates the average outcome when the future includes scenarios that may or may not happen?
Sensitivity analysis
Three-point estimate
Modeling and simulation
Expected monetary value analysis
According to the PMBOK® Guide, Expected Monetary Value (EMV) Analysis is a statistical concept that calculates the average outcome when the future includes scenarios that may or may not happen (i.e., uncertainty). It is a tool and technique used within the Perform Quantitative Risk Analysis process.
The Calculation: EMV is calculated by multiplying the value of each possible outcome by its probability of occurrence and then adding the results together.
Formula: $EMV = \sum (Probability \times Impact)$
Opportunities vs. Threats: In EMV analysis, opportunities (positive risks) are expressed as positive values, while threats (negative risks) are expressed as negative values.
Decision Tree Analysis: EMV is most commonly used in conjunction with Decision Tree Analysis. By calculating the EMV for different paths in a decision tree, project managers can make informed choices about which path offers the best " average " outcome for the organization.
Neutrality: Because it represents an average, EMV assumes a risk-neutral position—it doesn ' t account for the organization ' s specific risk appetite (risk-averse or risk-seeking), but provides a purely mathematical baseline for comparison.
Analysis of Other Options:
A. Sensitivity analysis: This technique helps to determine which individual risks have the most potential impact on project outcomes. It typically uses a Tornado Diagram to visualize how the uncertainty of each element affects the objective being examined, but it does not calculate an " average outcome " of combined scenarios.
B. Three-point estimate: This is a technique used to improve the accuracy of cost or duration estimates by considering uncertainty and risk. It uses three values (Optimistic, Pessimistic, and Most Likely). While it handles uncertainty, it is used for estimating a single activity ' s duration or cost rather than calculating the monetary value of complex future scenarios.
C. Modeling and simulation: This usually refers to Monte Carlo Analysis, which uses a computer model to iterate the project many times using random values from probability distributions. While it provides a range of possible outcomes and a mean, EMV is the specific term used for the " average outcome " calculation of discrete scenarios (like those in a decision tree).
Tools and techniques used for Plan Communications include the communication:
requirements analysis, communication technology, communication models, and communication methods.
methods, stakeholder register, communication technology, and communication models.
requirements, communication technology, communication requirements analysis, and communication methods.
management plan, communication technology, communication models, and communication requirements analysis.
According to the PMBOK® Guide, specifically within the Plan Communications Management process, the project manager identifies the information needs of the stakeholders and defines a communication approach. The specific tools and techniques used to develop this plan are:
Communication Requirements Analysis: This technique determines the specific information needs of project stakeholders. This includes considering the number of potential communication channels using the formula $n(n-1)/2$.
Communication Technology: This refers to the specific tools, systems, or methods used to transfer information among stakeholders (e.g., conversations, written documents, online databases, or websites).
Communication Models: These are descriptions, metaphors, or graphical representations that show how communication processes are performed (e.g., the basic sender-receiver model involving encoding, transmitting, decoding, and noise).
Communication Methods: These are the systematic procedures used to share information. They are categorized into Interactive (multidirectional), Push (sent to specific recipients), and Pull (used for large volumes of information where recipients access content at their own discretion).
Comparison with Other Options:
B. methods, stakeholder register, communication technology, and communication models: The Stakeholder Register is an Input to the process, not a tool or technique.
C. requirements, communication technology, communication requirements analysis, and communication methods: " Communication requirements " is the result or an input factor, but " Communication Requirements Analysis " is the actual technique.
D. management plan, communication technology, communication models, and communication requirements analysis: The Communication Management Plan is the Output of this process, not a tool or technique used to create it.
What tool should a project manager use to efficiently manage project resources?
List of project resources
Resource breakdown structure
Resources detailed in the project scope
Resource requirements
According to the PMBOK® Guide (6th Edition), the Resource Breakdown Structure (RBS) is the most efficient tool for managing project resources because it provides a hierarchical representation of resources by category and type.
During the Estimate Activity Resources and Plan Resource Management processes, the RBS allows the project manager to visualize resource utilization, identify potential gaps, and organize the project team and physical resources effectively.
Why the RBS is the most efficient tool:
Categorization: It groups resources (e.g., Labor, Material, Equipment, and Supplies) so the project manager can see exactly where the budget and efforts are being allocated.
Organization: Like the WBS (Work Breakdown Structure), it breaks down complex resource needs into manageable parts.
Reporting: It is useful for tracking project costs and can be aligned with the organization ' s accounting system to monitor resource-related expenditures.
Analysis of Distractors:
A (List of project resources): While a list is helpful, it is a flat document that lacks the organizational hierarchy and categorization found in an RBS. It does not provide the structural " big picture " needed for efficient management.
C (Resources detailed in the project scope): The Project Scope Statement describes the work to be performed and the project deliverables. While it may mention major resource constraints, it is not a management tool for the day-to-day organization of specific resource types.
D (Resource requirements): These are an output of the Estimate Activity Resources process. They identify what is needed for each activity, but they do not provide the framework for managing or organizing those resources across the entire project.
Which of the following consists of the detailed project scope statement and its associated WBS and WBS dictionary?
Scope plan
Product scope
Scope management plan
Scope baseline
According to the PMBOK® Guide, the Scope Baseline is the approved version of a scope statement, Work Breakdown Structure (WBS), and its associated WBS dictionary. It is a component of the Project Management Plan and can be changed only through formal change control procedures.
The Scope Baseline consists of three specific elements:
Project Scope Statement: Includes the description of the project scope, major deliverables, assumptions, and constraints.
WBS: A hierarchical decomposition of the total scope of work to be carried out by the project team to accomplish the project objectives and create the required deliverables.
WBS Dictionary: A document that provides detailed deliverable, activity, and scheduling information about each component in the WBS (such as code of account identifier, description of work, responsible organization, and quality requirements).
Choice A (Scope plan) is not a formal PMI term; it likely refers to the Scope Management Plan.
Choice B (Product scope) refers only to the features and functions that characterize a product, service, or result.
Choice C (Scope management plan) is a component of the project management plan that describes how the scope will be defined, developed, monitored, controlled, and validated. It describes the process, whereas the baseline is the actual approved scope.
Which risk response strategy is common for both positive and negative risks?
Share
Accept
Mitigate
Transfer
According to the PMBOK® Guide, specifically the Plan Risk Responses process, risks are categorized into threats (negative risks) and opportunities (positive risks). While most strategies are unique to the type of risk, Acceptance is the only strategy used for both.
Acceptance (General): This strategy is adopted when the project team decides not to change the project management plan to deal with a risk, or is unable to identify any other suitable response strategy.
Passive Acceptance: Requires no action other than documenting the strategy and periodically reviewing the risk to ensure it has not changed significantly.
Active Acceptance: The most common approach, which involves establishing a contingency reserve, including amounts of time, money, or resources to handle the risk if it occurs.
In Threats: You accept the risk because the cost of other responses (like Transfer or Mitigate) outweighs the potential impact, or the risk is very low priority.
In Opportunities: You accept the opportunity without actively pursuing it, but you are prepared to take advantage of it if it happens to occur.
Analysis of Other Options:
A. Share: This is a strategy used exclusively for opportunities (positive risks). It involves allocating some or all of the ownership of the opportunity to a third party who is best able to capture the benefit.
C. Mitigate: This is a strategy used exclusively for threats (negative risks). It aims to reduce the probability of occurrence or the impact of a risk. The equivalent for opportunities is Enhance.
D. Transfer: This is a strategy used exclusively for threats (negative risks). It involves shifting the impact and ownership of a threat to a third party (e.g., insurance). The equivalent for opportunities is Share.
The project management processes presented in the PMBOK Guide® should:
always be applied uniformly.
be selected as appropriate by the sponsor.
be selected as appropriate by the project team.
be applied based on ISO guidelines.
According to the PMBOK® Guide, specifically in the introduction regarding the Standard for Project Management, the processes described are considered " good practice " on most projects most of the time. However, this does not mean they should be applied uniformly to every project.
Tailoring: This is the critical concept that project management is not a " one size fits all " endeavor. The project manager and the project team are responsible for determining which processes are appropriate, and what the appropriate degree of rigor for each process is, given the specific needs of the project.
Selection Criteria: When selecting processes, the team considers the project ' s size, complexity, risk, resources, and organizational culture. This ensures that the management effort is proportionate to the value and scale of the work.
Shared Responsibility: While the Project Manager often leads the effort, the PMBOK® Guide emphasizes that the project team should collaborate on these selections to ensure all functional areas of the project are adequately addressed.
Analysis of other choices:
Choice A (Always be applied uniformly): Applying all 47+ processes to every project would result in significant " gold plating " of management effort and unnecessary bureaucracy for smaller or simpler projects.
Choice B (Be selected as appropriate by the sponsor): While the sponsor provides the resources and the business case, they generally do not have the granular expertise or the day-to-day involvement required to select specific project management processes. That is the functional role of the project team.
Choice D (Be applied based on ISO guidelines): While PMI standards often align with ISO standards (like ISO 21500), the PMBOK® Guide is a self-contained framework. The decision on which processes to use is based on the project ' s specific context, not a mandate to follow ISO guidelines.
What is the risk rating if the probability of occurrence is 0.30 and the impact if it does occur is moderate (0.20)?
0.03
0.06
0.10
0.50
According to the PMBOK® Guide (Project Management Body of Knowledge), specifically within the Project Risk Management knowledge area and the Perform Qualitative Risk Analysis process, risks are prioritized by calculating a risk score or rating.
The Calculation: The risk rating (also known as the risk score) is determined by multiplying the probability of the risk occurring by the impact it would have on project objectives if it does occur. The formula used is:
$$\text{Risk Rating} = \text{Probability} \times \text{Impact}$$
$$\text{Risk Rating} = 0.30 \times 0.20 = 0.06$$
Probability and Impact Matrix (Option B): This calculation is a standard component of the Probability and Impact Matrix, a tool used to rank risks as low, medium, or high. In this specific case, the mathematical result is 0.06.
PMI Context: The values for probability and impact are usually defined in the Risk Management Plan. By quantifying these qualitative descriptors (like " Moderate " ), the Project Manager can objectively compare different risks and focus the team ' s attention on the most critical threats or opportunities.
In the PMI framework, the Perform Qualitative Risk Analysis process allows for a quick and cost-effective way to prioritize risks, ensuring that the project team allocates resources to the most significant risks identified in the Risk Register.
Using parametric estimating, if an assigned resource is capable of producing 120 units per hour, how many hours are required to produce 12,000 units?
100
120
1,000
1,200
According to the PMBOK® Guide (Project Management Body of Knowledge), specifically within the Project Schedule Management and Project Cost Management knowledge areas, Parametric Estimating is an estimating technique in which an algorithm is used to calculate cost or duration based on historical data and project parameters.
The Calculation: Parametric estimating uses a statistical relationship between historical data and other variables. In this specific scenario, the calculation is straightforward:
$$\text{Total Hours} = \frac{\text{Total Units to be Produced}}{\text{Production Rate per Hour}}$$
$$\text{Total Hours} = \frac{12,000 \text{ units}}{120 \text{ units/hour}} = 100 \text{ hours}$$
Application (Option A): The result of 100 hours is the mathematically accurate estimate derived from the provided parameters.
PMI Context: This technique is often used for work that is highly repetitive and standardized. It provides a higher level of accuracy than Analogous Estimating, provided that the underlying data used in the parameter (the 120 units per hour) is reliable and scalable. It is frequently applied in manufacturing, software lines of code, or construction (e.g., cost per square foot).
In the PMI framework, Parametric Estimating can be applied to an entire project or specific parts of a project, in conjunction with other estimating methods, to refine the project ' s schedule and budget baselines.
Which Process Group and Knowledge Area include the Sequence Activities process?
Executing Process Group and Project Time Management
Executing Process Group and Project Cost Management
Planning Process Group and Project Time Management
Planning Process Group and Project Cost Management
In accordance with the PMBOK® Guide (Process Groups and Knowledge Areas Mapping), the Sequence Activities process is the process of identifying and documenting relationships among the project activities.
Knowledge Area: This process belongs to Project Schedule Management (referred to as Project Time Management in earlier versions of the PMBOK® Guide). It focuses on the logical sequencing of work to achieve the greatest efficiency given all project constraints.
Process Group: It is a critical component of the Planning Process Group. After the activities are defined (in the Define Activities process), they must be sequenced using logical relationships (Finish-to-Start, Start-to-Start, etc.) to create a network diagram, which eventually leads to the development of the project schedule.
Key Purpose: The primary benefit of this process is that it defines the logical sequence of work to achieve the greatest efficiency given all project constraints.
Analysis of Distractors:
A and B (Executing Process Group): The Executing Process Group involves carrying out the work defined in the project management plan. Sequencing is a foundational planning activity that must occur before execution begins.
B and D (Project Cost Management): Project Cost Management is concerned with budgeting, estimating, and controlling costs (e.g., Determine Budget, Control Costs). While the sequence of activities affects the cash flow, the process itself is a function of schedule (Time) management.
What is the definition of Direct and Manage Project Execution?
Integrating all planned activities
Performing the activities included in the plan
Developing and maintaining the plan
Execution of deliverables
According to the PMBOK® Guide, Direct and Manage Project Work (historically referred to as Direct and Manage Project Execution) is the process of leading and performing the work defined in the project management plan and implementing approved changes to achieve the project ' s objectives.
Core Function: This process is where the majority of the project ' s budget is spent and where the actual physical or intellectual work takes place. It involves managing the technical and organizational interfaces identified in the project.
Key Activities:
Performing activities to meet project requirements and create project deliverables.
Providing, managing, and using resources (including staff, tools, and equipment).
Implementing planned methods and standards.
Generating work performance data (e.g., costs, schedule progress) for later analysis.
Implementing approved change requests, including corrective actions, preventive actions, and defect repairs.
Integration Role: It acts as the " engine room " of the project. While other processes plan or monitor, this process is responsible for the actual performance of the tasks that lead to the creation of the project ' s products or services.
Analysis of other choices:
Choice A (Integrating all planned activities): This is a broader description of Project Integration Management as a whole. While Direct and Manage Project Work is part of integration, its specific definition focuses on performance rather than the high-level act of integrating all parts.
Choice C (Developing and maintaining the plan): This describes the Develop Project Management Plan process (Planning) and Monitor and Control Project Work (Maintenance). Execution is about following the plan, not creating it.
Choice D (Execution of deliverables): This is partially correct in sentiment but imprecise in PMI terminology. Deliverables are the result or output of the execution, but the process itself is defined as the " performing of the activities " that create them.
An output of the Develop Project Team process is:
change requests
team performance assessments
project staff assignments
project documents updates
According to the PMBOK® Guide, specifically the Develop Team process (formerly Develop Project Team), this process focuses on improving competencies, team member interaction, and the overall team environment to enhance project performance.
Team Performance Assessments: This is a primary output of the process. As the project manager implements various development strategies (such as training, team-building activities, and ground rules), they must evaluate the effectiveness of these efforts.
Evaluation Criteria: The success of the team development is measured against formal or informal assessments of the team’s effectiveness. Criteria include:
Improvements in individual skills (technical or soft skills).
Improvements in team competencies (working better as a collective).
Reduced staff turnover rate.
Increased team cohesiveness and improved communication.
Impact on the Project: By assessing performance, the project manager can identify the specific training or coaching required to close gaps and ensure the project objectives are met.
Comparison with other options:
A. Change requests: While change requests can occur in many processes, they are typically a " by-product " rather than the defining primary output of the Develop Team process.
C. Project staff assignments: This is an output of the Acquire Resources (Acquire Project Team) process. It identifies who is on the team before the development process begins.
D. Project documents updates: While project documents (like the resource calendar) may be updated, Team Performance Assessments is the unique, core functional output specifically associated with the " Develop " phase of human resource management.
Which is an input to the Verify Scope process?
Performance report
Work breakdown structure (WBS)
Requested changes
Project management plan
According to the PMBOK® Guide, the Verify Scope process (now referred to as Validate Scope in recent editions) is the process of formalizing acceptance of the completed project deliverables.
To perform this process, the project manager needs specific inputs to compare the completed work against the agreed-upon requirements:
Project Management Plan: This is a critical input because it contains the Scope Baseline. The scope baseline includes the Project Scope Statement, the WBS, and the WBS Dictionary. These documents define what the " finished product " should look like and are used as the basis for formal acceptance.
Requirements Documentation: Used to compare the actual results with the requirements requested by stakeholders.
Requirements Traceability Matrix: Helps track requirements from their origin to the deliverables that satisfy them.
Validated Deliverables: These are deliverables that have already been checked for correctness through the Control Quality process.
Analysis of Other Options:
A. Performance report: This is typically an input to processes like Manage Communications or Monitor and Control Project Work, used to communicate status rather than to validate specific deliverables.
B. Work breakdown structure (WBS): While the WBS is essential for verifying scope, it is technically a component of the Project Management Plan (as part of the Scope Baseline). In PMI exams, if the " Plan " is an option, it is the more comprehensive and correct " input " category.
C. Requested changes: These are generally outputs (Change Requests) of the Verify Scope process if the customer identifies discrepancies or requests modifications before they will accept the deliverable.
Project deliverables that have been completed and checked for correctness through the Control Quality process are known as:
Verified deliverables.
Validated deliverables.
Acceptance criteria.
Activity resource requirements.
According to the PMBOK® Guide (Project Management Body of Knowledge), specifically within the Quality Management and Integration Management knowledge areas, the flow of deliverables follows a very specific sequence of states:
Verified Deliverables (Option A): These are the completed project deliverables that have been checked for correctness through the Control Quality process. The primary goal of Control Quality is to ensure that the technical requirements and quality standards defined in the project management plan have been met. Once they pass this internal check, they are " Verified. "
Validated Deliverables (Option B): These are deliverables that have been signed off by the customer or sponsor during the Validate Scope process. Verification (Internal/Quality) must happen before Validation (External/Customer Acceptance).
Acceptance Criteria (Option C): These are the standards, rules, or requirements that a deliverable must meet to be accepted by the customer. They are the inputs or benchmarks used during the testing, not the deliverables themselves.
Activity Resource Requirements (Option D): This is a document from the Project Schedule Management area that identifies the types and quantities of resources required for each activity; it is unrelated to the status of completed deliverables.
In the standard PMI process flow, the Control Quality process produces Verified Deliverables as an output, which then becomes an input to the Validate Scope process to eventually become Accepted Deliverables.
Typical outcomes of a project include:
Products, services, and improvements.
Products, programs, and services.
Improvements, portfolios, and services.
Improvements, processes, and products.
According to the PMBOK® Guide (Foundational Concepts), a project is defined as a temporary endeavor undertaken to create a unique product, service, or result. The outcomes (deliverables) of a project can be categorized into several specific types:
A Product: This can be either a component of another item, an enhancement of an item, or an end item in itself (e.g., a new smartphone or a building).
A Service or a capability to perform a service: This includes the development of a new business function or the implementation of a new system (e.g., a new customer support center).
An Improvement: This involves enhancing the effectiveness or efficiency of existing product lines or service functions (e.g., a Six Sigma project to reduce defects in a manufacturing process).
A Result: Such as an outcome or document (e.g., a research project that develops knowledge that can be used to determine whether a trend exists).
Analysis of Distractors:
B and C. Programs and Portfolios: These are not outcomes of a project; rather, they are higher-level management structures. A Program is a group of related projects, and a Portfolio is a collection of projects, programs, and operations managed as a group to achieve strategic objectives. A project is a component of these, not a creator of them.
D. Processes: While a project may result in a new process, the standard definition used by PMI in the PMBOK® Guide specifically groups the outcomes under the umbrella of " products, services, and results/improvements. " " Improvements " and " Products " are correct, but " Services " is a more standard primary category than " Processes " in this specific context.
Which contract type is least desirable to a vendor?
Fixed price with economic price adjustment (FPEPA)
Firm fixed price (FFP)
Cost plus fixed fee (CPFF >
Cost plus award fee (CPAF >
According to the PMBOK® Guide and the PMI Procurement Management standards, a Firm Fixed Price (FFP) contract is considered the least desirable for a vendor (seller) because it places the maximum risk on the seller.
In an FFP arrangement:
Financial Risk: The price for goods or services is set at the outset and is not subject to change unless the scope of work changes. If the vendor ' s costs increase due to inefficiency, inflation (unless an EPA clause is present), or market fluctuations, the vendor must absorb those costs, which directly reduces their profit.
Legal Obligation: The seller is legally obligated to complete the effort. If they fail to do so, they may be subject to damages.
Comparison with other options provided in the documents:
Fixed Price with Economic Price Adjustment (FPEPA): This is more desirable than FFP for a vendor during long-term projects because it contains a special provision allowing for predefined final adjustments to the contract price due to changed conditions, such as inflation or cost increases for specific commodities.
Cost Reimbursable Contracts (CPFF and CPAF): These are highly desirable for vendors because the buyer assumes the cost risk. The seller is reimbursed for all allowable costs, meaning the vendor is protected from losing money even if the project costs run over budget. In these cases, the " Buyer " carries the highest risk.
As per the Standard for Project Management, the selection of a contract type must align with the level of risk the performing organization is willing to assume. For a vendor, the goal is typically to move toward cost-reimbursable models when the scope is not well-defined to avoid the pitfalls of a Firm Fixed Price agreement.
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?
Eleven weeks
Nine weeks
Eight weeks
Ten weeks
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.
The process of identifying and documenting the specific actions to be performed to produce the project deliverables is known as:
Define Activities.
Sequence Activities.
Define Scope.
Control Schedule.
According to the PMBOK® Guide, specifically within the Project Schedule Management knowledge area, Define Activities is the process of identifying and documenting the specific actions to be performed to produce the project deliverables.
Key Purpose: The primary benefit of this process is that it decomposes work packages into schedule activities that provide a basis for estimating, scheduling, executing, monitoring, and controlling the project work.
Decomposition: This is the primary tool and technique used in this process. While the Create WBS process identifies the deliverables at the work package level, the Define Activities process takes those work packages and further breaks them down into the individual activities required to complete them.
Outputs: The main outputs of this process include the Activity List, Activity Attributes, and a Milestone List. These documents provide the necessary detail for the subsequent processes of sequencing and estimating durations.
Comparison with other options:
B. Sequence Activities: This is the process of identifying and documenting relationships among the project activities (e.g., determining which task must come first). It happens after the activities have been defined.
C. Define Scope: This is the process of developing a detailed description of the project and product. It focuses on what will be delivered (the boundaries of the project), whereas Define Activities focuses on the work (the actions) required to create those deliverables.
D. Control Schedule: This is a monitoring and controlling process. It is concerned with monitoring the status of the project to update the project schedule and managing changes to the schedule baseline, rather than the initial identification of activities.
When planning communications management what input identifies key stakeholders?
Work performance information
Project schedule
Project charter
Work performance reports
According to the PMBOK® Guide, the Plan Communications Management process requires specific inputs to determine the communication needs of the project. Among the options provided, the Project Charter is the correct input for identifying key stakeholders.
Identifying Key Stakeholders: The Project Charter is one of the first formal documents created in a project. It contains a high-level list of key stakeholders, including the sponsor, the project manager, and major influencers. While the Stakeholder Register is the more detailed list, the Charter serves as the foundational input that defines who the primary parties are before the full register is even completed.
Relationship to Communications: To plan how to communicate, you must first know who you are communicating with. The Project Charter provides the initial context regarding stakeholder roles and responsibilities, which helps the project manager determine the appropriate level and method of communication required for the project ' s success.
Other Planning Inputs: Other typical inputs to this process include the Project Management Plan (specifically the Stakeholder Engagement Plan) and the Stakeholder Register.
Why other options are incorrect:
Option A: Work performance information: This is data collected during the execution of the project (e.g., actual vs. planned progress). It is an output of the Control processes, not an input used to plan communications at the start.
Option B: Project schedule: While the schedule tells you when activities occur (which might influence communication timing), it does not identify the stakeholders themselves.
Option D: Work performance reports: These are physical or electronic representations of work performance information used to generate decisions or actions. Like work performance information, these are produced during the monitoring and controlling phase, long after the initial communications planning has occurred.
Which Plan Schedule Management tool or technique may involve choosing strategic options to estimate and schedule the project?
Facilitation techniques
Expert judgment
Analytical techniques
Variance analysis
According to the PMBOK® Guide and the Standard for Project Management, Analytical techniques are used in the Plan Schedule Management process to define the strategic approach for the project schedule.
As per PMI standards, these techniques involve choosing between strategic options to estimate and schedule the project. This is a critical step in determining how the project ' s timeline will be developed and managed. Specific analytical techniques used in this process include:
Scheduling methodology: Choosing between various methods such as the Critical Path Method (CPM), Critical Chain, or Agile/Adaptive approaches.
Scheduling tools: Deciding on the specific software or manual systems to be used.
Estimating techniques: Determining if the project will use Analogous, Parametric, Three-point, or Bottom-up estimating.
Fast tracking or crashing: Deciding on the strategic use of schedule compression techniques if needed.
The other options are incorrect based on the following PMI definitions:
Facilitation techniques: These are used to bring stakeholders together to reach a consensus. While they are used during the Planning meetings, they are the means of communication rather than the analysis of strategic scheduling options.
Expert judgment: This refers to providing input from individuals or groups with specialized knowledge or training in previous similar projects. While experts provide advice, the " analytical technique " is the formal category for the logical process of selecting strategic options.
Variance analysis: This is a tool and technique used in the Control Schedule process (Monitoring and Controlling), not in Plan Schedule Management (Planning). It is used to compare actual progress against the baseline to identify deviations.
As per the PMI Lexicon of Project Management Terms, analytical techniques allow the project manager to evaluate the implications of different scheduling scenarios and choose the one that best fits the project ' s constraints and organizational environment.
In a project using agile methodology, who may perform the quality control activities?
A group of quality experts at specific times during the project
The project manager only
All team members throughout the project life cycle
Selected stakeholders at specific times during the project
In an agile or adaptive environment, as outlined in the Agile Practice Guide and the PMBOK® Guide, quality is not a phase or a separate department ' s responsibility; it is " built-in " to the process.
Collective Responsibility: Unlike traditional (predictive) projects where a separate Quality Assurance (QA) team might perform inspections at the end of a phase, Agile teams follow the principle of collective ownership. Every team member—developers, testers, and even the Product Owner—is responsible for the quality of the increments being produced.
Continuous Quality: Quality control activities occur " throughout the project life cycle " rather than at specific intervals. This is achieved through practices such as:
Pair Programming: Real-time code review and quality checking.
Test-Driven Development (TDD): Writing tests before the code itself to ensure requirements are met.
Continuous Integration (CI): Frequently integrating work to catch defects early.
Definition of Done (DoD): A shared checklist that every work item must meet to ensure consistent quality before it is considered complete.
The Role of the Team: Agile teams are cross-functional. This means the people doing the work are also the ones verifying it, leading to faster feedback loops and a significant reduction in rework.
Analysis of Other Options:
A. A group of quality experts at specific times during the project: This describes a traditional " Silo " or Waterfall approach where quality is a hand-off. In Agile, waiting for " specific times " or external experts creates bottlenecks.
B. The project manager only: In Agile, the Project Manager (or Scrum Master) acts as a servant-leader who facilitates the process. They do not have the technical oversight to perform all quality control activities personally.
D. Selected stakeholders at specific times during the project: While stakeholders participate in the Sprint Review to validate that the product meets their needs, the actual quality control (ensuring the product is built correctly and is free of defects) is the responsibility of the delivery team during the iteration.
An international company that is starting to practice an adaptive approach has several development teams located globally. They are having problems with multiple time zones and repetitive project schedule slippage.
What effective tools should the project teams use to collaborate?
Adopt an iterative development approach and conduct virtual meetings.
Arrange frequent colocated meetings and let the teams work together.
Focus on developing products by only using teams that are colocated.
Benchmark and adopt best practices that are being used by the competition.
Managing globally distributed teams in an Adaptive (Agile) environment requires a shift in how communication and coordination are handled. According to the Agile Practice Guide and the PMBOK® Guide, when physical colocation is impossible, the project manager must implement " Virtual Colocation " (or " Fishbowl Windows " ).
Why Choice A is correct:
Iterative Development: By breaking work into short cycles (iterations/sprints), the teams can synchronize their outputs more frequently. This reduces the " slippage " because issues are identified every 2–4 weeks rather than at the end of a long waterfall phase.
Virtual Meetings: To bridge the time zone gap, teams must use asynchronous communication tools (like wikis or boards) combined with strategic Virtual Meetings (like video conferencing or chat) scheduled during " overlap " hours. This facilitates the necessary face-to-face interaction—even if digital—required for Agile ceremonies like Daily Standups and Retrospectives.
Global Collaboration: This approach acknowledges the reality of a global workforce while providing the structure needed to keep disparate teams aligned.
Analysis of other options:
B (Frequent colocated meetings): While physically working together is the " gold standard " for Agile, it is often financially and logistically impossible for an international company with multiple teams. " Frequent " international travel would likely blow the project budget and cause further delays.
C (Use only colocated teams): This is a regression. It ignores the strategic benefits of a global workforce (such as 24/7 development " follow-the-sun " models or local market expertise) and may not be possible if the required talent is distributed globally.
D (Benchmarking competition): Benchmarking helps with quality or process standards, but it doesn ' t solve the immediate, practical problem of time zone synchronization and team coordination.
Key Concept: The Project Management Institute (PMI) emphasizes that for distributed teams, the Communication Management Plan must be robust. By adopting an iterative approach (Choice A), the project manager creates a " heartbeat " for the project that keeps all global teams moving at the same pace, regardless of their physical location.
During a kickoff meeting, the project sponsor presents a very ambitious project. Unfortunately, the stakeholders are not very excited as the work associated with the new project seems inefficient.
What could be missing from the business case?
Work breakdown structure (WBS)
Approval from the stakeholders
Feasibility study of the solution
Root cause analysis of the problem
According to the PMBOK® Guide and the PMI Standard for Business Analysis, the Business Case is a critical project document created during the pre-initiation phase. It justifies the investment by outlining the business need and the proposed solution ' s value.
Why Choice C is correct: A Feasibility Study is an essential component of (or precursor to) a Business Case. It evaluates the technical, economic, legal, operational, and schedule viability of the proposed solution. If stakeholders view the project as " inefficient, " it indicates that the proposed solution has not been adequately vetted for operational efficiency or practical implementation. Without a feasibility study, there is no documented evidence that the " ambitious " goals can be met using a streamlined or effective approach, leading to stakeholder skepticism.
Analysis of other options:
A (WBS): The Work Breakdown Structure is a detailed planning document created much later in the Scope Management process. It is not part of a Business Case.
B (Approval from stakeholders): While the Business Case requires approval to move to the Project Charter, " approval " itself is the result of a good business case, not a missing component that explains why the work seems inefficient.
D (Root cause analysis): While root cause analysis helps identify the problem, the stakeholders ' concern here is specifically about the efficiency of the work/solution being proposed. A feasibility study directly addresses whether the chosen solution is the most efficient way to achieve the desired outcome.
The Business Case should bridge the gap between a high-level vision (ambition) and practical execution. When stakeholders doubt the efficiency of the work, the Project Manager must look back at the feasibility study to ensure the most effective alternative was selected and communicated.
Which of the following lists represents trends and emerging practices in Project Risk Management?
Integrated risk management, non-event risks, and project resilience
Representation of uncertainty, strategies for opportunities, and strategies for overall project risk
Dormancy, proximity, and propinquity
Simulation, sensitivity analysis, and decision tree analysis
According to the PMBOK® Guide, Project Risk Management is evolving to address the increasing complexity of projects. The section on Trends and Emerging Practices specifically identifies the following concepts:
Integrated Risk Management: Organizations are moving toward an enterprise-wide view of risk. This means managing project-level risks in a way that aligns with program, portfolio, and overall enterprise risk management (ERM) to ensure all risks are captured and addressed at the appropriate level.
Non-Event Risks: Traditional risk management focuses on " event-based " risks (something that may or may not happen). Emerging practices focus on non-event risks, which include:
Variability Risks: Uncertainty about a planned event (e.g., productivity higher or lower than target).
Ambiguity Risks: Uncertainty about what might happen in the future (e.g., potential changes in regulations).
Project Resilience: This is the ability of a project to withstand " unknown-unknowns " (emergent risks). It is managed by developing project resilience through the use of management reserves, flexible processes, and empowered teams that can respond quickly to unexpected disruptions.
Why other options are incorrect:
Option B: These represent standard Risk Response Strategies (for opportunities) and Quantitative Analysis goals. While important, they have been core components of risk management for decades and are not considered " emerging " practices.
Option C: Dormancy, Proximity, and Propinquity are examples of Stakeholder/Risk Parameters used during the Perform Qualitative Risk Analysis process to further categorize risks, but they are not the " trends " of the discipline itself.
Option D: Simulation, Sensitivity Analysis, and Decision Tree Analysis are classic tools and techniques used in Perform Quantitative Risk Analysis. They are established mathematical methods rather than emerging management trends.
Which of the following can a project manager conduct if they have a stakeholder who is unresponsive and/or unsupportive?
Interactive communications
Pull communications
Push communications
Communication style assessment
According to the PMBOK® Guide, specifically the Plan Stakeholder Engagement and Manage Communications processes, when a stakeholder is not engaging as expected, the project manager must shift from " broadcasting " information to " analyzing " the interpersonal dynamics.
Communication Style Assessment: This is a tool and technique used to identify the preferred communication method, format, and content for stakeholders. If a stakeholder is unresponsive, it often means the current approach is not resonating with their personality, level of authority, or professional needs. An assessment helps the project manager determine if the stakeholder prefers direct data, high-level summaries, personal face-to-face interaction, or formal documentation.
Interpersonal and Team Skills: By assessing the style, the project manager can adapt their own communication to match the stakeholder ' s preferences. This is a key part of Stakeholder Engagement. For example, an " unsupportive " stakeholder might be won over if the communication is adjusted to focus on the specific benefits the project brings to their department.
Root Cause Analysis: While not explicitly in the option, a style assessment often reveals the root cause of the unresponsiveness—such as " information overload " or a " misalignment of expectations " —allowing for a more targeted engagement strategy.
Analysis of other options:
Option A: Interactive communications (like meetings or phone calls) require a willing participant. If the stakeholder is already " unresponsive, " attempting more interactive communication may lead to further frustration or continued silence.
Option B: Pull communications (like placing documents on a shared portal) are passive. An unsupportive or unresponsive stakeholder is unlikely to go out of their way to " pull " information that they are already ignoring.
Option C: Push communications (like emails or memos) are what the project manager is likely already doing. If the stakeholder is unresponsive, sending more " pushed " content usually results in the same lack of engagement.
Per PMI standards, the most effective way to address a breakdown in stakeholder engagement is to perform a Communication style assessment. This allows the project manager to pivot their strategy based on a better understanding of the stakeholder ' s behavioral and professional communication preferences.
Which of the following set of elements is part of an effective communications management plan?
Escalation processes, person responsible for communicating the information, glossary of common terminology, methods or technologies used to convey the information
Phone book directory, stakeholder communication requirements, project charter, glossary of common terminology
Organizational chart, escalation processes, person responsible for communicating the information, project management plan, glossary of common terminology
Glossary of common terminology, constraints denved from specific legislation and regulation, person responsible for communicating information, project management plan, resource management plan
According to the PMBOK® Guide, the Communications Management Plan is a component of the project management plan that describes how, when, and by whom information about the project will be administered and disseminated. An effective plan must be comprehensive enough to ensure that the right message reaches the right audience at the right time through the right channel.
The guide identifies several key elements that should be included in this plan:
Escalation Processes: Clear procedures for resolving issues that cannot be resolved at lower staff levels, including time frames and names of people in the chain of command.
Person Responsible for Communicating: Identifying the specific individual or role authorized to release information, particularly sensitive or confidential data.
Glossary of Common Terminology: A list of definitions and acronyms used on the project to prevent misunderstandings among diverse stakeholders.
Methods or Technologies: Documentation of the communication channels (e.g., email, meetings, project portals) and the specific technologies used to convey the information.
Other Elements: It also typically includes stakeholder communication requirements, frequency of communication, and the reason for the distribution of that information.
Analysis of Other Options:
B. Phone book directory, stakeholder communication requirements, project charter, glossary of common terminology: While a directory and stakeholder requirements are useful, the Project Charter is an input used to create the communications plan; it is not a part of the plan itself.
C. Organizational chart, escalation processes, person responsible for communicating the information, project management plan, glossary of common terminology: The Project Management Plan is the " parent " document. A sub-plan (like Communications) does not include its own parent document as an internal element.
D. Glossary of common terminology, constraints derived from specific legislation and regulation, person responsible for communicating information, project management plan, resource management plan: Similar to Option C, the Resource Management Plan and the Project Management Plan are separate components of the overall project documentation. They are not internal elements of the Communications Management Plan.
Which type of contract gives both the seller and the buyer flexibility to deviate from performance with financial incentives?
Cost Plus Incentive Fee (CPIF)
Fixed Price Incentive Fee (FPIF)
Cost Pius Award Re (CPAF)
Time and Material (TandM)
In accordance with the PMBOK® Guide (Project Procurement Management), the Fixed Price Incentive Fee (FPIF) contract is a type of fixed-price contract that provides the buyer and seller with flexibility by allowing for deviations from performance, with financial incentives tied to achieving specific metrics.
Financial Incentives: In an FPIF contract, the buyer and seller agree on a target cost, a target profit, and a price ceiling. Financial incentives are typically related to cost, schedule, or technical performance of the seller.
Flexibility and Risk Sharing: This contract type allows for some flexibility in performance. If the seller performs more efficiently (e.g., underruns the target cost), both the buyer and seller share in the savings based on a pre-negotiated sharing formula (e.g., an 80/20 split).
Price Ceiling: To protect the buyer, a price ceiling is established. Any costs above this ceiling are the sole responsibility of the seller, who is then obligated to complete the work.
Point of Total Assumption (PTA): This is the cost point in the FPIF contract where the seller assumes all responsibility for cost overruns.
Analysis of Distractors:
A. Cost Plus Incentive Fee (CPIF): While this also uses financial incentives and a sharing formula, it is a Cost-Reimbursable contract. The buyer bears more risk because the seller is reimbursed for all allowable costs plus a fee. It does not have a " price ceiling " in the same way an FPIF does, making FPIF the primary choice for " fixed price " flexibility.
C. Cost Plus Award Fee (CPAF): In this type, the majority of the fee is earned based on the satisfaction of certain subjective performance criteria. The " Award " is determined solely by the buyer and is not usually a mathematical incentive formula for performance deviation.
D. Time and Material (TandM): These are hybrid contracts used for staff augmentation or when a precise statement of work cannot be quickly prescribed. They do not inherently use " incentive fees " for performance deviations; they simply pay a per-hour or per-item rate.
Which cost is associated with nonconformance?
Liabilities
Inspections
Training
Equipment
In accordance with the PMBOK® Guide (Project Quality Management), the Cost of Quality (COQ) is divided into two main categories: Cost of Conformance and Cost of Nonconformance.
Cost of Nonconformance (also known as failure costs) refers to the money spent during and after the project because of failures. This is further subdivided into:
Internal Failure Costs: Failures found by the project team before the product is released to the customer (e.g., scrap, rework).
External Failure Costs: Failures found by the customer after the product is released. Liabilities, warranty claims, lost business, and repairs fall under this category. These are particularly damaging as they can lead to legal costs and a damaged organizational reputation.
Analysis of Distractors:
B. Inspections: This is a Cost of Conformance, specifically an Appraisal Cost. It is the money spent to assess quality and uncover errors before they reach the customer.
C. Training: This is a Cost of Conformance, specifically a Prevention Cost. It is an investment made to ensure the team has the skills to do the work right the first time, thereby preventing defects.
D. Equipment: Costs associated with the equipment needed to perform the work correctly or to test the product (e.g., specialized testing hardware) are generally considered Prevention or Appraisal costs, which fall under the category of Conformance.
A purchase order for a specified item to be delivered by a specified date for a specified price is the simplest form of what type of contract?
Cost-reimbursable
Time and material
Fixed price or lump-sum
Cost-plus-fixed-fee
According to the PMBOK® Guide and the Practice Standard for Project Procurement Management, a purchase order is a specific subtype of a Fixed-Price (FP) contract.
Definition: A Fixed-Price or Lump-Sum Contract involves setting a fixed total price for a well-defined product, service, or result to be provided. It is used when the requirements are well-defined and unlikely to change significantly.
The Purchase Order (PO): This is considered the simplest form of a fixed-price contract. It is a unilateral document (sent from buyer to seller) that becomes a legally binding bilateral contract once the seller accepts it or begins performance. It specifies the precise quantity, item description, delivery date, and total price.
Risk Allocation: In this contract type, the buyer has the least amount of cost risk, while the seller carries the highest risk. If the cost of production increases, the seller must still deliver at the specified price.
Comparison with Other Options:
Cost-reimbursable (A): These involve payments to the seller for actual costs incurred, plus a fee. They are used when the scope is not well-defined.
Time and material (B): A hybrid type used for staff augmentation or small volumes where a precise statement of work cannot be quickly prescribed. It charges based on hourly rates and material costs.
Cost-plus-fixed-fee (D): A specific type of cost-reimbursable contract where the seller is reimbursed for allowable costs plus a fixed amount of profit (fee).
Which of the following events would result in a baseline update?
A project is behind schedule and the project manager wants the baseline to reflect estimated actual completion.
A customer has approved a change request broadening the project scope and increasing the budget.
One of the risks identified in the risk management plan occurs, resulting in a schedule delay.
One of the key project team resources has left the team and no replacement is available.
According to the PMBOK® Guide, a Baseline (Scope, Schedule, or Cost) is the approved version of a project plan. It can only be changed through formal Change Control procedures and is used as a basis for comparison to actual results.
Approved Change Requests: When a change request is formally approved through the Perform Integrated Change Control process, and that change affects the project ' s scope, schedule, or cost, the corresponding baselines must be updated. This ensures that the " yardstick " used to measure performance reflects the new, agreed-upon reality of the project.
The Baseline ' s Purpose: The baseline exists to track variances. If you changed the baseline every time a project was late or a risk occurred (Options A, C, and D), you would lose the ability to measure how far the project has drifted from the original plan.
Analysis of Other Options:
A. A project is behind schedule...: This is often referred to as " re-baselining to hide delays. " Baselines should not be updated simply because performance is poor; the baseline must remain to show the extent of the delay.
C. A risk occurs, resulting in a delay: When a risk occurs, it is handled using contingency reserves or workarounds. While it impacts the actual data, it does not automatically change the baseline unless a formal change request is approved to modify the project ' s end date.
D. Resource leaves with no replacement: This is a project constraint or issue. While it will likely cause a variance in the schedule and cost, the baseline remains the same so the project manager can report the negative impact of that resource loss against the original plan.
Which is the order of steps in the Procurement Management process?
Identifying and planning procurement requirements, obtaining quotes or proposals, negotiating with vendors, contracting with selected vendors, and controlling procurements
Identifying and planning procurement requirements, negotiating with vendors, contracting with selected vendors, obtaining quotes or proposals, and controlling procurements
Controlling procurements, identifying and planning procurement requirements, obtaining quotes or proposals, negotiating with vendors, and contracting with selected vendors
Obtaining quotes or proposals, identifying and planning procurement requirements, negotiating with vendors, contracting with selected vendors, and controlling procurements
According to the PMBOK® Guide, the Project Procurement Management processes follow a logical sequence that aligns with the Project Management Process Groups (Planning, Executing, and Monitoring and Controlling).
Plan Procurement Management (Planning): The first step involves identifying and planning which project needs can best be met by acquiring products or services outside the project organization. This includes developing the procurement management plan and the procurement statement of work (SOW).
Conduct Procurements (Executing): This phase encompasses several sub-steps represented in the answer:
Obtaining quotes or proposals: Sending out RFPs (Request for Proposals) or RFQs (Request for Quotations) to potential sellers.
Negotiating with vendors: Evaluating the bids and discussing terms, conditions, and technical requirements.
Contracting with selected vendors: Selecting the seller and awarding the contract.
Control Procurements (Monitoring and Controlling): The final ongoing step involves managing procurement relationships, monitoring contract performance, and making changes and corrections as appropriate to ensure both the buyer and seller meet their contractual obligations.
Analysis of Other Options:
B: This suggests negotiating before obtaining quotes or proposals, which is illogical in a standard procurement environment where the proposal provides the basis for negotiation.
C: This starts with " Controlling, " which is a monitoring process that cannot occur before a plan is established or a contract is awarded.
D: This suggests obtaining quotes before identifying requirements. Without identifying requirements (the SOW), a project manager cannot issue an accurate RFP to obtain meaningful quotes.
Which process involves monitoring the status of the project to update the project costs and managing changes to the cost baseline?
Estimate Costs
Control Costs
Determine Budget
Plan Cost Management
According to the PMBOK® Guide and the Standard for Project Management, the process described is Control Costs. This process falls under the Monitoring and Controlling Process Group and the Project Cost Management Knowledge Area.
The primary purpose of Control Costs is to maintain the cost baseline throughout the project. According to PMI standards, this process involves:
Monitoring the status of the project: Tracking actual costs incurred against the planned budget.
Updating project costs: Incorporating actual costs and revised estimates into the project records.
Managing changes to the cost baseline: Ensuring that all changes to the baseline are processed through the Perform Integrated Change Control process.
Informing stakeholders: Reporting cost-related changes and variances that may affect the budget.
The other options are incorrect based on their specific definitions in the Project Cost Management Knowledge Area:
Plan Cost Management: This is the process of defining how the project costs will be estimated, budgeted, managed, monitored, and controlled. It creates the framework, but does not perform the monitoring.
Estimate Costs: This is the process of developing an approximation of the monetary resources needed to complete project work. It occurs during the Planning phase.
Determine Budget: This is the process of aggregating the estimated costs of individual activities or work packages to establish an authorized cost baseline.
As per the PMI Lexicon of Project Management Terms, the key benefit of the Control Costs process is that it provides the means to recognize variance from the plan in order to take corrective action and minimize risk.
Which is the correct hierarchy in a project environment, from most to least Inclusive?
Projects, portfolios, then programs
Portfolios, programs, then projects
Portfolios, projects, then programs
Projects, programs, then portfolios
According to the PMBOK® Guide and the Standard for Portfolio Management, the hierarchy of organizational project management (OPM) is structured based on the scope and strategic alignment of the work. The term " inclusive " refers to which entity contains or encompasses the others.
The correct hierarchy from most to least inclusive is:
Portfolios (Most Inclusive): A portfolio is a collection of projects, programs, subsidiary portfolios, and operations managed as a group to achieve strategic objectives. It is the broadest level and encompasses all work (both related and unrelated) that aligns with the organization ' s high-level strategy.
Programs: A program is a group of related projects, subsidiary programs, and program activities managed in a coordinated manner to obtain benefits not available from managing them individually. Programs are contained within portfolios.
Projects (Least Inclusive): A project is a temporary endeavor undertaken to create a unique product, service, or result. Projects can be standalone or part of a program or portfolio. In this hierarchy, they represent the individual units of work.
Analysis of Distractors:
A, C, and D: These options represent incorrect ordering. In the PMI framework, a project cannot contain a portfolio, and a program is specifically defined as a grouping of related projects. Therefore, any sequence that does not place Portfolios at the top and Projects at the bottom is structurally incorrect according to the Standard for Organizational Project Management (OPM).
Which tool or technique is used in the Perform Integrated Change Control process?
Decomposition
Modeling techniques
Resource optimization
Meetings
In accordance with the PMBOK® Guide (Project Integration Management), the Perform Integrated Change Control process is the process of reviewing all change requests; approving changes and managing changes to deliverables, project documents, and the project management plan; and communicating the decisions.
Meetings are a primary tool and technique specifically used for this process, often referred to as Change Control Board (CCB) meetings.
Role of the CCB: The Change Control Board is a formally chartered group responsible for reviewing, evaluating, approving, deferring, or rejecting changes to the project.
Meeting Function: During these meetings, the impact of each change request is discussed. The board reviews the configuration management activities and determines the feasibility of the change in relation to the project ' s scope, schedule, cost, and risk baselines.
Decision Documentation: The outcome of these meetings is recorded in the Change Log as approved or rejected change requests.
Other Tools and Techniques: This process also utilizes Expert Judgment, Change Control Tools (manual or automated), and Data Analysis (including Alternatives Analysis and Cost-Benefit Analysis).
Analysis of Distractors:
A. Decomposition: This is a tool and technique used in Create WBS and Define Activities. It involves breaking down project scope and deliverables into smaller, more manageable components.
B. Modeling techniques: These are typically used in Develop Schedule (e.g., Schedule Network Analysis or S Curve) or Estimate Costs to simulate different scenarios.
C. Resource optimization: This is a tool and technique used in Develop Schedule and Control Schedule (such as Resource Leveling or Resource Smoothing) to adjust the schedule model based on resource demand and supply.
At which stage of team development do members begin to work together, adjust work habits, and trust each other?
Forming
Storming
Norming
Performing
According to the PMBOK® Guide, the Tuckman Ladder is a model used to describe the stages of team development. This model is a core tool and technique of the Develop Team process.
The Norming Stage: This is the pivotal phase where the team begins to function as a cohesive unit. Key characteristics include:
Collaboration: Members begin to work together and adjust their work habits and behaviors to support the team.
Trust and Cohesion: Conflict from the previous stage subsides, and team members begin to trust one another.
Alignment: The team develops shared expectations, rules, and procedures (norms) for how work is to be done.
Significance for the Project Manager: In this stage, the project manager can shift from a " directing " or " coaching " style toward a more " supporting " role, as the team is becoming more self-managed and effective.
Analysis of Other Options:
A. Forming: This is the initial stage where the team meets and learns about the project and their formal roles. Members tend to be independent and not as open.
B. Storming: This stage is characterized by conflict and competition as individual personalities and perspectives emerge. Members may resist the influence of the project manager or each other.
D. Performing: At this stage, the team functions as a " well-oiled machine. " They are highly motivated, knowledgeable, and competent. They can work through issues smoothly and effectively.
Skills necessary for project management such as motivating to provide encouragement; listening actively; persuading a team to perform an action; and summarizing, recapping, and identifying next steps are known as:
organizational skills
technical skills
communication skills
hard skills
According to the PMBOK® Guide (Project Management Body of Knowledge), specifically within the sections on Project Communications Management and Project Resource Management, these abilities are categorized under the umbrella of interpersonal and team skills:
Communication Skills (Option C): These are the specific " soft skills " or interpersonal skills used to lead and manage a project. The PMI Lexicon and the PMBOK® Guide identify active listening, motivating, persuading, and summarizing as core components of effective communication. These skills are essential for managing stakeholder expectations and ensuring the project team remains aligned with the project goals. Specifically, persuading is a form of influence, and summarizing/recapping ensures that the " receiver " has decoded the message correctly, which is a fundamental part of the Communication Model.
Organizational Skills (Option A): These generally refer to the ability to manage time, tasks, and resources efficiently. While a PM needs them, the specific actions of " persuading " and " motivating " are interpersonal in nature, not purely administrative.
Technical Skills (Option B): These are the domain-specific skills related to the product or the project (e.g., coding, engineering, or accounting). They are the " how-to " of the work, not the " how-to " of the people management.
Hard Skills (Option D): These are quantifiable, measurable technical abilities. The skills listed in the question (like listening and motivating) are the opposite; they are traditionally referred to as Soft Skills.
In the PMI framework, a Project Manager spends approximately 90% of their time communicating. Therefore, mastering these specific skills is considered a critical competency for project success.
Which role does the project manager resemble best?
Orchestra conductor
Facilities supervisor
Functional manager
School principal
According to the PMBOK® Guide, specifically in the section discussing the Role of the Project Manager, the most accurate analogy used by PMI to describe the project manager is that of an orchestra conductor.
The Analogy: Much like a conductor, a project manager is not expected to be an expert in every single technical skill (playing every instrument). Instead, their role is to provide the integration of all the individual parts. They ensure that the specialists (the musicians/team members) perform their specific tasks in a synchronized manner to produce a successful outcome (the music/project deliverables).
Key Responsibilities Highlighted:
Membership and Roles: The conductor ensures everyone knows their role and when to " play " their part.
Responsibility for the Result: The conductor is ultimately responsible for the performance of the whole, just as the project manager is responsible for the project ' s success.
Knowledge and Skills: While they don ' t need to play every instrument, they must possess the vision and leadership to guide the entire group toward a common goal.
Analysis of other options:
B. Facilities supervisor: This role is more focused on maintenance and operations within a specific physical environment, lacking the temporary, unique, and integrative nature of a project.
C. Functional manager: A functional manager typically focuses on providing management oversight for a functional or business unit (e.g., HR, Finance) and managing specialists within that specific domain. They are " owners " of resources, whereas the project manager is the " owner " of the project objective.
D. School principal: While a principal manages a complex environment, the role is heavily administrative and operational (ongoing) rather than focused on the completion of a specific, unique project with a defined beginning and end.
Per PMI standards, this analogy is used to underscore that the project manager’s primary value lies in Integration Management, balancing the technical, business, and leadership aspects of the project.
When large or complex projects are separated into distinct phases or subprojects, all of the Process Groups would normally be:
divided among each of the phases or subprojects.
repeated for each of the phases or subprojects.
linked to specific phases or subprojects.
integrated for specific phases or subprojects.
According to the PMBOK® Guide, when a project is divided into phases (such as design, build, and test), the five Project Management Process Groups—Initiating, Planning, Executing, Monitoring and Controlling, and Closing—are repeated for each phase.
Phase-Based Management: For a large or complex project, a single pass through the process groups is often insufficient. To maintain control, each phase is treated as a mini-project.
The Cycle of Groups:
Initiating: Occurs at the start of each phase to validate the business case and authorize the phase work.
Planning: High-level planning is refined into detailed plans for the specific work of that phase.
Executing: The actual work of the phase is carried out.
Monitoring and Controlling: Progress is tracked against the phase-specific baseline.
Closing: The phase is formally closed, and deliverables are handed off to the next phase or the customer.
Phase Gates: The transition between these repeated cycles is often marked by a " Phase Gate " or " Kill Point, " where the project ' s performance and continued linkage to strategic objectives are reviewed before the next phase ' s Initiating process begins.
Comparison with Other Options:
Divided among each of the phases (A): This is incorrect because you cannot have a phase that only has " Executing " without " Planning " or " Closing. " All groups are necessary for every phase.
Linked to specific phases (C): While process groups are active within phases, they are not merely " linked " to them; they are the functional engine that drives the completion of each phase.
Integrated for specific phases (D): " Integration " is a knowledge area, not a method of applying process groups to phases. While integration occurs throughout, the standardized application is the repetition of the full cycle.
A risk that arises as a direct result of implementing a risk response is called a:
contingent risk
residual risk
potential risk
secondary risk
According to the PMBOK® Guide (Project Management Body of Knowledge), specifically within the Project Risk Management knowledge area and the Plan Risk Responses process, risks are categorized based on their relationship to the response strategies:
Secondary Risk (Option D): This is defined by PMI as a risk that arises as a direct result of implementing a risk response. For example, if a project team decides to mitigate the risk of a schedule delay by hiring an outside contractor, a " secondary risk " might emerge regarding the contractor ' s lack of familiarity with internal company standards. These risks must be identified and planned for just like primary risks.
Residual Risk (Option B): This is a risk that is expected to remain after the planned risk response has been implemented. It is the " leftover " risk that the project team decides to accept because it falls within acceptable risk thresholds.
Contingent Risk (Option A): This refers to a " Contingency Response Strategy, " which is a risk response that is executed only if certain predefined trigger conditions occur (also known as " fallback plans " ).
Potential Risk (Option C): This is a general term for any identified risk that has not yet occurred; it is not a technical classification within the PMI risk response framework.
In the PMI framework, the Plan Risk Responses process is iterative. When a response is chosen, the project manager must evaluate whether that response introduces new secondary risks or leaves behind residual risks that require further monitoring or a contingency reserve.
