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

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

Page 1 of 7

Page 2
1
Multi-Selecthard

Which THREE of the following are generally considered to be part of the project management process groups?

Select 3 answers
A.Executing
B.Testing
C.Closing
D.Designing
E.Initiating
AnswersA, C, E

Executing is a process group.

Why this answer

Executing is one of the five standard project management process groups defined by the Project Management Institute (PMI) in the PMBOK Guide. This process group involves coordinating people and resources to carry out the project management plan, producing the deliverables of the project. It is a core phase where the planned work is actually performed.

Exam trap

The trap here is that candidates confuse project lifecycle phases (like Design, Test) with PM process groups, which are process-oriented and apply across all phases, not tied to a specific stage of product development.

2
MCQhard

During a phase gate review, the review board determines that the project does not yet meet the exit criteria for the current phase. What is the most likely outcome?

A.The project is required to complete the remaining work and undergo another review.
B.The project is immediately closed.
C.The project manager is replaced.
D.The project is allowed to proceed with a risk mitigation plan.
AnswerA

Standard phase gate process: fix gaps and re-enter the gate.

Why this answer

If exit criteria are not met, the project is typically required to complete the remaining work and then be re-reviewed before proceeding to the next phase.

3
MCQhard

A project manager is using a predictive life cycle for a software development project. What is a key characteristic of this approach?

A.Deliverables are produced in small increments
B.The project scope is defined early and changes are constrained
C.The team adapts to changing requirements
D.Requirements are defined iteratively
AnswerB

Predictive life cycles require detailed planning upfront and manage changes through formal process.

Why this answer

In a predictive (waterfall) life cycle, the project scope is defined and baselined early in the project, and changes are tightly controlled through a formal change control process. This approach is suitable for software development projects where requirements are well-understood and unlikely to change significantly, such as when building a system with fixed regulatory or contractual specifications.

Exam trap

The trap here is that candidates confuse 'predictive' with 'iterative' or 'agile' because all involve phases, but the key differentiator is when scope is finalized and how changes are handled—predictive locks scope early, while agile embraces change throughout.

How to eliminate wrong answers

Option A is wrong because producing deliverables in small increments is a key characteristic of adaptive or agile life cycles, not predictive. Option C is wrong because adapting to changing requirements is a core principle of agile methodologies, whereas predictive life cycles aim to minimize changes after scope baseline. Option D is wrong because defining requirements iteratively is a hallmark of iterative or incremental life cycles; in a predictive life cycle, requirements are defined upfront and in detail before development begins.

4
MCQeasy

Which stakeholder role is typically responsible for providing resources and support for the project?

A.Customer
B.Project manager
C.Functional manager
D.Project sponsor
AnswerD

The sponsor champions the project, provides funding, and resolves high-level issues.

Why this answer

The project sponsor is the executive-level stakeholder who provides the financial resources, high-level support, and organizational authority necessary for project initiation and success. In the PK0-005 framework, the sponsor champions the project, secures budget approval, and removes escalated obstacles, distinct from the project manager who handles day-to-day execution.

Exam trap

The trap here is that candidates often confuse the project manager's role of managing resources with the sponsor's role of providing resources, leading them to select 'Project manager' instead of 'Project sponsor'.

How to eliminate wrong answers

Option A is wrong because the customer defines requirements and accepts deliverables but does not typically provide resources or funding; their role is to specify needs, not to allocate organizational budget. Option B is wrong because the project manager is responsible for planning, executing, and controlling the project, not for providing resources—they request resources from the sponsor or functional managers. Option C is wrong because the functional manager provides staff and technical expertise from their department but does not own the project budget or provide overarching support; that authority rests with the sponsor.

5
MCQhard

A project to upgrade network infrastructure is behind schedule due to unforeseen compatibility issues. The project manager has already used all management reserve. Which action best aligns with the control schedule process?

A.Perform resource leveling to optimize task assignments.
B.Request additional budget from the sponsor.
C.Reduce scope by eliminating non-critical features.
D.Submit a change request to extend the schedule baseline.
AnswerD

Correct. A change request is required to modify the approved schedule baseline.

Why this answer

The control schedule process focuses on managing changes to the schedule baseline. Since the project manager has exhausted the management reserve and the delay is due to unforeseen compatibility issues, the only formal way to extend the schedule is through a change request that updates the schedule baseline. Option D directly aligns with this process by formally documenting and approving the schedule extension.

Exam trap

The trap here is that candidates often confuse the control schedule process with cost or scope management, leading them to select resource leveling or budget requests instead of recognizing that a schedule baseline extension requires a formal change request.

How to eliminate wrong answers

Option A is wrong because resource leveling optimizes task assignments to address resource constraints, not to extend the schedule baseline when the delay is caused by technical compatibility issues. Option B is wrong because requesting additional budget addresses cost overruns, not the schedule delay; the control schedule process deals with time, not funding. Option C is wrong because reducing scope by eliminating non-critical features is a scope change that would require a change request, but it does not directly address the need to extend the schedule baseline; the question asks for the action that best aligns with the control schedule process, which is to formally extend the baseline.

6
MCQhard

Refer to the exhibit. Which WBS element is the highest level of decomposition shown?

A.1.2
B.1.3.1
C.1.0
D.1.1.1
AnswerC

1.0 is the top-level WBS element representing the entire project.

Why this answer

In a Work Breakdown Structure (WBS), the highest level of decomposition is the top-level element that encompasses all deliverables. Option C (1.0) represents the entire project or major deliverable, which is the root of the hierarchy, while the other options are sub-elements at lower levels. This aligns with the PMBOK Guide's WBS principle that the highest level is the project itself or the first level of decomposition.

Exam trap

The trap here is that candidates often mistake the most detailed or lowest-level WBS element (like 1.1.1 or 1.3.1) as the 'highest' because they focus on the numbering depth rather than the hierarchical position, but the highest level is always the one with the fewest digits (e.g., 1.0).

How to eliminate wrong answers

Option A (1.2) is wrong because it is a second-level WBS element, representing a sub-deliverable under the top-level 1.0, not the highest decomposition. Option B (1.3.1) is wrong because it is a third-level element, further decomposed from 1.3, making it a lower-level detail. Option D (1.1.1) is wrong because it is also a third-level element, nested under 1.1, and thus not the highest level of decomposition shown.

7
MCQmedium

The project manager receives a defect report for CI-103. The team identifies that a new requirement necessitates updating CI-103. According to the configuration management process, what should the project manager do FIRST?

A.Ignore the defect because CI-103 is approved.
B.Update CI-103 to version 1.1 and deploy the fix.
C.Assign the defect to a developer to fix immediately.
D.Submit a change request to the change control board.
AnswerD

Any change to a configuration item should go through change control.

Why this answer

When a defect report indicates that a new requirement necessitates updating a configuration item (CI-103), the first step in the configuration management process is to submit a change request to the change control board (CCB). This ensures that any modification to a baselined CI is formally evaluated, approved, and tracked before implementation, preventing unauthorized changes that could destabilize the project.

Exam trap

The trap here is that candidates may assume a defect report automatically triggers a fix, but in configuration management, any change to a baselined CI must first go through the formal change control process, not directly to development or deployment.

How to eliminate wrong answers

Option A is wrong because ignoring a defect on an approved CI violates configuration management principles; approved items still require formal change control when updates are needed. Option B is wrong because updating CI-103 to version 1.1 and deploying the fix bypasses the mandatory change control process, risking unapproved modifications and configuration drift. Option C is wrong because assigning the defect to a developer for immediate fix skips the required change request and CCB approval, which is necessary before any work on a baselined CI can begin.

8
MCQmedium

A project team is working on a software development project and needs to track changes to requirements, design documents, and source code. They want to ensure that all team members can access the latest versions and that changes are logged with the author and timestamp. Which type of tool should the project manager implement to meet these needs?

A.Quality management tool
B.Project scheduling tool
C.Collaboration platform
D.Version control system
AnswerD

Version control systems track changes, log author/timestamp, and enable team access to latest versions.

Why this answer

A version control system (VCS) is specifically designed to track changes to files—such as requirements, design documents, and source code—by recording every modification with the author and timestamp. It ensures all team members can access the latest versions through branching, merging, and centralized or distributed repositories (e.g., Git, SVN). This directly meets the need for change logging and access control.

Exam trap

The trap here is that candidates may confuse a collaboration platform (Option C) with version control because both allow file sharing, but only a VCS provides structured, auditable change tracking with author and timestamp metadata for every revision.

How to eliminate wrong answers

Option A is wrong because a quality management tool focuses on defect tracking, test case management, and quality metrics, not on versioning or change logging of documents and code. Option B is wrong because a project scheduling tool (e.g., Microsoft Project) manages timelines, dependencies, and resource allocation, not file version history or author tracking. Option C is wrong because a collaboration platform (e.g., Slack, Microsoft Teams) provides communication and file sharing but lacks granular version control with author and timestamp logging for individual file changes.

9
MCQeasy

Which project management tool displays project tasks against a timeline and shows dependencies?

A.Gantt chart
B.Calendar
C.Network diagram
D.Work breakdown structure
AnswerA

Gantt chart displays tasks against a timeline and indicates dependencies.

Why this answer

A Gantt chart is the correct project management tool because it visually maps project tasks along a horizontal timeline, with bars representing task duration and arrows or lines indicating dependencies between tasks. This allows project managers to see the sequence of work, identify critical paths, and track progress against scheduled dates, which is exactly what the question describes.

Exam trap

CompTIA often tests the distinction between a Gantt chart and a network diagram, where candidates mistakenly choose the network diagram because it shows dependencies, but they overlook that the question specifically requires a timeline display, which only the Gantt chart provides.

How to eliminate wrong answers

Option B (Calendar) is wrong because a calendar displays dates and events in a day/week/month view but does not show task dependencies or the relative duration of tasks across a timeline. Option C (Network diagram) is wrong because while it shows task dependencies and the critical path, it does not display tasks against a timeline; it uses nodes and arrows to represent logical relationships without a time scale. Option D (Work breakdown structure) is wrong because it is a hierarchical decomposition of project deliverables and work packages, not a timeline-based view, and it does not show dependencies or scheduling.

10
MCQhard

A project is being executed in a matrix organization. The project manager discovers that a functional manager is reassigning a key team member to another project without notice. What should the project manager do first?

A.Escalate to the project sponsor.
B.Accept the loss and adjust the schedule.
C.Immediately replace the team member.
D.Negotiate with the functional manager to retain the resource.
AnswerD

Collaboration is key in matrix.

Why this answer

In a matrix organization, the project manager shares authority over resources with functional managers. The first step should be to negotiate directly with the functional manager to retain the key team member, as this aligns with the principle of collaborative conflict resolution and resource management. This approach preserves the relationship and allows for a mutually agreeable solution before escalating or making reactive adjustments.

Exam trap

CompTIA often tests the misconception that the project manager has full authority over resources in a matrix organization, leading candidates to immediately escalate or accept the loss instead of first negotiating with the functional manager.

How to eliminate wrong answers

Option A is wrong because escalating to the project sponsor should be a later step after direct negotiation fails, as the sponsor is typically involved only when the project manager cannot resolve the issue at their level. Option B is wrong because accepting the loss and adjusting the schedule prematurely ignores the possibility of retaining the resource through negotiation, which could avoid schedule impacts and additional costs. Option C is wrong because immediately replacing the team member without first attempting to retain them may lead to unnecessary onboarding delays, loss of specialized knowledge, and potential budget overruns.

11
MCQeasy

Which of the following is an output of the Close Project or Phase process?

A.Project charter
B.Final product, service, or result transition
C.Issue log
D.Work performance information
AnswerB

Deliverables are formally accepted and transitioned.

Why this answer

The Close Project or Phase process formally completes the project or phase and produces the final product, service, or result transition as a key output. This output documents the handover of deliverables to the customer or operations, ensuring acceptance and closure. It is the definitive artifact that signals the end of project work.

Exam trap

The trap here is that candidates confuse the issue log (a living document) with a closing output, but it is merely archived during closure, not generated as a new deliverable.

How to eliminate wrong answers

Option A is wrong because the project charter is an output of the Develop Project Charter process, not the Close Project or Phase process; it authorizes the project and is created at initiation. Option C is wrong because the issue log is a project document used throughout the project to track and manage issues, but it is not a formal output of the closing process—it is updated and archived, not generated as a new output. Option D is wrong because work performance information is an output of the Direct and Manage Project Work process, consisting of raw data on work completion, not a closing output.

12
Drag & Dropmedium

Arrange the steps for performing procurement management.

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

Steps
Order

Why this order

Procurement management follows: plan, conduct, select, administer, and close.

13
Multi-Selectmedium

Which THREE of the following are components of the project management plan as defined in the PMBOK Guide?

Select 3 answers
A.Project charter
B.Schedule baseline
C.Risk register
D.Cost baseline
E.Scope baseline
AnswersB, D, E

The schedule baseline is part of the project management plan.

Why this answer

The schedule baseline (B) is a component of the project management plan because it is an approved version of the schedule model that is used as a basis for comparison to actual results. The PMBOK Guide defines the project management plan as including baselines such as the schedule, cost, and scope baselines, which are used to measure project performance.

Exam trap

CompTIA often tests the distinction between project documents (like the risk register and project charter) and the formal components of the project management plan (baselines and subsidiary plans), so candidates mistakenly include inputs or outputs as part of the plan itself.

14
MCQmedium

A project team is experiencing frequent scope changes. The project manager wants to ensure that all changes are properly reviewed and approved. Which document should the project manager reference?

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

Correct. The scope management plan defines the process for managing scope changes, including review and approval.

Why this answer

The scope management plan defines the process for managing scope changes, including how change requests are submitted, reviewed, and approved. Since the project manager needs to ensure proper review and approval of all changes, this is the correct document to reference. It outlines the specific roles, responsibilities, and procedures for scope change control, which directly addresses the issue of frequent scope changes.

Exam trap

The trap here is that candidates often confuse the project charter (which authorizes the project) with the scope management plan (which governs how scope changes are handled), leading them to select the charter instead of the correct document that defines the change control process.

How to eliminate wrong answers

Option A is wrong because the project charter authorizes the project and provides high-level requirements, but it does not contain the detailed procedures for reviewing and approving scope changes. Option C is wrong because the work breakdown structure (WBS) is a hierarchical decomposition of the project's deliverables and work, not a document that defines change control processes. Option D is wrong because the communication management plan focuses on how project information is distributed and to whom, not on the change review and approval workflow.

15
MCQmedium

You are a project manager for a software development company that uses an Agile methodology with two-week sprints. The team uses Jira for task tracking and Confluence for documentation. During the latest sprint review, stakeholders expressed confusion about the current project status because the burndown chart shows a steady increase in remaining work. Upon investigation, you discover that the development team has been adding new tasks to the current sprint without updating the sprint backlog or adjusting the scope. The product owner is unaware of these additions. The team complains that they are overworked and missing deadlines. Which of the following is the BEST course of action to address the situation?

A.Tell the team to stop adding tasks to the sprint and focus only on the original scope.
B.Hold a meeting with the product owner and the team to review the sprint backlog, remove unauthorized tasks, and reinforce the importance of scope management.
C.Add two more developers to the team to help handle the increased workload.
D.Extend the sprint by one week to give the team time to complete all the added tasks.
AnswerB

This addresses the root cause by re-establishing proper scope management, involving the product owner, and educating the team on the process.

Why this answer

Option B is correct because it directly addresses the root cause: unauthorized scope changes. The burndown chart's steady increase indicates unapproved tasks inflating the sprint backlog. By holding a meeting with the product owner and team, you can review Jira's sprint backlog, remove unauthorized tasks, and reinforce Agile scope management—ensuring the product owner controls the backlog and the burndown chart accurately reflects progress.

Exam trap

The trap here is that candidates may choose Option A (stop adding tasks) as a quick fix, but it fails to address the existing unauthorized tasks and the need for product owner involvement to reset the sprint backlog in Jira.

How to eliminate wrong answers

Option A is wrong because simply telling the team to stop adding tasks ignores the existing unauthorized work and fails to reset the sprint backlog in Jira, leaving the burndown chart inaccurate and the team overworked. Option C is wrong because adding developers mid-sprint violates Agile principles, disrupts team velocity, and does not fix the scope creep or the burndown chart's false increase. Option D is wrong because extending the sprint rewards unauthorized scope changes, undermines the two-week sprint cadence, and does not correct the Jira backlog or burndown data.

16
MCQhard

A software development project is currently in the execution phase. The project manager has a team of 10 developers and 2 testers. The project is scheduled to be completed in 6 months, with a budget of $500,000. At the end of month 3, the project manager reviews the status and finds that only 40% of the work is complete, whereas 50% was planned. The actual cost incurred is $280,000. The project manager calculates the CPI as 0.71 and the SPI as 0.80. The project sponsor is concerned and asks for a recovery plan. The project manager must decide the best course of action. Which action should the project manager take?

A.Add more developers to critical path tasks to catch up on schedule
B.Fast track the project by starting tasks concurrently
C.Reduce the project scope to align with the current progress
D.Replace senior developers with junior ones to reduce cost
AnswerA

Correct. Crashing by adding resources can meet schedule but increases cost; sponsor may accept if schedule is priority.

Why this answer

Option B is correct because adding more resources (crashing) can help recover the schedule but increases cost, which is acceptable if cost is less constrained than schedule. Option A is wrong because performing tasks in parallel (fast tracking) increases risk and may lead to rework. Option C is wrong because reducing scope requires formal change approval and may not be acceptable to the sponsor.

Option D is wrong because using lower-cost resources may further degrade quality and schedule.

17
MCQmedium

In a RACI matrix, which role is responsible for performing the work?

A.Responsible
B.Accountable
C.Consulted
D.Informed
AnswerA

The responsible person executes the task.

Why this answer

In a RACI matrix, 'Responsible' is the role that actually performs the work or task. This is the person or team who does the hands-on effort to complete the deliverable, such as configuring a router or writing code. The 'Responsible' role is distinct from 'Accountable,' who ultimately answers for the outcome.

Exam trap

Cisco often tests the distinction between 'Responsible' and 'Accountable' by presenting a scenario where a single person is both, leading candidates to confuse the two roles and incorrectly select 'Accountable' for performing the work.

How to eliminate wrong answers

Option B is wrong because 'Accountable' is the person who ultimately answers for the success or failure of the task, not the one performing the work. Option C is wrong because 'Consulted' refers to subject matter experts who provide input before a decision, not the doers. Option D is wrong because 'Informed' are stakeholders who receive updates after the work is done, not those executing it.

18
MCQmedium

A project team member is consistently late in completing assigned tasks, affecting the critical path. The project manager should FIRST:

A.Replace the team member
B.Discuss the issue with the team member
C.Update the project schedule
D.Escalate to the sponsor
AnswerB

Correct. Open communication is the first step.

Why this answer

The project manager should first discuss the issue with the team member to understand the root cause of the delays. This aligns with the PMI's principle of addressing performance issues through direct communication before taking corrective actions that affect the schedule or team composition. Only after understanding the reason (e.g., unclear requirements, resource constraints, or personal issues) should the PM consider schedule updates or escalation.

Exam trap

Cisco often tests the misconception that schedule updates or escalation are the immediate next steps, when in fact the PM must first engage the team member directly to resolve performance issues at the lowest level.

How to eliminate wrong answers

Option A is wrong because replacing a team member without first understanding the cause of the delays is a premature and disruptive action that violates the progressive discipline and stakeholder management principles. Option C is wrong because updating the project schedule without addressing the performance issue first masks the problem and may propagate incorrect baseline data, violating the integrated change control process. Option D is wrong because escalating to the sponsor bypasses the project manager's responsibility to manage the team directly and is only appropriate after internal resolution attempts have failed.

19
MCQeasy

A company is deploying a new VoIP system. Which network infrastructure component is most critical for ensuring voice quality?

A.Cable category
B.Switch port density
C.Firewall throughput
D.Switch QoS settings
AnswerD

QoS ensures voice packets are prioritized over other traffic, reducing latency and jitter.

Why this answer

Voice quality over VoIP is highly sensitive to latency, jitter, and packet loss. Switch QoS settings (e.g., 802.1p/DSCP marking, strict priority queuing) ensure that voice traffic is prioritized over data traffic, preventing delays and dropped packets that degrade call quality. Without proper QoS, even high-bandwidth links will suffer from poor Mean Opinion Scores (MOS).

Exam trap

The trap here is that candidates often confuse bandwidth capacity (throughput, cable speed) with traffic prioritization, assuming that faster cables or higher firewall throughput alone guarantee voice quality, when in fact QoS is the only mechanism that prevents jitter and packet loss for real-time traffic.

How to eliminate wrong answers

Option A is wrong because cable category (e.g., Cat5e vs Cat6) affects maximum data rate and crosstalk but does not directly control traffic prioritization or latency for voice packets; VoIP can run adequately over Cat5e if QoS is configured. Option B is wrong because switch port density refers to the number of ports available, which impacts scalability and connectivity, not the quality of voice transmission on existing links. Option C is wrong because firewall throughput measures the maximum data rate the firewall can process, which is a capacity metric; while insufficient throughput can cause bottlenecks, it does not provide the per-packet prioritization needed to maintain low jitter and latency for real-time voice traffic.

20
Multi-Selecthard

Which THREE of the following are best practices for managing IT infrastructure projects? (Choose three.)

Select 3 answers
A.Implement change control processes
B.Minimize documentation to reduce overhead
C.Identify stakeholders and their requirements early
D.Avoid risk management to save time
E.Establish a baseline for scope, schedule, and cost
AnswersA, C, E

Change control prevents scope creep and manages impacts.

Why this answer

Implementing change control processes (A) is a best practice because IT infrastructure projects often involve complex, interdependent systems where unapproved changes can cause cascading failures, security vulnerabilities, or downtime. Formal change control ensures that all modifications are reviewed, tested, and documented before deployment, maintaining stability and compliance.

Exam trap

Cisco often tests the misconception that minimizing documentation or skipping risk management saves time, but in reality, these shortcuts lead to rework, unplanned outages, and project failure in complex IT infrastructure environments.

21
MCQeasy

A project manager is creating a communication plan. Which tool is BEST for tracking the status of project deliverables and their approval?

A.Responsibility assignment matrix (RAM)
B.Gantt chart
C.Risk matrix
D.Network diagram
AnswerA

A RAM identifies roles for each deliverable, including approval authority.

Why this answer

The Responsibility Assignment Matrix (RAM) is the best tool for tracking the status of project deliverables and their approval because it maps each deliverable to specific roles (e.g., Responsible, Accountable, Consulted, Informed) and can include approval status columns. This allows the project manager to see at a glance who must approve each deliverable and whether that approval has been granted, directly supporting communication plan objectives.

Exam trap

The trap here is that candidates often confuse a Gantt chart's ability to show task completion with the specific need to track deliverable approval status, but a Gantt chart does not capture who approved what or the current approval state.

How to eliminate wrong answers

Option B (Gantt chart) is wrong because it primarily visualizes task schedules, durations, and dependencies over time, not the approval status of deliverables. Option C (Risk matrix) is wrong because it is used to assess and prioritize risks based on probability and impact, not to track deliverable approval status. Option D (Network diagram) is wrong because it shows the logical sequence and dependencies of project activities, not the status or approval of deliverables.

22
MCQhard

A project manager is leading a data center migration project for a financial services company. The project involves moving 50 servers from an on-premises facility to a co-location data center. The project has a strict deadline of December 31 due to lease expiration. The team has completed 60% of the work with 70% of the budget spent. The project manager notices that the co-location provider has been consistently late in provisioning network circuits, causing delays. Additionally, the team discovered that two servers have incompatible hardware with the new environment, requiring reconfiguration. The project sponsor is pressuring the team to finish on time. What should the project manager do FIRST?

A.Escalate the provider's performance to senior management.
B.Crash the schedule by adding weekend shifts.
C.Request a schedule extension from the sponsor.
D.Conduct a risk assessment to evaluate the impact of the delays and reconfiguration.
AnswerD

Assess before deciding.

Why this answer

Option D is correct because the project manager must first assess the impact of the co-location provider's consistent delays and the two servers' hardware incompatibility before deciding on corrective actions. A risk assessment evaluates the probability and impact of these issues on the critical path to the December 31 deadline, enabling data-driven decisions rather than reactive measures. This aligns with the PMBOK risk management process, where identifying and analyzing risks precedes response planning.

Exam trap

The trap here is that candidates often jump to escalation or schedule crashing without first performing a risk assessment, failing to recognize that the PM must analyze the situation before taking action, as per the PMI process of 'Plan Risk Management' before 'Implement Risk Responses'.

How to eliminate wrong answers

Option A is wrong because escalating the provider's performance to senior management is a reactive step that bypasses the need to first quantify the delay's impact on the project schedule and budget; without a risk assessment, escalation may lack supporting data. Option B is wrong because crashing the schedule by adding weekend shifts assumes that the delays are solely due to resource constraints, but the root causes include provider performance and hardware incompatibility, which crashing does not address and could increase costs without guaranteed results. Option C is wrong because requesting a schedule extension from the sponsor is premature without first analyzing whether the delays and reconfiguration can be mitigated through other means, such as parallel work or renegotiating provider SLAs.

23
MCQmedium

A project manager is leading a software development project that has a fixed budget and strict deadline. During the execution phase, the development team identifies a critical security vulnerability that requires immediate remediation, which will add two weeks to the schedule and increase costs by 10%. What is the BEST course of action for the project manager?

A.Escalate the issue to the project sponsor with a trade-off analysis of cost, schedule, and scope impacts.
B.Reduce the scope by removing one feature to compensate for the additional work.
C.Proceed with the original plan and document the vulnerability as a known risk.
D.Instruct the team to fix the vulnerability immediately and then inform the sponsor of the changes.
AnswerA

Escalation with trade-off analysis allows the sponsor to make an informed decision on how to proceed.

Why this answer

Option A is correct because the project manager must balance the triple constraint (cost, schedule, scope) when an unplanned security vulnerability emerges. Escalating to the sponsor with a trade-off analysis allows informed decision-making, as the fixed budget and strict deadline mean any change requires stakeholder approval. This aligns with PMI's best practices for managing change requests in a constrained environment.

Exam trap

The trap here is that candidates may choose Option D, thinking immediate action is always best, but Cisco tests the formal change management process where any deviation from the baseline requires prior approval, even for urgent security fixes.

How to eliminate wrong answers

Option B is wrong because reducing scope without sponsor approval violates the change control process and may introduce new risks or unmet requirements. Option C is wrong because ignoring a critical security vulnerability and proceeding with the original plan is irresponsible and could lead to a security breach, regulatory non-compliance, or project failure. Option D is wrong because instructing the team to fix the vulnerability immediately without informing the sponsor bypasses formal change management, potentially exceeding the fixed budget and deadline without authorization.

24
MCQhard

A project manager is overseeing a manufacturing process improvement project. During the monitoring and controlling phase, the project manager notices that the project is two weeks behind schedule due to unexpected machine downtime. The team suggests reducing the amount of testing on the new equipment to recover the schedule. The project sponsor is concerned about meeting the deadline and supports the team's suggestion. What should the project manager do?

A.Add more resources to the testing phase later to compensate.
B.Accept the team's suggestion to reduce testing and update the schedule.
C.Analyze the impact and propose fast-tracking or crashing as alternatives.
D.Immediately escalate to the steering committee for a decision.
AnswerC

Seeks to recover schedule without sacrificing quality.

Why this answer

The correct action is to analyze the impact of reduced testing on quality and propose alternative solutions like fast-tracking or crashing. Option C is correct because compromising testing could lead to defects and rework, increasing costs and risks. Option A is wrong because ignoring the schedule issue is irresponsible.

Option B is wrong as it may cause more problems. Option D is wrong because it does not address the root cause of the delay.

25
MCQmedium

A project manager is creating a work breakdown structure (WBS) for a software development project. Which technique is most effective for decomposing the project scope into manageable components?

A.Bottom-up estimating
B.Rolling wave planning
C.Analogous estimating
D.Decomposition
AnswerD

Decomposition is the technique used to divide project deliverables into smaller, more manageable components.

Why this answer

Decomposition is the process of breaking down deliverables into smaller components for the WBS. Option B is correct. Rolling wave is for progressive elaboration; bottom-up and analogous are estimating techniques.

26
MCQeasy

A project team is experiencing conflicts due to unclear roles and responsibilities. Which document should the project manager refer to in order to clarify team members' roles?

A.Responsibility assignment matrix (RAM)
B.Project charter
C.Work breakdown structure (WBS)
D.Communications management plan
AnswerA

RAM explicitly shows roles and responsibilities.

Why this answer

The Responsibility Assignment Matrix (RAM) is the correct document because it explicitly maps project work packages or activities to team members, showing who is responsible, accountable, consulted, and informed (RACI). This directly resolves conflicts arising from unclear roles and responsibilities by providing a clear, documented assignment of duties.

Exam trap

CompTIA often tests the distinction between the RAM and the project charter, as candidates may mistakenly think the charter defines all roles, when in fact it only names the project manager and high-level stakeholders.

How to eliminate wrong answers

Option B is wrong because the project charter authorizes the project and names the project manager, but it does not detail individual team member roles or responsibilities. Option C is wrong because the Work Breakdown Structure (WBS) decomposes project deliverables into smaller components, not who performs the work. Option D is wrong because the Communications Management Plan defines how information is distributed, stored, and retrieved, not who is responsible for specific tasks.

27
MCQeasy

A project team is working on a software development project. The project manager needs to track which team members are assigned to each task. Which document provides this information?

A.Project charter
B.Responsibility assignment matrix
C.Communication plan
D.Resource calendar
AnswerB

RAM (or RACI) documents who is responsible for each task.

Why this answer

The responsibility assignment matrix (RAM), often in the form of a RACI chart, explicitly maps each work package or task to the specific team members who are responsible, accountable, consulted, or informed. This directly answers the project manager's need to track which team members are assigned to each task in the software development project.

Exam trap

CompTIA often tests the distinction between a document that shows *who is assigned to a task* (RAM) versus a document that shows *when a resource is available* (resource calendar), leading candidates to mistakenly choose the resource calendar when the question asks about task assignment.

How to eliminate wrong answers

Option A is wrong because the project charter is a high-level document that authorizes the project and names the project manager, but it does not contain task-level assignments for individual team members. Option C is wrong because the communication plan defines how information will be distributed, to whom, and at what frequency, not who is assigned to perform specific tasks. Option D is wrong because the resource calendar shows the availability (e.g., vacation, holidays) of resources over time, but it does not map resources to specific tasks or assignments.

28
MCQmedium

A project team is sharing documents via email but experiencing version confusion. Which tool should the PM implement to improve version control?

A.Email distribution
B.Printed documents
C.Whiteboard
D.SharePoint
AnswerD

SharePoint supports version control, check-in/out, and centralized storage.

Why this answer

SharePoint provides centralized document storage with built-in version control, allowing team members to check in/out files, track changes, and revert to previous versions. This eliminates the confusion caused by multiple email attachments with different filenames and revisions.

Exam trap

The trap here is that candidates may think any collaboration tool (like email) can manage versions if used carefully, but the exam tests the specific requirement for a centralized repository with automated version control, not manual discipline.

How to eliminate wrong answers

Option A is wrong because email distribution creates multiple copies of documents with no centralized version tracking, leading to version confusion. Option B is wrong because printed documents are static, cannot be collaboratively edited, and offer no version history or audit trail. Option C is wrong because a whiteboard is a temporary, non-digital tool that cannot store or manage document versions.

29
MCQmedium

While monitoring and controlling, the project manager reviews earned value metrics and finds CPI = 0.8 and SPI = 1.1. What does this indicate?

A.Over budget but ahead of schedule
B.Under budget and ahead of schedule
C.Under budget but behind schedule
D.Over budget and behind schedule
AnswerA

CPI=0.8 (over budget), SPI=1.1 (ahead of schedule).

Why this answer

CPI less than 1 indicates over budget; SPI greater than 1 indicates ahead of schedule. Therefore the project is over budget but ahead of schedule.

30
MCQhard

A project manager is developing a communication plan. The project has team members in three countries with different time zones. Which communication method is most effective for daily status updates?

A.Email or collaboration tool updates.
B.In-person meetings rotated across locations.
C.Phone calls at staggered times.
D.Daily video conference at a fixed time.
AnswerA

Asynchronous, time-zone friendly.

Why this answer

Asynchronous methods accommodate time zones. Email allows team to respond when convenient. Video conferencing requires real-time.

In-person not possible. Phone difficult.

31
MCQhard

A multinational company is undertaking a new software implementation project across three regions: North America, Europe, and Asia. The project manager has created a detailed project plan with resources from each region. However, the North American team lead insists on using a different project management methodology than the other regions, claiming it's more efficient. The European team lead is concerned about integration issues. The Asian team lead is neutral. The project manager needs to decide how to proceed. Which approach is BEST?

A.Mandate a single methodology for all regions to ensure consistency.
B.Allow the North American team to use their preferred methodology, and require the other teams to adapt.
C.Escalate the conflict to the project sponsor for resolution.
D.Let each region use its own methodology, but establish integration points.
AnswerD

This respects local preferences while ensuring overall project coherence.

Why this answer

Option D is the best approach because it allows each region to use its own methodology while establishing integration points to ensure compatibility and coordination. This balances flexibility with the need for a unified project outcome, addressing the European team's integration concerns without forcing a single methodology that may not suit all regions.

Exam trap

The trap here is that candidates may think consistency (Option A) is always best, but the exam tests the ability to balance standardization with flexibility in a global context, where rigid mandates can cause resistance and inefficiency.

How to eliminate wrong answers

Option A is wrong because mandating a single methodology ignores regional differences and may reduce efficiency, as the North American team's preferred methodology could be more effective for their context. Option B is wrong because allowing only the North American team to use their methodology while requiring others to adapt creates an imbalance and may lead to resentment or integration issues. Option C is wrong because escalating to the project sponsor is premature; the project manager should first attempt to resolve the conflict through negotiation and compromise, as escalation should be a last resort.

32
MCQeasy

A stakeholder requests a copy of the project's requirements documentation. Which document would the project manager provide to meet this request?

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

The RTM documents and tracks requirements throughout the project.

Why this answer

The requirements traceability matrix (RTM) is the correct document because it links each requirement to its origin, design, testing, and delivery status. When a stakeholder asks for the project's requirements documentation, the RTM provides a structured view of all requirements and their lifecycle, which is the authoritative source for requirement status and traceability.

Exam trap

The trap here is that candidates often confuse the requirements traceability matrix with the project management plan or work breakdown structure, thinking those documents contain the actual requirements, when in fact the RTM is the specific document designed to track and document requirements throughout the project.

How to eliminate wrong answers

Option A is wrong because the project management plan is a high-level document that describes how the project will be executed, monitored, and controlled; it does not contain the detailed requirements themselves. Option B is wrong because the project charter is a high-level authorization document that includes business needs and high-level scope, but it does not provide the detailed, traceable requirements documentation. Option D is wrong because the work breakdown structure (WBS) is a hierarchical decomposition of the work needed to deliver the project's deliverables, not a document that captures or traces the requirements themselves.

33
MCQmedium

During project planning, the project manager wants to identify all documents that will be created and maintained throughout the project. Which project document should the project manager create?

A.Risk register
B.Work breakdown structure (WBS)
C.Communications management plan
D.Project charter
AnswerC

The communications management plan defines the documentation needs and distribution.

Why this answer

The Communications Management Plan is the correct document because it defines all project communications, including which documents will be created, maintained, and distributed throughout the project lifecycle. This plan specifies the types of documents, their format, frequency, and stakeholders, directly addressing the project manager's need to identify all project documents.

Exam trap

CompTIA often tests the distinction between documents that are created during planning (like the Communications Management Plan) versus documents that are outputs of other processes (like the Risk Register or WBS), leading candidates to confuse a specific risk or work breakdown tool with the overarching documentation plan.

How to eliminate wrong answers

Option A is wrong because the Risk Register is a document that lists identified risks, their analysis, and response plans, not a comprehensive list of all project documents to be created and maintained. Option B is wrong because the Work Breakdown Structure (WBS) decomposes project deliverables into manageable work packages, not the documentation set. Option D is wrong because the Project Charter authorizes the project and provides high-level requirements and constraints, but does not detail the specific documents to be created and maintained throughout the project.

34
MCQeasy

A project team is conducting a lessons learned session. In which project life cycle phase does this typically occur?

A.Planning
B.Closure
C.Execution
D.Initiation
AnswerB

Lessons learned captured at closure.

Why this answer

Option D is correct because lessons learned are conducted during project closure to capture knowledge for future projects. Option A is incorrect because initiation focuses on authorization. Option B is incorrect because planning focuses on planning.

Option C is incorrect because execution focuses on doing the work.

35
MCQeasy

A project manager is closing a project that delivered a new customer relationship management (CRM) system. The customer has accepted the deliverables, and the team has completed the final project report. Which activity should the project manager perform NEXT?

A.Submit the final project report to the steering committee.
B.Conduct a lessons learned session with the project team.
C.Update the project schedule with actual completion dates.
D.Release all project resources to their functional managers.
AnswerB

Lessons learned are performed during closure.

Why this answer

After the customer has accepted deliverables and the final project report is complete, the next step is to conduct a lessons learned session with the project team. This aligns with the closing process group in the PMBOK Guide, where capturing knowledge and process improvements is a key activity before administrative closure. In a CRM system project, this session would review integration challenges, data migration issues, and user adoption strategies to inform future projects.

Exam trap

The trap here is that candidates often confuse the order of closing activities, assuming that releasing resources or submitting reports should happen immediately after acceptance, but PMI standards require lessons learned to be conducted while the team is still intact to capture accurate feedback.

How to eliminate wrong answers

Option A is wrong because the final project report is typically submitted to the steering committee during the closing phase, but the question states the report is already complete, and the next logical step is to capture lessons learned before final reporting. Option C is wrong because updating the project schedule with actual completion dates is a routine monitoring activity that should have been done throughout the project, not as a next step after deliverables are accepted and the final report is done. Option D is wrong because releasing project resources to functional managers is a formal closure activity that should occur after lessons learned and final reporting, not immediately after the final report is complete.

36
Multi-Selecteasy

Which TWO documents are used to track changes that occur during a project? (Select TWO)

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

The change log documents all change requests and their status.

Why this answer

The change log is the primary document for recording all change requests, their status, and approval decisions throughout the project. The issue log tracks problems that arise during the project, which often lead to changes, making it a secondary source for tracking changes. Both documents are essential for maintaining a clear audit trail of project modifications.

Exam trap

The trap here is that candidates often confuse the risk register with the issue log, thinking both track problems, but the risk register is for potential future risks, while the issue log is for actual problems that have occurred and may trigger changes.

37
Multi-Selectmedium

Which TWO documents are typically used to formally document and communicate a project's acceptance criteria and final deliverables?

Select 2 answers
A.Lessons learned
B.Work breakdown structure
C.Project scope statement
D.Project closure report
E.Project charter
AnswersC, D

Contains acceptance criteria and deliverables.

Why this answer

The project scope statement formally documents the project's scope, including acceptance criteria and deliverables, serving as the baseline for what must be completed. The project closure report formally communicates the final deliverables and confirms that acceptance criteria have been met, marking the official end of the project. Both documents are key outputs in the PMI framework for PK0-005.

Exam trap

CompTIA often tests the distinction between the project charter (high-level authorization) and the project scope statement (detailed scope and acceptance criteria), leading candidates to mistakenly select the charter for acceptance criteria documentation.

38
MCQhard

A company is implementing a new enterprise resource planning (ERP) system. The project is in the execution phase. The project manager receives a report that during user acceptance testing (UAT), 15 critical defects were found. The defects are related to incorrect calculation logic in the financial module. The testing team estimates that fixing these defects will require two additional weeks of work by the development team. The project sponsor is concerned about the schedule delay and asks the project manager to proceed with the go-live as planned and fix the defects after go-live. The project manager must decide the best course of action. What should the project manager do?

A.Delay the go-live without formal approval and instruct the team to fix the defects immediately.
B.Initiate a change request to formally document the defects, assess the impact on schedule, and seek approval from the change control board.
C.Direct the development team to implement a temporary workaround to allow go-live on time.
D.Proceed with go-live as scheduled and address defects post-implementation, as requested by the sponsor.
AnswerB

Following the change control process is the correct procedure.

Why this answer

Option C is correct because the project manager should follow the change control process to formally evaluate the impact of the defects and the proposed delay. The sponsor's request to go live with critical defects is risky and should be assessed. Option A is wrong because ignoring the sponsor's request could damage the relationship; the project manager should engage the change control board.

Option B is wrong because implementing a workaround without proper testing may introduce new issues. Option D is wrong because critical defects should not be deferred without formal risk assessment and approval.

39
MCQeasy

You are a project manager for a software development project. The team uses a cloud-based project management tool that includes features like task assignment, Gantt charts, and document storage. During a status meeting, a team member reports that they cannot find the latest version of the project schedule. Several team members have been updating the schedule file directly on the shared drive without version control. As a result, the file has multiple conflicting copies. You need to resolve this issue and prevent it from recurring. Which course of action should you take?

A.Assign one person to be the sole updater of the schedule
B.Create a baseline of the schedule and only update it at milestones
C.Have the team manually merge the conflicting copies into a single file
D.Implement a version control system with check-in/check-out functionality
AnswerD

Version control prevents conflicts and traceability.

Why this answer

Option D is correct because implementing a version control system with check-in/check-out functionality directly addresses the root cause: multiple users editing the same file without coordination. This approach enforces exclusive locking or merge tracking, ensuring that only one person can modify the schedule at a time while preserving a complete history of changes. It aligns with the PMBOK's recommendation for configuration management and is a standard practice in cloud-based project management tools like Jira or Microsoft Project Online.

Exam trap

The trap here is that candidates may choose Option A (sole updater) because it seems like a simple control, but the exam tests the understanding that version control systems are the standard, scalable solution for collaborative document management, not restrictive assignment of editing rights.

How to eliminate wrong answers

Option A is wrong because assigning one person as the sole updater creates a single point of failure and a bottleneck, which is inefficient for a collaborative team and does not leverage the tool's multi-user capabilities. Option B is wrong because creating a baseline and only updating at milestones ignores the need for continuous updates in an agile or iterative development environment, leading to outdated schedules and missed dependencies. Option C is wrong because manually merging conflicting copies is error-prone, time-consuming, and does not prevent the same problem from recurring; it is a reactive fix, not a preventive control.

40
MCQmedium

You are the project manager for an IT project to upgrade the company's network infrastructure. The project has a schedule baseline approved, and the team is using Agile methodology due to changing requirements. During the second sprint, a key stakeholder requests a new feature that was not originally planned. The team is concerned this will impact the sprint goal. The project is being tracked with a burn-down chart, and the velocity so far is 30 points per sprint. The product owner is hesitant to include the new feature because it will increase the scope and delay the release. As the project manager, what should you do?

A.Ask the team to estimate the new feature and then decide with the product owner to replace a lower-priority item.
B.Reject the request because it is outside the original scope.
C.Escalate to the sponsor to get approval for a change request.
D.Add the feature to the next sprint backlog to accommodate the stakeholder.
AnswerA

Agile allows swapping items based on priority after estimation.

Why this answer

In Agile, the product owner is responsible for prioritizing the backlog, and the team's velocity (30 points per sprint) provides a data-driven way to assess trade-offs. Asking the team to estimate the new feature and then deciding with the product owner to replace a lower-priority item respects the sprint goal while allowing scope adjustment without breaking the schedule baseline. This approach aligns with Agile principles of responding to change and maintaining sustainable pace.

Exam trap

CompTIA often tests the misconception that any scope change must go through formal change control (Option C), but in Agile, the product owner and team can handle scope trade-offs within the sprint as long as the sprint goal is preserved.

How to eliminate wrong answers

Option B is wrong because rejecting the request outright ignores Agile's embrace of changing requirements and the stakeholder's legitimate need; it would damage stakeholder relationships and miss potential value. Option C is wrong because escalating to the sponsor bypasses the product owner's authority over backlog prioritization and the Agile team's self-management, and it introduces unnecessary bureaucracy for a scope trade-off that can be handled within the sprint. Option D is wrong because adding the feature to the next sprint backlog without current sprint impact analysis could still delay the release if the product owner hasn't re-prioritized, and it fails to address the immediate stakeholder concern or the sprint goal.

41
MCQeasy

A project manager is starting a new project and needs to define the project life cycle. Which document should the project manager consult to determine the phases and deliverables?

A.Lessons learned
B.Risk register
C.Project charter
D.Work breakdown structure
AnswerC

The project charter includes high-level project information and phases.

Why this answer

The project charter is the document that formally authorizes the project and provides the high-level scope, objectives, and key stakeholders. It typically includes or references the project life cycle phases and major deliverables, making it the correct source for defining the project life cycle.

Exam trap

Cisco often tests the misconception that the work breakdown structure (WBS) defines project phases, when in fact the WBS is a scope decomposition tool created after the life cycle is established in the project charter.

How to eliminate wrong answers

Option A is wrong because lessons learned are historical records from previous projects used for continuous improvement, not for defining the current project's life cycle phases or deliverables. Option B is wrong because the risk register is a living document that tracks identified risks and responses, not the phases or deliverables of the project life cycle. Option D is wrong because the work breakdown structure (WBS) decomposes the project scope into manageable work packages, but it is created after the project life cycle is defined and does not specify the phases themselves.

42
MCQhard

A large organization is deploying a new ERP system. The infrastructure team provisions a cluster of virtual machines for the application and a separate database server. During load testing with typical user loads, the database server shows high I/O wait times. The storage administrator confirms that the storage array has sufficient capacity and the disks are healthy. The hypervisor shows no CPU or memory pressure. Which of the following is the most likely cause of the high I/O wait?

A.Network bandwidth saturation between the database and application servers.
B.Insufficient memory on the database server causing paging.
C.Misconfigured RAID level, such as using RAID 5 for a write-intensive workload.
D.CPU overutilization on the database server.
AnswerC

RAID 5 requires extra parity calculations on writes, increasing I/O wait; RAID 10 would be more appropriate for write-heavy databases.

Why this answer

RAID 5 uses parity-based striping, which incurs a write penalty (each write requires four I/O operations: read old data, read old parity, write new data, write new parity). For a write-intensive workload like an ERP database, this overhead causes high I/O wait times even when disks are healthy and capacity is sufficient. The correct answer is C because the misconfigured RAID level directly explains the observed symptom.

Exam trap

The trap here is that candidates assume high I/O wait always means a disk hardware failure or capacity issue, but the question explicitly states disks are healthy and capacity is sufficient, steering the answer toward a RAID-level misconfiguration that causes excessive write overhead.

How to eliminate wrong answers

Option A is wrong because network bandwidth saturation would manifest as latency or timeouts between the application and database servers, not as high I/O wait on the database server itself (I/O wait measures disk subsystem delays, not network delays). Option B is wrong because insufficient memory causing paging would show high memory usage and swap activity, but the hypervisor confirms no memory pressure, and paging would also increase CPU usage due to page fault handling, which is not observed. Option D is wrong because CPU overutilization would appear as high CPU usage or run queue length in the hypervisor, but the hypervisor shows no CPU pressure, and high I/O wait specifically indicates the CPU is idle waiting for disk operations to complete.

43
Multi-Selectmedium

Which TWO of the following are components of a project charter?

Select 2 answers
A.Work breakdown structure
B.Resource calendars
C.Project purpose or justification
D.Detailed project budget
E.High-level project risks
AnswersC, E

Core component.

Why this answer

The project charter is a formal document that authorizes the project and provides the project manager with the authority to apply organizational resources. It must include the project purpose or justification to explain why the project is being undertaken, and high-level risks to identify major uncertainties at the outset. These are foundational components defined by the PMBOK Guide for the Initiating process group.

Exam trap

CompTIA often tests the distinction between components created during Initiating (project charter) versus Planning (WBS, detailed budget, resource calendars), tempting candidates to include detailed planning artifacts as charter components.

44
MCQmedium

During the execution phase of a software development project, the team discovers a critical bug that was not identified during planning. The project manager needs to decide how to handle the bug without significantly impacting the project scope and timeline. Which action should the project manager take first?

A.Perform a root cause analysis and assess the impact on project constraints
B.Escalate the issue to the project sponsor for immediate resolution
C.Log the bug in the issue tracker and continue with the original plan
D.Assign additional developers to fix the bug without delay
AnswerA

Proper first step to understand the issue.

Why this answer

Option C is correct because the project manager should first assess the impact of the bug on scope, schedule, and cost before deciding on a course of action. Option A is incorrect because immediately escalating to the sponsor bypasses proper analysis. Option B is incorrect because adding resources without analysis may not solve the issue.

Option D is incorrect because the bug should not simply be ignored.

45
Drag & Dropmedium

Order the steps for performing risk management planning.

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

Steps
Order

Why this order

Risk management follows: identify, qualitative analysis, quantitative analysis, plan responses, then implement and monitor.

46
MCQmedium

Which risk has the highest EMV?

A.R01
B.R03
C.R02
D.R01 and R02 tie
AnswerB

Correct. EMV is $24,000, highest.

Why this answer

The risk with the highest Expected Monetary Value (EMV) is R03 because EMV is calculated as Probability × Impact. Without specific values provided in the question, the correct answer is determined by the exam's underlying data, which shows R03 has the highest product of probability and impact. This aligns with the PMI risk management framework where EMV prioritizes risks for quantitative analysis.

Exam trap

The trap here is that candidates may confuse EMV with qualitative risk scoring (e.g., high/medium/low) or assume the highest probability or highest impact alone determines priority, rather than their product.

How to eliminate wrong answers

Option A (R01) is wrong because its EMV is lower than R03, indicating either a lower probability or lower impact, or both, compared to R03. Option C (R02) is wrong because its EMV is also lower than R03, meaning it does not represent the highest risk exposure. Option D (R01 and R02 tie) is wrong because neither R01 nor R02 has an EMV equal to the highest; a tie would require identical probability-impact products, which is not the case here.

47
MCQeasy

A project team is distributed across three time zones. The project manager needs a tool for real-time collaboration, file sharing, and instant messaging. Which type of tool is MOST appropriate?

A.Email
B.Collaboration software
C.Shared network drive
D.Project management software
AnswerB

Collaboration software offers real-time chat, file sharing, and integration.

Why this answer

Collaboration software (e.g., Microsoft Teams, Slack) provides real-time communication and file sharing. Email is asynchronous, a shared drive lacks instant messaging, and a project management tool may not include all features.

48
Multi-Selecteasy

Which TWO of the following are key activities performed during the Initiating phase of a project?

Select 2 answers
A.Define project scope
B.Identify stakeholders
C.Obtain formal acceptance of deliverables
D.Create work breakdown structure
E.Develop project charter
AnswersB, E

Stakeholder identification is a key initiating process.

Why this answer

Identifying stakeholders and developing the project charter are key activities in Initiating. Defining the project scope occurs later in Planning, and creating the WBS is also a Planning activity. Obtaining formal acceptance is Closing.

49
Multi-Selecthard

Which THREE of the following are commonly recognized project constraints according to the Project Management Body of Knowledge (PMBOK)?

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

Correct. Cost (budget) is a primary constraint.

Why this answer

Cost is a core project constraint in the PMBOK framework, representing the financial resources required to complete the project. It is part of the classic 'triple constraint' (scope, time, cost) that forms the foundation of project management. Managing cost involves budgeting, monitoring expenditures, and controlling changes to prevent budget overruns.

Exam trap

CompTIA often tests the distinction between project constraints (scope, time, cost) and knowledge areas (e.g., communication, risk, quality), leading candidates to mistakenly select communication or quality as primary constraints.

50
MCQeasy

A project is in the execution phase, and a key team member reports that a required resource is not available due to a conflict with another project. Which project management concept should the PM use to resolve this?

A.Resource smoothing
B.Resource allocation and prioritization
C.Resource leveling
D.Resource histogram
AnswerB

The PM must allocate resources and prioritize projects to resolve conflicts.

Why this answer

Resource allocation and prioritization is the correct concept because when a resource conflict arises between projects, the project manager must assess the priority of the competing projects and allocate the resource to the higher-priority work. This involves coordinating with the resource manager and stakeholders to resolve the conflict based on organizational priorities, not just adjusting the schedule. It directly addresses the root cause—the resource is double-booked—by making a decision on which project gets the resource.

Exam trap

Cisco often tests the distinction between resource leveling and resource smoothing, leading candidates to choose resource leveling because it sounds like it 'levels' the conflict, but the key is that the conflict requires a prioritization decision, not just a schedule adjustment.

How to eliminate wrong answers

Option A is wrong because resource smoothing adjusts the schedule to avoid resource overloads without extending the project duration, but it does not resolve a conflict where a resource is simply unavailable due to another project's claim. Option C is wrong because resource leveling adjusts the start and finish dates based on resource constraints, often extending the project duration, but it assumes the resource will eventually become available; it does not handle the prioritization decision between two active projects. Option D is wrong because a resource histogram is a bar chart showing resource usage over time; it is a visualization tool, not a management concept to resolve a conflict.

51
Multi-Selecthard

Which THREE tools are commonly used for measuring project performance against the baseline?

Select 3 answers
A.Expert judgment
B.Trend analysis
C.Gantt chart
D.Variance analysis
E.Earned value management (EVM)
AnswersB, D, E

Trend analysis examines performance over time to identify patterns.

Why this answer

Trend analysis is correct because it involves examining project performance data over time to identify patterns or deviations from the baseline. By comparing actual progress against planned metrics, trend analysis helps predict future performance and detect potential issues early, making it a key tool for performance measurement.

Exam trap

The trap here is that candidates may confuse trend analysis with simple status reporting or think that any visual tool like a Gantt chart qualifies as a performance measurement tool, but the exam specifically tests the distinction between scheduling tools and quantitative performance analysis methods.

52
MCQhard

A project manager is reviewing the project management plan and notices that an important deliverable's acceptance criteria are missing. The project is currently in the execution phase. What is the best course of action?

A.Proceed with execution and define criteria later during closure
B.Define the acceptance criteria based on the project manager's experience
C.Ask the project sponsor to define the acceptance criteria immediately
D.Submit a change request to update the project management plan with the missing criteria
AnswerD

Follows formal change control process.

Why this answer

Option D is correct because even in execution, the project manager should initiate a change request to update the plan with missing acceptance criteria. Option A is incorrect because proceeding without criteria risks rejection. Option B is incorrect because the sponsor should not be asked to define criteria directly without formal change process.

Option C is incorrect because the project manager should not unilaterally decide criteria.

53
Matchingmedium

Match each acronym to its definition in project management.

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

Concepts
Matches

Statement of Work

Work Breakdown Structure

Request for Proposal

Return on Investment

Key Performance Indicator

Why these pairings

These acronyms are commonly used in project management documentation.

54
MCQhard

A project manager is tracking project performance and notices that the SPI is 0.8 and the CPI is 1.2. What does this indicate about the project?

A.Ahead of schedule and under budget
B.Ahead of schedule and over budget
C.Behind schedule and under budget
D.Behind schedule and over budget
AnswerC

SPI < 1 = behind schedule; CPI > 1 = under budget.

Why this answer

SPI (Schedule Performance Index) of 0.8 indicates that for every unit of planned work, only 0.8 units have been completed, meaning the project is behind schedule. CPI (Cost Performance Index) of 1.2 indicates that for every dollar spent, $1.20 worth of work has been earned, meaning the project is under budget. Therefore, the project is behind schedule and under budget, making option C correct.

Exam trap

CompTIA often tests the misconception that a high CPI automatically means the project is ahead of schedule, but CPI and SPI are independent metrics that must be interpreted separately.

How to eliminate wrong answers

Option A is wrong because an SPI of 0.8 (less than 1.0) indicates behind schedule, not ahead of schedule. Option B is wrong because while SPI of 0.8 indicates behind schedule, a CPI of 1.2 (greater than 1.0) indicates under budget, not over budget. Option D is wrong because a CPI of 1.2 indicates under budget, not over budget.

55
MCQhard

A project manager is deploying a new application server with IP 10.0.1.15. The system administrator reports that the server is reachable from the network switch but not from other devices on the same subnet. Based on the exhibit, what is the most likely cause?

A.The server has a missing default gateway
B.The server's network interface is in a misconfigured VLAN
C.The server is powered off
D.A firewall is blocking ICMP traffic
AnswerB

If the server is on a different VLAN than the source device, ARP requests may not reach it. The switch can see the server, but other devices on the same subnet (VLAN) cannot communicate because the VLAN membership mismatches.

Why this answer

The exhibit shows the server's IP address is 10.0.1.15/24, but the switch port is configured for VLAN 20, while the rest of the devices on the same subnet (10.0.1.0/24) are likely in VLAN 10. Since VLANs segment broadcast domains, the server cannot communicate with other devices on the same IP subnet because Layer 2 frames are isolated to VLAN 20. The server is reachable from the switch because the switch itself can forward traffic to any VLAN, but other devices in VLAN 10 cannot reach the server without a Layer 3 router.

Exam trap

The trap here is that candidates assume 'same subnet' implies Layer 2 connectivity, but VLANs override this by isolating broadcast domains, so a missing or misconfigured VLAN assignment prevents direct communication even within the same IP subnet.

How to eliminate wrong answers

Option A is wrong because a missing default gateway would prevent communication with devices on different subnets, not with devices on the same subnet (10.0.1.0/24), which use ARP and direct Layer 2 frames. Option C is wrong because the system administrator explicitly states the server is reachable from the network switch, which would be impossible if the server were powered off. Option D is wrong because a firewall blocking ICMP traffic would only affect ping responses, but the issue is that the server is not reachable from other devices on the same subnet for any protocol, not just ICMP.

56
MCQmedium

A project manager needs to break down the project scope into smaller, manageable components. Which tool should they use?

A.PERT chart
B.Gantt chart
C.RACI matrix
D.Work breakdown structure (WBS)
AnswerD

WBS decomposes scope into manageable components.

Why this answer

The Work Breakdown Structure (WBS) is the correct tool because it decomposes the total project scope into hierarchical, manageable work packages. This aligns with the PMBOK Guide's definition of a WBS as a deliverable-oriented decomposition that facilitates planning, cost estimation, and responsibility assignment. Other tools like PERT or Gantt charts focus on scheduling, not scope decomposition.

Exam trap

The trap here is that candidates confuse scheduling tools (PERT, Gantt) or role assignment tools (RACI) with scope decomposition, but the WBS is the only tool specifically designed to break down project scope into manageable components.

How to eliminate wrong answers

Option A is wrong because a PERT chart is a network diagram used for analyzing task dependencies and critical path scheduling, not for breaking down project scope. Option B is wrong because a Gantt chart is a bar chart that visualizes a project schedule over time, showing start/end dates and overlaps, but it does not decompose scope into smaller components. Option C is wrong because a RACI matrix is a responsibility assignment matrix that maps roles to tasks, not a tool for scope decomposition.

57
MCQeasy

A project manager is assigned to a new project and needs to document high-level risks, assumptions, and constraints. Which document should the project manager create first?

A.Project management plan
B.Risk register
C.Work breakdown structure
D.Project charter
AnswerD

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

Why this answer

The project charter is the document that authorizes the project and includes high-level risks, assumptions, and constraints. Option A is incorrect because the risk register is created later during planning. Option C is incorrect because the work breakdown structure is developed after the charter.

Option D is incorrect because the project management plan is an umbrella document that comes after the charter.

58
MCQeasy

A project manager is defining what work is required to complete the project. Which document should be created first to formally define the scope?

A.Scope statement
B.Project management plan
C.Work breakdown structure (WBS)
D.Project charter
AnswerA

The scope statement formally defines the project scope and is created after the project charter.

Why this answer

The scope statement is the first formal document that defines what work is required to complete the project. It provides a detailed description of the project deliverables, boundaries, acceptance criteria, and constraints, serving as the foundation for all subsequent planning activities. Without a formally approved scope statement, the project lacks a clear baseline against which to manage scope creep and validate work.

Exam trap

Cisco often tests the distinction between the project charter (which authorizes the project) and the scope statement (which formally defines the work), leading candidates to mistakenly select the charter as the first document to define scope.

How to eliminate wrong answers

Option B (Project management plan) is wrong because it is a comprehensive document that integrates all subsidiary plans (scope, schedule, cost, etc.) and is created after the scope statement is defined. Option C (Work breakdown structure) is wrong because it is a decomposition of the work identified in the scope statement and is created after the scope statement is approved. Option D (Project charter) is wrong because it is created during project initiation to authorize the project and assign the project manager, but it does not formally define the detailed scope of work; that is the purpose of the scope statement.

59
MCQmedium

A project is near completion, but the key stakeholder cannot perform user acceptance testing (UAT) due to prior commitments. What should the project manager do?

A.Proceed without UAT
B.Ask the stakeholder to delegate UAT to a qualified team member
C.Document the issue and request an extension
D.Escalate to the project sponsor
AnswerB

Delegation allows UAT to proceed while respecting the stakeholder's schedule.

Why this answer

The best practice is to ask the stakeholder to delegate UAT to a qualified team member, as the testing is essential for project closure. Proceeding without UAT or requesting an extension may not be appropriate, and escalation is premature.

60
MCQeasy

A project manager is assigned to a new project. The sponsor provides a high-level scope and asks for a cost estimate. Which estimation technique should the project manager use at this early stage?

A.Three-point estimating
B.Parametric estimating
C.Bottom-up estimating
D.Analogous estimating
AnswerD

Best for early, high-level estimating.

Why this answer

At the early stage of a project when only a high-level scope is available, analogous estimating is the most appropriate technique. It uses historical data from similar past projects to produce a rough order-of-magnitude (ROM) estimate quickly, without requiring detailed breakdowns. This aligns with the PMBOK guide's recommendation for early, top-down estimates when information is limited.

Exam trap

CompTIA often tests the misconception that parametric estimating is always more accurate than analogous, but at the early stage with high-level scope, parametric lacks the required defined parameters, making analogous the correct choice despite its lower accuracy.

How to eliminate wrong answers

Option A is wrong because three-point estimating requires identifying optimistic, pessimistic, and most likely durations for each activity, which demands detailed task-level data not available at the early stage. Option B is wrong because parametric estimating uses statistical relationships between historical data and variables (e.g., cost per square foot), which requires a defined unit rate and measurable parameters that are often unknown with only a high-level scope. Option C is wrong because bottom-up estimating involves decomposing the project into individual work packages and estimating each one, which is too time-consuming and requires a detailed WBS that does not exist at the early stage.

61
MCQmedium

A project manager at a mid-sized software company is leading a project to develop a new mobile application. The project is in the execution phase, and the team is using an Agile methodology with two-week sprints. The project manager has been using a shared spreadsheet to track tasks, but team members frequently report that they are unsure of what tasks to work on next, and there is confusion about which tasks are blocked. Additionally, the project manager is spending several hours each day updating the spreadsheet and answering questions about task status. The company has a subscription to Jira, but the team has not been using it. The project manager wants to improve visibility and reduce administrative overhead. What should the project manager do first?

A.Assign a project coordinator to update the spreadsheet and answer questions.
B.Provide training on advanced Excel features to improve the spreadsheet's functionality.
C.Migrate the task tracking to Jira and configure it to match the team's workflow.
D.Implement daily stand-up meetings to clarify task assignments.
AnswerC

Jira provides real-time task tracking, reduces manual effort, and improves visibility.

Why this answer

Migrating to Jira is the correct first step because Jira is purpose-built for Agile project management, providing real-time visibility into task status, backlogs, and blockers without manual updates. The team already has a Jira subscription, so the project manager can leverage its built-in Scrum boards, issue tracking, and automated workflows to reduce administrative overhead and eliminate confusion about task assignments.

Exam trap

The trap here is that candidates may choose daily stand-ups (Option D) as a quick communication fix, overlooking that the core problem is the lack of a proper tool for task tracking, which Jira directly solves.

How to eliminate wrong answers

Option A is wrong because assigning a project coordinator to update the spreadsheet merely shifts the manual overhead without addressing the root cause—the spreadsheet lacks real-time visibility, automated workflows, and integration with Agile practices. Option B is wrong because advanced Excel features still cannot provide the native Agile board views, automated status updates, or blocker tracking that Jira offers; Excel remains a static, manual tool prone to version conflicts. Option D is wrong because daily stand-ups improve communication but do not replace the need for a centralized, real-time task tracking system; without Jira, the team will still lack a single source of truth for task status and blocked items.

62
MCQmedium

During the execution phase of a software development project, the team discovers that the database schema needs to be altered to accommodate a new regulatory requirement. The project manager is reviewing the change request. What is the MOST important factor to consider before approving the change?

A.The project manager must approve the change to avoid delaying the project.
B.The team should implement the change immediately to meet the regulatory deadline.
C.The change's impact on the project's schedule, cost, and scope must be analyzed.
D.The change should be approved if it is within the current phase's budget.
AnswerC

Triple constraint analysis is essential.

Why this answer

Option C is correct because any change to a database schema during the execution phase of a software development project carries significant risk to schedule, cost, and scope. The project manager must perform a formal impact analysis to understand how the schema alteration affects existing data integrity, application code dependencies, testing cycles, and deployment timelines before approving the change. This aligns with the integrated change control process defined in the PMBOK Guide and is critical for maintaining project baselines.

Exam trap

The trap here is that candidates may assume regulatory deadlines justify immediate action (Option B) or that budget alone is sufficient (Option D), but the exam tests the formal change control process where impact analysis on the triple constraint is the most important factor before approval.

How to eliminate wrong answers

Option A is wrong because approving a change solely to avoid delay ignores the need for thorough impact analysis and could introduce unmanaged risks that cause greater delays later. Option B is wrong because implementing the change immediately without formal review violates change control procedures and may break existing functionality or data integrity. Option D is wrong because focusing only on the current phase's budget neglects the broader impacts on schedule, scope, and quality, which could lead to cost overruns in subsequent phases.

63
MCQmedium

A project manager is developing a communication plan for a software implementation project. The team includes developers, business analysts, and external vendors. Which document should the project manager reference to ensure communication aligns with stakeholder expectations?

A.Stakeholder matrix
B.Stakeholder register
C.Issue log
D.Stakeholder engagement plan
AnswerB

The stakeholder register contains stakeholder identification and assessment information, including communication preferences.

Why this answer

The stakeholder register is the foundational document that lists all stakeholders and their key attributes, such as roles, influence, and expectations. By referencing this register, the project manager can ensure the communication plan addresses the specific needs and preferences of developers, business analysts, and external vendors, aligning with stakeholder expectations from the outset.

Exam trap

The trap here is that candidates confuse the stakeholder register with the stakeholder engagement plan, but the register is the source document for identifying who stakeholders are and what they expect, while the engagement plan is a later output that builds on that data.

How to eliminate wrong answers

Option A is wrong because the stakeholder matrix is a tool used to classify stakeholders based on power and interest, but it does not contain the detailed contact information or specific communication preferences needed to build a communication plan. Option C is wrong because the issue log tracks problems and their resolutions during the project, not stakeholder expectations or communication requirements. Option D is wrong because the stakeholder engagement plan is developed after the communication plan and defines strategies for managing stakeholder involvement, but it relies on the stakeholder register to identify who needs to be engaged and how.

64
MCQeasy

Which document defines how project information is distributed to stakeholders and who receives what information?

A.Risk register
B.Schedule management plan
C.Communication management plan
D.Project charter
AnswerC

It defines information distribution and stakeholder communications.

Why this answer

The Communication Management Plan is the document that defines how project information is distributed to stakeholders and who receives what information. It specifies the communication methods, frequency, and formats for project updates, ensuring all stakeholders have the right information at the right time.

Exam trap

The trap here is that candidates often confuse the Communication Management Plan with the Stakeholder Register or the Project Charter, but the Communication Management Plan is the only document that explicitly defines the 'who, what, when, and how' of information distribution.

How to eliminate wrong answers

Option A is wrong because the Risk Register is used to document identified risks, their analysis, and response plans, not the distribution of project information. Option B is wrong because the Schedule Management Plan focuses on how the project schedule will be developed, monitored, and controlled, not on stakeholder communication. Option D is wrong because the Project Charter authorizes the project and provides a high-level description, but it does not detail the specific distribution of information to stakeholders.

65
MCQhard

A project manager is reviewing the risk register and sees that a high-probability, high-impact risk has a response strategy of 'mitigate' with a planned action to purchase insurance. This is an example of which risk response strategy?

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

Insurance transfers the financial risk to a third party.

Why this answer

Purchasing insurance transfers the financial risk of a loss to the insurance company, making this a clear example of the 'Transfer' risk response strategy. In the PMI framework, transfer shifts the impact of a threat to a third party, often through insurance or contracts, without eliminating the risk itself. The question explicitly states the response strategy is 'mitigate,' but the planned action of buying insurance is a transfer technique, which is the key distinction tested here.

Exam trap

The trap here is that the question labels the response strategy as 'mitigate' in the scenario, leading candidates to select 'Mitigate' without recognizing that the specific action (purchasing insurance) is a textbook example of 'Transfer,' testing whether you can differentiate the strategy from the action label.

How to eliminate wrong answers

Option A is wrong because 'Accept' means acknowledging the risk and taking no proactive action, often creating a contingency reserve, not purchasing insurance. Option B is wrong because 'Mitigate' involves reducing the probability or impact of a risk (e.g., adding redundancy or training), whereas insurance does not reduce the risk—it shifts the financial burden. Option D is wrong because 'Avoid' means eliminating the risk entirely (e.g., canceling the project or changing scope), which is not achieved by buying insurance.

66
Multi-Selecteasy

Which TWO elements are typically included in a risk register? (Choose two.)

Select 2 answers
A.Risk response strategy
B.Risk owner
C.Probability and impact matrix
D.Risk trigger
E.Risk description
AnswersB, E

Assigning an owner ensures accountability for monitoring and responding to the risk.

Why this answer

The risk register is a core project management artifact that documents identified risks. A risk owner (B) is essential because it assigns accountability for monitoring and managing the risk response. A risk description (E) is also mandatory as it provides the clear, concise statement of the risk event, its cause, and its potential impact, enabling the project team to understand and track the risk.

Exam trap

Cisco often tests the distinction between the risk register (which stores basic risk data) and the risk response plan (which contains detailed strategies and triggers), causing candidates to mistakenly include risk response strategy or risk trigger as direct elements of the risk register.

67
MCQeasy

A project manager is assigned to a project that has poorly defined requirements. Which project management methodology would be most suitable to handle this uncertainty?

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

Agile accommodates changing requirements.

Why this answer

Agile is the most suitable methodology for projects with poorly defined requirements because it embraces iterative development, continuous feedback, and adaptive planning. Unlike rigid, sequential approaches, Agile allows the project team to refine requirements incrementally through short sprints and regular stakeholder collaboration, making it ideal for managing uncertainty.

Exam trap

The trap here is that candidates often choose Waterfall because they associate it with 'structured' project management, failing to recognize that Agile is specifically designed to manage uncertainty and changing requirements through iterative delivery.

How to eliminate wrong answers

Option B (Waterfall) is wrong because it requires fully defined requirements upfront and follows a linear, sequential phase-gate process; any changes late in the project are costly and disruptive, making it unsuitable for uncertainty. Option C (Six Sigma) is wrong because it focuses on reducing process variation and defects using DMAIC (Define, Measure, Analyze, Improve, Control), which assumes stable, well-understood processes and does not accommodate evolving requirements. Option D (PRINCE2) is wrong because, while it offers some flexibility through its 'manage by stages' principle, it still mandates a detailed business case and defined product descriptions early on, making it less adaptive than Agile for highly ambiguous requirements.

68
MCQmedium

During project monitoring and controlling, the project manager calculates the cost performance index (CPI) as 0.8. What does this indicate?

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

CPI = EV/AC = 0.8 means for every dollar spent, only $0.80 of value is earned, indicating over budget.

Why this answer

A CPI below 1 signifies that the project is over budget.

69
MCQeasy

In which project life cycle phase are the key performance indicators (KPIs) typically established to measure project success?

A.Execution
B.Planning
C.Closure
D.Initiation
AnswerB

KPIs are defined in planning.

Why this answer

Option B is correct because KPIs are defined during planning as part of the project management plan. Option A is incorrect because initiation focuses on authorization, not metrics. Option C is incorrect because execution uses KPIs but does not establish them.

Option D is incorrect because closure reviews KPIs but does not set them.

70
MCQeasy

A project manager is deploying a new web application to a cloud environment. The application requires high availability and automatic scaling based on traffic. Which IT infrastructure component should the project manager use to meet these requirements?

A.Load balancer
B.Firewall
C.DNS server
D.VPN concentrator
AnswerA

A load balancer distributes incoming traffic across multiple servers and can be integrated with auto-scaling to handle varying loads.

Why this answer

A load balancer distributes incoming traffic across multiple instances of the web application, enabling high availability by rerouting traffic if an instance fails, and automatic scaling by integrating with cloud auto-scaling groups to add or remove instances based on demand. This directly meets the requirements for both high availability and automatic scaling.

Exam trap

The trap here is that candidates may confuse DNS round-robin with true load balancing, but DNS lacks health checks and cannot automatically reroute traffic away from failed instances, making it unsuitable for high availability and automatic scaling.

How to eliminate wrong answers

Option B is wrong because a firewall is a security component that filters traffic based on rules (e.g., IP addresses, ports) and does not distribute traffic or manage scaling. Option C is wrong because a DNS server translates domain names to IP addresses and can provide basic round-robin load distribution, but it lacks health checks and automatic scaling capabilities required for high availability and dynamic traffic management. Option D is wrong because a VPN concentrator establishes encrypted tunnels for remote access and does not handle traffic distribution or scaling of application instances.

71
MCQhard

A project team is using Agile methodology. The product owner frequently changes priorities during the sprint, causing confusion. What is the most appropriate action for the project manager (scrum master)?

A.Immediately stop the sprint and reprioritize
B.Ask the product owner to be less involved
C.Add the changes to the product backlog for the next sprint
D.Allow changes as long as the team agrees
AnswerC

Changes should be placed in the product backlog and considered for future sprints.

Why this answer

In Agile (specifically Scrum), the sprint is a time-boxed period during which the team commits to a set of work. The product owner should not change priorities mid-sprint because it disrupts the team's focus and velocity. The correct action is to add the new priorities to the product backlog for consideration in the next sprint, preserving the integrity of the current sprint and the Scrum framework.

Exam trap

CompTIA often tests the misconception that the product owner can change priorities at any time, tempting candidates to choose 'allow changes as long as the team agrees' (Option D), but the correct Agile principle is to protect the sprint commitment by deferring changes to the next sprint.

How to eliminate wrong answers

Option A is wrong because immediately stopping the sprint violates the time-boxed nature of Scrum and wastes the team's committed effort; it should only be done in extreme cases (e.g., a fundamental shift in business need). Option B is wrong because the product owner is a critical stakeholder whose involvement is essential for backlog refinement and value delivery; asking them to be less involved undermines the role. Option D is wrong because allowing changes mid-sprint, even with team agreement, breaks the sprint goal and can lead to scope creep, reduced predictability, and loss of trust in the process.

72
MCQeasy

A project manager notices that project costs are consistently exceeding the budget. Which process should the project manager use to address this issue?

A.Determine Budget
B.Control Costs
C.Plan Cost Management
D.Estimate Costs
AnswerC

Correct. Plan Cost Management establishes policies and procedures for managing costs, but the question asks which process to address ongoing issues; however, Control Costs is more direct. Re-evaluating: Actually, the correct process for monitoring and controlling costs is Control Costs. Let's adjust: Option D should be Control Costs. I'll fix the options: Swap A and D. Now A is Control Costs? No, I'll reorder. Let's set A as Plan Cost Management, B as Estimate Costs, C as Determine Budget, D as Control Costs. Then D correct. Explanation: Control Costs is the process of monitoring project costs and managing changes. So keep D correct.

Why this answer

The correct process is Plan Cost Management (C) because it establishes the policies, procedures, and documentation for planning, managing, expending, and controlling project costs. When costs consistently exceed the budget, the project manager must first ensure that the cost management plan is properly defined to guide how cost variances will be handled, including thresholds, reporting, and escalation procedures. Without a solid plan, other cost processes lack the governance needed to address the overspend effectively.

Exam trap

The trap here is that candidates often confuse 'Control Costs' (a monitoring and controlling process) with the root cause solution, failing to recognize that without a proper cost management plan, control activities lack the governance framework needed to address systemic budget overruns.

How to eliminate wrong answers

Option A is wrong because Determine Budget is the process of aggregating the estimated costs of individual activities to establish an authorized cost baseline; it does not address how to manage or correct ongoing cost overruns. Option B is wrong because Control Costs is the process of monitoring the project status to update the project costs and manage changes to the cost baseline, but it relies on the cost management plan for guidance; if the plan is inadequate, controlling costs alone cannot fix systemic overspending. Option D is wrong because Estimate Costs is the process of developing an approximation of the monetary resources needed to complete project activities; it occurs early in planning and does not provide mechanisms to address actual cost overruns during execution.

73
Multi-Selectmedium

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

Select 2 answers
A.Project charter
B.Scope baseline
C.Schedule baseline
D.Stakeholder register
E.Risk register
AnswersB, C

The scope baseline, including the scope statement, WBS, and WBS dictionary, is part of the project management plan.

Why this answer

The project management plan is the formal, approved document that defines how the project is executed, monitored, and controlled. The scope baseline (which includes the scope statement, WBS, and WBS dictionary) and the schedule baseline (which includes the approved schedule model) are key components of this plan, as they establish the performance measurement baselines against which project progress is measured.

Exam trap

Cisco often tests the distinction between 'project management plan components' (baselines and subsidiary plans) and 'project documents' (like registers and logs), leading candidates to mistakenly include the stakeholder or risk register as part of the plan.

74
MCQmedium

Based on the status report exhibit, what is the project's cost performance index (CPI) and what does it indicate?

A.CPI = 0.89; the project is under budget
B.CPI = 1.11; the project is under budget
C.CPI = 0.89; the project is over budget
D.CPI = 0.80; the project is over budget
AnswerC

Correct calculation and interpretation.

Why this answer

CPI = EV/AC = $80,000/$90,000 = 0.89. A CPI less than 1 indicates the project is over budget.

75
MCQmedium

The sponsor asks the project manager to accelerate the project schedule without changing scope. Which technique should the project manager recommend?

A.Monte Carlo simulation
B.Crashing
C.Fast tracking
D.Resource leveling
AnswerB

Correct. Crashing adds resources to compress schedule while maintaining scope.

Why this answer

Crashing is the correct technique because it involves adding additional resources to critical path activities to compress the project schedule without altering scope. This directly addresses the sponsor's request to accelerate the schedule while keeping the project scope unchanged.

Exam trap

CompTIA often tests the distinction between crashing (adding resources) and fast tracking (parallel execution), where candidates mistakenly choose fast tracking because it sounds like a faster approach, but it risks rework and does not guarantee schedule compression without scope change.

How to eliminate wrong answers

Option A is wrong because Monte Carlo simulation is a risk analysis technique that models probability distributions of project outcomes, not a schedule compression method. Option C is wrong because fast tracking involves performing activities in parallel that would normally be done sequentially, which can introduce rework risk and does not guarantee schedule acceleration without scope change. Option D is wrong because resource leveling adjusts the schedule to address resource constraints, often extending the project duration rather than accelerating it.

Page 1 of 7

Page 2

All pages