CompTIA Project+ PK0-005 (PK0-005) — Questions 376450

500 questions total · 7pages · All types, answers revealed

Page 5

Page 6 of 7

Page 7
376
MCQhard

Which statement is true?

A.CPI = 1.08, SPI = 0.8
B.Cost Performance Index (CPI) = 0.92, Schedule Performance Index (SPI) = 0.80
C.CPI = 0.92, SPI = 1.2
D.CPI = 1.08, SPI = 1.2
AnswerB

Correct. CPI=120/130=0.92, SPI=120/150=0.80.

Why this answer

Option B is correct because both the Cost Performance Index (CPI) of 0.92 and the Schedule Performance Index (SPI) of 0.80 are less than 1.0, indicating the project is over budget and behind schedule. A CPI below 1 means the project is earning less value for each dollar spent (cost overrun), while an SPI below 1 means the project is progressing slower than planned (schedule delay). This is the only option where both indices are under 1.0, which is a common realistic scenario in troubled projects.

Exam trap

The trap here is that candidates often confuse the direction of the indices—thinking a value above 1 is always bad—or they fail to recognize that only option B presents a consistent scenario where both cost and schedule performance are unfavorable, which is the most common exam context for EVM interpretation.

How to eliminate wrong answers

Option A is wrong because a CPI of 1.08 (greater than 1) indicates the project is under budget, which contradicts the typical scenario where both cost and schedule are unfavorable; also, the SPI of 0.8 alone would be correct for schedule, but the CPI is not consistent with a project that is over budget. Option C is wrong because an SPI of 1.2 (greater than 1) indicates the project is ahead of schedule, which is inconsistent with the typical troubled project scenario where both indices are below 1; the CPI of 0.92 is correct for cost overrun, but the SPI is not. Option D is wrong because both CPI of 1.08 and SPI of 1.2 are greater than 1, indicating the project is under budget and ahead of schedule, which is the opposite of the typical scenario where both are unfavorable; this represents a best-case scenario, not the common reality tested in PK0-005.

377
MCQmedium

Refer to the exhibit. Which WBS element is a work package?

A.1.3
B.1.1.2
C.1.0
D.1.1
AnswerB

1.1.2 is a leaf node (no further decomposition), so it is a work package.

Why this answer

Work packages are the lowest level of the WBS. Here, 1.1.2 (Design) is a leaf node, representing a work package. 1.0 is the top level, 1.1 is a higher level, and 1.3 is a control account, not a work package.

378
MCQmedium

A project team is using an agile methodology and the product owner frequently changes priorities mid-sprint. What is the most likely consequence?

A.Increased team morale
B.Better stakeholder satisfaction
C.Higher quality deliverables
D.Missed sprint goals
AnswerD

Changes prevent completing committed work.

Why this answer

In agile methodology, the sprint is a time-boxed iteration with a fixed scope of work committed by the team. When the product owner frequently changes priorities mid-sprint, it disrupts the team's focus and capacity, making it highly likely that the original sprint goals will not be completed. This directly leads to missed sprint goals, as the team cannot deliver the planned work within the sprint's fixed duration.

Exam trap

CompTIA often tests the misconception that the product owner's authority to change priorities always leads to better stakeholder satisfaction, but the trap here is that mid-sprint changes actually break the core agile principle of a stable sprint goal, causing missed commitments and reduced trust.

How to eliminate wrong answers

Option A is wrong because frequent priority changes mid-sprint create chaos and rework, which typically lowers team morale due to loss of autonomy and increased stress, not increases it. Option B is wrong because while the product owner may think they are satisfying stakeholders by shifting priorities, the resulting incomplete work and lack of predictability often decrease overall stakeholder satisfaction, especially if they expected the original sprint commitments. Option C is wrong because constant reprioritization forces the team to rush and context-switch, which reduces attention to quality and increases the likelihood of defects, not higher quality deliverables.

379
MCQhard

Which document formally authorizes the project and provides the project manager with the authority to apply resources?

A.Project management plan
B.Business case
C.Scope statement
D.Project charter
AnswerD

The project charter is issued by the sponsor and authorizes the project.

Why this answer

The project charter is the document that formally authorizes the existence of a project and provides the project manager with the authority to apply organizational resources to project activities. It is issued by a sponsor or initiator external to the project and establishes a partnership between the performing organization and the requesting organization. Without a signed charter, the project manager lacks the official mandate to allocate budget, personnel, or equipment.

Exam trap

CompTIA often tests the distinction between the project charter (which authorizes the project and grants resource authority) and the project management plan (which is a detailed execution guide but does not authorize the project).

How to eliminate wrong answers

Option A is wrong because the project management plan is developed after the project is authorized and describes how the project will be executed, monitored, and controlled; it does not grant authority to apply resources. Option B is wrong because the business case provides the economic justification for the project but does not formally authorize it or give the project manager authority over resources. Option C is wrong because the scope statement defines the project's deliverables and boundaries but is created after the charter and does not itself confer resource authority.

380
MCQmedium

Refer to the exhibit. The project manager is reviewing the schedule. What is the status of the project?

A.The project is slightly ahead of schedule
B.The project is on schedule
C.The project is behind schedule due to Task C
D.The project is critically delayed because of Task D
AnswerC

Task C should have started but hasn't.

Why this answer

Task C has a negative float of -2 days, indicating that it is behind schedule by 2 days. Since Task C is on the critical path (float = 0 in the original schedule), any delay directly extends the project completion date. The project is therefore behind schedule due to Task C.

Exam trap

The trap here is that candidates often assume any task with a delay (like Task D) is the cause of project delay, but only tasks on the critical path with negative float actually delay the project; Task D has positive float and is not critical.

How to eliminate wrong answers

Option A is wrong because the project is not ahead of schedule; Task C's negative float shows a delay, and no tasks have positive float that would indicate being ahead. Option B is wrong because the project is not on schedule; the negative float on Task C means the critical path has slipped. Option D is wrong because Task D has a float of 2 days, meaning it is not critical and its delay does not directly impact the project completion date; the critical delay is caused by Task C, not Task D.

381
MCQeasy

A project manager is working on a project that has a very tight deadline. The project team consists of junior and senior members. The project manager notices that the junior members are making many mistakes that require rework from senior members. This is causing delays. What should the project manager do to improve efficiency?

A.Implement a peer review process for all deliverables.
B.Provide additional training and mentoring to junior members.
C.Assign all tasks to senior members to ensure quality.
D.Increase the number of junior members to share the workload.
AnswerB

Training directly improves junior performance and reduces rework.

Why this answer

Option B is correct because the root cause of the delays is the junior members' lack of skills, leading to errors that require rework. Providing targeted training and mentoring directly addresses this skill gap, enabling junior members to produce higher-quality work independently, which reduces rework and improves overall efficiency. This approach aligns with the project management principle of investing in team development to enhance performance under tight deadlines.

Exam trap

CompTIA often tests the misconception that adding more resources (Option D) or increasing oversight (Option A) can solve efficiency problems, when the actual issue is a lack of competence that requires skill development (Option B).

How to eliminate wrong answers

Option A is wrong because implementing a peer review process for all deliverables adds an extra step that consumes time from both junior and senior members, potentially increasing delays rather than reducing them; it does not address the underlying skill deficiency. Option C is wrong because assigning all tasks to senior members overloads them, creating a bottleneck and increasing the risk of burnout, while failing to develop junior members' capabilities, which is unsustainable for the project. Option D is wrong because increasing the number of junior members without addressing their skill gaps would likely amplify the number of mistakes and rework required, further straining senior members and worsening delays.

382
MCQmedium

A project manager is creating a risk register. The team identifies a risk that could cause a data breach if a server is misconfigured. The probability is low, but impact is high. Which risk response strategy is most appropriate?

A.Transfer the risk by purchasing cyber insurance.
B.Accept the risk because probability is low.
C.Mitigate by implementing configuration management.
D.Avoid the risk by not using that server.
AnswerC

Reduces likelihood of misconfiguration.

Why this answer

Option C is correct because implementing configuration management directly reduces the likelihood of a server misconfiguration, which is the root cause of the potential data breach. This is a classic risk mitigation strategy that proactively addresses the risk's probability by enforcing standardized, auditable server configurations (e.g., using tools like Ansible or Puppet with CIS benchmarks).

Exam trap

CompTIA often tests the distinction between 'accepting' a risk because probability is low versus 'mitigating' it when a cost-effective control exists; the trap here is that candidates overlook the high impact and assume low probability alone justifies acceptance, ignoring the project manager's duty to implement reasonable safeguards.

How to eliminate wrong answers

Option A is wrong because transferring the risk via cyber insurance does not reduce the probability or impact of the misconfiguration; it only provides financial compensation after a breach, which is a reactive measure and not the most appropriate for a controllable technical risk. Option B is wrong because accepting the risk ignores the high impact of a data breach; even with low probability, the potential damage (e.g., regulatory fines, reputational loss) often justifies proactive treatment, especially when a cost-effective mitigation like configuration management exists. Option D is wrong because avoiding the risk by not using the server is an extreme response that may disrupt project objectives or functionality; it is only appropriate when the risk outweighs any benefit, which is not the case here since the risk can be managed with a simple procedural control.

383
Multi-Selecthard

Which THREE items are typically found in a project charter? (Select THREE)

Select 3 answers
A.High-level scope
B.Work breakdown structure
C.Business case
D.Budget summary
E.Detailed risk analysis
AnswersA, C, D

The charter provides a high-level description of the project scope.

Why this answer

The project charter is the formal authorization document that establishes the project and provides the project manager with the authority to apply organizational resources. It must include the high-level scope to define the boundaries of the project without going into detailed decomposition, which is why option A is correct.

Exam trap

CompTIA often tests the distinction between high-level charter content and detailed planning artifacts, so candidates mistakenly include the WBS or detailed risk analysis because they confuse the charter's authorization purpose with the project management plan's execution details.

384
Multi-Selecteasy

Which TWO of the following are common types of organizational structures that affect project management?

Select 2 answers
A.Agile
B.Functional
C.Scrum
D.Waterfall
E.Matrix
AnswersB, E

Functional structure organizes by department.

Why this answer

Functional and matrix organizational structures are two of the three classic organizational structures (functional, matrix, and projectized) that directly influence how projects are managed, including authority levels, resource allocation, and communication paths. In a functional structure, team members report to a functional manager, and the project manager has limited authority. In a matrix structure, authority is shared between functional and project managers, creating a dual-reporting system that requires careful coordination.

Exam trap

CompTIA often tests the distinction between organizational structures (functional, matrix, projectized) and project management methodologies or life cycles (Agile, Scrum, Waterfall), leading candidates to mistakenly select a methodology as an organizational structure.

385
Matchingmedium

Match each project management process group to its primary purpose.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Define and authorize a new project or phase

Establish scope, objectives, and course of action

Complete work defined in the project management plan

Track, review, and regulate progress and performance

Finalize all activities and formally close the project

Why these pairings

These are the five process groups defined in the Project Management Body of Knowledge (PMBOK).

386
MCQhard

A company is migrating to a new ERP system. The project manager needs to ensure minimal downtime during cutover. Which deployment strategy should be recommended?

A.Big bang
B.Pilot
C.Parallel
D.Phased
AnswerC

Parallel operation runs both systems concurrently, allowing immediate switchback and minimal downtime.

Why this answer

The parallel deployment strategy is recommended because it allows the old and new ERP systems to run concurrently during cutover, enabling users to validate the new system while maintaining operations on the legacy system. This minimizes downtime by providing a fallback option if issues arise, ensuring business continuity during the migration.

Exam trap

The trap here is that candidates often confuse 'phased' with 'parallel,' assuming that rolling out in stages inherently minimizes downtime, but parallel deployment uniquely allows both systems to run simultaneously to eliminate cutover downtime entirely.

How to eliminate wrong answers

Option A is wrong because the big bang strategy involves an immediate, complete switch to the new ERP system, which carries a high risk of extended downtime if critical failures occur during cutover. Option B is wrong because a pilot deployment tests the new system with a limited user group, but it does not address minimal downtime for the entire organization during full cutover. Option D is wrong because phased deployment rolls out the ERP system in stages, which can reduce risk but may still cause intermittent downtime for each phase and does not guarantee minimal overall downtime compared to parallel operation.

387
Multi-Selectmedium

Which TWO of the following are key characteristics of a project? (Select TWO.)

Select 2 answers
A.Involves ongoing, repetitive tasks
B.Creates a unique product, service, or result
C.Has a defined beginning and end
D.Often involves routine and predictable work
E.Involves a permanent team structure
AnswersB, C

Uniqueness is a defining trait of a project.

Why this answer

A project is defined by its temporary nature and unique outcome. Option B is correct because a project creates a unique product, service, or result, distinguishing it from ongoing operations. This uniqueness is a core characteristic per the PMBOK Guide, which defines a project as a temporary endeavor undertaken to create a unique deliverable.

Exam trap

CompTIA often tests the distinction between projects and operations by presenting 'ongoing' or 'routine' work as a project characteristic, tempting candidates who confuse operational stability with project execution.

388
MCQeasy

Refer to the exhibit. Which risk response strategy is most appropriate for this risk?

A.Transfer
B.Mitigate
C.Exploit
D.Accept
AnswerB

Implement a backup API.

Why this answer

The exhibit shows a risk of a critical database server failure due to a single point of failure in the storage controller. The most appropriate response is to mitigate this risk by implementing redundant storage controllers or a RAID configuration, which reduces the probability or impact of the failure. Transfer (A) would involve shifting the risk to a third party (e.g., insurance), which does not address the technical single point of failure.

Exploit (C) is for positive risks (opportunities), not threats. Accept (D) would mean acknowledging the risk without action, which is inappropriate when a cost-effective technical solution exists.

Exam trap

CompTIA often tests the distinction between 'mitigate' and 'transfer' by presenting a risk that has a clear technical fix (like redundancy) but wording the scenario to imply insurance or outsourcing, tempting candidates to choose transfer instead of recognizing the direct technical control.

How to eliminate wrong answers

Option A is wrong because transferring the risk (e.g., via insurance or outsourcing) does not eliminate the single point of failure in the storage controller; it only shifts financial liability, leaving the operational downtime risk unchanged. Option C is wrong because exploit is a strategy for positive risks (opportunities) such as accelerating a project timeline, not for a negative risk like hardware failure. Option D is wrong because accepting the risk without action is only appropriate when the cost of mitigation exceeds the potential impact or when no feasible mitigation exists; here, adding redundant storage controllers is a standard, cost-effective mitigation.

389
MCQmedium

During project execution, the team lead reports that a key developer is leaving the company. The project sponsor is concerned about the impact on the project schedule. What should the project manager do FIRST?

A.Update the risk register and assess the impact.
B.Immediately hire a replacement developer.
C.Reassign tasks to remaining team members.
D.Inform stakeholders of the schedule delay.
AnswerA

Correct. This is the immediate next step to document and evaluate the risk.

Why this answer

The correct first step is to update the risk register and assess the impact because the departure of a key developer is a known risk that should have been identified during planning. By documenting the event and evaluating its effect on the schedule, the project manager can make informed decisions about mitigation strategies. This aligns with the PMBOK risk management process, where risk response planning follows risk assessment.

Exam trap

The trap here is that candidates may jump to a corrective action (like hiring or reassigning) without first performing the required risk assessment, which is the foundational step in the risk management process.

How to eliminate wrong answers

Option B is wrong because immediately hiring a replacement without assessing the impact or considering the budget and onboarding time is reactive and may not address the immediate schedule risk. Option C is wrong because reassigning tasks without first understanding the developer's specific responsibilities and the team's capacity could lead to burnout or missed deadlines. Option D is wrong because informing stakeholders of a schedule delay before analyzing the actual impact and exploring mitigation options is premature and may cause unnecessary concern.

390
Multi-Selectmedium

During the closing phase of a project, which TWO activities should be performed?

Select 2 answers
A.Archive project documents and lessons learned.
B.Update the risk register with new risks identified during execution.
C.Obtain formal acceptance of deliverables from stakeholders.
D.Create the project charter.
E.Develop a work breakdown structure.
AnswersA, C

Archiving ensures historical data is preserved for future projects.

Why this answer

Archiving project documents and lessons learned (Option A) is a key closing-phase activity because it preserves project knowledge for future reference and organizational process assets. Formal acceptance of deliverables from stakeholders (Option C) ensures that all project outputs have been reviewed and approved, formally closing the project scope. Both activities are explicitly part of the closing process group in the CompTIA PK0-005 exam objectives.

Exam trap

CompTIA often tests the distinction between closing-phase activities and activities from other process groups (initiating, planning, executing, monitoring/controlling), so the trap here is that candidates mistakenly select ongoing risk management tasks (Option B) or early planning artifacts (Options D and E) as closing activities.

391
MCQhard

A project team has identified a risk that a key supplier may go out of business. The probability is low but the impact is high. The project manager decides to find an alternative supplier and sign a contract with them as a backup. This is an example of which risk response strategy?

A.Mitigate
B.Avoid
C.Transfer
D.Accept
AnswerA

Mitigation reduces the probability or impact of a risk; having a backup supplier reduces impact.

Why this answer

Option A is correct because signing a backup contract reduces the impact of the risk, which is mitigation. Option B is wrong because transfer involves shifting the risk to a third party (e.g., insurance). Option C is wrong because acceptance means acknowledging the risk without proactive action.

Option D is wrong because avoidance would eliminate the risk (e.g., using a different supplier entirely).

392
Multi-Selecthard

Which TWO items are typically included in a project status report?

Select 2 answers
A.Lessons learned
B.Accomplishments since last report
C.Detailed risk register
D.Meeting minutes
E.Budget spent to date
AnswersB, E

Status reports highlight completed work and milestones.

Why this answer

Project status reports are designed to provide a snapshot of progress and health. 'Accomplishments since last report' (B) is a standard section that tracks completed milestones and tasks, enabling stakeholders to see forward momentum. 'Budget spent to date' (E) is a core financial metric that compares actual costs against the planned budget, which is essential for cost control and forecasting.

Exam trap

CompTIA often tests the distinction between a summary status report and a detailed project document; the trap here is that candidates mistake a comprehensive risk register or meeting minutes as part of a status report, when in fact they are separate artifacts with different purposes and audiences.

393
MCQmedium

A team is implementing a disaster recovery plan that includes replication to a secondary data center. Which metric should the project manager prioritize defining in the DR plan?

A.Mean time between failures (MTBF)
B.Recovery point objective (RPO)
C.Mean time to repair (MTTR)
D.Recovery time objective (RTO)
AnswerD

RTO sets the maximum acceptable outage duration, directly driving DR solution design.

Why this answer

The Recovery Time Objective (RTO) defines the maximum acceptable downtime after a disaster, directly dictating the speed of failover to the secondary data center. In a replication-based DR plan, the RTO determines whether synchronous or asynchronous replication is used and how quickly systems must be brought online. The project manager must prioritize this metric to align recovery speed with business continuity requirements.

Exam trap

The trap here is confusing RTO (time to restore service) with RPO (acceptable data loss), leading candidates to pick RPO because replication inherently involves data synchronization, but the question specifically asks for the metric to prioritize in the DR plan regarding failover speed.

How to eliminate wrong answers

Option A is wrong because Mean Time Between Failures (MTBF) measures system reliability and uptime, not recovery speed or data loss tolerance in a DR scenario. Option B is wrong because Recovery Point Objective (RPO) defines the maximum acceptable data loss (e.g., last backup time), not the time to restore service; while important, it is secondary to RTO when prioritizing failover speed. Option C is wrong because Mean Time To Repair (MTTR) is a maintenance metric for average repair time after a failure, not a DR-specific target for restoring full operations from a secondary site.

394
MCQeasy

A project manager is planning a new software development project. Which tool should the project manager use to break down the project deliverables into smaller, manageable work packages?

A.Gantt chart
B.Issue log
C.Work Breakdown Structure (WBS)
D.RACI matrix
AnswerC

The WBS decomposes project deliverables into work packages.

Why this answer

The Work Breakdown Structure (WBS) is the correct tool for decomposing project deliverables into smaller, manageable work packages. It provides a hierarchical decomposition of the total scope of work, enabling accurate estimation, assignment, and tracking of tasks in a software development project.

Exam trap

Cisco often tests the distinction between decomposition tools (WBS) and visualization/scheduling tools (Gantt chart), trapping candidates who confuse the purpose of a Gantt chart with breaking down deliverables.

How to eliminate wrong answers

Option A is wrong because a Gantt chart is a scheduling tool used to visualize project timelines, dependencies, and progress, not to break down deliverables into work packages. Option B is wrong because an issue log is used to track problems, risks, and action items during project execution, not for decomposing scope. Option D is wrong because a RACI matrix is a responsibility assignment tool that maps roles to tasks, not a decomposition tool for deliverables.

395
MCQmedium

During a project status meeting, a stakeholder requests a report showing the variance of actual costs from the planned budget. Which metric should the project manager include?

A.Cost variance (CV)
B.Schedule performance index (SPI)
C.Cost performance index (CPI)
D.Schedule variance (SV)
AnswerA

CV measures the difference between earned value and actual cost.

Why this answer

Cost variance (CV) is the direct measure of the difference between the earned value (EV) and the actual cost (AC), showing exactly how actual costs deviate from the planned budget. Since the stakeholder specifically requests a report on variance of actual costs from the planned budget, CV is the correct metric. CV = EV - AC, where a negative value indicates overspending.

Exam trap

The trap here is that candidates confuse Cost Performance Index (CPI) with Cost Variance (CV), but CPI is a ratio (efficiency metric) while CV is an absolute dollar variance, and the question explicitly asks for a variance, not a ratio.

How to eliminate wrong answers

Option B is wrong because the Schedule Performance Index (SPI) measures schedule efficiency (EV / PV), not cost variance. Option C is wrong because the Cost Performance Index (CPI) is a ratio (EV / AC) indicating cost efficiency, not a variance in absolute monetary terms. Option D is wrong because Schedule Variance (SV) measures deviation from the schedule (EV - PV), not from the budget.

396
MCQmedium

A project manager notices that a task on the critical path is delayed by 3 days. Which tool should the project manager use to determine the impact on the project completion date?

A.Gantt chart
B.Network diagram
C.Risk register
D.Work breakdown structure
AnswerB

Network diagram shows dependencies and critical path; impact can be recalculated using forward/backward pass.

Why this answer

The network diagram (specifically the critical path method, CPM) is the correct tool because it visually maps task dependencies and identifies the critical path. A 3-day delay on a critical path task directly extends the project completion date by 3 days, as there is no float. The project manager can use the network diagram to trace the impact through dependent tasks and confirm the new end date.

Exam trap

The trap here is that candidates confuse a Gantt chart's visual timeline with the ability to analyze critical path impacts, but only a network diagram (or CPM chart) provides the dependency and float data needed to quantify the delay's effect on the project completion date.

How to eliminate wrong answers

Option A is wrong because a Gantt chart shows task durations and overlaps but does not explicitly highlight the critical path or calculate float; it is a scheduling visualization tool, not an impact analysis tool. Option C is wrong because a risk register logs identified risks, their probability, and impact, but it is not used to calculate schedule delays from actual task slippage. Option D is wrong because a work breakdown structure (WBS) decomposes deliverables into work packages and does not show task dependencies, durations, or the critical path.

397
Multi-Selecthard

Which THREE documents are typically finalized during the project closure phase?

Select 3 answers
A.Lessons learned
B.Final project report
C.Project charter
D.Stakeholder register
E.Approved change requests
AnswersA, B, E

Lessons learned are documented during closure.

Why this answer

The lessons learned document is finalized during project closure to capture what went well and what could be improved, serving as a knowledge base for future projects. It is a key output of the closing process group, ensuring organizational process assets are updated.

Exam trap

The trap here is that candidates confuse documents created in initiation or planning (like the project charter or stakeholder register) with closure documents, assuming all project artifacts are finalized at the end.

398
MCQmedium

A project manager is assigned to a new project that involves developing a mobile application. The project sponsor wants to ensure that the project delivers value to the organization. Which project management concept should the project manager apply to align the project with strategic goals?

A.Conduct a stakeholder analysis to identify all interested parties.
B.Define the business case and ensure it reflects organizational objectives.
C.Create a risk register to manage potential threats.
D.Develop a detailed project scope statement.
AnswerB

Business case justifies project and links to strategic goals, ensuring value alignment.

Why this answer

Option B is correct because the business case is the foundational document that justifies the project by linking it directly to organizational objectives and strategic goals. For a mobile application project, the business case would articulate how the app supports the company's strategic direction (e.g., increasing market share, improving customer engagement, or generating new revenue streams). Without a clear business case aligned with strategy, the project risks delivering a technically sound product that fails to provide business value.

Exam trap

The trap here is that candidates often confuse tactical project management activities (like stakeholder analysis or risk management) with the strategic alignment function of the business case, leading them to select a technically correct but strategically incomplete answer.

How to eliminate wrong answers

Option A is wrong because stakeholder analysis identifies interested parties and their expectations, but it does not inherently align the project with strategic goals; it is a communication and engagement tool, not a strategic alignment mechanism. Option C is wrong because creating a risk register manages potential threats to project objectives, but it does not define or ensure that the project's purpose is tied to organizational strategy; risk management is a downstream activity. Option D is wrong because developing a detailed project scope statement defines the boundaries of the work, but scope is derived from the business case and strategic goals, not the other way around; scope alone cannot guarantee strategic alignment.

399
MCQhard

A project has a budget of $500,000 and is 40% complete. The actual cost incurred is $250,000. What is the cost variance?

A.-$50,000
B.-$20,000
C.$20,000
D.$50,000
AnswerA

Correct. CV = EV - AC = 200k - 250k = -50k.

Why this answer

Cost variance (CV) is calculated as Earned Value (EV) minus Actual Cost (AC). EV is 40% of the $500,000 budget, which equals $200,000. AC is $250,000, so CV = $200,000 - $250,000 = -$50,000.

A negative CV indicates the project is over budget.

Exam trap

CompTIA often tests the direction of the variance sign, tricking candidates into thinking a positive variance is always good, but here the actual cost exceeds earned value, so the correct variance is negative.

How to eliminate wrong answers

Option B is wrong because -$20,000 would result from incorrectly calculating EV as 46% of the budget or miscomputing the difference. Option C is wrong because $20,000 (positive) would imply the project is under budget, which is the opposite of the actual over-budget condition. Option D is wrong because $50,000 (positive) would result from subtracting AC from EV in the wrong order (AC - EV) or mistakenly treating the variance as favorable when it is unfavorable.

400
MCQeasy

A project to deploy a new CRM system is in the execution phase. The team frequently encounters integration issues because the development environment does not match the production environment. The project manager has not enforced change control, and team members have made undocumented changes to the development environment. What should the project manager do first?

A.Continue development and document issues for post-implementation review.
B.Immediately halt all development until environments are aligned.
C.Implement a formal change control process and assess the impact of previous undocumented changes.
D.Reassign developers to fix integration issues without changing the process.
AnswerC

Establishing change control helps prevent future undocumented changes and allows assessment of current issues.

Why this answer

Option C is correct because the immediate priority is to establish a formal change control process to prevent further undocumented changes, which are the root cause of the environment drift. The project manager must then assess the impact of previous undocumented changes to understand what modifications were made, how they affect integration, and what steps are needed to align the development and production environments. This approach addresses the process failure first, enabling controlled remediation rather than continuing with a broken process or halting work without a plan.

Exam trap

The trap here is that candidates may choose Option B (halt all development) because it seems decisive, but the PMI and CompTIA PK0-005 emphasize first addressing the process failure (change control) before taking disruptive actions, as halting without assessment wastes time and does not resolve the underlying issue.

How to eliminate wrong answers

Option A is wrong because continuing development while ignoring undocumented changes will compound integration issues, leading to rework and potential production failures; documenting issues for later review does not fix the current misalignment. Option B is wrong because immediately halting all development without first assessing the impact of undocumented changes or implementing a change control process creates unnecessary downtime and does not provide a path to resolution. Option D is wrong because reassigning developers to fix integration issues without changing the process treats symptoms rather than the root cause; without change control, the same environment drift will recur, and the team will remain unable to prevent future undocumented changes.

401
MCQmedium

A project manager wants to measure the percentage of work completed compared to the planned schedule. Which metric should be used?

A.Schedule Performance Index (SPI)
B.Cost Performance Index (CPI)
C.Earned Value (EV)
D.Planned Value (PV)
AnswerA

SPI = EV/PV, showing percentage of work completed vs planned.

Why this answer

The Schedule Performance Index (SPI) is the correct metric because it directly compares the Earned Value (EV) to the Planned Value (PV), providing a ratio that indicates whether the project is ahead of, on, or behind schedule. An SPI greater than 1.0 means the project is ahead of schedule, while less than 1.0 indicates it is behind. This aligns with the project manager's goal of measuring work completion against the planned schedule.

Exam trap

CompTIA often tests the distinction between a raw EVM value (like EV or PV) and a performance index (like SPI or CPI), so the trap here is confusing the absolute value of Earned Value with the ratio that actually measures schedule performance.

How to eliminate wrong answers

Option B (Cost Performance Index) is wrong because it measures cost efficiency by comparing Earned Value to Actual Cost, not schedule performance. Option C (Earned Value) is wrong because it represents the budgeted cost of work performed, which is a raw value, not a ratio or percentage relative to the plan. Option D (Planned Value) is wrong because it is the authorized budget for work scheduled to be completed by a given date, not a metric that shows the percentage of work completed versus the schedule.

402
MCQeasy

A project manager has just received approval for the project charter. What is the next primary activity in the initiation phase?

A.Plan risk responses
B.Identify stakeholders
C.Develop the project schedule
D.Create the work breakdown structure (WBS)
AnswerB

Identifying stakeholders is performed during initiation, right after the charter is approved.

Why this answer

After the project charter is approved, the next step is to identify stakeholders, which is a key process in the initiation phase. The WBS, schedule, and risk responses are planning phase activities.

403
MCQmedium

A project team is creating a work breakdown structure (WBS) for a software development project. The project manager wants to ensure that all deliverables are identified and decomposed into manageable work packages. Which tool should the team use to represent the hierarchical decomposition of the work?

A.RACI chart
B.Risk register
C.Work breakdown structure (WBS)
D.Gantt chart
AnswerC

The WBS is the correct tool for hierarchical decomposition of project work.

Why this answer

The Work Breakdown Structure (WBS) is the correct tool because it is specifically designed to represent the hierarchical decomposition of project deliverables into manageable work packages. This aligns directly with the project manager's goal of identifying all deliverables and breaking them down for the software development project.

Exam trap

The trap here is that candidates may confuse the WBS with a Gantt chart (Option D) because both are used in project planning, but the Gantt chart focuses on scheduling and dependencies, not hierarchical decomposition.

How to eliminate wrong answers

Option A is wrong because a RACI chart is used to assign roles and responsibilities (Responsible, Accountable, Consulted, Informed) for tasks, not to decompose work hierarchically. Option B is wrong because a risk register is a document that lists identified risks, their analysis, and response plans, not a tool for structuring work packages. Option D is wrong because a Gantt chart is a bar chart that illustrates a project schedule over time, showing task dependencies and durations, not the hierarchical decomposition of deliverables.

404
MCQhard

A project is in the execution phase, and the project manager receives a change request to add a new feature that is not in the scope statement. The change request has been approved by the change control board. What must the project manager do next?

A.Conduct a meeting with stakeholders to discuss the impact of the change.
B.Update the project management plan and baseline to reflect the approved change.
C.Defer the change to the next project phase to minimize disruption.
D.Inform the development team to continue with the original scope and ignore the change.
AnswerB

The PM must adjust plans and baselines to incorporate the change and keep the project aligned.

Why this answer

Once the change control board (CCB) approves a change request, the project manager must formally integrate the approved change into the project by updating the project management plan and the associated baselines (scope, schedule, cost). This ensures that all future project work, performance measurement, and reporting are aligned with the new approved scope, maintaining the integrity of the project's control processes as defined in the PMBOK Guide.

Exam trap

The trap here is that candidates often confuse the sequence of the change control process, thinking a stakeholder meeting to discuss impact is still needed after CCB approval, when in fact the approval itself confirms the impact has been accepted and the next step is to update the plan and baselines.

How to eliminate wrong answers

Option A is wrong because conducting a meeting with stakeholders to discuss the impact of the change should occur before the change is approved, not after; the CCB has already approved the change, so the impact has been assessed and accepted. Option C is wrong because deferring an approved change to the next phase violates the CCB's decision and disrupts the project's planned execution, as the change is already deemed necessary and approved for the current phase. Option D is wrong because ignoring an approved change and continuing with the original scope directly contradicts the CCB's authority and the formal change control process, leading to scope creep and misalignment with stakeholder expectations.

405
MCQeasy

Which of the following BEST describes the role of a project sponsor?

A.Performs quality assurance
B.Manages the project team
C.Oversees day-to-day project activities
D.Provides funding and champions the project
AnswerD

Sponsor provides resources and supports the project at executive level.

Why this answer

The project sponsor is the executive-level individual who provides the financial resources and organizational authority for the project. They champion the project at the highest levels, remove roadblocks, and ensure alignment with business strategy, but they are not involved in the day-to-day management or quality assurance tasks.

Exam trap

Cisco often tests the distinction between the project sponsor's strategic, funding role and the project manager's tactical, execution role, leading candidates to confuse sponsor duties with those of the project manager.

How to eliminate wrong answers

Option A is wrong because performing quality assurance is a function of the quality management team or a quality assurance specialist, not the project sponsor. Option B is wrong because managing the project team is the responsibility of the project manager, who leads and directs the team's daily work. Option C is wrong because overseeing day-to-day project activities is the role of the project manager or a project coordinator, not the sponsor, who focuses on strategic oversight and funding.

406
MCQmedium

A project manager is developing the project schedule. Dependencies include: Task A starts after Task B finishes; Task C must be completed before Task D can start; Task E can start when Task F starts. Which dependency types are being used?

A.FS, FS, SS
B.SS, SS, SS
C.FS, FS, SF
D.FS, FF, SS
AnswerA

First two are FS, third is SS.

Why this answer

Option A is correct because the three dependency types described map exactly to Finish-to-Start (FS), Finish-to-Start (FS), and Start-to-Start (SS). 'Task A starts after Task B finishes' is FS; 'Task C must be completed before Task D can start' is also FS; 'Task E can start when Task F starts' is SS. These are the standard dependency definitions used in project scheduling per PMI guidelines.

Exam trap

The trap here is that candidates confuse 'starts after finishes' with Start-to-Start (SS) or Start-to-Finish (SF), failing to recognize that 'starts after' implies the predecessor must finish first, which is the definition of Finish-to-Start (FS).

How to eliminate wrong answers

Option B is wrong because it lists all three dependencies as Start-to-Start (SS), but the first two dependencies are clearly Finish-to-Start (FS), not SS. Option C is wrong because it incorrectly identifies the third dependency as Start-to-Finish (SF), but 'Task E can start when Task F starts' is Start-to-Start (SS), not SF. Option D is wrong because it claims the second dependency is Finish-to-Finish (FF), but 'Task C must be completed before Task D can start' is a classic Finish-to-Start (FS) relationship, not FF.

407
MCQmedium

A project manager is developing the project management plan. The sponsor requests detailed cost estimates for each work package, but the activities have not yet been defined. What should the project manager do?

A.Use analogous estimating to provide rough estimates.
B.Ask the sponsor to approve a rough order of magnitude estimate.
C.Defer the cost estimates until after activity definition.
D.Break down the work packages into activities and create bottom-up estimates.
AnswerC

Activity definition must precede detailed cost estimation to ensure accuracy.

Why this answer

Option B is correct because detailed cost estimation requires activity definition to be completed first, as per the planning process sequence. Option A is wrong because analogous estimating provides rough estimates, not detailed ones. Option C is wrong because a rough order of magnitude estimate is not detailed.

Option D is wrong because breaking down work packages into activities and creating bottom-up estimates is premature before activity definition.

408
MCQeasy

Refer to the exhibit. What should the project manager do first?

A.Update the project management plan
B.Inform the sponsor
C.Implement the change immediately
D.Review and assess the impact of the change
AnswerD

The PM should first evaluate the change's effects on scope, schedule, and budget.

Why this answer

Upon receiving a change request, the PM should review it and assess the impact before taking further action. Implementing immediately is premature; updating the plan occurs after approval; informing the sponsor may happen but not first.

409
MCQeasy

A project sponsor asks for a document that outlines the high-level scope, objectives, and key stakeholders of a new project. Which document should the project manager provide?

A.Scope statement
B.Project charter
C.Project management plan
D.Work breakdown structure
AnswerB

The project charter is the formal authorization document with high-level information.

Why this answer

The project charter is the correct document because it formally authorizes the project, defines the high-level scope, objectives, and key stakeholders, and is issued by the project sponsor. It serves as the foundational agreement between the sponsor and the project manager, aligning with PMI's PMBOK Guide for initiating a project.

Exam trap

The trap here is that candidates often confuse the project charter with the scope statement, but the scope statement is a detailed planning document created after the charter, while the charter is the high-level authorization document requested by the sponsor.

How to eliminate wrong answers

Option A is wrong because the scope statement provides detailed scope, deliverables, and acceptance criteria, not the high-level overview requested by the sponsor. Option C is wrong because the project management plan is a comprehensive document that includes baselines and subsidiary plans, developed after the charter is approved, not the initial high-level document. Option D is wrong because the work breakdown structure (WBS) is a hierarchical decomposition of work packages, used for planning and tracking, not for outlining high-level scope and objectives.

410
MCQeasy

A project manager is assigned to a project that has already been chartered. The project sponsor has provided the project charter and initial budget. The project manager is now in the planning phase. During the first planning meeting, the team identifies a major risk: a key supplier may go out of business before the project ends. The project manager needs to proceed. Which of the following is the NEXT step?

A.Immediately switch to an alternative supplier.
B.Continue planning and address the risk later.
C.Add the risk to the risk register and develop a response plan.
D.Escalate the risk to the sponsor for decision.
AnswerC

Formal risk management begins with documentation and planning.

Why this answer

Option C is correct because the project manager is in the planning phase, and the first step when a risk is identified is to formally document it in the risk register. After adding the risk, the team should analyze it and develop a response plan. This aligns with the PMBOK Guide's risk management process, which requires recording risks before taking action.

Exam trap

The trap here is that candidates confuse immediate action (Option A) with proper risk management, or they think escalation (Option D) is always required for major risks, when in fact the risk register is the correct first step per PMI methodology.

How to eliminate wrong answers

Option A is wrong because immediately switching suppliers without analysis could introduce new risks, such as higher costs or contractual penalties, and bypasses the proper risk management process. Option B is wrong because deferring risk treatment violates the proactive risk management principle; risks should be addressed during planning to avoid reactive firefighting later. Option D is wrong because escalation is reserved for risks outside the project manager's authority or threshold; the project manager has the tools (risk register, response planning) to handle this risk without sponsor intervention at this stage.

411
Multi-Selecthard

Which TWO techniques are used in the Perform Quantitative Risk Analysis process? (Choose two.)

Select 2 answers
A.Sensitivity analysis
B.Expected monetary value (EMV)
C.Risk auditing
D.Probability and impact matrix
E.Risk categorization
AnswersA, B

Quantitative technique to determine which risks have the most impact.

Why this answer

Sensitivity analysis is a quantitative technique used to determine which individual risks have the most potential impact on project outcomes by varying one risk factor at a time while holding others constant. Expected monetary value (EMV) calculates the average outcome when the future includes scenarios that may or may not happen, using probability and impact values to quantify risk exposure. Both are core tools in the Perform Quantitative Risk Analysis process as defined in the PMBOK Guide.

Exam trap

CompTIA often tests the distinction between qualitative and quantitative risk analysis techniques, and the trap here is that candidates confuse the probability and impact matrix (a qualitative tool) with quantitative methods like EMV or sensitivity analysis, because both involve probability and impact values but serve different process groups.

412
MCQmedium

The project team is experiencing conflicts over task assignments. Which document should the project manager reference to clarify roles and responsibilities?

A.RACI chart
B.Communication plan
C.Project schedule
D.Risk register
AnswerA

RACI chart clarifies responsibility for tasks.

Why this answer

A RACI chart (Responsible, Accountable, Consulted, Informed) is the correct document for clarifying roles and responsibilities in a project. It explicitly maps each task to team members, defining who does the work, who has final authority, who provides input, and who needs updates. This directly resolves conflicts over task assignments by removing ambiguity about ownership and accountability.

Exam trap

The trap here is that candidates often confuse the Communication plan (which manages information flow) with the RACI chart (which manages task ownership), leading them to pick a document that addresses stakeholder updates rather than role clarity.

How to eliminate wrong answers

Option B (Communication plan) is wrong because it defines how, when, and what information is shared among stakeholders, not who is responsible for specific tasks. Option C (Project schedule) is wrong because it focuses on task durations, dependencies, and timelines, not on assigning roles or responsibilities. Option D (Risk register) is wrong because it catalogs potential risks, their impacts, and mitigation strategies, not the assignment of tasks or authority.

413
Multi-Selectmedium

Which TWO documents are typically included in the project management plan?

Select 2 answers
A.Work breakdown structure dictionary
B.Scope management plan
C.Risk register
D.Schedule management plan
E.Project charter
AnswersB, D

The scope management plan is a subsidiary plan within the project management plan.

Why this answer

The scope management plan and schedule management plan are both subsidiary plans that form part of the project management plan. They define how the project scope and schedule will be defined, developed, monitored, controlled, and verified throughout the project lifecycle. These are required by the PMBOK Guide and are included in the project management plan documentation.

Exam trap

CompTIA often tests the distinction between 'management plans' (which are part of the project management plan) and 'project documents' (like the risk register, WBS dictionary, or project charter) that are separate artifacts, leading candidates to mistakenly include supporting documents as part of the plan.

414
MCQmedium

During project execution, a stakeholder requests a change that will increase costs. Which document should the PM update first?

A.Communication plan
B.Project charter
C.Change request form
D.Risk register
AnswerC

All changes must be formally documented in a change request form before assessment.

Why this answer

When a stakeholder requests a change that increases costs, the project manager must first document the change using a change request form. This initiates the formal change control process, ensuring the request is evaluated for impact on scope, schedule, budget, and quality before any updates are made to other documents. The change request form is the primary artifact for capturing and tracking proposed changes in project management.

Exam trap

The trap here is that candidates often confuse the change request form with the risk register, thinking that any cost increase must be a risk event, but the change request form is the correct first step to formally document and evaluate the proposed change before any risk analysis occurs.

How to eliminate wrong answers

Option A is wrong because the communication plan defines how information is distributed to stakeholders, not how changes are formally requested or documented. Option B is wrong because the project charter is a high-level authorization document created during project initiation; it is not updated for individual change requests during execution. Option D is wrong because the risk register is used to identify, assess, and track risks, not to document requested changes; a change request may later be evaluated for risk impact, but it is not the first document to update.

415
MCQeasy

Refer to the exhibit. Which change request(s) require formal approval from the change control board?

A.CR002 and CR003
B.CR001 and CR004
C.All open change requests
D.CR001 only
AnswerD

CR001 specifically requires approval.

Why this answer

Only CR001 has 'Approval Needed' marked as Yes, indicating it requires formal CCB approval. CR004 does not require approval per the log.

416
Multi-Selecthard

Which THREE are valid types of project termination? (Choose three.)

Select 3 answers
A.Addition
B.Substitution
C.Starvation
D.Extinction
E.Integration
AnswersA, C, D

The project's deliverables become part of ongoing operations.

Why this answer

Addition is a valid type of project termination where the project is formally closed and its deliverables are absorbed into the ongoing operations of the organization, often becoming a new functional unit or product line. This is distinct from extinction, where the project ends because its objectives have been met, and starvation, where the project is terminated due to lack of resources or funding. In the context of the PMI framework and the PK0-005 exam, addition represents a successful transition from project to operations.

Exam trap

The trap here is that candidates confuse 'integration' (a knowledge area or process) with a termination type, or they mistakenly think 'substitution' is a valid termination method when it is not listed in the official CompTIA Project+ (PK0-005) objectives.

417
Multi-Selectmedium

Which THREE of the following are key components of a project management plan?

Select 3 answers
A.Scope baseline
B.Lessons learned
C.Schedule baseline
D.Risk register
E.Cost baseline
AnswersA, C, E

The scope baseline (scope statement, WBS, WBS dictionary) is part of the plan.

Why this answer

The scope baseline, schedule baseline, and cost baseline are key components of the project management plan. The risk register is a project document, not part of the plan itself. Lessons learned are created after project closure.

418
Multi-Selecteasy

Which TWO of the following activities are typically performed during the initiation phase of a project?

Select 2 answers
A.Define project scope
B.Develop the project schedule
C.Develop the project charter
D.Create the work breakdown structure
E.Identify stakeholders
AnswersC, E

The charter is created in initiation.

Why this answer

Developing the project charter and identifying stakeholders are initiation phase activities. Creating the WBS, developing the schedule, and defining scope are planning phase activities.

419
MCQeasy

Which document breaks down the project deliverables into smaller, more manageable components?

A.Project schedule
B.Work breakdown structure
C.Risk register
D.Project scope statement
AnswerB

The WBS hierarchically breaks down deliverables.

Why this answer

The Work Breakdown Structure (WBS) is the correct document because it hierarchically decomposes the total scope of work into smaller, more manageable work packages. This decomposition is a core deliverable-oriented grouping that enables accurate cost estimation, resource allocation, and schedule development. The WBS is defined in the PMBOK Guide as a 'deliverable-oriented hierarchical decomposition of the work to be executed by the project team.'

Exam trap

CompTIA often tests the distinction between the WBS (which decomposes deliverables) and the project schedule (which sequences activities), so candidates mistakenly choose the schedule because they think 'breaking down into components' refers to task decomposition rather than deliverable decomposition.

How to eliminate wrong answers

Option A is wrong because the project schedule shows the timing and sequence of activities, not the decomposition of deliverables into smaller components. Option C is wrong because the risk register lists identified risks, their probability, impact, and response plans, not the breakdown of deliverables. Option D is wrong because the project scope statement describes the project's scope, deliverables, assumptions, and constraints, but it does not break deliverables into smaller components; that is the function of the WBS.

420
MCQmedium

During project execution, a stakeholder requests a new feature that was not in the original scope. The project manager adds it to the change log and obtains approval. Which document should be updated NEXT?

A.Work breakdown structure
B.Project scope statement
C.Communication plan
D.Lessons learned
AnswerB

The scope statement defines the baseline scope and must be updated for approved changes.

Why this answer

The project scope statement defines the project's boundaries, deliverables, and acceptance criteria. When a new feature is approved via the change control process, the scope statement must be updated to reflect the newly authorized work, ensuring all stakeholders have a common understanding of the project's scope. This aligns with the PMBOK Guide's guidance that the scope statement is a key output of the 'Direct and Manage Project Work' process after a change request is approved.

Exam trap

The trap here is that candidates often think the WBS should be updated immediately after a scope change, but the correct sequence is to first update the project scope statement, which is the authoritative document defining what is in scope, before decomposing the new work into the WBS.

How to eliminate wrong answers

Option A is wrong because the work breakdown structure (WBS) is a hierarchical decomposition of the total scope into work packages; while it may eventually be updated to include the new feature, the immediate next step after change approval is to update the scope statement, not the WBS. Option C is wrong because the communication plan details how information is distributed to stakeholders; it is not directly updated when scope changes occur unless the change affects communication requirements. Option D is wrong because the lessons learned document captures knowledge gained during the project for future benefit; it is updated throughout the project but is not the immediate document to update after a scope change approval.

421
MCQeasy

A project manager is assigned to a new project that has a tight deadline. The sponsor wants to fast-track the project by overlapping some phases. Which project management concept should the PM be most concerned about regarding this approach?

A.Longer overall project duration.
B.Risk of rework due to incomplete deliverables from previous phases.
C.Increased cost of additional resources.
D.Reduced quality of final product.
AnswerB

Fast-tracking increases the likelihood of rework because activities are overlapped before prior deliverables are complete.

Why this answer

Fast-tracking involves overlapping project phases that would normally be sequential. The primary risk is that work on a later phase begins before the deliverables from the previous phase are fully complete and verified. This increases the probability of rework if the earlier deliverables contain errors or require changes, which can negate any time savings and introduce schedule instability.

Exam trap

CompTIA often tests the distinction between fast-tracking (overlapping phases) and crashing (adding resources), and the trap here is that candidates mistakenly focus on cost or duration rather than the core risk of rework from incomplete predecessor deliverables.

How to eliminate wrong answers

Option A is wrong because fast-tracking is specifically intended to shorten the overall project duration, not lengthen it; overlapping phases compresses the schedule. Option C is wrong because while fast-tracking may sometimes require additional resources to manage parallel work, the most immediate and critical concern is the technical risk of rework from incomplete or unstable predecessor deliverables, not the cost of resources. Option D is wrong because fast-tracking does not inherently reduce quality; quality is managed through processes and standards, whereas the direct risk is rework from overlapping incomplete work, which can indirectly affect quality if rework is not performed.

422
MCQhard

A project is in the execution phase, developing a mobile payment application. The project manager receives a report that a critical security vulnerability was discovered in the third-party authentication library used by the application. The library is widely used and has an available patch that requires upgrading to a newer version. However, upgrading the library will break compatibility with the existing user authentication database schema, requiring a database migration that was not planned. The project has a fixed budget and a tight deadline. The change control board (CCB) meets weekly, and the next meeting is in three days. The lead developer recommends applying the patch immediately without waiting for CCB approval, arguing that the security risk is high and the patch is straightforward. What is the BEST course of action for the project manager?

A.Escalate the issue to the project sponsor to decide on an exception to the change control process
B.Apply the patch immediately and inform the CCB after the fact, as security vulnerabilities require urgent action
C.Do not implement the patch because the project is on a tight schedule and the risk is acceptable
D.Wait for the next CCB meeting to present the issue and get approval for the upgrade and database migration
AnswerD

This follows the change control process and ensures proper assessment and approval.

Why this answer

Option D is correct because the project manager must follow the established change control process, even for urgent security patches, when the change introduces an unplanned database migration that impacts scope, budget, and schedule. Waiting for the next CCB meeting (in three days) allows proper assessment of the upgrade's impact on the authentication database schema and ensures all stakeholders approve the change. Applying the patch without approval violates the change management plan and could lead to uncontrolled scope creep and budget overruns.

Exam trap

The trap here is that candidates assume security vulnerabilities always justify bypassing change control, but the PM must balance urgency with process, especially when the patch introduces an unplanned database migration that affects the fixed budget and tight deadline.

How to eliminate wrong answers

Option A is wrong because escalating to the project sponsor bypasses the CCB's authority and the defined change control process; the sponsor is not typically empowered to grant exceptions for technical changes that affect the database schema. Option B is wrong because applying the patch immediately without CCB approval violates the change management plan, and the security vulnerability does not justify breaking the process when a CCB meeting is only three days away. Option C is wrong because dismissing the patch as acceptable risk ignores the critical security vulnerability in a widely used authentication library, which could lead to data breaches and compliance violations.

423
MCQmedium

A project manager is reviewing the project schedule and notices that the critical path has a duration of 120 days. One activity on the critical path has a duration of 15 days and a total float of 0. If the duration of that activity is reduced by 5 days, what is the new critical path duration?

A.115 days
B.100 days
C.120 days
D.125 days
AnswerA

Reducing a critical path activity reduces project duration by the same amount.

Why this answer

The critical path is the longest path in the project schedule, and any delay on a critical path activity directly extends the project duration. Since the activity on the critical path has a total float of 0, reducing its duration by 5 days reduces the total critical path duration from 120 days to 115 days.

Exam trap

The trap here is that candidates may mistakenly think reducing a critical path activity's duration does not affect the overall critical path, or they may confuse total float with free float, leading them to choose the original duration or an incorrect reduced value.

How to eliminate wrong answers

Option B is wrong because reducing the activity by 5 days does not result in a 100-day critical path; that would require a 20-day reduction. Option C is wrong because it assumes the critical path duration remains unchanged, ignoring that the activity is on the critical path with zero float. Option D is wrong because it incorrectly adds 5 days instead of subtracting, which would only happen if the activity duration were increased.

424
MCQhard

A project manager is conducting a risk assessment and identifies a risk with a high probability and high impact. The team decides to purchase insurance to cover potential losses. This is an example of which risk response strategy?

A.Mitigate
B.Transfer
C.Accept
D.Avoid
AnswerB

Insurance transfers the financial consequence to the insurer.

Why this answer

Purchasing insurance transfers the financial risk of a potential loss to a third party (the insurer). This is the defining characteristic of the Transfer risk response strategy, where the ownership and impact of the risk are shifted, but the risk itself is not eliminated. In project management, this is distinct from Mitigate, which reduces probability or impact through direct action.

Exam trap

The trap here is confusing Transfer with Mitigate, as candidates often think paying for insurance reduces the risk, but it only shifts the financial consequence, not the likelihood or inherent threat.

How to eliminate wrong answers

Option A is wrong because Mitigate involves taking proactive steps to reduce the probability or impact of a risk (e.g., implementing redundant systems), not shifting financial liability to another party. Option C is wrong because Accept means acknowledging the risk and taking no proactive action, often setting aside a contingency reserve, whereas purchasing insurance is an active transfer. Option D is wrong because Avoid changes the project plan to eliminate the risk entirely (e.g., removing a high-risk feature), which is not achieved by buying insurance.

425
Multi-Selecthard

A project manager is building a project schedule and needs to identify the critical path. Which TWO techniques are commonly used in project scheduling tools to help determine the critical path?

Select 2 answers
A.Gantt chart with dependency links
B.Critical Path Method (CPM)
C.Earned Value Management (EVM)
D.Monte Carlo simulation
E.Work Breakdown Structure (WBS)
AnswersA, B

Gantt charts with dependencies can visually represent the critical path and many tools calculate it automatically.

Why this answer

A Gantt chart with dependency links is correct because it visually represents task sequences and dependencies, allowing project managers to trace the longest path of dependent tasks, which defines the critical path. The Critical Path Method (CPM) is a mathematical algorithm that calculates the longest path through the project network by determining early start, early finish, late start, and late finish dates for each activity, directly identifying the critical path.

Exam trap

The trap here is that candidates may confuse Earned Value Management (EVM) with schedule analysis, but EVM measures performance against a baseline, not the logical sequence of tasks that determines the critical path.

426
Multi-Selectmedium

Which TWO of the following are commonly considered as project constraints according to the Project Management Body of Knowledge?

Select 2 answers
A.Communication
B.Quality
C.Resources
D.Scope
E.Budget
AnswersD, E

Scope is a fundamental constraint.

Why this answer

According to the PMBOK Guide, the triple constraint (also known as the iron triangle) traditionally includes scope, time, and cost (budget). Scope defines the work required to deliver the project's deliverables, and any change to scope directly impacts time and cost. Therefore, Scope (D) is a core project constraint.

Exam trap

CompTIA often tests the classic triple constraint (scope, time, cost) and expects candidates to distinguish between a constraint and a knowledge area or process, so the trap here is confusing 'communication' or 'quality' (which are processes/objectives) with the fundamental limiting factors of a project.

427
Multi-Selectmedium

Which TWO documents are typically created during the project initiation phase? (Select TWO.)

Select 2 answers
A.Risk register
B.Work breakdown structure
C.Project charter
D.Lessons learned
E.Stakeholder register
AnswersC, E

The project charter is created during initiation to formally authorize the project.

Why this answer

The project charter is a key document created during project initiation that formally authorizes the project and provides the project manager with the authority to apply organizational resources to project activities. The stakeholder register is also created during initiation to identify all individuals, groups, or organizations that may impact or be impacted by the project, capturing their interests, expectations, and influence levels.

Exam trap

The trap here is that candidates often confuse documents created during initiation (project charter, stakeholder register) with those created during planning (risk register, WBS), leading them to select the risk register or WBS as initiation deliverables.

428
Matchingmedium

Match each quality management concept to its definition.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Process-oriented activities to ensure quality standards are met

Product-oriented activities to verify deliverables meet requirements

Keeping errors out of the process

Checking deliverables for defects

Ongoing effort to improve products, services, or processes

Why these pairings

These concepts are fundamental to project quality management.

429
MCQhard

A project has been delayed due to unexpected regulatory changes. The project manager has analyzed the impact and determines that the project will miss the original deadline by two months. The sponsor is concerned about the delay. What is the first step the PM should take?

A.Inform the team and proceed with the new schedule.
B.Resign from the project due to the delay.
C.Submit a change request to the change control board with the revised schedule and impact analysis.
D.Fast-track the remaining tasks to recover time.
AnswerC

Following the change control process is the appropriate first step to get approval for the schedule change.

Why this answer

Option C is correct because, when a project is delayed due to an external factor like regulatory changes, the project manager must follow the formal change control process. Submitting a change request with the revised schedule and impact analysis ensures that the sponsor and change control board (CCB) can formally approve the new baseline, maintaining governance and traceability. This aligns with the PMBOK Guide's guidance on managing changes to the project management plan.

Exam trap

Cisco often tests the misconception that the project manager can unilaterally adjust the schedule or fast-track tasks without formal change approval, but the correct first step is always to submit a change request to the CCB.

How to eliminate wrong answers

Option A is wrong because proceeding with the new schedule without formal approval bypasses the change control process, which can lead to unauthorized scope or schedule changes and loss of stakeholder alignment. Option B is wrong because resigning is an extreme and unprofessional reaction; the PM should address the delay through proper channels, not abandon the project. Option D is wrong because fast-tracking may introduce additional risks and is a schedule compression technique that should be evaluated and approved through a change request, not applied unilaterally without analyzing the impact on scope, cost, and quality.

430
MCQmedium

A project manager is preparing a report for stakeholders that lists project risks, their impact, and response strategies. Which document should be used?

A.Risk breakdown structure
B.Risk register
C.Issue log
D.Risk management plan
AnswerB

The risk register includes risk descriptions, impact, and response strategies.

Why this answer

The risk register is the correct document because it is the central repository for recording identified risks, their impact, probability, and planned response strategies. The project manager uses the risk register to track and communicate risk details to stakeholders, making it the appropriate source for the report described.

Exam trap

Cisco often tests the distinction between the risk register (which holds specific risk details) and the risk management plan (which outlines the process), causing candidates to confuse the 'plan' document with the 'log' of actual risks.

How to eliminate wrong answers

Option A is wrong because a risk breakdown structure (RBS) is a hierarchical decomposition of risk categories (e.g., technical, external, organizational), not a list of individual risks with impacts and responses. Option C is wrong because an issue log tracks problems that have already occurred, not potential risks with their response strategies. Option D is wrong because the risk management plan describes the overall approach, methodology, and roles for risk management, but it does not contain the specific list of risks, impacts, and responses.

431
MCQhard

A project is closing. The project manager collects feedback from the team on what went well and what could be improved. Which document is being created?

A.Final project report
B.Project closure checklist
C.Project charter
D.Lessons learned
AnswerD

Correct. Lessons learned capture what went well and improvements.

Why this answer

The correct answer is D because the process of collecting feedback on what went well and what could be improved is the essence of creating a lessons learned document. In project management, this document captures insights and recommendations to improve future project performance, and it is a key output during project closure.

Exam trap

CompTIA often tests the distinction between a final project report (which summarizes performance metrics) and lessons learned (which focuses on qualitative feedback for future improvement), leading candidates to confuse the two because both are created during closure.

How to eliminate wrong answers

Option A is wrong because the final project report is a comprehensive summary of the project's overall performance, including scope, schedule, budget, and deliverables, not specifically a collection of team feedback on successes and improvements. Option B is wrong because a project closure checklist is a list of administrative tasks (e.g., releasing resources, archiving documents) required to formally close the project, not a document for capturing team insights. Option C is wrong because the project charter is created during project initiation to authorize the project and define high-level objectives, scope, and stakeholders; it is not used for collecting closure feedback.

432
Multi-Selectmedium

Which TWO activities are typically performed during the initiation phase of a project?

Select 2 answers
A.Develop the project charter
B.Develop the project schedule
C.Identify stakeholders
D.Develop the work breakdown structure
E.Create the risk response plan
AnswersA, C

Part of initiation.

Why this answer

Options C and D are correct. The initiation phase includes identifying stakeholders and developing the project charter. Option A is incorrect because the WBS is created in planning.

Option B is incorrect because the risk response plan is created in planning. Option E is incorrect because the schedule is developed in planning.

433
MCQmedium

During project execution, a team member reports that a key deliverable will be delayed by two weeks due to an unforeseen technical issue. The project manager evaluates the change and determines the impact on the critical path. According to best practices, what should the project manager do first?

A.Update the project plan and inform stakeholders after the delay occurs.
B.Tell the team member to work overtime to meet the original deadline.
C.Analyze the impact on the project schedule and cost, then submit a change request.
D.Immediately inform the sponsor and request a budget increase.
AnswerC

Standard change control process: assess impact, then request change.

Why this answer

Option C is correct because, upon identifying a delay that impacts the critical path, the project manager must first analyze the full impact on schedule and cost before formally documenting the change. Submitting a change request initiates the formal change control process, ensuring that all stakeholders review and approve adjustments before any plan updates or actions are taken. This aligns with the PMBOK Guide's integrated change control process, which requires impact analysis as the first step after identifying a potential change.

Exam trap

The trap here is that candidates often confuse 'immediate communication' (Option D) with the correct first step, failing to recognize that formal impact analysis and a change request must precede any stakeholder notification or budget requests.

How to eliminate wrong answers

Option A is wrong because updating the project plan and informing stakeholders after the delay occurs bypasses the formal change control process, leading to unapproved scope or schedule changes and potential stakeholder misalignment. Option B is wrong because unilaterally mandating overtime without assessing cost, resource availability, or team morale violates the principle of managing changes through a structured process and may introduce quality risks or burnout. Option D is wrong because immediately informing the sponsor and requesting a budget increase skips the required impact analysis and change request submission, which are necessary to justify the budget adjustment and obtain formal approval.

434
MCQhard

Refer to the exhibit. What is the total float for task C?

A.1 day
B.0 days
C.2 days
D.3 days
AnswerC

Task C has 2 days of float because the critical path is shorter.

Why this answer

Total float (also called slack) is the amount of time a task can be delayed without affecting the project end date. Using the forward pass/backward pass method on the network diagram, task C has an early start (ES) of day 2, early finish (EF) of day 5, late start (LS) of day 4, and late finish (LF) of day 7. Total float = LS - ES = 4 - 2 = 2 days, or LF - EF = 7 - 5 = 2 days.

Exam trap

The trap here is that candidates often confuse total float with free float (the amount a task can be delayed without affecting the early start of its successor), or they mistakenly assume any task with multiple dependencies has zero float, leading them to pick 0 days.

How to eliminate wrong answers

Option A is wrong because 1 day would result from incorrectly calculating float as the difference between task C's duration (3 days) and its successor's early start (day 5), which is a common misinterpretation of float. Option B is wrong because 0 days would indicate that task C is on the critical path, but the critical path (A-D-F) has a total duration of 9 days, while task C has 2 days of slack before it delays the project. Option D is wrong because 3 days would result from mistakenly using task C's duration (3 days) as its float, or from an incorrect backward pass calculation that ignores the dependency on task E's late start.

435
MCQhard

A project team is using a document management system with version control. A team member accidentally overwrites the latest version of the project charter with an older draft. What is the BEST way to recover the correct version?

A.Recreate the charter from memory and notes
B.Delete the overwritten file and re-upload the draft
C.Contact the original author to send the correct file
D.Restore the previous version from the version control history
AnswerD

Version control allows restoring earlier versions, recovering the correct charter.

Why this answer

Version control systems (VCS) like Git, SVN, or document management platforms (e.g., SharePoint) maintain a complete history of changes. When a file is overwritten, the previous correct version can be restored by reverting to an earlier commit or revision in the version history, preserving all metadata and audit trails. This is the most reliable and efficient recovery method, avoiding data loss or manual reconstruction.

Exam trap

The trap here is that candidates may choose Option C (contacting the original author) because it seems like a straightforward human solution, but the exam tests understanding that version control systems are designed specifically to handle this exact scenario automatically and more reliably.

How to eliminate wrong answers

Option A is wrong because recreating the charter from memory and notes is error-prone, time-consuming, and introduces inconsistencies with the original approved content. Option B is wrong because deleting the overwritten file and re-uploading the draft does not recover the overwritten correct version; it simply replaces the file with the same incorrect draft. Option C is wrong because contacting the original author to resend the file assumes the author has a separate, correct copy, which may not exist or may be outdated, and bypasses the systematic recovery process provided by version control.

436
MCQhard

Refer to the exhibit. What is the duration of the critical path?

A.11 days
B.10 days
C.12 days
D.9 days
AnswerC

Path A-C-D-E has a total duration of 12 days, making it the critical path.

Why this answer

The critical path is the longest path through the network diagram, determining the shortest possible project duration. By summing the durations of tasks along the path A→C→E→F (3+4+3+2 = 12 days), we find that 12 days is the correct duration. No other path exceeds this total, making option C correct.

Exam trap

The trap here is that candidates often mistakenly sum the durations of tasks along a non-critical path (e.g., A→B→D→F = 11 days) or misread task durations, leading them to select 11 or 10 days instead of correctly identifying the longest path of 12 days.

How to eliminate wrong answers

Option A is wrong because 11 days does not correspond to any valid path sum; the path A→B→D→F yields 3+2+4+2 = 11 days, but this is not the longest path. Option B is wrong because 10 days is the sum of path A→C→D→F (3+4+2+2 = 11 days, not 10) or a miscalculation of another path; it underestimates the critical path duration. Option D is wrong because 9 days is the sum of path A→B→E→F (3+2+3+2 = 10 days, not 9) or a misreading of task durations; it significantly underestimates the longest path.

437
MCQhard

Refer to the exhibit. Which element of the project charter is missing from this exhibit?

A.Success criteria
B.Assumptions
C.Constraints
D.Project sponsor
AnswerD

The sponsor's name is a critical element that is missing.

Why this answer

The project charter must identify the project sponsor, who provides authority and funding. The exhibit lists the project manager, business case, and high-level scope but omits the sponsor, making option D correct.

Exam trap

CompTIA often tests the distinction between the project sponsor and other charter components, tricking candidates into selecting a common element like assumptions or constraints instead of recognizing the sponsor as the missing mandatory authority figure.

How to eliminate wrong answers

Option A is wrong because success criteria are often included in the project charter to define measurable outcomes, but the exhibit does not explicitly list them; however, the missing element is the sponsor, not the criteria. Option B is wrong because assumptions are commonly documented in the charter, but the exhibit's omission of the sponsor is the specific gap. Option C is wrong because constraints are also typical charter elements, yet the sponsor's absence is the critical missing component.

438
MCQmedium

A project team is using a tool to manage user stories, sprints, and backlog items in an Agile project. Which tool is most appropriate?

A.PERT chart
B.Gantt chart
C.Work breakdown structure
D.Kanban board
AnswerD

Kanban boards manage user stories, sprints, and backlog in Agile.

Why this answer

A Kanban board is the most appropriate tool for managing user stories, sprints, and backlog items in an Agile project because it visualizes workflow, limits work-in-progress, and allows the team to track tasks across columns (e.g., To Do, In Progress, Done). Unlike Gantt or PERT charts, Kanban boards are designed for iterative, continuous delivery and real-time collaboration, making them ideal for Agile frameworks like Scrum or Kanban.

Exam trap

The trap here is that candidates often confuse a Gantt chart (a scheduling tool) with a Kanban board (a workflow visualization tool), mistakenly thinking any chart with bars or timelines can manage Agile backlogs and sprints.

How to eliminate wrong answers

Option A is wrong because a PERT chart is a network diagram used for estimating project duration and identifying the critical path in traditional, plan-driven projects, not for managing Agile user stories or sprints. Option B is wrong because a Gantt chart is a bar chart that displays a project schedule with fixed start and end dates, which contradicts Agile's adaptive, time-boxed sprint approach. Option C is wrong because a Work Breakdown Structure (WBS) is a hierarchical decomposition of deliverables in a waterfall project, not a tool for managing dynamic backlog items or sprint tasks in Agile.

439
Multi-Selecthard

Which THREE are common types of project organizational structures? (Choose three.)

Select 3 answers
A.Matrix
B.Flat
C.Projectized
D.Hierarchical
E.Functional
AnswersA, C, E

Matrix structure combines functional and projectized elements, with team members reporting to both functional and project managers.

Why this answer

A matrix organizational structure is common because it blends functional and projectized elements, allowing team members to report to both a functional manager and a project manager. This structure balances resource sharing with project focus, making it widely used in organizations that handle multiple concurrent projects.

Exam trap

The trap here is that candidates confuse general organizational descriptors like 'flat' or 'hierarchical' with the specific project organizational structures (functional, matrix, projectized) that the PMBOK Guide defines for the PK0-005 exam.

440
MCQhard

A project manager is managing a project to develop a new medical device. The project is subject to strict regulatory compliance. Halfway through the project, an audit reveals that several design documents were not properly reviewed and approved as required by the quality management plan. The project manager must address this noncompliance. The project is already behind schedule. What should the project manager do FIRST?

A.Document the noncompliance and inform the project sponsor.
B.Continue work and retroactively review the documents to save time.
C.Request a waiver from the regulatory body for the missing reviews.
D.Stop work on the affected tasks until the documents are properly reviewed.
AnswerD

Stopping noncompliant work protects the project from further issues.

Why this answer

Option D is correct because in a regulated medical device project, noncompliance with the quality management plan (QMP) must be addressed immediately to avoid regulatory penalties, product recalls, or legal liability. Stopping work on affected tasks ensures that no further noncompliant work is performed, and the design documents can be properly reviewed and approved before proceeding, which is a fundamental requirement of ISO 13485 and FDA 21 CFR Part 820. This action also protects the project from cascading defects that would be far more costly to fix later.

Exam trap

CompTIA often tests the misconception that reporting noncompliance (Option A) or working around it (Option B) is acceptable, but the correct first step in a regulated environment is always to stop the noncompliant work to prevent further deviation.

How to eliminate wrong answers

Option A is wrong because simply documenting and informing the sponsor does not resolve the noncompliance; the project manager must take corrective action to bring the project back into compliance, not just report the issue. Option B is wrong because continuing work while retroactively reviewing documents violates the QMP and regulatory requirements; it introduces risk that downstream work is based on unapproved designs, which could invalidate the entire project. Option C is wrong because requesting a waiver from the regulatory body is premature and unrealistic; waivers for design review approvals are rarely granted, and the project manager must first attempt to correct the noncompliance internally before seeking external relief.

441
Multi-Selecthard

Which THREE items are typically included in a project status report?

Select 3 answers
A.Accomplishments since last report
B.Vendor contract terms
C.Detailed financial audit trail
D.Milestone status
E.Summary of risks and issues
AnswersA, D, E

Status reports list completed work.

Why this answer

A project status report is a communication tool that provides stakeholders with a snapshot of project progress. 'Accomplishments since last report' is a standard section that summarizes completed tasks and achieved milestones, allowing stakeholders to see what has been delivered since the previous update. This aligns with the PMBOK Guide's guidance on performance reporting, which focuses on work performance data and information.

Exam trap

The trap here is that candidates may confuse a project status report with a comprehensive project document, incorrectly including detailed financial audit trails or contract terms that belong in separate, specialized registers rather than a high-level periodic update.

442
MCQhard

A large software development project is using a waterfall life cycle. The project has just completed the design phase, and the project manager is scheduled to conduct a phase gate review before proceeding to coding. The project sponsor, under pressure from upper management to deliver faster, asks the project manager to skip the gate review to save one week and move directly to coding. The sponsor argues that the design is sound and the review is a formality. What should the project manager do?

A.Escalate the issue to the program manager without further discussion.
B.Agree to skip the review to meet the sponsor's timeline.
C.Document the sponsor's request and proceed with coding.
D.Explain the purpose of the gate review and proceed with it to ensure quality and risk mitigation.
AnswerD

Maintains governance and project integrity.

Why this answer

The correct action is to explain the importance of the gate review and insist on conducting it as planned, because phase gates ensure quality and risk mitigation. Option A is correct because skipping gates can lead to unrecognized issues and project failure. Option B is wrong as it violates the defined process and best practices.

Option C is wrong because escalating prematurely may damage relationships; the PM should first explain. Option D is wrong because it abdicates the PM's responsibility.

443
MCQmedium

During project planning, the project manager wants to ensure that all work is defined and that no work is omitted. Which tool or technique should be used?

A.Responsibility assignment matrix
B.Gantt chart
C.Network diagram
D.Work breakdown structure (WBS)
AnswerD

The WBS decomposes the project scope into manageable work packages and ensures all work is captured.

Why this answer

The work breakdown structure is the primary tool for ensuring all work is identified and organized.

444
MCQmedium

A project manager is leading a software upgrade project. The project is using an agile methodology with two-week sprints. After three sprints, the team has not completed all planned user stories, and the product owner is frustrated. The project manager reviews the velocity and finds it is 30% lower than estimated. The team cites unforeseen technical debt. What should the project manager do?

A.Add more team members to increase velocity.
B.Extend the sprint duration to complete more work.
C.Ask the product owner to prioritize only critical stories.
D.Reestimate the remaining work and adjust the release plan.
AnswerD

Using historical velocity to forecast is agile best practice.

Why this answer

Option D is correct because the project manager should first reestimate the remaining work based on the actual velocity (30% lower than planned) and then adjust the release plan accordingly. This aligns with agile principles of data-driven planning and transparency, addressing the root cause (unforeseen technical debt) by incorporating the team's actual capacity into future sprints.

Exam trap

The trap here is that candidates often choose to 'add more team members' (Option A) or 'extend sprint duration' (Option B) as intuitive fixes, but the exam tests the agile principle of adapting the plan based on empirical data (velocity) rather than forcing scope or schedule changes that ignore the underlying technical debt.

How to eliminate wrong answers

Option A is wrong because adding more team members to an agile team often reduces velocity temporarily due to the 'Brook's Law' effect (increased communication overhead and ramp-up time), and does not directly address the technical debt causing the slowdown. Option B is wrong because extending sprint duration violates the agile principle of time-boxed sprints (typically 2 weeks) and can mask underlying issues like technical debt, leading to further predictability loss. Option C is wrong because asking the product owner to prioritize only critical stories is a reactive, short-term fix that ignores the need to re-plan based on actual velocity; prioritization should happen within the context of an adjusted release plan, not as a standalone action.

445
MCQhard

During project execution, a team member reports that a critical deliverable is behind schedule due to an unexpected dependency. The project manager needs to update the project schedule and communicate the impact. Which tool should the project manager use first to assess the impact on the critical path?

A.Cost baseline
B.Change log
C.Gantt chart
D.Risk register
AnswerC

A Gantt chart shows task durations, dependencies, and critical path, allowing quick impact analysis.

Why this answer

The Gantt chart is the correct tool because it visually displays task dependencies, durations, and the critical path. By reviewing the Gantt chart, the project manager can immediately see which tasks are on the critical path and how the delayed deliverable's dependency affects the overall project timeline, enabling an accurate impact assessment before updating the schedule.

Exam trap

The trap here is that candidates confuse the risk register (which logs potential issues) with the need to assess actual schedule impact, forgetting that the Gantt chart is the primary tool for visualizing dependencies and the critical path in real time.

How to eliminate wrong answers

Option A is wrong because the cost baseline tracks budgeted costs over time, not task dependencies or schedule impacts; it would not show how a delayed dependency affects the critical path. Option B is wrong because the change log records approved changes and their status, but it does not provide a visual timeline or dependency mapping needed to assess schedule impact. Option D is wrong because the risk register lists identified risks, their probabilities, and responses, but it is not a scheduling tool; it would not show the current status of tasks or the critical path.

446
Multi-Selecteasy

A project manager is developing a stakeholder engagement plan. Which THREE items should be included in this plan? (Choose three.)

Select 3 answers
A.Budget for stakeholder activities
B.Stakeholder list
C.Engagement strategies
D.Risk thresholds
E.Communication requirements
AnswersB, C, E

Identifies who the stakeholders are.

Why this answer

The stakeholder list is a foundational component of the stakeholder engagement plan because it identifies all individuals, groups, or organizations that may be affected by or have an influence on the project. Without a complete and accurate stakeholder list, the project manager cannot effectively tailor engagement strategies or communication requirements. This list typically includes names, roles, influence levels, and interest levels, which directly inform the subsequent planning activities.

Exam trap

The trap here is that candidates often confuse the stakeholder engagement plan with the communications management plan, but the engagement plan specifically includes the stakeholder list and engagement strategies, while communication requirements are a separate but related output that is also included in the engagement plan for completeness.

447
MCQmedium

A project manager is preparing a project charter. Which of the following should be included in the charter?

A.A complete work breakdown structure (WBS).
B.The business case and high-level project description.
C.A detailed project schedule with milestones.
D.A comprehensive risk register.
AnswerB

Charter includes business case, high-level scope, and objectives.

Why this answer

The project charter is a high-level document that authorizes the project and provides the project manager with the authority to apply organizational resources. It must include the business case and a high-level project description to justify the project and define its scope at a strategic level, as specified in the PMBOK Guide.

Exam trap

CompTIA often tests the distinction between charter-level content (high-level business case, objectives, and summary milestones) and detailed planning documents (WBS, schedule, risk register), leading candidates to confuse the initiating phase with the planning phase.

How to eliminate wrong answers

Option A is wrong because a complete work breakdown structure (WBS) is a detailed decomposition of project deliverables created during the planning phase, not during charter development; the charter only contains high-level scope. Option C is wrong because a detailed project schedule with milestones is developed during the planning phase after the charter is approved; the charter may include only a summary milestone schedule. Option D is wrong because a comprehensive risk register is a planning document that identifies and analyzes risks, which is created after the charter is signed; the charter may include only high-level risks or constraints.

448
Drag & Dropmedium

Put the steps for creating a work breakdown structure (WBS) in the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order

Why this order

The WBS process starts with identifying major deliverables, decomposing them, assigning codes, verifying completeness, and documenting details.

449
MCQhard

You are the project manager for a large infrastructure project that involves upgrading the network switches across five regional offices. The project has a budget of $500,000 and a deadline of six months. During the third month, you receive a report that the vendor has encountered a manufacturing defect in the switches, causing a two-month delay. Additionally, the cost to replace the defective switches will be $100,000 over budget. The project sponsor is concerned about the impact on the business and wants to know the best way to move forward. There is a possibility that the vendor can expedite shipping for an additional $50,000, but it will only save one month. Alternatively, you can switch to a different vendor, but that would require renegotiating contracts and retesting, adding three months to the schedule. Another option is to descope one of the regional offices to reduce costs and time. However, that office is critical for an upcoming product launch. What is the BEST course of action for the project manager?

A.Switch to a different vendor to ensure quality and avoid further defects.
B.Descope the critical regional office to meet the original budget and schedule.
C.Accept the vendor's expedited shipping option and use contingency reserves to cover the additional cost.
D.Perform a trade-off analysis and present options to the project sponsor for a decision.
AnswerD

A trade-off analysis allows the sponsor to make an informed decision based on cost, schedule, and scope impacts.

Why this answer

The project manager should perform a trade-off analysis and present options to the sponsor because no single option clearly meets all constraints (budget, schedule, quality, and business criticality) without further evaluation. A trade-off analysis quantifies the impact of each alternative on scope, cost, time, and risk, enabling an informed decision aligned with organizational priorities. This aligns with the PMBOK process of performing integrated change control and ensures the sponsor understands the implications before committing resources.

Exam trap

The trap here is that candidates may choose a single 'solution' (like expedited shipping or switching vendors) without recognizing that the project manager's role is to facilitate decision-making by presenting trade-offs, not to unilaterally decide on a course of action that may conflict with sponsor priorities or exceed authority.

How to eliminate wrong answers

Option A is wrong because switching vendors adds three months to the schedule, which exceeds the original six-month deadline and likely conflicts with the upcoming product launch. Option B is wrong because descoping the critical regional office directly undermines a key business objective (the product launch), making it an unacceptable trade-off without sponsor approval. Option C is wrong because accepting expedited shipping still leaves a one-month delay (two-month defect minus one month saved) and exceeds the budget by $150,000 ($100,000 defect cost + $50,000 expedite fee), which may exceed available contingency reserves and does not fully resolve the schedule impact.

450
MCQhard

A project is in execution when a critical vendor fails to deliver a key component. The project manager determines this will push the project past the deadline. After submitting a change request, what should the project manager do next?

A.Fast track the remaining tasks
B.Communicate the impact to stakeholders
C.Request additional resources
D.Update the risk register
AnswerB

Stakeholders need to be informed of the potential delay and the submitted change request as soon as possible.

Why this answer

After submitting a change request, the project manager should communicate the potential impact to stakeholders to manage expectations. Updating the risk register is important but not the immediate next step; fast tracking and requesting resources may be considered after approval.

Page 5

Page 6 of 7

Page 7

All pages