Courseiva

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

980 questions total · 14pages · All types, answers revealed

Page 12

Page 13 of 14

Page 14
901
Multi-Selectmedium

A project manager is creating the project management plan. Which TWO subsidiary plans should be included? (Select TWO.)

Select 2 answers
A.Product backlog
B.RACI matrix
C.Burndown chart
D.Risk management plan
E.Scope management plan
AnswersD, E

A subsidiary plan of the PMP.

Why this answer

The project management plan is a formal, approved document that defines how the project is executed, monitored, and controlled. The Risk Management Plan (D) and Scope Management Plan (E) are two of the subsidiary plans that must be included, as they detail processes for identifying, analyzing, and responding to risks, and for defining, validating, and controlling scope, respectively. These are mandated by the PMBOK Guide and are core components of a comprehensive project management plan.

Exam trap

CompTIA often tests the distinction between project management plan components (subsidiary plans) and project documents or artifacts (like backlogs, charts, or matrices), leading candidates to mistakenly select tools or outputs instead of formal planning documents.

902
MCQmedium

A project manager notices that the actual cost (AC) is $50,000, the earned value (EV) is $45,000, and the planned value (PV) is $55,000. Which statement is true regarding schedule and cost performance?

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

SV = -$10,000 (behind schedule), CV = -$5,000 (over budget).

Why this answer

Schedule variance (SV) = EV - PV = $45,000 - $55,000 = -$10,000 (negative, behind schedule). Cost variance (CV) = EV - AC = $45,000 - $50,000 = -$5,000 (negative, over budget).

903
MCQeasy

In an agile project using Jira, the product owner wants to prioritize the work for the next iteration. Which document or artefact should they refer to?

A.Burndown chart
B.Sprint backlog
C.Product backlog
D.RACI matrix
AnswerC

The product backlog is the single source of truth for prioritised work in an agile Jira project, directly satisfying the constraint of needing to order items for the next iteration. Jira’s backlog view allows the product owner to drag-and-rank user stories, bugs, and tasks by business value, ensuring the highest-priority items are selected for the upcoming sprint.

Why this answer

The product backlog is the prioritized list of user stories and work items for the product. The sprint backlog is for the current sprint.

904
MCQmedium

A project team is in the process of obtaining seller responses, evaluating proposals, and awarding a contract. Which procurement document is used to formally request a proposal from potential sellers?

A.Request for Information (RFI)
B.Request for Quote (RFQ)
C.Request for Proposal (RFP)
D.Statement of Work (SOW)
AnswerC

RFP is used to request proposals.

Why this answer

A Request for Proposal (RFP) is used to solicit proposals from sellers.

905
MCQmedium

In an agile project using Jira, the team creates a board that visualizes the workflow with columns such as 'To Do', 'In Progress', and 'Done'. Which type of board is this?

A.Gantt chart
B.Kanban board
C.Burndown chart
D.Scrum board
AnswerB

Kanban board visualizes the flow of work across columns.

Why this answer

A Kanban board displays workflow stages and limits work in progress.

906
MCQeasy

A project manager is creating the project charter and needs to identify the project's key stakeholders. Which of the following is the most reliable source for identifying stakeholders?

A.Interviewing the project sponsor
B.Reviewing the organizational chart
C.Reviewing the assumption log
D.Analyzing the project issue log
AnswerA

Sponsor has broad knowledge of parties involved.

Why this answer

The project sponsor is the primary source of authority and funding for the project, and they have the broadest organizational visibility and strategic interest. Interviewing the sponsor is the most reliable method to identify key stakeholders because the sponsor can provide insights into influential individuals, departments, and external parties that may not be captured in static documents. This aligns with the PMBOK Guide's emphasis on engaging the sponsor early during project charter development.

Exam trap

CompTIA often tests the misconception that static documents like organizational charts are sufficient for stakeholder identification, when in fact the dynamic, authoritative insight from the sponsor is the most reliable source during project initiation.

How to eliminate wrong answers

Option B is wrong because an organizational chart shows formal reporting structures but does not reveal informal influencers, external stakeholders, or individuals with hidden interest in the project. Option C is wrong because the assumption log is created during project planning, not during charter creation, and it records assumptions about constraints, not stakeholder identities. Option D is wrong because the issue log is a tool used during project execution to track problems, not a source for identifying stakeholders at the initiation phase.

907
MCQhard

You are managing a software development project with a fixed deadline. The project team consists of 10 developers and 2 testers. The project is currently in the execution phase. During a status review, you find that one of the critical path tasks is two weeks behind schedule due to a key developer being reassigned to another project. The product owner is unwilling to reduce scope. The project sponsor has instructed you to bring the schedule back on track without increasing the budget. The project plan does not include any contingency time. Which of the following is the best course of action?

A.Request a schedule extension from the sponsor
B.Reassign a developer from a non-critical task to the critical task
C.Ask the team to work overtime
D.Add more developers to the task
AnswerB

This uses existing resources without additional cost and can bring the critical path back on track by focusing effort on the delayed task.

Why this answer

Reassigning a developer from a non-critical task (which has float) to the critical path task is the most cost-effective way to recover schedule without additional budget or scope changes.

908
MCQmedium

A project manager is developing a network diagram and needs to represent an activity that can start only after its predecessor has finished. Which dependency type does this describe?

A.Finish-to-Start (FS)
B.Start-to-Start (SS)
C.Finish-to-Finish (FF)
D.Start-to-Finish (SF)
AnswerA

Correct: the successor starts only after the predecessor finishes.

Why this answer

Finish-to-Start (FS) is the most common dependency where the successor cannot start until the predecessor finishes.

909
MCQmedium

A project manager notices that a task is taking longer than planned and the project is falling behind schedule. The project manager wants to identify the root cause of the delay. Which quality tool would be most appropriate?

A.Histogram
B.Control chart
C.Cause-and-effect diagram
D.Pareto chart
AnswerC

Fishbone diagram helps identify and categorize root causes.

Why this answer

The cause-and-effect diagram (also known as a fishbone or Ishikawa diagram) is the most appropriate quality tool for identifying the root cause of a delay because it systematically maps potential causes (e.g., resources, processes, environment) to the observed effect (the schedule delay). Unlike other tools that show data distribution or trends, this diagram is designed for root cause analysis by visually brainstorming and categorizing contributing factors.

Exam trap

The trap here is that candidates confuse a Pareto chart (which ranks causes by frequency) with root cause analysis, but the Pareto chart only shows what is most common, not the underlying cause-effect relationships that the cause-and-effect diagram explicitly maps.

How to eliminate wrong answers

Option A is wrong because a histogram displays the frequency distribution of data (e.g., task durations) but does not identify causal relationships or root causes of a delay. Option B is wrong because a control chart monitors process stability over time against control limits, but it only signals when a process is out of control, not the specific root cause of a delay. Option D is wrong because a Pareto chart prioritizes issues by frequency (the 80/20 rule) but does not explore cause-and-effect relationships; it shows what problems are most common, not why a specific delay occurred.

910
Multi-Selecthard

Which THREE of the following are project management knowledge areas as defined in the PMBOK Guide?

Select 3 answers
A.Risk
B.Stakeholder
C.Security
D.Integration
E.Budgeting
AnswersA, B, D

Risk management is a knowledge area.

Why this answer

Risk, Stakeholder, and Integration are three of the ten project management knowledge areas defined in the PMBOK Guide. Risk management involves identifying, analyzing, and responding to project risks; stakeholder management focuses on engaging individuals and groups affected by the project; integration management coordinates all project processes and activities. These are core knowledge areas that the PMBOK Guide explicitly lists, unlike Security or Budgeting, which are not standalone knowledge areas in the PMBOK framework.

Exam trap

The PK0-005 exam often tests the distinction between PMBOK-defined knowledge areas and common project management activities, so candidates may mistakenly choose 'Security' or 'Budgeting' because they are important project tasks, but they are not official PMBOK knowledge areas.

911
MCQmedium

During project execution, a stakeholder requests a change to the project scope. What is the first step the project manager should take?

A.Inform the sponsor of the change
B.Submit a change request to the change control board
C.Implement the change immediately
D.Update the project baseline
AnswerB

The change request is the first formal step.

Why this answer

The first step in change control is to document the change request and submit it for impact analysis.

912
MCQhard

During project execution, a critical team member resigns. The project manager must reassign tasks. The project has a tight deadline and no backup resources. Which technique best minimizes schedule impact?

A.Crash the schedule by adding overtime.
B.Fast track remaining tasks.
C.Implement resource smoothing.
D.Resource level to balance workload.
AnswerA

Overtime can accelerate critical path.

Why this answer

Crashing the schedule by adding overtime directly increases the work hours available to complete critical path tasks without requiring additional resources. Since the project has no backup resources and a tight deadline, overtime is the only option that can compress the schedule by applying more effort to the existing team, thereby minimizing the schedule impact from the resignation.

Exam trap

CompTIA often tests the distinction between schedule compression techniques (crashing vs. fast-tracking) and resource optimization techniques (smoothing vs. leveling), and the trap here is that candidates confuse resource smoothing or leveling with schedule compression, not realizing they adjust resource usage without necessarily reducing project duration.

How to eliminate wrong answers

Option B is wrong because fast-tracking involves performing tasks in parallel that were originally sequential, which increases risk of rework and does not address the loss of a critical team member's capacity. Option C is wrong because resource smoothing adjusts the schedule to avoid peaks and valleys in resource usage but does not shorten the project duration or compensate for the lost resource. Option D is wrong because resource leveling balances workload by delaying tasks to stay within resource limits, which would likely extend the schedule, not minimize impact under a tight deadline.

913
Multi-Selectmedium

A project manager is closing a project. Which THREE activities are part of the project closure process? (Select THREE).

Select 3 answers
A.Release project resources
B.Implement risk response strategies
C.Archive project documents
D.Create the Work Breakdown Structure
E.Obtain formal acceptance from the sponsor
AnswersA, C, E

Releasing resources is part of closing.

Why this answer

Project closure includes obtaining formal acceptance, archiving documents, and releasing resources. Risk response strategies are part of execution, and creating the WBS is part of planning.

914
MCQeasy

During the initiating phase of a project, a project charter is created. Which of the following is typically included in a project charter?

A.Project purpose and high-level scope
B.Detailed work breakdown structure
C.Risk register with identified risks
D.Earned value metrics
AnswerA

The project charter defines the high-level scope and purpose of the project.

Why this answer

The project charter includes the project purpose, objectives, high-level scope, budget, schedule, assumptions, constraints, and the authority of the project manager.

915
MCQmedium

A project manager is evaluating risk responses. For a risk with high probability and high impact, which risk response strategy is most appropriate to eliminate the threat?

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

Avoidance changes the project plan to completely eliminate the risk.

Why this answer

Avoidance is the only strategy that completely eliminates the threat by changing the project plan to avoid the risk. Transfer shifts liability, mitigate reduces impact/probability, and acceptance acknowledges the risk without action.

916
MCQeasy

Which document formally authorizes a project and assigns the project manager?

A.Stakeholder register
B.RACI matrix
C.Project management plan
D.Project charter
AnswerD

Correct. The charter gives formal authorization.

Why this answer

The project charter is a document that formally authorizes the project and identifies the project manager. It provides authority to use resources.

917
MCQhard

A project is behind schedule due to underestimation of task durations. The project manager needs to compress the schedule without increasing costs. Which technique should the project manager consider?

A.Fast tracking
B.Scope reduction
C.Crashing
D.Resource leveling
AnswerA

Correct. Fast tracking performs activities in parallel, potentially reducing duration without adding cost, though it may increase risk.

Why this answer

Fast tracking involves performing critical path activities in parallel instead of sequentially to compress the schedule. Since the project is behind schedule due to underestimation of task durations, fast tracking can shorten the project timeline without increasing costs, as it does not require additional resources or overtime.

Exam trap

The trap here is that candidates confuse fast tracking with crashing, assuming both compress the schedule, but crashing increases costs while fast tracking does not, making fast tracking the correct choice when cost cannot increase.

How to eliminate wrong answers

Option B (Scope reduction) is wrong because it reduces project deliverables or requirements, which changes the project scope and may not be acceptable to stakeholders; it is not a schedule compression technique that maintains the original scope. Option C (Crashing) is wrong because it adds resources or overtime to accelerate tasks, which increases costs—contradicting the constraint of not increasing costs. Option D (Resource leveling) is wrong because it adjusts the start and finish dates of tasks to address resource constraints or overallocations, often extending the schedule rather than compressing it.

918
Multi-Selectmedium

A project manager is planning a marketing campaign for a new product launch. The campaign has a tight budget and strict deadline. During execution, the marketing team proposes adding a social media component that was not in the original scope. The project manager is concerned about scope creep. Which TWO actions should the project manager take to manage this situation?

Select 2 answers
A.Submit a change request to the change control board.
B.Add the social media component immediately to improve the campaign.
C.Refuse the request without any analysis.
D.Assess the impact on the project cost and schedule before deciding.
E.Tell the team to proceed and report it later.
AnswersA, D

Correct. Formal change control process should be followed.

Why this answer

The correct actions are to assess the impact on cost and schedule and submit a change request. Ignoring or rejecting without analysis is not appropriate; adding it anyway is scope creep.

919
Multi-Selecteasy

Which TWO tools are used for quality management in a project?

Select 2 answers
A.RACI matrix
B.Cause-and-effect diagram
C.Control chart
D.Network diagram
E.Gantt chart
AnswersB, C

Cause-and-effect diagrams help identify root causes of quality problems.

Why this answer

The cause-and-effect diagram (also known as a fishbone or Ishikawa diagram) is a quality management tool used to identify, explore, and graphically display the potential root causes of a problem or quality defect. It helps project teams systematically analyze the relationship between an effect (the problem) and its possible causes, making it a core tool in quality planning and quality assurance.

Exam trap

The trap here is that candidates often confuse project management process groups (e.g., planning vs. monitoring/controlling) and incorrectly select scheduling tools like the Gantt chart or network diagram as quality management tools, when they belong to time management and schedule control, not quality control or assurance.

920
MCQmedium

A project manager is developing a project charter. Which of the following is typically included in the project charter?

A.High-level project description and product description
B.Detailed work breakdown structure (WBS)
C.Communication plan with stakeholder details
D.Risk register with identified risks and responses
AnswerA

The charter includes high-level information.

Why this answer

The project charter is a high-level document that authorizes the project and provides a summary of its purpose and key elements. A high-level project description and product description are core components of the charter, as they define the project's scope and deliverables without going into execution-level detail.

Exam trap

The trap here is that candidates confuse the project charter with later planning documents, assuming that detailed execution artifacts like the WBS or risk register are part of the charter, when in fact the charter only contains high-level summaries.

How to eliminate wrong answers

Option B is wrong because a detailed work breakdown structure (WBS) is a decomposition of the total scope into manageable work packages, which is developed during the planning phase, not included in the project charter. Option C is wrong because a communication plan with stakeholder details is a subsidiary plan created during the planning process group, not a charter element. Option D is wrong because a risk register with identified risks and responses is developed during risk management planning and execution, not included in the project charter.

921
MCQmedium

During a server migration project, the team discovers that the new servers have a different CPU architecture than the old ones. The project manager must decide the best course of action. What should the project manager do first?

A.Proceed with migration as planned, assuming compatibility
B.Assess the impact on existing applications and plan remediation
C.Revert to the original server architecture
D.Delay the project to retrain staff on the new architecture
AnswerB

Assessment allows the team to address compatibility issues before proceeding.

Why this answer

The project manager must first assess the impact of the CPU architecture change on existing applications because different instruction sets (e.g., x86 vs. ARM) can cause binary incompatibility, requiring recompilation or emulation. Proceeding without this analysis risks application failures, data corruption, or performance degradation.

This aligns with the PMBOK risk management process of identifying and analyzing risks before planning a response.

Exam trap

The trap here is that candidates may assume compatibility based on the same operating system or vendor, overlooking the critical dependency on CPU instruction set architecture (ISA) which directly impacts binary executables and system calls.

How to eliminate wrong answers

Option A is wrong because assuming compatibility without testing ignores fundamental CPU instruction set differences (e.g., x86-64 vs. ARM64), which can cause applications to crash or produce incorrect results due to incompatible machine code. Option C is wrong because reverting to the original server architecture may not be feasible or cost-effective, and it avoids addressing the root cause of the migration requirement, such as end-of-life hardware or performance needs.

Option D is wrong because delaying the project for staff retraining is premature; the immediate priority is to understand the technical impact on applications, not to train staff on the new architecture, which may not even be necessary if applications are containerized or run in a compatible runtime environment.

922
MCQmedium

A project team is developing a new software product. The product owner frequently changes priorities based on customer feedback. The team needs to adapt quickly and deliver value incrementally. Which project management methodology is most suitable?

A.Waterfall
B.Critical path method
C.Agile
D.Scrum
AnswerC

Agile embraces change and iterative delivery.

Why this answer

Agile methodologies are designed for evolving requirements and iterative delivery.

923
MCQhard

A project involves integrating an on-premises IT infrastructure with a public cloud provider. The project team must ensure secure connectivity. Which of the following should be implemented?

A.DNS
B.VPN
C.NAT
D.VLAN
AnswerB

A VPN secures data in transit over the internet by encrypting the connection.

Why this answer

A VPN (Virtual Private Network) is the correct choice because it creates an encrypted tunnel over the public internet between the on-premises infrastructure and the public cloud provider, ensuring secure connectivity. Technologies like IPsec or TLS-based VPNs authenticate both endpoints and encrypt all traffic, preventing eavesdropping and tampering during transit.

Exam trap

The trap here is that candidates often confuse VPN with VLAN, thinking both provide secure segmentation, but VLANs only isolate traffic within a local network and offer no encryption or protection across the internet.

How to eliminate wrong answers

Option A is wrong because DNS (Domain Name System) translates domain names to IP addresses and does not provide encryption or secure connectivity; it is a naming service, not a security mechanism. Option C is wrong because NAT (Network Address Translation) modifies IP addresses in packet headers to allow private IPs to access the internet, but it offers no encryption or authentication for securing traffic between sites. Option D is wrong because a VLAN (Virtual Local Area Network) segments a Layer 2 network into isolated broadcast domains; it operates within a single LAN and does not secure traffic across the public internet or between different geographic locations.

924
MCQmedium

Refer to the exhibit. Which risk should the project manager address first?

A.All risks have equal priority
B.R-002
C.R-001
D.R-003
AnswerC

R-001 has the highest risk score (0.75), making it the top priority.

Why this answer

R-001 has the highest risk score (0.75), indicating the highest priority. Higher scores require more immediate attention.

925
MCQeasy

Which of the following best defines a project?

A.An ongoing operation to produce the same product repeatedly
B.A collection of related projects managed together to achieve strategic objectives
C.A temporary endeavor with a defined scope, schedule, cost, and quality objectives
D.A set of projects and programs aligned to business goals
AnswerC

This matches the standard definition of a project.

Why this answer

A project is a temporary endeavor with a defined beginning and end, undertaken to create a unique product, service, or result.

926
MCQhard

A project manager is working on a project to upgrade the company's email system from an on-premises Exchange server to Microsoft 365. The project has completed the planning phase and is now in execution. During a weekly status meeting, the lead engineer reports that the initial migration batch of 100 users experienced significant delays due to unexpected compatibility issues with custom email add-ins used by the finance department. Additionally, the migration tool failed to synchronize some mailbox items, causing data loss for three users. The project timeline is tight, and the sponsor is concerned about meeting the go-live date in four weeks. There are still 900 users to migrate. The project manager needs to take action. Which of the following is the BEST course of action?

A.Instruct the team to proceed with the migration of the remaining users using the same tool to avoid further delays.
B.Immediately escalate the issue to the sponsor and recommend rolling back the migration to the on-premises server to eliminate the risk.
C.Convene a meeting with the finance department to understand the criticality of the add-ins, and update the risk register with the new findings, then adjust the project schedule accordingly.
D.Request additional budget to purchase a third-party migration tool that supports the add-ins and has better synchronization capabilities.
AnswerC

Correct: This approach identifies the root cause, updates documentation, and replans, which is a proper project management response.

Why this answer

The best course of action because it directly addresses the root cause—the custom email add-ins—by engaging the finance department to assess criticality, then formally updating the risk register and adjusting the schedule. This aligns with the PMBOK risk management process and allows the project to proceed with informed decisions rather than ignoring the issue or overreacting. The technical context is that custom Outlook add-ins often rely on on-premises Exchange Web Services (EWS) or MAPI over HTTP, which may not be fully compatible with Microsoft 365's REST-based APIs, causing migration failures.

Exam trap

The trap here is that candidates may choose Option D (buy a new tool) because it sounds proactive, but the PMBOK framework requires first analyzing the risk and engaging stakeholders before committing additional budget, making Option C the correct process-driven answer.

How to eliminate wrong answers

Option A is wrong because instructing the team to proceed with the same tool ignores the root cause—the tool's inability to handle custom add-ins and its synchronization failures—which will likely cause further delays and data loss for the remaining 900 users. Option B is wrong because immediately recommending a rollback is an overreaction that abandons the project's goal without first analyzing the add-in criticality or exploring mitigation options, and it fails to follow proper risk response planning. Option D is wrong because requesting additional budget for a third-party tool is premature without first understanding the add-in requirements and assessing whether the current tool can be configured or the add-ins can be modified; it also bypasses the risk management process.

927
MCQeasy

A collection of projects and programs managed together to achieve strategic objectives is known as a:

A.Operation
B.Project
C.Program
D.Portfolio
AnswerD

A portfolio aligns with strategic objectives.

Why this answer

A portfolio is a collection of projects, programs, and operations managed as a group to achieve strategic objectives.

928
Multi-Selectmedium

Which THREE of the following are outputs of the project initiation process? (Choose three.)

Select 3 answers
A.Project charter
B.Assumption log
C.Work breakdown structure
D.Project management plan
E.Stakeholder register
AnswersA, B, E

Correct. The project charter is formally issued during initiation.

Why this answer

The project charter is a key output of the initiation process because it formally authorizes the project and provides the project manager with the authority to apply organizational resources to project activities. It documents the business case, high-level scope, objectives, and key stakeholders, serving as the foundational document that transitions the project from concept to execution.

Exam trap

The PK0-005 exam often tests the distinction between initiation and planning outputs, so the trap here is that candidates mistakenly select the WBS or project management plan because they are early deliverables, but they are formally part of the planning process group, not initiation.

929
Multi-Selectmedium

A project manager is updating the issue log for a new issue: a critical supplier has gone out of business, causing a shortage of materials. Which TWO fields are essential to include in the issue log entry?

Select 2 answers
A.Risk score
B.Priority
C.Probability
D.Owner
E.Response strategy
AnswersB, D

Priority determines the order of resolution.

Why this answer

An issue log should include owner (responsible person) and priority (rank of importance).

930
MCQmedium

A project sponsor has requested a document that provides a high-level overview of the project, including business need, key assumptions, constraints, and initial risks. Which document should the project manager provide?

A.Communication plan
B.Scope statement
C.Risk register
D.Project charter
AnswerD

The project charter includes high-level business need, assumptions, constraints, and initial risks.

Why this answer

The project charter is the correct document because it provides a high-level overview of the project, including the business need, key assumptions, constraints, and initial risks. This document formally authorizes the project and is created before detailed planning begins, aligning with the sponsor's request for a summary-level view.

Exam trap

The trap here is that candidates often confuse the project charter with the scope statement, mistakenly thinking the scope statement is the initial high-level document, but the scope statement is actually a detailed planning output created after the charter.

How to eliminate wrong answers

Option A is wrong because a communication plan details how information will be distributed to stakeholders, not the high-level project overview. Option B is wrong because a scope statement provides a detailed breakdown of project deliverables and boundaries, which is more granular than the high-level overview requested. Option C is wrong because a risk register is a living document that tracks identified risks, their analysis, and responses, not the initial high-level summary of risks and other project elements.

931
MCQeasy

A project team is estimating the duration of a task. The optimistic estimate is 4 days, the pessimistic is 12 days, and the most likely is 6 days. Using the three-point estimating technique (PERT), what is the expected duration?

A.7.33 days
B.8 days
C.6.67 days
D.6 days
AnswerC

Using PERT formula: (O + 4M + P)/6 = (4+24+12)/6 = 40/6 ≈ 6.67.

Why this answer

The PERT expected duration formula is (Optimistic + 4 × Most Likely + Pessimistic) / 6. Plugging in the values: (4 + 4×6 + 12) / 6 = (4 + 24 + 12) / 6 = 40 / 6 = 6.67 days. This weighted average accounts for uncertainty by giving more weight to the most likely estimate.

Exam trap

The trap here is that candidates often mistakenly use a simple average or the midpoint of the range instead of the weighted PERT formula, leading to incorrect answers like 7.33 or 8 days.

How to eliminate wrong answers

Option A (7.33 days) is wrong because it incorrectly uses a simple average (4+6+12)/3 = 7.33, ignoring the PERT weighting. Option B (8 days) is wrong because it likely results from an arithmetic error, such as (4+12)/2 = 8, which is the midpoint of the range and not the PERT formula. Option D (6 days) is wrong because it simply uses the most likely estimate without incorporating the optimistic and pessimistic extremes, which underestimates risk.

932
Drag & Dropmedium

Put the steps for closing a project in the correct order.

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

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

Project closing includes acceptance, releasing resources, closing contracts, lessons learned, and archiving.

933
MCQeasy

A project team is in the execution phase and the project manager notices that the actual cost is consistently higher than planned. Which process should be used to address this?

A.Perform Integrated Change Control
B.Control Costs
C.Control Schedule
D.Monitor and Control Project Work
AnswerB

Control Costs monitors cost performance and manages changes to cost baseline.

Why this answer

The Control Costs process is specifically used to monitor cost performance and manage changes to the cost baseline. Option A (Perform Integrated Change Control) is incorrect because while it manages changes, the cost performance issue is first identified and monitored through Control Costs. Option C (Control Schedule) is incorrect because this process focuses on schedule performance, not cost.

Option D (Monitor and Control Project Work) is incorrect because it is a broader process that oversees overall project work; the specific process for cost issues is Control Costs.

934
Multi-Selecthard

A project manager is reviewing the key components of a project management plan. Which THREE of the following are typically included in a project management plan?

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

The schedule baseline is part of the project management plan.

Why this answer

The schedule baseline (C) is a key component of the project management plan because it is the approved version of the project schedule that serves as a reference point against which actual progress is measured. It includes start and end dates for activities, milestones, and dependencies, and any changes to it must go through formal change control.

Exam trap

CompTIA often tests the distinction between 'project management plan components' (which include baselines and subsidiary plans) and 'project documents' (such as the risk register and issue log), leading candidates to incorrectly select documents that are managed separately from the plan itself.

935
MCQmedium

During a sprint planning meeting, the development team estimates user stories using story points. They each have a set of cards with values like 1, 2, 3, 5, 8, 13. After discussing a story, all team members simultaneously reveal their chosen card. What technique are they using?

A.Affinity estimating
B.Planning poker
C.Expert judgment
D.Three-point estimating
AnswerB

Planning poker involves team members simultaneously revealing estimation cards.

Why this answer

Planning poker is a consensus-based estimation technique where team members use cards with story point values and reveal their estimates simultaneously.

936
Multi-Selectmedium

A project manager is creating the WBS. Which THREE of the following are characteristics of a well-constructed WBS?

Select 3 answers
A.Each level represents a smaller detail of the level above
B.Deliverable-oriented decomposition
C.Includes all work defined in the project scope
D.Organized by project phases
E.Includes administrative tasks not in scope
AnswersA, B, C

Correct, decomposition.

Why this answer

WBS should be deliverable-oriented, decomposed to manageable level, and follow 100% rule.

937
MCQmedium

A project manager is leading a team for a new product launch. The team members are from different departments and have conflicting priorities. The project is still in the planning phase. Which of the following is the BEST course of action for the project manager?

A.Escalate the issue to the project sponsor.
B.Update the project charter to reflect team roles.
C.Facilitate a team-building session to align goals.
D.Conduct a stakeholder analysis to identify influence and interests.
AnswerC

Team-building aligns goals and reduces conflict during planning.

Why this answer

The project is in the planning phase and the core issue is conflicting priorities among cross-functional team members. Facilitating a team-building session directly addresses misalignment by fostering collaboration and establishing shared goals, which is a proactive leadership technique before formal planning decisions are locked in. This approach aligns with the PMBOK Guide's emphasis on team development and conflict resolution during the early stages of a project.

Exam trap

CompTIA often tests the distinction between proactive conflict resolution (team-building) and reactive escalation or documentation changes, trapping candidates who confuse stakeholder analysis with team alignment activities.

How to eliminate wrong answers

Option A is wrong because escalating to the project sponsor is premature; the project manager should first attempt to resolve team conflicts using interpersonal skills before involving higher authority. Option B is wrong because updating the project charter to reflect team roles is not appropriate—the charter is a high-level document that authorizes the project and defines initial scope, not a tool for resolving operational priority conflicts. Option D is wrong because conducting a stakeholder analysis identifies influence and interests but does not directly address the immediate need to align the team's conflicting priorities; it is a separate planning activity that informs engagement strategies, not conflict resolution.

938
MCQmedium

A project team is experiencing conflicts and power struggles among members. According to Tuckman's stages of group development, which stage is the team likely in?

A.Performing
B.Storming
C.Forming
D.Norming
AnswerB

Storming involves conflict, power struggles, and resistance to group influence.

Why this answer

In the storming stage, team members may have differing opinions, leading to conflicts and power struggles as they assert themselves.

939
MCQeasy

In which organizational structure does a project manager have the highest level of authority?

A.Projectized
B.Balanced matrix
C.Weak matrix
D.Functional
AnswerA

PM has full authority.

Why this answer

In a projectized structure, the project manager has full authority over the project and dedicated team members.

940
MCQmedium

A project manager is performing schedule compression because the project is behind schedule. The team decides to start a follow-on activity before its predecessor is fully completed. This approach increases the risk of rework. Which schedule compression technique is being used?

A.Crashing
B.Critical chain method
C.Fast-tracking
D.Resource leveling
AnswerC

Fast-tracking overlaps activities normally done in sequence, increasing risk.

Why this answer

Fast-tracking involves overlapping sequential activities, which increases risk. Crashing involves adding resources to the critical path, which increases cost. Both are schedule compression techniques, but the description matches fast-tracking.

941
MCQhard

A project manager is evaluating two potential projects. Project A has an NPV of $50,000, while Project B has an NPV of -$10,000. Which project should the organization select based solely on NPV?

A.Both projects
B.Project B
C.Project A
D.Neither project
AnswerC

Positive NPV is favorable.

Why this answer

A positive NPV indicates the project is expected to generate profit, while a negative NPV suggests a loss. Therefore, Project A should be selected.

942
MCQmedium

A construction project is in the execution phase. The project manager receives a report that the concrete supplier has delivered substandard material that does not meet specifications. The project is on a tight schedule, and rejecting the material will cause a two-week delay. The supplier is the only one available within the required timeframe. What should the project manager do FIRST?

A.Notify the project sponsor of the issue and ask for guidance.
B.Reject the material and simultaneously find an alternative supplier.
C.Accept the material and proceed to avoid delay.
D.Document the nonconformance and initiate a change request for schedule adjustment.
AnswerD

Formal change control addresses the impact on schedule and scope.

Why this answer

Documenting the nonconformance and initiating a change request is the proper first step to formally record the issue and its impact on the schedule. This aligns with project management processes for managing quality and change control. Option A is wrong because notifying the sponsor should come after documenting and initiating the change request.

Option B is wrong because rejecting material without a plan may cause longer delays and should be part of a formal change assessment. Option C is wrong because accepting substandard material compromises project quality and is not acceptable.

943
MCQhard

A project manager is updating the risk register after a risk event occurred. The risk response plan included a contingency reserve, but the actual impact was higher than expected. What should the project manager do next?

A.Request additional budget from the sponsor.
B.Close the risk in the risk register.
C.Update the issue log with the problem and its impact.
D.Perform a Monte Carlo simulation to reassess schedule risk.
AnswerC

Correct. The risk has become an issue and should be logged in the issue log.

Why this answer

Since the risk event has occurred and the impact exceeded expectations, the project manager should update the issue log to track the actual problem and initiate any necessary corrective actions. The risk register should be updated to reflect the closure, but the immediate need is to manage the issue.

944
Multi-Selecteasy

Which TWO tools are commonly used for risk identification in a project?

Select 2 answers
A.Brainstorming
B.Pareto chart
C.Critical path method
D.RACI matrix
E.SWOT analysis
AnswersA, E

Correct. Brainstorming is a common risk identification technique.

Why this answer

Brainstorming is a foundational technique for risk identification because it leverages the collective expertise of the project team and stakeholders to surface potential risks in a structured, creative session. It is explicitly listed in the PMBOK Guide as a key data-gathering tool for the Identify Risks process, allowing the team to generate a comprehensive list of risks without initial filtering.

Exam trap

The trap here is that candidates often confuse quality management tools (like Pareto charts) or scheduling tools (like CPM) with risk identification techniques, because they are all used in project management but serve distinct processes.

945
MCQmedium

A project manager has identified a risk with a probability of 0.4 and an impact of $50,000. What is the risk score?

A.$70,000
B.$20,000
C.$50,000
D.$12,500
AnswerB

Correct calculation.

Why this answer

Risk score = probability × impact = 0.4 × 50,000 = $20,000.

946
MCQhard

You are a project manager for a construction project. During the monitoring and controlling phase, you review the project performance and find that the earned value (EV) is $50,000, the actual cost (AC) is $60,000, and the planned value (PV) is $55,000. The project is behind schedule and over budget. The project team is demotivated due to the delays. The customer has expressed concerns about project progress. The project contract includes a penalty clause for missed milestones. Which of the following actions should you take first?

A.Implement additional quality control measures
B.Request a change order to increase the budget
C.Conduct a root cause analysis to identify reasons for variances
D.Immediately notify the customer about the delays
AnswerC

Understanding why the project is over budget and behind schedule is critical before taking corrective action.

Why this answer

Root cause analysis is the first step in addressing performance variances. Once the causes are known, the project manager can develop an appropriate corrective action plan.

947
MCQmedium

A project manager is reviewing project selection methods. Which method calculates the present value of future cash flows minus the initial investment?

A.Internal Rate of Return (IRR)
B.Payback period
C.Return on Investment (ROI)
D.Net Present Value (NPV)
AnswerD

NPV calculates the present value of cash flows minus investment.

Why this answer

Net Present Value (NPV) is the sum of present values of incoming and outgoing cash flows over a period of time.

948
MCQhard

A project manager is reviewing the project's earned value data. The cost performance index (CPI) is 0.85, and the schedule performance index (SPI) is 1.05. What does this indicate about the project?

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

CPI 0.85 (over budget) and SPI 1.05 (ahead of schedule).

Why this answer

The Cost Performance Index (CPI) of 0.85 indicates that for every dollar spent, only $0.85 of earned value is received, meaning the project is over budget. The Schedule Performance Index (SPI) of 1.05 indicates that the project is progressing at 105% of the planned rate, meaning it is ahead of schedule. Therefore, the project is over budget and ahead of schedule, making option D correct.

Exam trap

The trap here is that candidates often misinterpret CPI and SPI values, thinking that a value less than 1.0 always means 'bad' (behind schedule or over budget) without recognizing that SPI > 1.0 means ahead of schedule, leading them to incorrectly select 'behind schedule' options.

How to eliminate wrong answers

Option A is wrong because a CPI of 0.85 (less than 1.0) indicates the project is over budget, not under budget. Option B is wrong because an SPI of 1.05 (greater than 1.0) indicates the project is ahead of schedule, not behind schedule. Option C is wrong because a CPI of 0.85 (less than 1.0) indicates the project is over budget, not under budget.

949
MCQeasy

What is the primary difference between a risk and an issue in project management?

A.Risks are documented in the issue log; issues are documented in the risk register
B.A risk is an uncertain future event; an issue is a current problem
C.Risks are always negative; issues can be positive or negative
D.There is no difference; the terms are interchangeable
AnswerB

Correct. Risk is future uncertainty; issue is a present reality.

Why this answer

A risk is an uncertain event that may happen in the future, while an issue is a current problem that has already occurred and needs resolution.

950
Multi-Selectmedium

A project manager is selecting a project management tool for a hybrid project that requires both a Gantt chart view for waterfall tasks and a Kanban board for agile tasks. Which TWO tools would best meet these requirements?

Select 2 answers
A.Smartsheet
B.Jira
C.Monday.com
D.Trello
E.Asana
AnswersB, C

Supports both Gantt (via plugins) and Kanban.

Why this answer

Jira (with add-ons) offers Gantt charts and Kanban boards. Monday.com also provides both views. Trello is primarily Kanban, Asana mainly task lists, Smartsheet is spreadsheet-based.

951
Multi-Selecthard

Which THREE are examples of direct costs in a project? (Select THREE.)

Select 3 answers
A.Overhead costs
B.Equipment rental
C.Travel expenses
D.Salaries of team members
E.Training costs
AnswersB, C, D

Equipment rented specifically for the project is a direct cost.

Why this answer

Equipment rental is a direct cost because it is a specific expense that can be directly attributed to the project. It is incurred solely for the project's benefit and can be easily traced to the project's budget without allocation.

Exam trap

The trap here is that candidates often confuse overhead costs (indirect) with direct costs, or mistakenly think training costs are always direct, when in fact they are typically indirect unless the training is exclusively for the project team on project-specific skills.

952
MCQmedium

A project has a BAC of $200,000. After three months, the earned value (EV) is $80,000 and the actual cost (AC) is $90,000. What is the cost variance (CV) and what does it indicate?

A.CV = -$10,000; the project is over budget
B.CV = $10,000; the project is ahead of schedule
C.CV = $10,000; the project is under budget
D.CV = -$10,000; the project is behind schedule
AnswerA

Correct calculation and interpretation.

Why this answer

CV = EV - AC = $80,000 - $90,000 = -$10,000. Negative CV means over budget.

953
MCQeasy

Which document is used to track and manage changes to the project baseline?

A.Risk register
B.Issue log
C.Change log
D.Communication plan
AnswerC

Change log records all change requests and their disposition.

Why this answer

The change log records all changes and their status, helping manage baseline changes.

954
MCQeasy

Refer to the exhibit. A project manager is monitoring server performance for a web application deployment. Based on the exhibit, what is the status of the web server?

A.The server has a firewall blocking connections
B.The server is overloaded
C.The server is not running
D.The server is running and handling connections
AnswerD

LISTEN and ESTABLISHED indicate active service.

Why this answer

The exhibit shows the web server is in a 'LISTENING' state on port 80, with established connections (ESTABLISHED) to client IPs. This indicates the server process is running, the TCP handshake completed successfully, and it is actively handling HTTP requests. Option D is correct because a listening socket with established sessions confirms operational status.

Exam trap

CompTIA often tests the misconception that a 'LISTENING' port alone is insufficient to confirm the server is handling connections, but the presence of 'ESTABLISHED' sessions in the exhibit directly proves active traffic handling, making D correct.

How to eliminate wrong answers

Option A is wrong because a firewall blocking connections would prevent any TCP handshake from completing, resulting in no ESTABLISHED connections and likely a 'SYN_SENT' or 'TIME_WAIT' state from the client side, not the active sessions shown. Option B is wrong because the exhibit does not show any metrics indicating overload (e.g., high CPU, memory, or connection queue drops); the presence of established connections alone does not imply overload. Option C is wrong because a server that is not running would not have a process listening on port 80; the 'LISTENING' state on port 80 directly proves the server process is active.

955
Multi-Selecteasy

Which TWO of the following are outputs of the monitoring and controlling process group? (Select two.)

Select 2 answers
A.Project charter
B.Risk register
C.Work breakdown structure
D.Performance reports
E.Change requests
AnswersD, E

Performance reports are outputs of monitoring and controlling.

Why this answer

Performance reports and change requests are typical outputs of monitoring and controlling. The project charter is an output of initiating, and the risk register is an output of planning.

956
Multi-Selecteasy

Which TWO of the following are methods of schedule compression? (Select TWO).

Select 2 answers
A.Crashing
B.Monte Carlo simulation
C.Fast-tracking
D.Variance analysis
E.Resource leveling
AnswersA, C

Crashing adds resources to critical path activities to shorten schedule.

Why this answer

Fast-tracking and crashing are the two primary schedule compression techniques. Resource leveling is used to address resource constraints, not to compress the schedule. Variance analysis is a performance measurement technique.

Monte Carlo simulation is a risk analysis technique.

957
Matchingmedium

Match each project management methodology or framework to its key characteristic.

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

Concepts
Matches

Sequential phases with heavy documentation

Iterative development with adaptive planning and early delivery

Time-boxed sprints with daily stand-ups and product backlog

Visual workflow management with continuous delivery

Focus on minimizing waste and maximizing value

Why these pairings

Waterfall is sequential, Agile is iterative, and Scrum uses sprints and stand-ups. Common confusions include mixing characteristics with other methodologies like Kanban.

958
MCQeasy

A project manager is preparing a procurement document that asks vendors to provide a price for a specific product. Which type of document is this?

A.Request for quotation (RFQ)
B.Request for proposal (RFP)
C.Request for information (RFI)
D.Statement of work (SOW)
AnswerA

RFQ is used to request a price for a specific product.

Why this answer

A request for quotation (RFQ) is used to obtain a price for a specific item.

959
MCQhard

A project manager is reviewing a change request that has been approved. The change will affect the project scope, schedule, and budget. Which document should the project manager update first to ensure all changes are captured and communicated?

A.Change log
B.Scope statement
C.Project management plan
D.Schedule baseline
AnswerA

The change log is the first document to update to record the approved change.

Why this answer

The change log is the official repository for recording all approved change requests, including their details and impacts. Updating it first ensures that the change is formally documented and communicated to stakeholders before any baselines or plans are modified. This aligns with the integrated change control process, where the change log serves as the primary communication tool for change status.

Exam trap

The trap here is that candidates often confuse the order of updates, thinking they should immediately update a baseline (like the schedule baseline) or the project management plan, but the change log must be updated first to formally record the approval before any baselines are modified.

How to eliminate wrong answers

Option B is wrong because the scope statement is a component of the project management plan that defines the project scope; it should be updated only after the change is logged and the impact is assessed, not first. Option C is wrong because the project management plan is a comprehensive document that includes multiple baselines and subsidiary plans; updating it first would bypass the formal change control process and could lead to inconsistencies. Option D is wrong because the schedule baseline is a specific performance measurement baseline that should be updated only after the change is approved and the change log is updated to reflect the new schedule impacts.

960
MCQmedium

A project manager is reviewing the schedule performance and finds that the earned value (EV) is $50,000 and the planned value (PV) is $60,000. What does this indicate?

A.The project is on schedule
B.The project is over budget
C.The project is behind schedule
D.The project is ahead of schedule
AnswerC

Correct. Negative SV means behind schedule.

Why this answer

Schedule variance (SV) = EV - PV = $50,000 - $60,000 = -$10,000. A negative SV means the project is behind schedule.

961
MCQhard

A project manager is using a control chart to monitor quality. The data points fall within the control limits but show a run of seven points above the mean. What does this indicate?

A.The control limits need adjustment
B.Common cause variation only
C.Special cause variation is present
D.The process is out of control
AnswerC

Correct. The rule of seven indicates special cause variation.

Why this answer

A run of seven or more points on one side of the mean is a rule for identifying special cause variation, even if within control limits.

962
MCQmedium

During project execution, a stakeholder requests an additional feature. The project manager documents the request and evaluates its impact on the triple constraint. Which process is being performed?

A.Risk management
B.Configuration management
C.Scope verification
D.Integrated change control
AnswerD

Correct process for evaluating changes.

Why this answer

Integrated change control evaluates change requests against constraints and manages approval.

963
Multi-Selecthard

A project manager is assigned to a program that includes multiple projects aimed at digital transformation. Which TWO statements correctly describe the relationship between projects, programs, and portfolios? (Select TWO).

Select 2 answers
A.A project is a temporary endeavor with a defined beginning and end
B.A program manager focuses only on project execution, not strategic benefits
C.A portfolio is a collection of projects and programs aligned with strategic goals
D.A program consists of multiple unrelated projects
E.Projects within a program are independent and do not share resources
AnswersA, C

Projects are temporary with specific objectives.

Why this answer

A program is a group of related projects managed together for benefits, and a portfolio is a collection of projects and programs aligned with strategic objectives.

964
MCQeasy

A project manager is planning a software development project and needs to determine the sequence of activities. The team will first gather requirements, then design the architecture, then develop the code, then test, and finally deploy. Which project life cycle model is being used?

A.Iterative
B.Agile
C.Waterfall
D.Spiral
AnswerC

Waterfall is linear and sequential, with phases completed one after another.

Why this answer

The Waterfall model (Option C) is correct because it follows a strictly sequential, phase-by-phase progression: requirements, design, development, testing, and deployment, with no overlap or iteration. This linear approach is characteristic of the Waterfall life cycle, where each phase must be completed before the next begins, as described in the PMBOK Guide for predictive life cycles.

Exam trap

The trap here is that candidates confuse the sequential phase names with Agile or Iterative terminology, forgetting that Waterfall is defined by its strict linearity and lack of overlapping phases or feedback cycles.

How to eliminate wrong answers

Option A is wrong because the Iterative model involves repeating cycles of development and refinement, not a single sequential pass through phases. Option B is wrong because Agile uses time-boxed iterations (sprints) with continuous feedback and incremental delivery, not a rigid linear sequence. Option D is wrong because the Spiral model combines iterative development with risk analysis in each cycle, not a straightforward sequential flow.

965
MCQeasy

A company is implementing a new backup solution for its mixed environment of legacy and modern servers. The backup server is connected to the same network segment as production traffic. During initial testing, some backups fail intermittently, especially during peak hours. The backup logs show timeouts. The project manager is asked to identify the most likely cause and recommend a solution. Which of the following is the best course of action?

A.Upgrade the backup software to the latest version.
B.Isolate backup traffic on a separate VLAN to reduce network congestion.
C.Increase the backup window to allow more time.
D.Replace legacy servers with modern hardware.
AnswerB

Separating backup traffic onto its own VLAN reduces contention with production traffic, resolving timeouts.

Why this answer

The backup server is on the same network segment as production traffic, causing congestion during peak hours. Backup timeouts indicate that the backup traffic is competing with production traffic for bandwidth, leading to packet loss or delays. Isolating backup traffic on a separate VLAN reduces network congestion by logically separating the traffic, ensuring dedicated bandwidth for backups and preventing interference with production operations.

Exam trap

The trap here is that candidates may assume timeouts are caused by software or hardware failures, rather than recognizing the classic network congestion symptom where backup traffic competes with production traffic on the same subnet.

How to eliminate wrong answers

Option A is wrong because upgrading the backup software does not address the root cause of network congestion; timeouts are due to bandwidth contention, not software bugs. Option C is wrong because increasing the backup window does not resolve the underlying network congestion; it merely shifts the backup to a different time, but peak-hour traffic will still cause timeouts if the backup runs during that period. Option D is wrong because replacing legacy servers does not solve the network-level issue of congestion; the timeouts are caused by network traffic, not server hardware limitations.

966
Multi-Selecteasy

Which TWO documents are typically created during project initiation?

Select 2 answers
A.Project charter
B.Issue log
C.Risk register
D.Stakeholder register
E.Work breakdown structure (WBS)
AnswersA, D

The charter is created in initiation.

Why this answer

The project charter is created during project initiation to formally authorize the project and provide the project manager with the authority to apply organizational resources. It documents the business case, high-level scope, and key stakeholders, serving as the foundational document for all subsequent planning.

Exam trap

CompTIA often tests the distinction between documents created during initiation versus planning, and the trap here is that candidates mistakenly associate the risk register or issue log with initiation because they are common project documents, but they are formally created in later phases.

967
MCQhard

You are the project manager for a software upgrade project at a mid-sized company. The project has a budget of $500,000 and a timeline of 12 months. The team consists of 10 members, including developers, testers, and a business analyst. The project is in month 8, and the team has completed 60% of the work but has spent $400,000. The sponsor is concerned about the budget overrun and asks for a recovery plan. The original estimate at completion (EAC) was $500,000. Using earned value management, you calculate the cost performance index (CPI) is 0.75 and the schedule performance index (SPI) is 0.90. The team is demoralized due to scope creep and unclear requirements. The business analyst recently left, and the replacement is not yet fully onboarded. Which of the following is the BEST course of action to bring the project back on track?

A.Outsource the remaining development work to a vendor to accelerate completion.
B.Immediately reduce the team size to cut costs and ask the remaining team to work overtime.
C.Request an additional budget of $100,000 from the sponsor and extend the schedule by two months.
D.Conduct a scope review with the sponsor and key stakeholders to prioritize remaining features and freeze requirements.
AnswerD

Addresses root cause of scope creep and helps focus efforts on critical features.

Why this answer

The root cause of the budget overrun and schedule delay is scope creep and unclear requirements, which have demoralized the team and led to inefficient work. By conducting a scope review with the sponsor and stakeholders to prioritize remaining features and freeze requirements, you directly address the source of rework and wasted effort. This action stabilizes the project baseline, allowing the team to focus on delivering the highest-value work within the remaining budget and timeline, and it prevents further uncontrolled changes that would worsen the CPI and SPI.

Exam trap

The trap here is that candidates focus on the numerical EVM metrics (CPI=0.75, SPI=0.90) and jump to a budget or schedule recovery action, ignoring the contextual clues about scope creep and demoralized team, which indicate that the real problem is uncontrolled requirements, not just poor performance.

How to eliminate wrong answers

Option A is wrong because outsourcing the remaining development work does not fix the underlying issue of unclear requirements and scope creep; it introduces new risks such as knowledge transfer delays, vendor onboarding time, and potential quality issues, which could further degrade the CPI and SPI. Option B is wrong because reducing team size and asking for overtime will further demoralize an already stressed team, likely decreasing productivity and increasing defect rates, which would worsen the cost performance index (CPI) rather than improve it. Option C is wrong because requesting additional budget and schedule extension treats the symptoms (overspend and delay) without addressing the root cause—uncontrolled scope changes—and the sponsor is already concerned about the budget overrun, making this request likely to be rejected and failing to prevent future scope creep.

968
Multi-Selecthard

A project manager is leading a construction project. The project sponsor has requested that the project be completed one month earlier than originally planned. Which THREE actions should the project manager take to assess the feasibility of this request? (Choose three.)

Select 3 answers
A.Evaluate schedule compression techniques such as crashing or fast-tracking.
B.Analyze the critical path to identify activities that can be compressed.
C.Increase the project scope to justify the shorter timeline.
D.Assess resource availability and the possibility of adding more resources.
E.Reduce the quality standards to speed up work.
AnswersA, B, D

These techniques can shorten the schedule without changing scope.

Why this answer

Schedule compression techniques like crashing (adding resources) or fast-tracking (performing tasks in parallel) are standard methods to shorten a project's duration without changing scope. The project manager should evaluate these to determine if the one-month acceleration is technically feasible given the project's constraints.

Exam trap

The trap here is that candidates might incorrectly select 'Increase the project scope' (C) thinking it allows more work to be done faster, or 'Reduce quality standards' (E) as a quick fix, but both violate core project management principles and are not valid feasibility assessment actions.

969
MCQhard

A project has a cost performance index (CPI) of 1.2 and a schedule performance index (SPI) of 0.9. Which of the following statements is TRUE?

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

Correct. CPI > 1 = under budget, SPI < 1 = behind schedule.

Why this answer

CPI > 1 means under budget; SPI < 1 means behind schedule. Over budget would be CPI < 1; ahead of schedule would be SPI > 1.

970
MCQhard

A project manager receives a status report showing that the project is behind schedule. The report uses a red-yellow-green status indicator. What does the red indicator typically signify?

A.On track
B.Off track with critical issues
C.Caution with potential issues
D.Completed ahead of schedule
AnswerB

Red indicates significant issues needing immediate action.

Why this answer

In project management status reporting, a red indicator typically signifies that the project is off track with critical issues, meaning the project is significantly behind schedule, over budget, or facing major risks that require immediate attention. This aligns with the standard red-yellow-green (RAG) status system used in tools like Microsoft Project or Jira, where red indicates a severe deviation from the baseline plan that cannot be resolved without intervention.

Exam trap

The trap here is that candidates often confuse the red indicator with a general warning (yellow) or assume it means the project is simply behind schedule without recognizing the 'critical issues' qualifier that distinguishes red from yellow in the RAG system.

How to eliminate wrong answers

Option A is wrong because 'On track' is represented by a green indicator, not red, as green signifies that the project is meeting its planned schedule and budget. Option C is wrong because 'Caution with potential issues' corresponds to a yellow indicator, which warns of minor delays or risks that are manageable but not yet critical. Option D is wrong because 'Completed ahead of schedule' would be a positive status, typically shown as green or a separate completion flag, not red, which is reserved for negative deviations.

971
MCQeasy

Which document contains the subsidiary plans for scope, schedule, cost, quality, resources, communication, risk, and procurement?

A.Project charter
B.Project management plan
C.WBS
D.Risk register
AnswerB

Correct. The project management plan includes all subsidiary plans.

Why this answer

The project management plan is the comprehensive document that includes all subsidiary management plans.

972
MCQmedium

During the planning phase, a project manager conducts a stakeholder analysis. Which of the following is the primary purpose of this activity?

A.To identify potential risks that stakeholders might introduce
B.To assign team members to project tasks
C.To define the project scope and deliverables
D.To identify and categorize stakeholders based on their interest and influence
AnswerD

Primary purpose of stakeholder analysis.

Why this answer

The primary purpose of stakeholder analysis is to identify stakeholders and categorize them based on their interest and influence, which helps in developing appropriate engagement strategies. Option A is incorrect because identifying potential risks is not the primary purpose; risk identification is a separate process. Option B is incorrect because assigning team members is part of resource management, not stakeholder analysis.

Option C is incorrect because defining project scope is done through scope planning, not stakeholder analysis.

973
Multi-Selectmedium

A project manager is selecting tools for agile project management. Which TWO tools are specifically designed for agile methodologies?

Select 2 answers
A.Smartsheet
B.Jira
C.Microsoft Project
D.Trello
E.Monday.com
AnswersB, D

Jira is built for agile teams.

Why this answer

Jira is widely used for agile project management, and Trello supports Kanban boards, a common agile tool. Microsoft Project is more traditional. Smartsheet and Monday.com are not specifically agile-only.

974
Multi-Selectmedium

Which TWO documents are typically found in a project's procurement management plan?

Select 2 answers
A.Risk register
B.Project charter
C.Work Breakdown Structure (WBS)
D.Request for Proposal (RFP)
E.Statement of Work (SOW)
AnswersD, E

RFP is used to solicit bids from vendors.

Why this answer

Procurement documents include SOW (Statement of Work) and RFP (Request for Proposal). The project charter and WBS are not procurement-specific; the risk register is a risk document.

975
MCQmedium

Which document defines the roles and responsibilities of stakeholders in a project and is often presented as a matrix?

A.RACI matrix
B.Communication plan
C.Stakeholder register
D.Project charter
AnswerA

Correct: RACI matrix assigns responsibility and accountability for tasks.

Why this answer

The RACI matrix (Responsible, Accountable, Consulted, Informed) is the correct document because it explicitly defines stakeholder roles and responsibilities in a project and is presented as a matrix format. This aligns with the PMBOK Guide and the PK0-005 exam objectives for Tools and Documentation, where the RACI matrix is the standard tool for clarifying participation levels across project tasks.

Exam trap

The trap here is that candidates often confuse the stakeholder register (a list) with the RACI matrix (a matrix of roles and responsibilities), leading them to select Option C instead of the correct matrix-based document.

How to eliminate wrong answers

Option B (Communication plan) is wrong because it defines how, when, and by whom project information is distributed, not the specific roles and responsibilities of stakeholders in a matrix format. Option C (Stakeholder register) is wrong because it is a list of stakeholders with basic identification and classification details, not a matrix that maps roles to tasks. Option D (Project charter) is wrong because it authorizes the project and assigns the project manager, but does not provide a detailed matrix of stakeholder roles and responsibilities across activities.

Page 12

Page 13 of 14

Page 14