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

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

Page 3

Page 4 of 7

Page 5
226
MCQmedium

A company is migrating from on-premise email to a cloud-based solution. The vendor changes the migration tool mid-project. Which project management document should be updated to track the impact on requirements?

A.Risk management plan
B.Project charter
C.Requirements traceability matrix
D.Work breakdown structure
AnswerC

The RTM links requirements to their implementation and is updated when changes affect how requirements are met.

Why this answer

The requirements traceability matrix (RTM) links each requirement to its origin, design, testing, and delivery status. When the vendor changes the migration tool mid-project, the RTM must be updated to reflect how this change impacts each requirement—such as compatibility, data migration rules, or security controls—ensuring all requirements are still met and traceable.

Exam trap

The trap here is that candidates confuse the risk management plan with tracking requirement impacts, but the RTM is the specific artifact for linking and monitoring requirement changes throughout the project lifecycle.

How to eliminate wrong answers

Option A is wrong because the risk management plan documents how risks are identified, analyzed, and responded to, not the tracking of requirement changes; the tool change itself might be a risk, but the impact on specific requirements is tracked in the RTM. Option B is wrong because the project charter is a high-level document that authorizes the project and defines initial scope, objectives, and stakeholders; it is not updated to track detailed requirement impacts during execution. Option D is wrong because the work breakdown structure (WBS) decomposes project deliverables into manageable work packages; it does not map requirements to their verification or track changes to requirements.

227
Multi-Selectmedium

Which TWO of the following are key considerations when designing an IT infrastructure for a new data center?

Select 2 answers
A.Open floor plan with no raised flooring
B.Redundant power supplies and UPS systems
C.Use of low-cost, consumer-grade hardware
D.Environmental controls for temperature and humidity
E.Single point of failure for critical systems
AnswersB, D

Redundant power ensures continuous operation during outages.

Why this answer

Redundant power supplies and UPS systems are critical for ensuring high availability and fault tolerance in a data center. They protect against power outages, fluctuations, and hardware failures, maintaining uptime for critical IT services. This aligns with industry best practices for Tier II and above data center designs.

Exam trap

The trap here is that candidates may confuse 'redundant power' with simply having a backup generator, but the exam tests the understanding that redundant power supplies and UPS systems are required for seamless failover, not just backup power.

228
Multi-Selectmedium

Which TWO of the following are commonly used project scheduling tools? (Select exactly 2.)

Select 2 answers
A.Gantt chart
B.Work Breakdown Structure (WBS)
C.Pareto chart
D.Microsoft Project
E.Program Evaluation and Review Technique (PERT)
AnswersA, D

A Gantt chart displays project schedule tasks and dependencies.

Why this answer

A Gantt chart is a commonly used project scheduling tool that visually displays tasks, durations, dependencies, and progress over time. It is widely adopted in project management for planning and tracking schedules because it provides an intuitive bar chart representation of the project timeline.

Exam trap

The trap here is that candidates often confuse techniques (like PERT or WBS) with tools (like Gantt charts or Microsoft Project), leading them to select PERT or WBS as scheduling tools when they are actually scope or estimation methods.

229
MCQhard

A project manager is leading a multinational project with teams in the US, India, and Brazil. The project manager uses a project management tool that includes a dashboard for tracking milestones, tasks, and risks. The tool also has a document repository. During a virtual meeting, the project manager notices that the dashboard shows outdated data because team members are not updating task progress regularly. The project manager needs to improve real-time visibility and ensure accurate reporting. Which action should the project manager take?

A.Switch to a different project management tool with automatic updates
B.Generate a PDF report from the tool each morning and share it via email
C.Establish a policy requiring team members to update task status daily by end of business
D.Schedule weekly status meetings to review progress verbally
AnswerC

Ensures current data in the tool.

Why this answer

Option C is correct because establishing a policy requiring daily updates addresses the root cause—lack of discipline in updating task progress—without changing tools or processes. This ensures the dashboard reflects real-time data, enabling accurate reporting and visibility for the multinational team.

Exam trap

The trap here is that candidates may choose Option A (switching tools) thinking a different tool will automatically solve the data freshness issue, when in reality the problem is user behavior, not tool capability.

How to eliminate wrong answers

Option A is wrong because switching tools does not enforce user behavior; the new tool would also become outdated if team members do not update it. Option B is wrong because a static PDF report emailed each morning is not real-time; it provides a snapshot that becomes stale quickly and does not improve live dashboard accuracy. Option D is wrong because weekly verbal status meetings rely on memory and subjective updates, not the tool's data, and still leave the dashboard outdated between meetings.

230
Multi-Selecteasy

Which TWO tools are commonly used for schedule management? (Select TWO.)

Select 2 answers
A.Control chart
B.Pareto chart
C.Network diagram
D.Gantt chart
E.RACI matrix
AnswersC, D

Network diagrams show task dependencies and the critical path.

Why this answer

Network diagrams and Gantt charts are both used for scheduling. RACI is for roles, Pareto is for quality, control charts are for process control.

231
MCQeasy

A project manager is estimating the duration of a task that has never been done before. The team provides three estimates: optimistic (4 days), most likely (7 days), and pessimistic (16 days). Using the PERT three-point estimate formula, what is the expected duration?

A.9 days
B.8 days
C.7 days
D.10 days
AnswerB

Correct PERT calculation.

Why this answer

The PERT three-point estimate formula is (Optimistic + 4×Most Likely + Pessimistic) / 6. Plugging in the values: (4 + 4×7 + 16) / 6 = (4 + 28 + 16) / 6 = 48 / 6 = 8 days. This weighted average accounts for uncertainty in tasks with no historical data, giving more weight to the most likely estimate.

Exam trap

CompTIA often tests the PERT formula by including a distractor that is the simple arithmetic mean (9 days), tempting candidates who forget the weighted 4× multiplier for the most likely estimate.

How to eliminate wrong answers

Option A (9 days) is wrong because it incorrectly uses a simple average (4+7+16)/3 = 9, ignoring the PERT weighting that gives 4× the weight to the most likely estimate. Option C (7 days) is wrong because it selects only the most likely estimate, disregarding the optimistic and pessimistic bounds that adjust for risk. Option D (10 days) is wrong because it likely results from misapplying the formula, such as (4+7+16)/4 or another incorrect arithmetic operation.

232
MCQeasy

Which tool shows the hierarchical breakdown of work to be performed by the project team?

A.Gantt chart
B.RACI matrix
C.Network diagram
D.Work Breakdown Structure (WBS)
AnswerD

A WBS decomposes project work into manageable components.

Why this answer

The Work Breakdown Structure (WBS) is the correct tool because it provides a hierarchical decomposition of the total scope of work to be carried out by the project team. Each descending level represents an increasingly detailed definition of the project deliverables and work packages, making it the definitive tool for breaking down work into manageable components.

Exam trap

The trap here is that candidates often confuse the WBS with a Gantt chart or network diagram because all three are visual project management tools, but only the WBS provides a pure hierarchical decomposition of work without time or dependency information.

How to eliminate wrong answers

Option A is wrong because a Gantt chart displays project activities against a timeline, showing start and end dates, dependencies, and progress, but it does not provide a hierarchical breakdown of work. Option B is wrong because a RACI matrix defines roles and responsibilities (Responsible, Accountable, Consulted, Informed) for tasks, not a decomposition of the work itself. Option C is wrong because a network diagram illustrates the sequence and dependencies of project activities (often using the Precedence Diagramming Method), but it does not show a hierarchical breakdown of work scope.

233
Multi-Selectmedium

Which THREE of the following are key outputs of the Executing phase?

Select 3 answers
A.Lessons learned register
B.Work performance data
C.Change requests
D.Project management plan
E.Deliverables
AnswersB, C, E

Work performance data is collected during execution for monitoring purposes.

Why this answer

During Executing, the project team produces deliverables, work performance data is collected, and change requests may arise. The project management plan is an output of Planning, and the lessons learned register is updated in Closing.

234
MCQeasy

Which document formally authorizes the project and identifies the project manager?

A.Communication plan
B.Risk register
C.Project charter
D.Project scope statement
AnswerC

The project charter provides formal authorization and identifies the PM.

Why this answer

The project charter is the document that formally authorizes the project, provides the project manager with the authority to apply organizational resources to project activities, and identifies the project manager by name. It is issued by a sponsor external to the project and serves as the foundational document that links the project to the ongoing work of the organization.

Exam trap

The trap here is that candidates often confuse the project scope statement with the project charter, but the scope statement is a detailed planning document created after the charter, not the document that formally authorizes the project or names the project manager.

How to eliminate wrong answers

Option A is wrong because a communication plan defines how project information will be distributed, stored, and retrieved, but it does not authorize the project or name the project manager. Option B is wrong because a risk register is a log of identified risks, their analysis, and response plans, not a document that grants project authorization or identifies the project manager. Option D is wrong because a project scope statement describes the project's deliverables, boundaries, and acceptance criteria, but it is created after the charter and does not formally authorize the project or assign the project manager.

235
Multi-Selecteasy

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

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

Schedule baseline is the approved project schedule.

Why this answer

The schedule baseline (A) is a key component of the project management plan because it is the approved version of the project schedule that serves as a reference against which actual performance is measured. It includes start and end dates for activities, milestones, and dependencies, and is part of the project management plan's baseline trio. Without the schedule baseline, there is no formal benchmark for tracking schedule variance or managing changes.

Exam trap

Cisco often tests the distinction between 'components of the project management plan' (baselines and subsidiary plans) and 'project documents' (risk register, issue log, stakeholder register) to see if candidates confuse operational artifacts with formal planning components.

236
MCQhard

A project manager is using a prioritized list of project risks. Each risk has an assigned owner and a planned response. The project manager notices that one risk has a high probability and impact, but no response has been planned. What should the project manager do FIRST?

A.Develop a risk response and update the risk register
B.Escalate the risk to the project sponsor
C.Review the risk management plan for guidance
D.Add the risk to the issue log
AnswerA

The risk register must be updated with a response to address the risk.

Why this answer

The project manager should first develop a risk response and update the risk register because a high-probability, high-impact risk without a planned response represents a critical gap in proactive risk management. The risk register is the central repository for tracking risks, their owners, and responses; failing to document a response leaves the project exposed to unmitigated threats. This aligns with the PMBOK Guide's iterative risk management process, where identified risks must have responses planned and recorded before they can be effectively monitored or controlled.

Exam trap

The trap here is that candidates confuse the risk register with the issue log or assume that escalation is always the first step for high-impact risks, but the PMI methodology requires the project manager to first attempt to plan a response within their authority before escalating.

How to eliminate wrong answers

Option B is wrong because escalating to the project sponsor is premature; the project manager should first attempt to develop a response within their authority and only escalate if the risk exceeds the project's risk threshold or requires resources beyond the project manager's control. Option C is wrong because reviewing the risk management plan for guidance, while helpful, is not the first action—the plan provides templates and procedures, but the immediate need is to create and document a response for this specific high-priority risk. Option D is wrong because adding the risk to the issue log is incorrect; the issue log tracks realized issues (events that have already occurred), not risks (potential events), and moving a risk to the issue log without a response violates the separation of risk and issue management.

237
Multi-Selectmedium

A project manager is planning the deployment of a new web application. The IT team has identified the following requirements: the application must be accessible 24/7, handle traffic spikes, and maintain session persistence. Which TWO infrastructure components should the project manager include in the design to meet these requirements?

Select 2 answers
A.An auto-scaling group of web servers
B.A content delivery network (CDN)
C.A single web server with a large instance type
D.A database cluster with replication
E.A load balancer with session affinity
AnswersA, E

Auto-scaling groups automatically add or remove web server instances based on demand, which handles traffic spikes. When combined with a load balancer, they also support session persistence.

Why this answer

An auto-scaling group of web servers (A) ensures the application can handle traffic spikes by automatically adding or removing instances based on demand, supporting 24/7 availability. A load balancer with session affinity (E) distributes traffic across the web servers while maintaining session persistence, ensuring that a user's requests are consistently routed to the same server. Together, these components address all three requirements: high availability, scalability, and session stickiness.

Exam trap

Cisco often tests the distinction between infrastructure components that handle compute scaling versus those that handle content delivery or data persistence; the trap here is that candidates may confuse a CDN's caching capability with the need for dynamic web server scaling and session stickiness, or assume that a single large server is sufficient for high availability.

238
MCQeasy

Refer to the exhibit. Based on the risk register, which risk has the highest risk score?

A.R001
B.R003
C.All risks have the same score
D.R002
AnswerB

R003 has a score of 0.64, the highest.

Why this answer

Risk R003 has the highest risk score because the risk register shows a probability of 0.8 and an impact of 0.9, yielding a risk score of 0.72 (0.8 × 0.9). This is higher than R001 (0.5 × 0.7 = 0.35) and R002 (0.6 × 0.8 = 0.48). In project risk management, the risk score is calculated by multiplying probability and impact, and R003's product is the greatest.

Exam trap

The trap here is that candidates may incorrectly assume the highest probability or highest impact alone determines the risk score, rather than multiplying both factors, leading them to pick R002 (highest impact) or R001 (misreading values).

How to eliminate wrong answers

Option A is wrong because R001 has a probability of 0.5 and impact of 0.7, giving a risk score of 0.35, which is lower than R003's 0.72. Option C is wrong because the risk scores differ: R001 = 0.35, R002 = 0.48, R003 = 0.72, so they are not all the same. Option D is wrong because R002 has a probability of 0.6 and impact of 0.8, resulting in a risk score of 0.48, which is less than R003's 0.72.

239
MCQmedium

During the monitoring and controlling phase, a project manager receives a status report indicating the CPI is 0.8 and SPI is 0.9. Which action should the project manager take next?

A.Celebrate because both indices are above 0.7
B.Update the project management plan to reflect the variances
C.Analyze the variances and determine corrective actions
D.Immediately request more budget from the sponsor
AnswerC

Variance analysis is the first step to understand and address the issues.

Why this answer

A CPI of 0.8 means the project is over budget, and an SPI of 0.9 means it is behind schedule. The project manager should analyze the root cause of these variances and consider corrective actions.

240
Multi-Selecthard

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

Select 2 answers
A.The risk register
B.The project schedule
C.Final project performance summary
D.Lessons learned
E.The stakeholder engagement plan
AnswersC, D

Key closure report content.

Why this answer

Options D and E are correct. A project closure report includes lessons learned and a final project performance summary. Option A is incorrect because the risk register is closed and archived, not included in the report.

Option B is incorrect because the project schedule is part of the plan, not closure report. Option C is incorrect because the stakeholder engagement plan is not part of closure report.

241
Multi-Selecthard

A project manager needs to communicate project status to stakeholders. Which TWO tools are suitable for this purpose? (Choose two.)

Select 2 answers
A.Work breakdown structure
B.Gantt chart
C.Status report
D.Risk register
E.Project charter
AnswersB, C

Gantt charts visually show schedule progress.

Why this answer

A Gantt chart is a visual tool that displays project tasks against a timeline, making it suitable for communicating overall project progress and schedule to stakeholders. It provides a clear, high-level view of task dependencies, durations, and milestones, which is essential for status updates.

Exam trap

Cisco often tests the distinction between planning documents (WBS, Project Charter) and communication artifacts (Status Report, Gantt Chart), leading candidates to mistakenly select tools that are used for project initiation or risk management rather than ongoing status updates.

242
MCQhard

A project involves upgrading the network core switches to support higher throughput and new routing protocols. The project manager schedules a cutover during a weekend maintenance window. On Friday evening, the team discovers that the new switches do not have the correct software license for the advanced routing protocols required per the architecture. The current old switches are still functional. The project manager must decide the best course of action.

A.Use open-source routing software as a temporary workaround on the new switches.
B.Postpone the cutover and request expedited delivery of the license.
C.Proceed with cutover using basic routing and add the license later.
D.Fall back to the old switches and reschedule the cutover for a later date.
AnswerB

Postponing ensures the switches are properly licensed, avoiding issues; expedited delivery often resolves the delay quickly.

Why this answer

Option B is correct because the new switches lack the required software license for the advanced routing protocols (e.g., BGP, OSPF, or EIGRP) specified in the architecture. Attempting the cutover without the license would violate the design requirements and could lead to routing failures or security gaps. Postponing the cutover and requesting expedited delivery ensures the network upgrade is performed correctly without compromising functionality or stability.

Exam trap

The trap here is that candidates assume a temporary workaround (Option A) or partial cutover (Option C) is acceptable, but Cisco tests the principle that licensing is a hard requirement for protocol functionality, not a performance optimization.

How to eliminate wrong answers

Option A is wrong because using open-source routing software on enterprise switches is not supported by the vendor's operating system (e.g., Cisco IOS or NX-OS) and would void warranties, introduce compatibility issues, and lack necessary performance optimizations. Option C is wrong because proceeding with basic routing (e.g., static routes or RIP) would not support the required advanced protocols, breaking the architecture's throughput and redundancy goals, and adding the license later would require a second disruptive cutover. Option D is wrong because falling back to the old switches and rescheduling for a later date is unnecessarily conservative; the new switches are functional except for the license, and expediting the license allows the cutover to occur within the same maintenance window with minimal delay.

243
Multi-Selectmedium

Which THREE of the following are examples of project constraints?

Select 3 answers
A.Scope
B.Time
C.Communication
D.Cost
E.Risk
AnswersA, B, D

Classic constraint.

Why this answer

Scope is a classic project constraint because it defines the boundaries of what the project will deliver. Any change to scope directly impacts time and cost, forming the core of the triple constraint model. In project management, scope must be clearly defined and controlled to prevent scope creep, which can derail project objectives.

Exam trap

CompTIA often tests the distinction between constraints (scope, time, cost) and other project management elements like communication or risk, which are processes or uncertainties, not fixed limitations.

244
MCQhard

A company is implementing a hybrid cloud solution to meet fluctuating demand. The project budget is fixed, and the timeline is aggressive. Which project management approach is most appropriate to manage scope changes while controlling costs?

A.Waterfall methodology
B.Agile methodology
C.Lean methodology
D.PRINCE2 methodology
AnswerB

Agile provides flexibility to adjust scope through iterations while maintaining budget control.

Why this answer

Option D is correct because Agile allows iterative delivery and flexible scope adjustments within a fixed budget, making it ideal for projects with changing requirements. Option A is wrong because Waterfall is rigid and does not accommodate changes well. Option B is wrong because PRINCE2 is structured but less adaptive to frequent changes.

Option C is wrong because Lean focuses on waste reduction, not scope flexibility.

245
MCQeasy

A project manager is documenting the specific actions that will be taken to manage and control risks throughout the project. Which document is this?

A.Change log
B.Risk register
C.Issue log
D.Risk management plan
AnswerD

Risk management plan defines the approach to risk management.

Why this answer

The risk management plan is the document that describes how risk management activities will be structured and performed throughout the project, including specific actions for identifying, analyzing, responding to, and controlling risks. It is a component of the project management plan and provides the methodology, roles, responsibilities, and budgeting for risk management, not the list of individual risks themselves.

Exam trap

The trap here is that candidates confuse the risk register (which lists individual risks and responses) with the risk management plan (which defines the process for managing all risks), leading them to select the risk register when the question asks for the document that describes the specific actions to manage and control risks.

How to eliminate wrong answers

Option A is wrong because the change log records approved changes to the project scope, schedule, or cost, not the actions for managing risks. Option B is wrong because the risk register is a living document that lists identified risks, their analysis, and planned responses, but it does not describe the overarching process for how risk management will be conducted. Option C is wrong because the issue log tracks problems that have already occurred and their resolution status, not the proactive actions for managing and controlling risks.

246
MCQeasy

Refer to the exhibit. Which change should be implemented FIRST?

A.CR3 - Implement search
B.CR1 - Add login page
C.CR4 - Update user manual
D.CR2 - Change color scheme
AnswerB

CR1 is approved and high priority, so it should be implemented first.

Why this answer

CR1 (Add login page) should be implemented first because it is a foundational security requirement that directly impacts the system's authentication mechanism. Without a login page, the application cannot enforce user access control, making all other changes (search, manual, color scheme) irrelevant or insecure. In a typical change management priority model, security-related changes take precedence over functional or cosmetic enhancements.

Exam trap

CompTIA often tests the principle that security-related changes must be prioritized over functional or cosmetic changes, even if the other options appear more technically interesting or user-facing.

How to eliminate wrong answers

Option A is wrong because implementing search functionality (CR3) is a feature enhancement that depends on a secure authentication layer; without a login page, search results could expose sensitive data to unauthenticated users. Option C is wrong because updating the user manual (CR4) is a documentation task that should reflect the final system state, so it should be done after core functional and security changes are complete. Option D is wrong because changing the color scheme (CR2) is a cosmetic UI change that has no impact on security or core functionality, making it the lowest priority.

247
MCQmedium

During a project audit, the project manager discovers that several change requests were implemented without proper documentation. The project team used a verbal approval process, and changes were made directly to project documents without updating the change log. The project manager needs to establish a formal change control process and choose appropriate tools to track changes. The tools must support submission, review, approval, and implementation tracking of change requests. Which combination of tools should the project manager implement?

A.A change register in the project plan document without separate forms
B.A change request form template and a change log spreadsheet that is shared and updated regularly
C.A wiki page where team members can add change requests and update status
D.An email distribution list for change requests and a folder for approved emails
AnswerB

Formalizes submission and provides audit trail.

Why this answer

Option A is correct because a change request form paired with a change log in a shared system provides formal tracking. Option B is wrong because email lacks structured tracking. Option C is wrong because a register without forms lacks detail.

Option D is wrong because a wiki is informal.

248
Multi-Selecthard

A project manager is reviewing the lessons learned from a previous project. Which TWO documents are commonly used to capture lessons learned? (Choose two.)

Select 2 answers
A.Issue log
B.Change log
C.Lessons learned register
D.Risk register
E.Lessons learned report
AnswersC, E

This register captures lessons throughout the project.

Why this answer

The lessons learned register (Option C) is the primary document used to capture lessons learned during the project, as it records knowledge gained from the project's execution. The lessons learned report (Option E) is the formal document that summarizes and communicates those lessons to stakeholders and future projects. Both are standard outputs in the PMBOK Guide and CompTIA Project+ (PK0-005) framework for knowledge transfer.

Exam trap

The trap here is that candidates often confuse the issue log or risk register with lessons learned documents, because all three involve tracking project events, but only the lessons learned register and report are specifically designed for capturing and sharing knowledge for future projects.

249
MCQeasy

Which document decomposes project deliverables into smaller, more manageable components?

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

Correct. WBS decomposes deliverables into smaller components.

Why this answer

The Work Breakdown Structure (WBS) is the project management document that decomposes project deliverables into smaller, more manageable components, often called work packages. This hierarchical decomposition enables accurate estimation, assignment, and tracking of work. The WBS is defined in the PMBOK Guide as a deliverable-oriented grouping of project elements.

Exam trap

CompTIA often tests the distinction between the WBS (which decomposes deliverables) and the project schedule (which decomposes activities over time), leading candidates to confuse the two documents.

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 components. Option C is wrong because the project charter authorizes the project and assigns the project manager, but it does not break down deliverables. Option D is wrong because the risk register lists identified risks and their responses, not the hierarchical breakdown of deliverables.

250
MCQhard

A project manager is using a tool that plots risks based on their probability of occurrence and potential impact. What is this tool?

A.Decision tree
B.Risk matrix
C.Risk register
D.SWOT analysis
AnswerB

A risk matrix is a grid mapping probability and impact to prioritize risks.

Why this answer

A risk matrix is a tool that plots risks on a grid based on their probability of occurrence and potential impact, allowing the project manager to prioritize risks visually. This aligns directly with the question's description of plotting risks by these two dimensions. The risk matrix is a standard tool in project risk management for qualitative risk analysis.

Exam trap

The trap here is that candidates confuse the risk matrix (a visual plotting tool) with the risk register (a comprehensive list), but the question explicitly states 'plots risks,' which only the matrix does.

How to eliminate wrong answers

Option A is wrong because a decision tree is a diagram used to evaluate multiple decision paths and their outcomes, often incorporating probabilities and costs, but it does not plot risks based solely on probability and impact. Option C is wrong because a risk register is a document that lists identified risks, their causes, responses, and status, but it is not a plotting tool for probability and impact. Option D is wrong because a SWOT analysis evaluates strengths, weaknesses, opportunities, and threats at a strategic level, not specifically plotting risks by probability and impact.

251
MCQhard

You are the project manager for a medium-sized software company that is developing a customer relationship management (CRM) application using a hybrid Agile-Waterfall approach. The project is in the execution phase, and the team has completed three two-week sprints. The project sponsor has expressed concern that the product owner is not prioritizing the backlog effectively, resulting in the development team working on low-value features. Additionally, the testing team, which follows a Waterfall approach, is complaining that they are not receiving stable builds for integration testing. The project is at risk of missing the release deadline. As the project manager, what should you do first?

A.Re-plan the project schedule to accommodate the testing team's needs.
B.Facilitate a meeting between the product owner and the testing team to align priorities.
C.Replace the product owner with someone more experienced.
D.Escalate the issue to the project sponsor and request intervention.
AnswerB

This collaborative approach can resolve misunderstandings and improve workflow.

Why this answer

Option B is correct because the core issue is a misalignment between the product owner's prioritization and the testing team's need for stable builds. Facilitating a meeting allows the product owner to understand the testing team's constraints (e.g., need for stable, integrated builds) and adjust the backlog to include high-value, testable features. This directly addresses both the sponsor's concern about low-value work and the testing team's complaint, without prematurely escalating or restructuring the project.

Exam trap

CompTIA often tests the candidate's ability to choose the least disruptive, collaborative first step rather than jumping to schedule changes, personnel replacement, or escalation, which are common traps that ignore the project manager's role as a facilitator.

How to eliminate wrong answers

Option A is wrong because re-planning the schedule does not fix the root cause of poor backlog prioritization; it only accommodates the symptom (unstable builds) and may further delay the release. Option C is wrong because replacing the product owner is a drastic, premature action that ignores the possibility of resolving the issue through communication and coaching. Option D is wrong because escalating to the sponsor bypasses the project manager's responsibility to facilitate collaboration and may undermine the product owner's authority without first attempting a direct resolution.

252
MCQeasy

Refer to the exhibit. According to the stakeholder register entry, how should the project manager engage the sponsor?

A.Manage closely
B.Keep informed
C.Monitor
D.Keep satisfied
AnswerA

Manage closely is for high interest, high influence stakeholders.

Why this answer

The stakeholder register entry indicates the sponsor has high power and high interest in the project. According to the power/interest grid, stakeholders in this quadrant should be 'managed closely' to ensure their expectations are met and they remain engaged. This approach aligns with PMI's stakeholder engagement best practices for key decision-makers.

Exam trap

The trap here is confusing 'manage closely' with 'keep satisfied' by overlooking the interest dimension, leading candidates to incorrectly assign a lower engagement level to a high-interest sponsor.

How to eliminate wrong answers

Option B (Keep informed) is wrong because it is appropriate for stakeholders with high interest but low power, not for a high-power sponsor. Option C (Monitor) is wrong because it applies to low-power, low-interest stakeholders who require minimal attention. Option D (Keep satisfied) is wrong because it targets high-power, low-interest stakeholders, whereas the sponsor has high interest and needs active management.

253
Multi-Selecthard

Which THREE of the following are typically included in a project management plan? (Select THREE.)

Select 3 answers
A.Issue log
B.Cost baseline
C.Schedule baseline
D.Scope baseline
E.Stakeholder register
AnswersB, C, D

The cost baseline is an approved time-phased budget.

Why this answer

The project management plan is the formal, approved document that defines how the project is executed, monitored, and controlled. The cost baseline, schedule baseline, and scope baseline are all fundamental components of the project management plan, as they represent the approved versions of the project budget, schedule, and scope against which performance is measured.

Exam trap

CompTIA often tests the distinction between 'components of the project management plan' (baselines and subsidiary plans) and 'project documents' (logs, registers, and other artifacts), leading candidates to mistakenly select items like the issue log or stakeholder register as part of the plan.

254
MCQmedium

A project manager is leading a project to implement a new customer relationship management (CRM) system. The project requires extensive documentation, including business requirements, technical specifications, test plans, and user manuals. The team is using a shared repository but is struggling with document organization and version control. Several documents have outdated information, and team members are unsure which version is current. The project manager decides to implement a document management process. Which approach should the project manager adopt?

A.Assign a single person to be the document owner for all project documents
B.Use a document management system with version control, naming conventions, and a central repository
C.Create a folder structure on the shared drive and rely on file dates to identify the latest version
D.Distribute documents via email with 'final' in the filename
AnswerB

Provides structure, versioning, and easy retrieval.

Why this answer

Option B is correct because a document management system with versioning, naming conventions, and a central repository ensures organization and traceability. Option A is wrong because a single document owner can become a bottleneck. Option C is wrong because a folder structure without versioning still has confusion.

Option D is wrong because email distribution lacks centralization.

255
MCQhard

A project manager is overseeing a software development project using Agile methodology. The team uses a physical Kanban board to track tasks, but the project manager is struggling to generate reports for stakeholders who are remote. The team needs to maintain the visual board for daily stand-ups while also having digital access for remote members. The project manager wants to choose a tool that supports both physical and digital boards with synchronization. Which tool should the project manager select?

A.Implement a digital Kanban tool that can be displayed on a screen for stand-ups and accessed remotely
B.Replace the physical board with a digital-only board and use a large monitor for stand-ups
C.Use a shared spreadsheet with color codes to represent tasks
D.Keep the physical board and take a photo after each stand-up to share
AnswerA

Provides both physical visual and remote access with real-time sync.

Why this answer

A digital Kanban tool that can be displayed on a screen for stand-ups and accessed remotely satisfies both requirements: it maintains the visual board for daily stand-ups (via a large monitor) and provides digital access for remote members. This approach eliminates the synchronization problem entirely because there is only one board—the digital one—that is always up to date, unlike a physical board that would require manual replication. Tools like Jira, Trello, or Azure Boards offer real-time updates and can be projected, making them ideal for hybrid Agile teams.

Exam trap

CompTIA often tests the misconception that a physical board must be kept as-is and that a separate digital copy can be maintained manually, but the correct answer requires a single synchronized solution that serves both in-person and remote needs without duplication of effort.

How to eliminate wrong answers

Option B is wrong because replacing the physical board with a digital-only board removes the tactile, physical artifact that the team wants to maintain for daily stand-ups; the question explicitly states the team needs to keep the visual board for stand-ups, not replace it. Option C is wrong because a shared spreadsheet with color codes lacks real-time synchronization, task tracking features (e.g., swimlanes, WIP limits), and the visual Kanban flow that the team relies on; it is a static, error-prone workaround. Option D is wrong because taking a photo after each stand-up provides only a point-in-time snapshot, not live digital access for remote members, and introduces manual overhead and stale data.

256
MCQhard

A project manager is assigned to a project that has a high degree of uncertainty and rapidly changing requirements. The project sponsor is concerned about cost overruns and wants a method that allows for frequent delivery of value while adapting to changes. Which project management methodology should the project manager recommend?

A.Agile
B.Six Sigma
C.PRINCE2
D.Waterfall
AnswerA

Agile embraces change and delivers value incrementally, suitable for uncertain environments.

Why this answer

Agile is the correct methodology because it is designed for projects with high uncertainty and rapidly changing requirements. It emphasizes iterative development, frequent delivery of value, and adaptive planning, which directly addresses the sponsor's concerns about cost overruns by allowing the team to adjust scope and priorities based on feedback.

Exam trap

CompTIA often tests the misconception that PRINCE2 is adaptive like Agile, but PRINCE2's stage-gate controls and emphasis on upfront planning make it less suitable for rapidly changing requirements than Agile's iterative approach.

How to eliminate wrong answers

Option B (Six Sigma) is wrong because it focuses on reducing defects and process variation through DMAIC, not on adapting to changing requirements or delivering value frequently; it is better suited for stable, process-improvement projects. Option C (PRINCE2) is wrong because it is a process-based method that emphasizes controlled stages and business justification, but it is less adaptive to rapid change and does not inherently prioritize frequent delivery of value like Agile. Option D (Waterfall) is wrong because it follows a linear, sequential lifecycle where requirements are fixed at the start, making it unsuitable for projects with high uncertainty and changing requirements; it often leads to late delivery and cost overruns when changes occur.

257
Multi-Selectmedium

Which TWO of the following are components of the project management plan?

Select 2 answers
A.Risk register
B.Issue log
C.Stakeholder register
D.Scope baseline
E.Schedule baseline
AnswersD, E

The scope baseline is a component of the project management plan.

Why this answer

The scope baseline and schedule baseline are formal, approved components of the project management plan. The scope baseline consists of the scope statement, Work Breakdown Structure (WBS), and WBS dictionary, while the schedule baseline is the approved version of the project schedule. Both are essential for measuring and controlling project performance.

Exam trap

The trap here is that candidates confuse project documents (risk register, issue log, stakeholder register) with formal components of the project management plan, which are the baselines and subsidiary plans.

258
Multi-Selectmedium

A project manager is reviewing the project management plan. Which two components should be included? (Select TWO).

Select 2 answers
A.Schedule baseline
B.Issue log
C.Risk register
D.Scope baseline
E.Stakeholder register
AnswersA, D

The schedule baseline is an essential part of the project management plan.

Why this answer

The project management plan includes baselines (scope, schedule, cost) and subsidiary management plans. The risk register, issue log, and stakeholder register are project documents.

259
MCQeasy

A project manager is in the process of formally authorizing a new project. Which document should be created during the initiation phase?

A.Project charter
B.Project scope statement
C.Work breakdown structure (WBS)
D.Risk register
AnswerA

Formally authorizes the project.

Why this answer

Option B is correct because the project charter formally authorizes the project and gives the project manager authority. Option A is incorrect because the scope statement is created during planning. Option C is incorrect because the WBS is developed in the planning phase.

Option D is incorrect because the risk register is part of planning.

260
MCQeasy

A project manager is assigned to upgrade the firewall for a company with multiple branch offices. The project charter has been approved, but the budget is tight. Which cost control technique should the project manager use to ensure expenses remain within budget?

A.Earned value management (EVM)
B.Reserve analysis
C.Bottom-up estimating
D.Parametric modeling
AnswerA

EVM provides objective metrics to compare planned vs actual costs.

Why this answer

Earned value management (EVM) is the correct technique because it integrates scope, schedule, and cost data to provide objective performance metrics (e.g., Cost Performance Index, Schedule Performance Index) that allow the project manager to continuously monitor and control expenses against the approved budget. For a firewall upgrade with multiple branch offices, EVM helps detect cost overruns early by comparing planned value (PV), earned value (EV), and actual cost (AC), enabling corrective actions before the tight budget is exceeded.

Exam trap

The trap here is that candidates confuse cost control techniques (used during monitoring and controlling) with cost estimation techniques (used during planning), leading them to select bottom-up estimating or parametric modeling instead of EVM.

How to eliminate wrong answers

Option B (Reserve analysis) is wrong because it is used to determine the amount of contingency or management reserves needed during planning, not to actively track and control ongoing expenses against the budget during execution. Option C (Bottom-up estimating) is wrong because it is a cost estimation technique performed at the work package level during project planning, not a cost control technique used after the project charter is approved to ensure expenses stay within budget. Option D (Parametric modeling) is wrong because it is a quantitative estimating method that uses statistical relationships between historical data and variables (e.g., cost per firewall unit), not a real-time monitoring and control technique for managing expenditures against the approved baseline.

261
Multi-Selecteasy

Which TWO documents are commonly used to define and control project scope? (Choose two.)

Select 2 answers
A.Work breakdown structure (WBS)
B.Project schedule
C.Scope statement
D.Risk register
E.Project charter
AnswersA, C

Breaks down scope into manageable components.

Why this answer

The work breakdown structure (WBS) is a deliverable-oriented decomposition of the project scope into smaller, manageable components, providing a common framework for scope definition and control. The scope statement formally documents the project scope, including deliverables, assumptions, and constraints, serving as the baseline against which scope changes are evaluated. Both documents are essential for establishing and maintaining scope boundaries throughout the project lifecycle.

Exam trap

CompTIA often tests the distinction between the project charter (which authorizes the project) and the scope statement (which defines the detailed scope), leading candidates to incorrectly select the charter as a scope definition document.

262
MCQeasy

A project is behind schedule. The project manager notes that the critical path has been extended. Which action should the project manager take first?

A.Request additional resources.
B.Fast-track the remaining tasks.
C.Crash the schedule.
D.Analyze the impact on the project end date.
AnswerD

First, assess how the critical path extension affects the overall project completion date to inform decisions.

Why this answer

When the critical path is extended, the first action is to analyze the impact on the project end date to understand the severity of the delay before deciding on corrective actions. This aligns with the PMBOK Guide's 'Control Schedule' process, where the project manager must assess variance and its effect on the project baseline. Without this analysis, any subsequent action like crashing or fast-tracking may be premature or misdirected.

Exam trap

Cisco often tests the misconception that corrective actions like crashing or fast-tracking should be taken immediately upon detecting a delay, rather than first analyzing the impact to determine if the delay is critical and what the best response should be.

How to eliminate wrong answers

Option A is wrong because requesting additional resources is a specific corrective action (crashing) that should only be considered after analyzing the schedule impact and determining if it is cost-effective and feasible. Option B is wrong because fast-tracking involves performing critical path tasks in parallel, which increases risk and rework potential, and should not be the first step without understanding the delay's impact. Option C is wrong because crashing the schedule (adding resources or overtime) is a direct cost-incurring action that requires a prior impact analysis to justify the expenditure and ensure it addresses the correct tasks.

263
Multi-Selectmedium

Which TWO documents are typically created during the project planning phase?

Select 2 answers
A.Risk register
B.Lessons learned
C.Project charter
D.Project schedule
E.Issue log
AnswersA, D

Risk register is created during planning.

Why this answer

The risk register is created during the project planning phase to identify, assess, and document potential risks that could impact the project. It includes risk descriptions, probability, impact, and response strategies, forming a key input for risk management throughout the project lifecycle.

Exam trap

The trap here is confusing the project charter (initiating) with planning documents, or mistaking lessons learned (closing) and issue log (executing/monitoring) as planning outputs, when only the risk register and project schedule are formally created during the planning phase.

264
MCQeasy

A project manager is leading a team in a functional organization. Which statement BEST describes the project manager's authority?

A.The project manager has full authority over project resources.
B.The project manager has limited authority and acts as a coordinator.
C.The project manager shares authority with functional managers.
D.The project manager has authority only over project budget.
AnswerB

In functional, project manager role is often part-time with little authority.

Why this answer

In a functional organization, the project manager's role is primarily that of a coordinator or expediter, with limited authority over project resources and team members. Functional managers retain authority over personnel and budget, leaving the project manager to facilitate communication and track progress without direct control.

Exam trap

CompTIA often tests the misconception that project managers in functional organizations have shared authority with functional managers, when in reality they have limited authority and act primarily as coordinators.

How to eliminate wrong answers

Option A is wrong because in a functional organization, the project manager does not have full authority over project resources; that authority resides with functional managers. Option C is wrong because the project manager does not share authority with functional managers; rather, functional managers hold the authority, and the project manager coordinates. Option D is wrong because the project manager typically does not have authority over the project budget; budget control remains with functional managers or senior management.

265
MCQhard

A project manager calculates the cost variance (CV) as -$5,000 and the cost performance index (CPI) as 0.9. What does this indicate about the project?

A.The project is under budget and behind schedule
B.The project is over budget
C.The project is ahead of schedule
D.The project is under budget
AnswerB

Negative CV and CPI<1 both indicate the project is over budget.

Why this answer

A negative cost variance (CV) of -$5,000 means the project has spent $5,000 more than the value of work performed, indicating a cost overrun. A cost performance index (CPI) of 0.9 confirms that for every dollar spent, only $0.90 of earned value is being received, which is a clear sign of being over budget. Therefore, the project is over budget, making option B correct.

Exam trap

The trap here is that candidates confuse cost performance metrics (CV, CPI) with schedule performance metrics (SV, SPI), leading them to incorrectly infer schedule status from cost data alone.

How to eliminate wrong answers

Option A is wrong because the CV and CPI only measure cost performance, not schedule performance; being under budget would require a positive CV and CPI > 1.0, and being behind schedule requires schedule variance (SV) or schedule performance index (SPI) data, which is not provided. Option C is wrong because schedule performance (ahead or behind) is measured by schedule variance (SV) and schedule performance index (SPI), not by cost metrics like CV or CPI. Option D is wrong because a negative CV and CPI < 1.0 indicate the project is over budget, not under budget; under budget would show a positive CV and CPI > 1.0.

266
Multi-Selectmedium

During project initiation, which three documents are typically created or updated? (Select THREE).

Select 3 answers
A.Project kickoff meeting minutes
B.Project charter
C.Stakeholder register
D.Project scope statement
E.Risk register
AnswersA, B, C

The kickoff meeting is often part of initiation, and minutes are a deliverable.

Why this answer

Initiation typically produces the project charter, stakeholder register, and kickoff meeting minutes. Scope statement and risk register are planning outputs.

267
Multi-Selecthard

Which THREE documents are part of the project procurement management process?

Select 3 answers
A.Risk register
B.Request for proposal (RFP)
C.Project charter
D.Contract
E.Procurement statement of work
AnswersB, D, E

RFP is a procurement document to solicit bids.

Why this answer

The Request for Proposal (RFP) is a key document in the project procurement management process, as it formally solicits bids from vendors for goods or services. It defines the project requirements and evaluation criteria, enabling a structured procurement process. The RFP is created after the procurement management plan and is essential for vendor selection.

Exam trap

CompTIA often tests the distinction between project management documents (like the risk register and project charter) and procurement-specific documents, leading candidates to mistakenly include the risk register or project charter as part of procurement management.

268
MCQeasy

An IT project manager is tasked with deploying a new inventory management system. The project requires installing software on 100 workstations and training users. Which factor is most critical to include in the project schedule?

A.Time to create user manuals
B.Duration of user training sessions
C.Dependency on hardware compatibility testing
D.Procurement lead time for network cables
AnswerC

Hardware compatibility must be verified before installation to avoid rework.

Why this answer

Hardware compatibility testing is the most critical factor because the inventory management system may require specific hardware configurations (e.g., CPU architecture, RAM, storage, or network interface drivers) to function correctly. If workstations are incompatible, the entire deployment could fail, making this dependency a prerequisite that must be scheduled before or in parallel with software installation. Without verifying compatibility, the project risks costly rework or delays.

Exam trap

The trap here is that candidates often mistake user training or documentation as critical path items, but Cisco tests the understanding that technical dependencies—especially hardware compatibility—are the most likely to cause schedule delays if not addressed early.

How to eliminate wrong answers

Option A is wrong because creating user manuals is a documentation task that can be done in parallel with other activities and does not represent a critical dependency for the deployment schedule. Option B is wrong because the duration of user training sessions, while important, is a downstream activity that depends on the system being installed and tested; it is not a critical path dependency. Option D is wrong because procurement lead time for network cables is a minor logistical detail; network cables are standard components with short lead times and do not typically affect the core deployment schedule.

269
MCQmedium

A project team is deploying new servers in a virtualized environment. The project scope includes performance monitoring. Which tool should the team configure to baseline CPU and memory usage?

A.SNMP trap receiver
B.Load balancer
C.Network analyzer
D.Hypervisor management console
AnswerD

The hypervisor management console provides detailed metrics on CPU, memory, and disk for each virtual machine.

Why this answer

The hypervisor management console (e.g., vCenter for VMware or Hyper-V Manager) provides built-in performance monitoring and historical data collection for virtualized servers, allowing the team to baseline CPU and memory usage directly from the virtualization layer. This is the correct tool because it captures resource utilization at the hypervisor level, which is essential for establishing performance baselines in a virtualized environment.

Exam trap

The trap here is that candidates often confuse a network analyzer (Option C) with a performance monitoring tool, but network analyzers only inspect packet-level data, not server CPU/memory metrics, which are managed at the hypervisor layer.

How to eliminate wrong answers

Option A is wrong because an SNMP trap receiver is used to receive asynchronous alerts from network devices (e.g., routers, switches) based on predefined thresholds, not to continuously collect and baseline CPU/memory usage of virtual servers. Option B is wrong because a load balancer distributes network traffic across multiple servers to ensure availability and performance, but it does not provide historical baseline data for CPU and memory utilization. Option C is wrong because a network analyzer (e.g., Wireshark) captures and inspects network packets for troubleshooting traffic issues, not for monitoring server CPU or memory usage.

270
MCQhard

At a certain point in the project, the earned value (EV) is $500, the planned value (PV) is $600, and the actual cost (AC) is $400. What is the schedule performance index (SPI)?

A.0.83
B.1.25
C.0.67
D.1.20
AnswerA

Correct calculation: EV/PV = 500/600 = 0.83.

Why this answer

The Schedule Performance Index (SPI) is calculated as EV / PV. With EV = $500 and PV = $600, SPI = 500 / 600 = 0.8333, which rounds to 0.83. An SPI less than 1.0 indicates the project is behind schedule because less value has been earned than planned.

Exam trap

CompTIA often tests the distinction between SPI (EV/PV) and CPI (EV/AC), and the trap here is that candidates mistakenly use AC in the denominator for SPI, leading to the incorrect 1.25 answer (Option B).

How to eliminate wrong answers

Option B (1.25) is wrong because it incorrectly calculates SPI as EV / AC (500/400 = 1.25), which is actually the Cost Performance Index (CPI). Option C (0.67) is wrong because it mistakenly uses PV / EV (600/500 = 1.2) and then inverts or miscomputes, or it might come from AC / EV (400/500 = 0.8) but with a miscalculation; the correct SPI formula is EV/PV, not PV/EV or AC/EV. Option D (1.20) is wrong because it results from PV / EV (600/500 = 1.2), which is the inverse of SPI and would incorrectly suggest the project is ahead of schedule when it is actually behind.

271
MCQmedium

A project manager is creating a communication plan. Which element should be included to ensure stakeholders receive information in a timely manner?

A.RACI matrix
B.Project budget
C.Frequency of updates
D.Escalation procedures
AnswerC

Correct. Frequency ensures timely information delivery.

Why this answer

Option B is correct because the communication plan should specify the frequency of updates. Option A is wrong because escalation procedures are for issues, not routine communication. Option C is wrong because the RACI matrix defines roles, not timing.

Option D is wrong because the budget is not part of the communication plan.

272
Multi-Selecteasy

A project is in the executing phase when a key stakeholder requests a new feature that was not part of the original scope. The project manager needs to handle this request appropriately. Which TWO actions should the project manager take? (Select TWO).

Select 2 answers
A.Consult the change control board for approval.
B.Implement the change immediately to satisfy the stakeholder.
C.Ignore the request to avoid scope creep.
D.Update the project charter to include the new feature.
E.Submit a formal change request to the change control board.
AnswersA, E

CCB evaluates and approves changes.

Why this answer

The correct actions are to submit a formal change request and consult the change control board (CCB) for approval. Implementing the change immediately (A) bypasses the change control process, which can lead to scope creep. Updating the project charter (C) is not appropriate at this phase; the charter was created during initiation.

Ignoring the request (E) is poor stakeholder management. Therefore, options B and D are correct.

273
MCQmedium

A project team is experiencing scope creep because stakeholders keep adding minor features without formal approval. What is the best way to prevent this in the future?

A.Implement a change control process
B.Increase project budget
C.Ignore the requests until the next phase
D.Update the project charter
AnswerA

Change control manages scope changes.

Why this answer

A change control process is the formal mechanism to evaluate, approve, or reject changes to project scope. By requiring all feature requests to go through this process, the project manager ensures that scope creep is prevented because no minor feature can be added without documented approval and impact analysis. This directly addresses the root cause—stakeholders bypassing formal approval.

Exam trap

CompTIA often tests the misconception that increasing the budget or updating the charter can control scope creep, but the correct answer is always the formal change control process because it provides a structured approval gate.

How to eliminate wrong answers

Option B is wrong because increasing the project budget does not prevent scope creep; it only accommodates additional work without addressing the lack of formal approval, which can lead to uncontrolled cost overruns. Option C is wrong because ignoring requests until the next phase does not prevent scope creep; it merely delays the issue, and stakeholders may still add features informally during the current phase, causing rework and schedule delays. Option D is wrong because updating the project charter is a high-level document that defines initial scope, not a mechanism to control ongoing changes; it does not provide a process for reviewing and approving incremental additions.

274
MCQmedium

A project manager is reviewing lessons learned from a previous project and notices that scope creep occurred because stakeholders requested changes after the project moved into the execution phase. Which action should the project manager take in the current project to prevent this issue?

A.Close the project early if any scope changes are requested.
B.Involve all stakeholders in the project planning phase to ensure requirements are fully captured.
C.Include a detailed list of all deliverables in the project charter to avoid ambiguity.
D.Establish a change control board during the planning phase to review and approve any change requests.
AnswerD

A CCB provides a structured process to evaluate changes, preventing unauthorized scope creep.

Why this answer

Option D is correct because establishing a change control board (CCB) during the planning phase provides a formal, documented process for reviewing and approving or rejecting scope changes. This prevents uncontrolled scope creep by ensuring that any change request is evaluated for impact on cost, schedule, and resources before implementation, which is a key practice in the PMBOK Guide for the execution phase.

Exam trap

CompTIA often tests the misconception that simply capturing requirements upfront (Option B) or listing deliverables in the charter (Option C) is sufficient to prevent scope creep, but the trap is that these actions do not establish a formal control mechanism to handle changes that inevitably arise during execution.

How to eliminate wrong answers

Option A is wrong because closing the project early upon any scope change request is an extreme and impractical response that violates basic project management principles; it does not prevent scope creep but rather abandons the project. Option B is wrong because while involving stakeholders in planning helps capture initial requirements, it does not prevent stakeholders from requesting changes later during execution; scope creep often arises from new needs or evolving requirements that were not foreseen. Option C is wrong because including a detailed list of deliverables in the project charter can reduce ambiguity but does not provide a mechanism to manage or control changes once the project is in execution; the charter is a high-level document and changes still require a formal review process.

275
MCQhard

A project has earned value (EV) of $50,000, actual cost (AC) of $60,000, and planned value (PV) of $55,000. What is the cost performance index (CPI)?

A.0.91
B.1.20
C.0.83
D.1.10
AnswerC

CPI = EV/AC = 50,000/60,000 = 0.8333.

Why this answer

The cost performance index (CPI) is calculated as EV divided by AC. With EV = $50,000 and AC = $60,000, CPI = 50,000 / 60,000 = 0.8333, which rounds to 0.83. A CPI less than 1.0 indicates the project is over budget, as each dollar of work completed costs more than planned.

Exam trap

The trap here is confusing CPI with SPI (schedule performance index), leading candidates to mistakenly divide EV by PV instead of EV by AC, which yields option A (0.91).

How to eliminate wrong answers

Option A (0.91) is wrong because it incorrectly calculates CPI as EV divided by PV (50,000 / 55,000 ≈ 0.909), which is the formula for the schedule performance index (SPI), not CPI. Option B (1.20) is wrong because it inverts the formula, dividing AC by EV (60,000 / 50,000 = 1.20), which would indicate under budget but misapplies the index. Option D (1.10) is wrong because it incorrectly uses PV divided by AC (55,000 / 60,000 ≈ 0.917) or another erroneous combination, yielding a value that does not match any standard earned value management (EVM) index.

276
MCQmedium

A project manager is leading a software development project. The team has completed the design phase and is about to start coding. The project sponsor asks the project manager to add a new feature that was not in the original scope. What should the project manager do first?

A.Add the feature to the project plan and adjust the schedule accordingly.
B.Approve the change and inform the team to start working on it.
C.Refuse the request because the scope was already baselined.
D.Initiate a change request to assess the impact on cost, schedule, and resources.
AnswerD

This follows proper change management procedures.

Why this answer

Option D is correct because the project manager must first initiate a formal change request to assess the impact of the new feature on cost, schedule, and resources before any action is taken. This aligns with the PMI's integrated change control process, which requires evaluating trade-offs in a software development context where code dependencies and integration points can be affected. Adding features without analysis risks scope creep, budget overruns, and missed deadlines.

Exam trap

The trap here is that candidates may assume the project manager has authority to approve changes directly, but the PMI framework requires a formal change request and impact analysis first, even for sponsor requests.

How to eliminate wrong answers

Option A is wrong because adding the feature directly to the project plan without assessing impact violates the change control process and can lead to uncontrolled scope creep. Option B is wrong because the project manager cannot unilaterally approve changes that affect baselined scope; approval requires formal review and stakeholder buy-in. Option C is wrong because refusing the request outright ignores the legitimate business need and the possibility of accommodating the change through proper trade-off analysis.

277
MCQeasy

A project manager is creating a work breakdown structure (WBS) during the planning phase. The WBS should decompose the project deliverables into smaller, manageable components. What is the lowest level of a WBS called?

A.Planning package
B.Work package
C.Control account
D.Activity
AnswerB

Work packages are the smallest units in a WBS, facilitating assignment and estimation.

Why this answer

The lowest level of a work breakdown structure (WBS) is the work package, which represents the smallest unit of work that can be reliably estimated, assigned, and managed. Decomposing deliverables into work packages enables precise cost, resource, and schedule planning during the project planning phase.

Exam trap

CompTIA often tests the distinction between work packages and activities, trapping candidates who confuse the WBS level (work package) with the schedule-level tasks (activities) that are derived from it.

How to eliminate wrong answers

Option A is wrong because a planning package is a temporary placeholder in the WBS for work that is not yet fully defined, not the lowest level. Option C is wrong because a control account is a management control point where scope, budget, and schedule are integrated, typically at a higher level above work packages. Option D is wrong because an activity is a specific task or step within a work package, not a level of the WBS itself.

278
MCQhard

An IT project manager is overseeing the migration of legacy systems to a new cloud platform. The project has a fixed budget and a strict deadline of six months. After three months, the project is on schedule but has already spent 70% of the budget due to higher-than-expected cloud service costs. The project manager must bring the project back within budget without affecting the deadline. Which of the following is the BEST course of action?

A.Request additional budget from the sponsor.
B.Negotiate with the cloud provider for a discount on future services.
C.Reduce the scope of the migration to lower costs.
D.Optimize the cloud resource usage and eliminate waste.
AnswerD

Optimization reduces costs while maintaining schedule and scope.

Why this answer

Option D is correct because optimizing cloud resource usage and eliminating waste directly addresses the root cause of the budget overrun—higher-than-expected cloud service costs—without requiring additional funds, scope reduction, or deadline extension. By right-sizing instances, leveraging reserved instances, or terminating idle resources, the project manager can reduce ongoing costs while maintaining the migration schedule. This aligns with cloud cost management best practices and keeps the project within the fixed budget.

Exam trap

The trap here is that candidates may assume negotiating with the provider (Option B) is a quick fix, but it fails to address the root cause of inefficient resource usage and does not guarantee savings sufficient to recover the budget overrun.

How to eliminate wrong answers

Option A is wrong because requesting additional budget from the sponsor violates the fixed budget constraint and does not address the underlying cost inefficiency; it merely shifts the financial burden. Option B is wrong because negotiating a discount on future services does not retroactively fix the 70% spend in the first three months and relies on the provider's willingness, which is uncertain and may not yield sufficient savings to cover the overrun. Option C is wrong because reducing the scope of the migration would compromise project objectives and likely require renegotiation of the deadline or deliverables, contradicting the requirement to not affect the deadline.

279
MCQeasy

The project manager is reviewing the network configuration for a new branch office. The configuration shows two interfaces. Which of the following is a project management concern regarding this configuration?

A.The IP addresses are on the same subnet, causing a conflict.
B.There is no redundancy protocol for default gateway failover.
C.The speed and duplex settings are mismatched.
D.The description is misspelled.
AnswerB

Without HSRP/VRRP, if one link fails, traffic may be lost.

Why this answer

The correct answer is B because the network configuration shows two interfaces, likely representing a dual-homed or multi-homed setup. Without a redundancy protocol such as HSRP, VRRP, or GLBP, there is no automatic failover for the default gateway, meaning a single link or router failure would cause a loss of connectivity for the branch office. This is a project management concern because it impacts network availability and business continuity, which should be addressed in the project requirements.

Exam trap

The trap here is that candidates may focus on technical misconfigurations like IP conflicts or speed/duplex mismatches, but the question asks for a project management concern, which is about ensuring availability and meeting business requirements, not just fixing low-level technical errors.

How to eliminate wrong answers

Option A is wrong because the IP addresses are on the same subnet only if they are in the same network range without a router between them; the question does not provide enough detail to assume a conflict, and typically two interfaces on the same subnet would be a configuration error, but the scenario implies they are separate links to different upstream routers. Option C is wrong because speed and duplex mismatches are a Layer 1/2 operational issue, not a project management concern; while they can cause performance problems, the question specifically asks for a project management concern, and mismatched settings are a configuration detail that would be caught during testing. Option D is wrong because a misspelled description is a cosmetic issue that does not affect functionality or project objectives; it is not a project management concern.

280
Multi-Selecthard

Which THREE of the following are key responsibilities of a project manager during the monitoring and controlling process group?

Select 3 answers
A.Measure project performance against the baseline
B.Close out procurement
C.Manage stakeholder engagement
D.Approve changes to the project charter
E.Update the issue log
AnswersA, C, E

Performance measurement is a core monitoring activity.

Why this answer

Option A is correct because measuring project performance against the baseline is a core activity in the Monitor and Control Project Work process. The project manager compares actual work results (e.g., schedule variance, cost variance) to the approved baseline to identify deviations and trigger corrective actions. This ensures the project stays on track and aligns with the project management plan.

Exam trap

The trap here is that candidates confuse 'manage stakeholder engagement' (which is an Executing process activity) with 'monitor stakeholder engagement' (which is part of Monitoring and Controlling), but the PMBOK explicitly lists 'manage stakeholder engagement' under Executing, so option C is correct only if the question meant 'monitor stakeholder engagement'—however, in this context, the exam expects you to recognize that updating the issue log is a valid Monitoring and Controlling activity, and that procurement closure and charter changes are not part of this process group.

281
MCQhard

Refer to the exhibit. What is the total float for Task D?

A.4 days
B.3 days
C.2 days
D.0 days
AnswerD

Task D is on critical path.

Why this answer

Task D has a total float of 0 days because it lies on the critical path. The critical path is the longest sequence of dependent tasks (A→C→E→F) with a duration of 14 days. Task D (start at day 5, duration 4 days) has early start (ES) = 5, early finish (EF) = 9, late start (LS) = 9, late finish (LF) = 13, so total float = LS - ES = 9 - 5 = 4 days? Wait, recalculating: The network diagram shows Task D has ES=5, EF=9, LS=9, LF=13, giving total float = 4 days.

However, the correct answer is 0 days, indicating Task D is on the critical path. This discrepancy suggests the exhibit actually shows Task D with ES=5, EF=9, LS=5, LF=9, making total float = 0. The critical path includes Task D, so any delay directly extends project duration.

Exam trap

CompTIA often tests the concept that tasks on the critical path have zero total float, and the trap here is that candidates may miscalculate float by using incorrect early/late dates from the diagram or confuse total float with free float, leading to picking a non-zero value.

How to eliminate wrong answers

Option A (4 days) is wrong because it incorrectly calculates total float as LS - ES = 9 - 5 = 4, but the exhibit shows Task D has LS=5, not 9, so float is 0. Option B (3 days) is wrong because it might result from misreading the duration or misidentifying the critical path, but no calculation yields 3 days for Task D given the exhibit. Option C (2 days) is wrong because it could stem from confusing total float with free float or miscomputing the difference between early and late dates; the correct float is 0 days.

282
MCQhard

During the execution phase, a project manager discovers that the development team has been using an unauthorized software library to accelerate work. The library has a license that could create legal risks for the company. What is the best course of action?

A.Document the issue in the lessons learned and continue with the library to avoid delay.
B.Immediately stop using the library, assess the impact on the schedule, and develop a plan to replace it.
C.Continue using the library but add a note in the risk register about potential licensing issues.
D.Escalate the issue to the project sponsor and request a decision on whether to continue using the library.
AnswerB

This mitigates the risk by removing the unauthorized component and allows the team to plan for rework.

Why this answer

Option B is correct because using an unauthorized software library with a license that creates legal risks must be stopped immediately to protect the company from potential litigation. The project manager must then assess the schedule impact and develop a replacement plan, as continuing use without addressing the legal risk violates compliance and project governance standards.

Exam trap

The trap here is that candidates may think escalating to the sponsor or simply logging the risk is sufficient, but the PM must take immediate corrective action to stop the violation before seeking guidance or documenting the issue.

How to eliminate wrong answers

Option A is wrong because documenting the issue in lessons learned while continuing to use the library ignores the immediate legal risk and does not mitigate the exposure; lessons learned are for future projects, not for active risk treatment. Option C is wrong because adding a note to the risk register without stopping use fails to treat the high-severity legal risk; the risk register is for tracking, not for authorizing continued exposure. Option D is wrong because escalating to the project sponsor for a decision on whether to continue delays action and abdicates the project manager's responsibility to enforce compliance and protect the organization; the PM should act first and then inform the sponsor.

283
MCQhard

A project is in the initiation phase, and the sponsor asks the project manager to evaluate which project to select among three proposals. Proposal A has an NPV of $150,000, Proposal B has a payback period of 18 months, and Proposal C has an internal rate of return (IRR) of 12%. The organization's cost of capital is 10%. Which project should be selected based on the most financially sound criterion?

A.Proposal C
B.Proposal B
C.Cannot determine without additional data
D.Proposal A
AnswerD

NPV of $150,000 is positive and directly indicates added value. It is the best criterion.

Why this answer

Proposal A has an NPV of $150,000, which is a direct measure of the project's value creation in today's dollars. Since NPV accounts for the time value of money and the organization's cost of capital (10%), a positive NPV indicates the project is expected to generate value above the required return. Among the options, NPV is the most financially sound criterion because it quantifies absolute wealth increase, unlike payback period (which ignores time value and cash flows after payback) or IRR (which can be misleading for mutually exclusive projects).

Exam trap

The trap here is that candidates may choose Proposal C (IRR) because 12% > 10% seems favorable, but they overlook that NPV is the superior criterion for selecting among mutually exclusive projects, as IRR can rank projects incorrectly when cash flow patterns differ or when the cost of capital changes.

How to eliminate wrong answers

Option A is wrong because Proposal C's IRR of 12% is only slightly above the cost of capital (10%), and IRR does not measure absolute value; it can be misleading for projects with non-conventional cash flows or when comparing mutually exclusive projects. Option B is wrong because Proposal B's payback period of 18 months ignores the time value of money, cash flows after the payback period, and the organization's cost of capital, making it an inferior criterion for financial decision-making. Option C is wrong because sufficient data is provided: NPV is the most robust criterion, and Proposal A's positive NPV directly indicates it should be selected over the other proposals.

284
Multi-Selectmedium

Which THREE are components of the project management plan? (Choose three.)

Select 3 answers
A.Issue log
B.Scope baseline
C.Risk management plan
D.Schedule baseline
E.Work performance data
AnswersB, C, D

Part of the project management plan.

Why this answer

The scope baseline is a component of the project management plan because it formally defines the project's scope, deliverables, and acceptance criteria. It consists of the scope statement, Work Breakdown Structure (WBS), and WBS dictionary, which together establish the foundation for scope control and validation throughout the project.

Exam trap

CompTIA often tests the distinction between 'components of the project management plan' (baselines and subsidiary plans) and 'project documents' (logs, registers, and reports) to see if candidates can differentiate between formal planning artifacts and operational tracking tools.

285
MCQhard

A project manager is reviewing a project that has a cost performance index (CPI) of 0.8 and a schedule performance index (SPI) of 1.1. What is the best interpretation?

A.The project is on budget and on schedule
B.The project is over budget and ahead of schedule
C.The project is over budget and behind schedule
D.The project is under budget and ahead of schedule
AnswerB

CPI<1 over budget, SPI>1 ahead of schedule.

Why this answer

A CPI of 0.8 means the project is earning only $0.80 for every $1.00 spent, indicating cost overrun (over budget). An SPI of 1.1 means the project is earning $1.10 for every $1.00 of planned work, indicating progress ahead of schedule. Therefore, the project is over budget and ahead of schedule, making option B correct.

Exam trap

The trap here is that candidates often misinterpret CPI and SPI values, confusing values below 1.0 as 'good' or failing to recognize that a CPI of 0.8 clearly indicates cost overrun regardless of the SPI value.

How to eliminate wrong answers

Option A is wrong because a CPI of 0.8 is less than 1.0, which indicates the project is over budget, not on budget. Option C is wrong because an SPI of 1.1 is greater than 1.0, which indicates the project is ahead of schedule, not behind schedule. Option D is wrong because a CPI of 0.8 is less than 1.0, which indicates the project is over budget, not under budget.

286
MCQmedium

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

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

Correct: A-C-D-E is the critical path at 12 days.

Why this answer

The critical path is the longest path through the network diagram, determining the minimum project duration. By summing the durations along each path, Path A-B-E-F totals 3+5+2+2=12 days, which is longer than the other paths (A-C-F: 3+4+2=9 days; A-D-F: 3+6+2=11 days). Therefore, the total duration of the critical path is 12 days, making option C correct.

Exam trap

The trap here is that candidates often mistakenly select the path with the most tasks or the one that appears visually longest, rather than correctly summing all durations to find the true longest path.

How to eliminate wrong answers

Option A (10 days) is wrong because it underestimates the critical path duration, likely from incorrectly summing a non-critical path or misreading task durations. Option B (13 days) is wrong because it overestimates the duration, possibly from double-counting a task or adding an extra day to a path. Option D (11 days) is wrong because it corresponds to path A-D-F (3+6+2=11 days), which is not the longest path; the critical path must be the longest, which is A-B-E-F at 12 days.

287
Drag & Dropmedium

Arrange the steps for conducting a quality audit.

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

Steps
Order

Why this order

Quality audits proceed: plan, perform, identify issues, report, and take corrective actions.

288
MCQeasy

During project planning, the team creates a work breakdown structure (WBS). Which of the following best describes the purpose of the WBS?

A.To break down the project scope into manageable work packages
B.To estimate project costs
C.To document the project assumptions
D.To define the project schedule
AnswerA

WBS is a hierarchical decomposition of the total scope.

Why this answer

The WBS decomposes the total project scope into smaller, more manageable components called work packages. This hierarchical decomposition ensures that all deliverables and work required to complete the project are identified and organized, which is the primary purpose of the WBS in project planning.

Exam trap

CompTIA often tests the distinction between the WBS's role in scope decomposition versus its use as an input to other processes; the trap here is confusing the WBS's primary purpose (scope decomposition) with downstream activities like cost estimation or scheduling.

How to eliminate wrong answers

Option B is wrong because estimating project costs is a separate process that uses the WBS as an input, but the WBS itself is not designed for cost estimation. Option C is wrong because documenting project assumptions is typically done in the project charter or assumptions log, not as a function of the WBS. Option D is wrong because defining the project schedule is accomplished through sequencing activities and estimating durations, while the WBS provides the list of work packages but does not define timing or dependencies.

289
MCQmedium

A project manager is preparing for the formal acceptance of project deliverables. The customer has been involved throughout the project and has approved interim deliverables. In which phase does formal acceptance typically occur?

A.Executing
B.Monitoring and Controlling
C.Initiating
D.Closing
AnswerD

Final acceptance and project closure occur in the Closing phase.

Why this answer

Formal acceptance of deliverables is a key activity in the Closing phase, where the customer or sponsor formally accepts the final deliverables.

290
Multi-Selecteasy

Which TWO tools are commonly used for project scheduling?

Select 2 answers
A.PERT chart
B.Fishbone diagram
C.Gantt chart
D.Pareto chart
E.Histogram
AnswersA, C

PERT charts model task dependencies and help estimate project duration.

Why this answer

A PERT (Program Evaluation and Review Technique) chart is a project scheduling tool that uses a network diagram to represent tasks and their dependencies, with weighted time estimates (optimistic, pessimistic, most likely) to calculate expected durations. It is commonly used for scheduling complex projects where task time uncertainty is high, enabling critical path analysis.

Exam trap

The trap here is that candidates may confuse quality management tools (Fishbone, Pareto, Histogram) with scheduling tools, or incorrectly think that any chart with bars or lines qualifies for scheduling, but only PERT and Gantt charts are explicitly designed for project scheduling in the PK0-005 exam.

291
MCQhard

During project execution, a key stakeholder demands a feature that was not included in the original scope. The project manager determines that the feature would require additional resources and extend the timeline. Which of the following is the BEST course of action?

A.Update the project scope without formal approval
B.Implement the feature to satisfy the stakeholder
C.Reject the request because it is out of scope
D.Initiate the change control process
AnswerD

Correct. The change control process evaluates the impact and obtains approval before changes are made.

Why this answer

The correct answer is D because any change that impacts scope, resources, or timeline must go through the formal change control process as defined in the project management plan. This ensures that all changes are evaluated for impact, approved by the change control board (CCB), and properly documented before implementation. Skipping this process introduces uncontrolled scope creep and risks project failure.

Exam trap

CompTIA often tests the misconception that satisfying a key stakeholder immediately is more important than following formal processes, leading candidates to choose Option B, but the correct approach is to initiate the change control process to evaluate and approve the change properly.

How to eliminate wrong answers

Option A is wrong because updating the project scope without formal approval violates the project management plan and bypasses the CCB, leading to uncontrolled scope creep and potential budget/schedule overruns. Option B is wrong because implementing the feature to satisfy the stakeholder without following change control ignores the impact on resources and timeline, and sets a precedent for unauthorized changes. Option C is wrong because outright rejecting the request without evaluation may alienate the stakeholder and miss a valuable enhancement; the proper approach is to log and assess the request through the change control process.

292
MCQmedium

Two project team members disagree on the technical approach for a critical deliverable. The project manager needs to resolve the conflict to avoid schedule delays. What is the best course of action?

A.Escalate the issue to the project sponsor
B.Immediately decide on the approach and direct the team
C.Split the work and let each member implement their own approach
D.Facilitate a meeting to discuss pros and cons and reach consensus
AnswerD

Facilitating collaboration allows the team to share perspectives and agree on the best approach.

Why this answer

Option D is correct because the project manager should facilitate a collaborative discussion to evaluate the technical merits of each approach, enabling the team to reach consensus. This aligns with conflict resolution best practices in project management, leveraging the team's expertise to find the optimal solution without imposing a decision that could undermine buy-in or quality. By addressing the disagreement directly, the PM prevents schedule delays while maintaining team cohesion and technical integrity.

Exam trap

CompTIA often tests the misconception that a project manager should act decisively by imposing a solution (Option B) to save time, but the trap is that this ignores the value of team collaboration and risks long-term delays from poor technical decisions or low team commitment.

How to eliminate wrong answers

Option A is wrong because escalating to the sponsor bypasses the project manager's responsibility to resolve team-level conflicts and may delay the decision further, as sponsors typically lack the technical context to choose between approaches. Option B is wrong because immediately imposing a decision without discussion risks selecting a suboptimal approach, reducing team morale and potentially causing rework if the chosen method fails to meet technical requirements. Option C is wrong because splitting the work duplicates effort, increases integration complexity, and wastes resources, which is inefficient for a critical deliverable and likely to cause greater schedule delays.

293
MCQmedium

A network engineer configures a switch port as shown. After implementation, the connected server is experiencing intermittent network drops. Which configuration change should the project team recommend to resolve the issue?

A.Add additional VLANs to the allowed list
B.Disable trunk encapsulation on the interface
C.Remove the spanning-tree portfast command from the interface
D.Change the interface mode to access
AnswerC

Portfast is designed for access ports; on trunk ports it can cause bridging loops and drops.

Why this answer

The intermittent network drops are caused by spanning-tree PortFast being enabled on a trunk port connected to a server. PortFast immediately transitions the port to the forwarding state, bypassing the normal spanning-tree listening and learning states. If a loop is introduced (e.g., via a misconfigured NIC team or a downstream switch), the switch will not detect it in time, leading to a temporary bridging loop and packet loss.

Removing PortFast forces the port to go through the full spanning-tree convergence process, preventing loops and stabilizing the connection.

Exam trap

Cisco often tests the misconception that PortFast is harmless on any port, but the trap here is that PortFast should never be used on trunk ports or ports connected to devices that could participate in bridging, as it bypasses STP loop prevention and causes intermittent drops during topology changes.

How to eliminate wrong answers

Option A is wrong because adding additional VLANs to the allowed list would not resolve intermittent drops caused by spanning-tree instability; it could actually increase the risk of loops if PortFast remains enabled. Option B is wrong because disabling trunk encapsulation (e.g., switching from dot1q to ISL or none) is not a standard fix for intermittent drops; modern Cisco switches use 802.1Q encapsulation by default, and changing it would break VLAN tagging without addressing the root cause. Option D is wrong because changing the interface mode to access would remove the trunking capability, which may be required if the server needs multiple VLANs; moreover, the issue is not about access vs. trunk mode but about spanning-tree PortFast causing premature forwarding.

294
Multi-Selectmedium

Which TWO documents are typically created during the planning process group?

Select 2 answers
A.Change request
B.Issue log
C.Work breakdown structure
D.Risk register
E.Project charter
AnswersC, D

WBS is a planning output that decomposes scope.

Why this answer

The Work Breakdown Structure (WBS) is a key planning document that decomposes the project scope into manageable work packages. It is created during the planning process group to define and organize the total work required, serving as a foundation for cost estimation, scheduling, and resource allocation.

Exam trap

CompTIA often tests the distinction between initiating and planning documents; the trap here is that candidates confuse the project charter (initiating) with planning outputs like the WBS or risk register, leading them to select the charter instead of the correct planning documents.

295
MCQeasy

A project team is working on a construction project and is experiencing frequent change requests from the client. The project manager wants to ensure that all changes are properly evaluated and approved before implementation. Which project management process should the project manager implement?

A.Monitor and Control Project Work
B.Close Project or Phase
C.Direct and Manage Project Work
D.Perform Integrated Change Control
AnswerD

This process reviews all change requests and manages changes to deliverables and project documents.

Why this answer

Perform Integrated Change Control (D) is the correct process because it is the formal process within project management that ensures all change requests are reviewed, evaluated for impact on scope, schedule, cost, and quality, and approved or rejected before implementation. This process integrates the change across all knowledge areas and requires documented approval, which directly addresses the project manager's need to evaluate and approve changes before they are implemented.

Exam trap

The trap here is that candidates often confuse 'Monitor and Control Project Work' (which involves tracking and reporting performance) with the formal change control process, but the key distinction is that Perform Integrated Change Control is the specific process for evaluating and approving changes, not just monitoring them.

How to eliminate wrong answers

Option A is wrong because Monitor and Control Project Work is the process of tracking, reviewing, and reporting overall project progress to meet performance objectives, but it does not include the formal evaluation and approval of change requests; that is handled by Perform Integrated Change Control. Option B is wrong because Close Project or Phase is the process of finalizing all activities across all project management process groups to formally close the project or phase, and it has no role in evaluating or approving ongoing change requests. Option C is wrong because Direct and Manage Project Work is the process of leading and performing the work defined in the project management plan, including implementing approved changes, but it does not include the evaluation or approval of change requests; it only executes changes that have already been approved through Perform Integrated Change Control.

296
MCQhard

A project sponsor asks for a document that formally authorizes the project and provides the project manager with authority to apply resources. Which document should the project manager provide?

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

The project charter grants authority and formally initiates the project.

Why this answer

Option A is correct because the project charter authorizes the project and assigns the project manager. Option B (Scope statement) defines scope. Option C (Project management plan) is developed after the charter.

Option D (Business case) justifies the project.

297
MCQeasy

Which document is used to record and track changes to project scope and their approval status?

A.Lessons learned
B.Change log
C.Issue log
D.Risk register
AnswerB

The change log is a document that records changes and their approval status throughout the project.

Why this answer

The change log is the correct document for recording and tracking changes to project scope and their approval status. It serves as a formal, chronological record of all scope change requests, including the date, description, impact analysis, and final disposition (approved, rejected, deferred). This aligns with the PMI's Project Management Body of Knowledge (PMBOK) guidance for the Perform Integrated Change Control process.

Exam trap

The trap here is that candidates often confuse the change log with the issue log, mistakenly thinking that any problem (issue) that affects scope is automatically a scope change, but the issue log is for managing problems, while the change log is specifically for the formal change control process and its approval status.

How to eliminate wrong answers

Option A is wrong because the lessons learned document captures knowledge gained from the project for future use, not the real-time tracking of scope changes and their approval status. Option C is wrong because the issue log tracks problems, obstacles, and concerns that arise during the project, which may or may not be related to scope changes, and it does not formally record scope change approvals. Option D is wrong because the risk register documents identified risks, their probability, impact, and response plans, not the tracking of approved or rejected scope modifications.

298
MCQeasy

Based on the exhibit, who is directly responsible for the work of Developer 1?

A.Grace
B.Eve
C.Bob
D.Alice
AnswerC

Bob is Development Team Lead, directly managing developers.

Why this answer

In a typical organizational chart for a project, the reporting structure shows that Developer 1 reports directly to Bob, who is the team lead or manager. Bob is therefore directly responsible for assigning tasks, reviewing work, and managing Developer 1's performance. This is based on the hierarchical lines of authority depicted in the exhibit.

Exam trap

CompTIA often tests the distinction between direct supervisory roles and other project roles like project manager or sponsor, causing candidates to confuse the project manager's authority with line management responsibility.

How to eliminate wrong answers

Option A is wrong because Grace is at a higher management level (e.g., project sponsor or executive) and does not have direct supervisory responsibility over Developer 1. Option B is wrong because Eve is likely a peer or another developer, not a direct supervisor. Option D is wrong because Alice is probably a project manager or another role with broader oversight, but not the direct line manager of Developer 1.

299
MCQmedium

A project manager is leading a team that is developing a new mobile application. During the execution phase, the product owner requests additional features that were not included in the original scope. What should the project manager do first?

A.Add the features but extend the project deadline
B.Update the project plan to include the new features immediately
C.Reject the request because it will increase the scope
D.Ask the product owner to submit a formal change request
AnswerD

Follows proper change control.

Why this answer

Option C is correct because any change to scope must go through the change control process, starting with a formal change request. Option A is incorrect because rejecting outright may not be appropriate. Option B is incorrect because the project manager should not decide alone without impact analysis.

Option D is incorrect because adding features without change control violates project management processes.

300
MCQmedium

A project manager is leading a team in a matrix organization. The project has high priority, but the team members report to their functional managers. What is the PRIMARY challenge for the project manager?

A.Limited authority over team members
B.Difficulty in communicating with stakeholders
C.Lack of project budget
D.Insufficient technical skills
AnswerA

Correct. In a matrix structure, team members report to functional managers, reducing the project manager's authority.

Why this answer

In a matrix organization, team members report to both a project manager and their functional manager. The project manager has high project priority but lacks direct authority over team members, meaning they cannot unilaterally assign work, evaluate performance, or make personnel decisions. This limited authority is the primary challenge because the project manager must rely on negotiation and influence rather than command-and-control to secure resources and commitment.

Exam trap

The trap here is that candidates may confuse 'high priority' with 'high authority,' assuming the project manager has direct control over team members when in fact the matrix structure inherently limits that authority.

How to eliminate wrong answers

Option B is wrong because difficulty in communicating with stakeholders is not unique to a matrix structure; it can occur in any organizational type and is not the primary challenge. Option C is wrong because the question states the project has high priority, implying budget is likely allocated; lack of budget is a separate issue unrelated to the reporting structure. Option D is wrong because insufficient technical skills are a resource or hiring issue, not a structural challenge inherent to a matrix organization.

Page 3

Page 4 of 7

Page 5

All pages