CCNA Pm Concepts Questions

75 of 197 questions · Page 1/3 · Pm Concepts topic · Answers revealed

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

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.

3
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.

4
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.

5
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.

6
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.

7
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.

8
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.

9
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.

10
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.

11
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.

12
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.

13
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.

14
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.

15
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.

16
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.

17
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.

18
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.

19
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.

20
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.

21
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.

22
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.

23
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.

24
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.

25
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.

26
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.

27
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.

28
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.

29
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.

30
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.

31
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.

32
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.

33
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.

34
Multi-Selectmedium

A project manager is evaluating the benefits of using a project charter. Which TWO of the following are primary purposes of a project charter?

Select 2 answers
A.Identify stakeholders
B.Provide detailed project schedule
C.Assign the project manager
D.Define the work breakdown structure
E.Authorize the project
AnswersC, E

The charter assigns the project manager.

Why this answer

The project charter formally authorizes the project and assigns the project manager, giving them the authority to apply organizational resources to project activities. This is a foundational document that initiates the project and legitimizes the project manager's role.

Exam trap

CompTIA often tests the distinction between the Initiating and Planning process groups, leading candidates to mistakenly attribute planning artifacts like the WBS or schedule to the charter.

35
MCQeasy

During a project audit, it is discovered that several deliverables did not meet quality standards. The project manager wants to identify the root causes. Which tool is most appropriate?

A.Scatter diagram
B.Pareto chart
C.Ishikawa diagram
D.Control chart
AnswerA

Correct. A scatter diagram shows relationship between two variables, but not root cause. Let's correct: Actually, the best tool for root cause analysis is the Ishikawa diagram. I'll set the correct answer to B. Reorder options: A: Pareto chart, B: Ishikawa diagram (correct), C: Control chart, D: Scatter diagram. So B correct.

Why this answer

The Ishikawa diagram (also known as a fishbone or cause-and-effect diagram) is the most appropriate tool for identifying root causes of quality issues because it visually maps potential causes to the observed effect. Unlike scatter diagrams, which show correlation between two variables, the Ishikawa diagram is specifically designed for structured root cause analysis by categorizing possible sources of defects.

Exam trap

The trap here is that candidates confuse the Ishikawa diagram's root cause analysis purpose with the Pareto chart's prioritization function, or mistakenly think a scatter diagram can identify causes when it only shows correlation.

How to eliminate wrong answers

Option A (Scatter diagram) is wrong because it is used to identify relationships or correlations between two variables, not to systematically explore root causes of a problem. Option B (Pareto chart) is wrong because it prioritizes issues by frequency or impact, but does not uncover underlying causes. Option D (Control chart) is wrong because it monitors process stability over time and detects variations, but does not identify root causes of specific defects.

36
MCQhard

A project manager is working on a project with high uncertainty and rapidly changing requirements. Which project life cycle model is MOST appropriate?

A.Spiral life cycle.
B.Iterative/Adaptive life cycle.
C.Incremental life cycle.
D.Predictive (Waterfall) life cycle.
AnswerB

Adaptive life cycles (Agile) embrace change and uncertainty.

Why this answer

The iterative/adaptive life cycle is most appropriate for projects with high uncertainty and rapidly changing requirements because it embraces change through short, time-boxed iterations that allow for continuous feedback and reprioritization. Unlike predictive models, adaptive approaches like Scrum or Kanban enable the project team to adjust scope and direction based on evolving stakeholder needs and emerging information, making them ideal for dynamic environments.

Exam trap

CompTIA often tests the distinction between iterative/adaptive and incremental life cycles, where candidates mistakenly choose incremental because they think 'adding features in pieces' is the same as adapting to change, but incremental still follows a predetermined plan for each addition.

How to eliminate wrong answers

Option A is wrong because the spiral life cycle, while risk-driven and iterative, is best suited for large, complex, high-risk projects where risk analysis is a primary driver, not for projects with rapidly changing requirements where frequent reprioritization of features is needed. Option C is wrong because the incremental life cycle delivers functionality in increments but typically follows a fixed plan for each increment, which does not accommodate rapidly changing requirements as well as an adaptive approach. Option D is wrong because the predictive (Waterfall) life cycle assumes requirements are stable and well-understood from the start, making it inappropriate for high-uncertainty projects where requirements change frequently.

37
Multi-Selectmedium

Which TWO of the following are examples of key performance indicators (KPIs) used to measure project success?

Select 2 answers
A.Project charter approval date
B.Number of team meetings per week
C.Schedule variance (SV)
D.Work breakdown structure (WBS)
E.Cost performance index (CPI)
AnswersC, E

SV is a KPI for schedule performance.

Why this answer

Schedule variance (SV) and cost performance index (CPI) are both standard key performance indicators (KPIs) defined in earned value management (EVM). SV measures the difference between earned value and planned value, indicating whether the project is ahead or behind schedule. CPI measures cost efficiency by comparing earned value to actual cost, directly reflecting project budget performance.

Exam trap

The trap here is that candidates confuse project artifacts (like the WBS or charter) or process metrics (like meeting frequency) with true performance indicators that quantitatively compare actual progress against baselines.

38
Multi-Selectmedium

Which TWO are typically outputs of the scope planning process? (Choose two.)

Select 2 answers
A.Change requests
B.Requirements documentation
C.Scope statement
D.Project charter
E.Work breakdown structure (WBS)
AnswersB, C

Requirements documentation is an output of the requirements collection process, which is part of scope planning.

Why this answer

Requirements documentation is a key output of the scope planning process because it formally captures the stakeholder needs and expectations that must be met by the project. This documentation serves as the foundation for defining the project scope and is used to validate that deliverables align with business objectives.

Exam trap

Cisco often tests the distinction between outputs of scope planning versus outputs of other planning processes, such as confusing the WBS (from create WBS) with the scope statement (from scope planning).

39
Multi-Selectmedium

Which TWO of the following are inputs to the Develop Project Management Plan process?

Select 2 answers
A.Project charter
B.Approved change requests
C.Work performance data
D.Change requests
E.Outputs from other planning processes
AnswersA, E

Correct. The charter is an essential input for developing the management plan.

Why this answer

Inputs to develop the project management plan include the project charter and outputs from other planning processes (subsidiary plans and baselines). Work performance data, change requests, and approved changes are inputs to monitoring and controlling processes.

40
Multi-Selectmedium

Which TWO are common components of a project management plan? (Choose two.)

Select 2 answers
A.Lessons learned register
B.Actual cost reports
C.Schedule baseline
D.Scope management plan
E.Project charter
AnswersC, D

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

Why this answer

The schedule baseline is a key component of the project management plan because it defines the approved project schedule, including start and end dates for activities, milestones, and dependencies. It serves as the reference point against which actual schedule performance is measured and controlled throughout the project lifecycle.

Exam trap

CompTIA often tests the distinction between project management plan components and project documents, so candidates mistakenly select the lessons learned register or project charter as components of the plan.

41
MCQeasy

What is the critical path duration?

A.22 days
B.23 days
C.19 days
D.18 days
AnswerA

Correct. Path A-C-D takes 22 days, the longest.

Why this answer

The critical path is the longest sequence of dependent tasks in a project schedule, determining the shortest possible project duration. By summing the durations along the critical path (e.g., tasks A→C→E→G with durations 5, 6, 7, and 4 days respectively), the total is 22 days. Any delay on this path directly extends the project completion date.

Exam trap

The trap here is that candidates often mistakenly sum all task durations or include tasks with positive float, leading to an inflated or deflated duration, rather than identifying the single longest path through the network diagram.

How to eliminate wrong answers

Option B (23 days) is wrong because it likely results from incorrectly including a non-critical path task or adding float to the critical path sum. Option C (19 days) is wrong because it underestimates the duration by omitting a critical task or misidentifying the path. Option D (18 days) is wrong because it represents a shorter path that is not the longest sequence, often due to selecting a path with slack or ignoring dependencies.

42
Multi-Selecthard

A project manager is developing a project schedule and needs to estimate activity durations. Which TWO techniques are commonly used for estimating activity durations? (Choose two.)

Select 2 answers
A.Critical path method
B.Parametric estimating
C.Three-point estimating
D.Monte Carlo simulation
E.Analogous estimating
AnswersB, C

Uses historical data and statistical relationships.

Why this answer

Parametric estimating (B) uses historical data and statistical relationships between variables (e.g., cost per square meter, hours per unit) to calculate activity durations. It is a standard technique in project schedule development because it provides objective, data-driven estimates based on measurable parameters.

Exam trap

CompTIA often tests the distinction between techniques used for estimating durations (parametric, three-point) versus techniques used for schedule analysis (critical path method, Monte Carlo simulation), leading candidates to confuse CPM with an estimation method.

43
MCQmedium

A project manager is developing the communication management plan. Which element should be included to ensure stakeholders receive timely information?

A.Team meeting minutes
B.Risk response strategies
C.Project budget breakdown
D.Stakeholder communication requirements
AnswerD

This identifies the specific information needs of each stakeholder.

Why this answer

The communication management plan defines how project information will be distributed to stakeholders. Including stakeholder communication requirements ensures that each stakeholder receives the right information in the right format and at the right frequency, directly addressing the need for timely information.

Exam trap

The trap here is that candidates confuse project artifacts (like meeting minutes or budget breakdowns) with the planning elements that govern communication, leading them to select a tangible output rather than the requirement definition.

How to eliminate wrong answers

Option A is wrong because team meeting minutes are a specific output of meetings, not a planning element that ensures timely communication across all stakeholders. Option B is wrong because risk response strategies belong to the risk management plan, not the communication management plan. Option C is wrong because the project budget breakdown is part of the cost management plan and does not address how or when stakeholders receive information.

44
MCQmedium

Refer to the exhibit. What is the total duration of the project?

A.9 days
B.8 days
C.14 days
D.11 days
AnswerD

Project starts day 1, ends day 11, total 11 days.

Why this answer

The critical path is A → B → D or A → C → D. A takes 5 days (days 1-5). B takes 3 days (days 6-8), C takes 4 days (days 6-9).

D depends on both B and C, so it starts after the latest finish (day 9) and finishes on day 11. Thus total duration is 11 days. Option A is correct.

45
MCQeasy

During project execution, the project manager notices that actual costs are consistently higher than planned. Which process should the project manager use to analyze this variance?

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

Control Costs process analyzes cost variances.

Why this answer

The Control Costs process is responsible for monitoring cost performance, analyzing variances from the cost baseline, and implementing corrective actions. Since the project manager observes actual costs exceeding planned costs, they must use Control Costs to perform earned value management (EVM) calculations such as cost variance (CV) and cost performance index (CPI) to quantify and analyze the deviation.

Exam trap

The trap here is that candidates confuse the planning processes (Plan Cost Management, Estimate Costs, Determine Budget) with the monitoring and controlling process (Control Costs), mistakenly selecting a planning process to analyze execution-phase variances.

How to eliminate wrong answers

Option A is wrong because Plan Cost Management establishes the policies, procedures, and documentation for planning, managing, and controlling project costs, but it does not analyze ongoing cost variances during execution. Option C is wrong because Estimate Costs develops approximations of the monetary resources needed to complete project activities, typically performed during planning, not for analyzing variances during execution. Option D is wrong because Determine Budget aggregates the estimated costs of individual activities to establish a cost baseline, which is a planning process and does not involve analyzing actual cost variances.

46
MCQhard

A project manager is leading a construction project. The team identifies a risk that a key supplier may go bankrupt. The project manager decides to purchase insurance to cover potential losses. Which risk response strategy is being used?

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

Insurance transfers the financial risk to the insurer.

Why this answer

Purchasing insurance transfers the financial risk of the supplier's bankruptcy to the insurance company. This is a classic example of the Transfer risk response strategy, where the impact of the risk is shifted to a third party, not eliminated or reduced.

Exam trap

CompTIA often tests the distinction between Mitigate and Transfer, where candidates mistakenly choose Mitigate because insurance seems to 'reduce' impact, but the key is that Transfer shifts the financial burden to another party, while Mitigate involves internal actions to lower probability or impact.

How to eliminate wrong answers

Option A is wrong because Accept means acknowledging the risk and taking no proactive action, often setting aside a contingency reserve, not purchasing insurance. Option B is wrong because Avoid would involve changing the project plan to eliminate the risk entirely, such as selecting a different supplier, not transferring the financial consequences. Option C is wrong because Mitigate involves reducing the probability or impact of the risk, such as qualifying multiple suppliers, not shifting the financial burden to an insurer.

47
MCQhard

A project manager is closing a project and needs to ensure all project objectives have been met. Which document should be used to verify completion of deliverables?

A.Project scope statement
B.Work breakdown structure
C.Requirements traceability matrix
D.Project management plan
AnswerA

Scope statement includes deliverables and criteria.

Why this answer

The project scope statement defines the project's deliverables and the work required to create them, serving as the baseline for verifying that all objectives have been met during project closure. It includes acceptance criteria for each deliverable, which the project manager uses to confirm completion against the agreed-upon scope. This document is the authoritative reference for scope verification, ensuring no scope creep has occurred and all deliverables satisfy stakeholder requirements.

Exam trap

The trap here is that candidates often confuse the WBS (which lists deliverables) with the scope statement (which defines acceptance criteria), leading them to select the WBS as the verification document, but the WBS does not include the criteria needed to confirm completion.

How to eliminate wrong answers

Option B (Work breakdown structure) is wrong because the WBS is a hierarchical decomposition of the work to be performed, not a document that lists acceptance criteria or verifies completion; it breaks deliverables into work packages but does not define the criteria for acceptance. Option C (Requirements traceability matrix) is wrong because while it links requirements to deliverables and tests, it is used primarily during execution and control to track requirement fulfillment, not as the final verification document for deliverable completion at closure. Option D (Project management plan) is wrong because it is a comprehensive document that integrates all subsidiary plans (scope, schedule, cost, etc.) but does not itself contain the specific acceptance criteria for each deliverable; the scope statement is the component that provides those details.

48
MCQeasy

A project sponsor proposes increasing the project budget to add a new feature requested by a key stakeholder. What should the project manager do first?

A.Update the project plan to include the new feature.
B.Inform the stakeholder that the feature cannot be added.
C.Ask the sponsor to fund the feature separately.
D.Submit a change request to the change control board.
AnswerD

Formal change control is required.

Why this answer

The project manager must first submit a formal change request to the change control board (CCB) because adding a new feature after the budget has been approved constitutes a change to the project scope, schedule, and cost. This follows the formal change control process defined in the project management plan, ensuring that all changes are evaluated for impact, approved, and documented before implementation. Without CCB approval, updating the plan or proceeding with the feature would violate the project’s baseline and governance procedures.

Exam trap

CompTIA often tests the misconception that a sponsor’s authority allows them to bypass the formal change control process, leading candidates to incorrectly choose updating the plan or asking for separate funding instead of submitting a change request to the CCB.

How to eliminate wrong answers

Option A is wrong because updating the project plan without first obtaining formal approval through a change request bypasses the change control process and risks unauthorized scope creep. Option B is wrong because the project manager cannot unilaterally reject a stakeholder request without first evaluating it through the proper change management process, which may result in an approved change. Option C is wrong because asking the sponsor to fund the feature separately does not follow the formal change control procedure; the sponsor’s proposal itself is a change request that must be submitted to the CCB for evaluation and approval.

49
MCQmedium

You are managing a network upgrade project for a large corporation. The project involves replacing outdated switches and routers across three data centers. During the execution phase, you discover that one of the key vendors has shipped the wrong model of switches for Data Center B. The correct switches have a lead time of four weeks, which will delay the project by three weeks. The project sponsor is pressuring you to meet the original deadline. The project budget has some contingency reserves. What should you do?

A.Order the correct switches immediately and accept the three-week delay.
B.Escalate to the sponsor and ask for a deadline extension.
C.Use the wrong switches in Data Center B and plan to replace them later.
D.Evaluate the schedule to see if crashing or fast-tracking can recover the delay, then order the correct switches.
AnswerD

This approach seeks to minimize delay while addressing the issue.

Why this answer

Option D is correct because it aligns with the project management principle of first attempting to recover the schedule using techniques like crashing (adding resources) or fast-tracking (performing tasks in parallel) before accepting a delay. Since the project has contingency reserves, you can potentially expedite the correct switch delivery or re-sequence tasks to absorb the three-week delay, preserving the original deadline. Ordering the correct switches immediately is necessary, but you must first evaluate if schedule compression can offset the impact, making D the most proactive and effective response.

Exam trap

The trap here is that candidates often choose Option A (accepting the delay) because they think it's the 'safe' choice, but the exam expects you to demonstrate proactive schedule management by first attempting recovery techniques before escalating or accepting delays.

How to eliminate wrong answers

Option A is wrong because it prematurely accepts the three-week delay without first exploring schedule recovery options, which wastes the contingency reserves and fails to meet sponsor pressure. Option B is wrong because escalating to the sponsor for a deadline extension is a passive approach that does not leverage project management techniques to recover the delay, and it may be unnecessary if crashing or fast-tracking can work. Option C is wrong because using wrong-model switches in Data Center B introduces technical risks such as incompatible VLAN configurations, spanning tree protocol mismatches, or insufficient port density, which could cause network instability and require a costly, disruptive replacement later.

50
MCQhard

A project manager is struggling to get timely decisions from the steering committee. To improve governance, what should the project manager update?

A.Project charter
B.Stakeholder management plan
C.Communication management plan
D.Procurement management plan
AnswerB

Correct. This plan guides stakeholder engagement, including decision-making.

Why this answer

The stakeholder management plan defines how stakeholders will be engaged and how decisions will be obtained from them, including the steering committee. By updating this plan, the project manager can establish clear escalation paths, decision-making authority levels, and meeting cadences to ensure timely governance. This directly addresses the lack of timely decisions by formalizing the engagement and decision process.

Exam trap

The trap here is that candidates often confuse the communication management plan with governance, but governance is about decision authority and engagement, not just information flow, which is why the stakeholder management plan is the correct update.

How to eliminate wrong answers

Option A is wrong because the project charter authorizes the project and assigns the project manager, but it does not detail ongoing decision-making processes or stakeholder engagement strategies. Option C is wrong because the communication management plan focuses on the distribution of information (what, when, how), not on the authority or process for obtaining decisions from the steering committee. Option D is wrong because the procurement management plan deals with acquiring goods and services from external vendors, not with internal governance or steering committee decision-making.

51
MCQhard

Refer to the exhibit. A project team performed a deployment that failed and was rolled back. What should the project manager do next?

A.Have the DBA manually apply the database migration
B.Reschedule the deployment immediately
C.Restore the database from backup
D.Ignore the warning as rollback was successful
AnswerA

Resolve the issue before next deployment.

Why this answer

Option A is correct because the deployment failure was specifically a database migration issue, as indicated by the exhibit. The project manager should have the DBA manually apply the database migration to ensure the schema changes are correctly and safely executed, addressing the root cause of the failure rather than just rolling back.

Exam trap

The trap here is that candidates assume a successful rollback means the problem is solved, but the root cause (the failed migration) remains unaddressed and must be fixed before re-deploying.

How to eliminate wrong answers

Option B is wrong because rescheduling the deployment immediately without resolving the database migration failure would likely result in the same failure again. Option C is wrong because restoring the database from backup would revert all data changes, which is unnecessary and disruptive when only the migration script failed; the rollback already restored the previous state. Option D is wrong because ignoring the warning ignores the root cause of the failure, which could lead to future deployment issues or data inconsistencies.

52
MCQeasy

A project manager needs to determine the critical path of a project. Which statement about the critical path is true?

A.It has the shortest duration in the network.
B.It has the longest duration and zero float.
C.There is always exactly one critical path.
D.It cannot change during the project.
AnswerB

Definition of critical path.

Why this answer

The critical path is the longest path through the project network diagram, determining the shortest possible project duration. It has zero float (or total slack), meaning any delay on a critical path activity directly delays the project. Option B correctly captures both the longest duration and zero float characteristics.

Exam trap

CompTIA often tests the misconception that the critical path is the shortest path or that there can only be one critical path, when in reality it is the longest path with zero float and multiple critical paths can exist simultaneously.

How to eliminate wrong answers

Option A is wrong because the critical path has the longest duration, not the shortest; the shortest duration path is irrelevant for project scheduling. Option C is wrong because a project can have multiple critical paths if two or more paths share the same longest duration and zero float. Option D is wrong because the critical path can change during the project if activities on the original critical path are completed early or delayed, or if non-critical activities consume their float and become critical.

53
MCQhard

A project manager notices that actual costs are significantly higher than planned for the first two months of a six-month project. The project is critical to the organization, and the sponsor is concerned about the budget. What is the BEST course of action for the project manager?

A.Delay reporting the overrun until the next status meeting to gather more data.
B.Request additional budget from the sponsor to cover the overrun.
C.Conduct a variance analysis, identify the root cause, and present corrective options to the sponsor.
D.Reduce project scope to bring costs back in line with the original budget.
AnswerC

Variance analysis helps understand the issue and propose informed solutions.

Why this answer

Option C is correct because the project manager must first understand why costs are overrunning before taking action. Conducting a variance analysis and root cause analysis (e.g., using earned value management metrics like CV and CPI) provides data-driven insights. Presenting corrective options to the sponsor aligns with the PMI's principle of proactive communication and evidence-based decision-making, which is critical for a project of high organizational importance.

Exam trap

CompTIA often tests the misconception that the first step when facing a budget overrun is to immediately request more funds or cut scope, rather than performing a structured analysis to understand the root cause before proposing corrective actions.

How to eliminate wrong answers

Option A is wrong because delaying reporting violates the principle of transparency and could worsen the issue; the sponsor needs timely information to make decisions, and gathering more data without analysis is not a valid reason to withhold bad news. Option B is wrong because requesting additional budget without first analyzing the root cause of the overrun is reactive and may lead to repeated overruns; the sponsor expects a reasoned justification and corrective plan, not just a request for more funds. Option D is wrong because reducing scope without understanding the cause of the cost variance could eliminate valuable deliverables and may not address the actual problem (e.g., inefficiency, poor estimation, or external factors); scope changes should be a last resort after analysis and with formal change control.

54
MCQeasy

A project manager is assigned to a new project that involves developing a mobile application. The project sponsor is from the marketing department, and the key stakeholders include the IT director and the customer. Which organizational structure is most likely being used if the project manager has limited authority and must rely on the functional managers to provide resources?

A.Strong matrix
B.Projectized
C.Weak matrix
D.Functional
AnswerD

Functional organization has limited PM authority; resources are controlled by functional managers.

Why this answer

In a functional organizational structure, the project manager has limited authority and must rely on functional managers to provide resources. This aligns with the scenario where the project manager is assigned to develop a mobile application but lacks direct control over team members, who report to their respective functional managers (e.g., IT director). The sponsor from marketing and key stakeholders like the IT director further indicate a functional hierarchy where the project manager acts as a coordinator rather than a direct leader.

Exam trap

The trap here is that candidates often confuse a weak matrix with a functional structure, but in a weak matrix the project manager still has some authority and a formal title, whereas in a functional structure the project manager has no authority and relies entirely on functional managers for resources.

How to eliminate wrong answers

Option A is wrong because a strong matrix gives the project manager significant authority and dedicated resources, not limited authority. Option B is wrong because a projectized structure places full authority and resources under the project manager, contradicting the reliance on functional managers. Option C is wrong because a weak matrix still provides some project manager authority and shared resource control, whereas the scenario describes a purely functional arrangement with no matrix overlap.

55
Multi-Selecteasy

A project manager is evaluating a project proposal. Which TWO of the following criteria are most important for deciding whether to approve the project?

Select 2 answers
A.Shortest duration
B.Alignment with organizational strategy
C.Availability of skilled resources
D.High profit potential
E.Lowest cost among alternatives
AnswersB, C

Strategic alignment ensures the project supports business goals.

Why this answer

Alignment with organizational strategy (Option B) is the most critical criterion because a project must support the organization's long-term goals and mission to justify resource allocation and executive sponsorship. Without strategic alignment, even a technically sound project can be deprioritized or canceled, as it fails to deliver value that advances the business's core objectives.

Exam trap

CompTIA often tests the misconception that financial metrics like profit or cost are the primary gatekeepers, but the PK0-005 exam emphasizes that strategic alignment is the foundational filter before any quantitative analysis is performed.

56
MCQeasy

During project execution, a key stakeholder requests a new feature that was not included in the scope baseline. What should the project manager do first?

A.Deny the request because it is outside the original scope
B.Submit a change request to the change control board
C.Add the feature immediately to maintain stakeholder satisfaction
D.Ask the sponsor to make the decision
AnswerB

The formal change control process ensures proper evaluation and approval.

Why this answer

The correct first step when a new feature is requested outside the scope baseline is to submit a formal change request to the change control board (CCB). This initiates the integrated change control process, ensuring the request is evaluated for impact on cost, schedule, and quality before any action is taken. The project manager must follow the defined change management process rather than making unilateral decisions.

Exam trap

The trap here is that candidates may think the project manager should immediately satisfy the stakeholder (C) or defer to the sponsor (D), but the PMI process mandates that all scope changes go through formal change control to maintain project governance and prevent uncontrolled scope creep.

How to eliminate wrong answers

Option A is wrong because denying the request outright bypasses the formal change control process and may miss a valuable opportunity that could be approved after proper evaluation. Option C is wrong because adding the feature immediately violates scope control and can lead to scope creep, budget overruns, and schedule delays without assessing impacts. Option D is wrong because the sponsor does not have sole authority to approve scope changes; the change control board (CCB) is the designated body for reviewing and approving change requests in a structured manner.

57
MCQeasy

A project manager is assigned to a new project that has a tight deadline. The team members are from different departments and have competing priorities. Which project management process group is the project manager likely to spend the MOST time in during the initial phase of the project?

A.Closing
B.Executing
C.Monitoring and controlling
D.Planning
AnswerD

Initial phase requires detailed planning to set the project foundation.

Why this answer

In the initial phase of a project with a tight deadline and cross-functional team members, the project manager must focus on defining scope, creating schedules, and establishing baselines. The Planning process group (D) is where these critical activities occur, as it involves developing the project management plan and subsidiary plans that guide execution. Without thorough planning, the tight deadline and competing priorities would lead to chaos during execution.

Exam trap

The trap here is that candidates often mistake 'Executing' as the most time-consuming process group overall, but the question specifically asks about the initial phase, where planning is the dominant activity despite the urgency of the deadline.

How to eliminate wrong answers

Option A is wrong because the Closing process group occurs at the end of the project or phase, not during the initial phase, and involves finalizing deliverables and releasing resources. Option B is wrong because the Executing process group focuses on performing the work defined in the project management plan, which cannot happen effectively without first completing planning activities. Option C is wrong because Monitoring and Controlling is an ongoing process that tracks performance against the plan, but it is not the primary focus during the initial phase when the plan itself is being developed.

58
MCQhard

A project team is using an Agile approach. During the sprint review, the product owner decides to reprioritize the backlog, moving a high-effort story to the next sprint. What is the primary benefit of this flexibility?

A.It reduces the workload for the development team.
B.It allows the team to finish the current sprint earlier.
C.It maximizes the value delivered to the customer.
D.It ensures the project stays on schedule.
AnswerC

Agile prioritizes customer value.

Why this answer

In Agile, the sprint review is an opportunity for the product owner to inspect the product increment and adapt the backlog based on feedback. Reprioritizing a high-effort story to the next sprint allows the team to focus on higher-value work in the current sprint, directly aligning with the Agile principle of maximizing customer value through iterative delivery.

Exam trap

CompTIA often tests the misconception that Agile flexibility is about schedule or workload management, when in fact the primary benefit is maximizing customer value through adaptive prioritization.

How to eliminate wrong answers

Option A is wrong because reducing workload is not the primary benefit; Agile focuses on delivering value, not simply reducing effort. Option B is wrong because the sprint has a fixed timebox; reprioritizing does not allow finishing the current sprint earlier—the team continues working on the remaining stories. Option D is wrong because Agile embraces change over following a fixed schedule; the flexibility is about value, not schedule adherence.

59
Multi-Selecteasy

Which THREE documents are typically created during the initiating process group?

Select 3 answers
A.Work breakdown structure
B.Business case
C.Lessons learned register
D.Project charter
E.Stakeholder register
AnswersC, D, E

The lessons learned register is typically created at the start of the project and updated throughout.

Why this answer

The lessons learned register is created during the initiating process group to capture initial knowledge and insights from previous projects that can inform the current project's planning and execution. It is a living document that starts in initiation and is updated throughout the project lifecycle, ensuring continuous improvement and risk mitigation from the outset.

Exam trap

The trap here is that candidates often confuse the lessons learned register as a document created only at the end of the project, but the PMBOK Guide explicitly requires its creation during initiation to capture historical insights and establish a baseline for continuous learning.

60
MCQmedium

A project team is distributed across three time zones. The project manager notices that communication breakdowns are causing delays. Which communication method should the project manager implement to improve collaboration and ensure information is stored for future reference?

A.Implement a project wiki for documentation and updates
B.Schedule daily video conference calls
C.Send weekly email status reports
D.Use instant messaging for all communications
AnswerA

Centralized, searchable, and accessible asynchronously.

Why this answer

A project wiki is the correct choice because it provides a centralized, persistent repository for documentation, updates, and decisions. Unlike ephemeral or synchronous methods, a wiki ensures that information is stored for future reference, searchable, and accessible across all time zones without requiring real-time participation.

Exam trap

The trap here is that candidates often choose synchronous methods like video calls or instant messaging because they seem more 'collaborative,' but the question explicitly requires information to be stored for future reference, which only an asynchronous, persistent repository like a wiki provides.

How to eliminate wrong answers

Option B is wrong because daily video conference calls require synchronous attendance, which is impractical across three time zones and does not inherently store information for future reference unless recorded and transcribed. Option C is wrong because weekly email status reports are one-way, static, and easily lost in inboxes, lacking the collaborative editing and version control that a wiki provides. Option D is wrong because instant messaging is ephemeral by default, lacks structured organization, and does not guarantee persistent storage or easy retrieval of historical information.

61
MCQhard

A project manager is evaluating whether to proceed with a project that has a net present value (NPV) of -$10,000, an internal rate of return (IRR) of 4%, and a payback period of 3 years. The company's required rate of return is 6%. What should the project manager recommend?

A.Defer the decision until a qualitative analysis is completed.
B.Accept the project because the payback period is less than 5 years.
C.Request additional funding to improve the NPV.
D.Reject the project because it does not meet financial criteria.
AnswerD

Negative NPV and IRR less than required rate mean project destroys value.

Why this answer

The project has a negative NPV (-$10,000) and an IRR (4%) that is lower than the company's required rate of return (6%). Both of these financial criteria indicate the project will destroy value rather than create it. Therefore, the project manager should recommend rejecting the project based on standard capital budgeting principles.

Exam trap

CompTIA often tests the misconception that a short payback period alone justifies project acceptance, ignoring that NPV and IRR are the primary financial decision criteria and that payback period does not account for the time value of money or profitability after the payback period.

How to eliminate wrong answers

Option A is wrong because deferring for qualitative analysis is unnecessary when the quantitative financial criteria already provide a clear reject signal; qualitative factors cannot override a negative NPV and IRR below the hurdle rate. Option B is wrong because a payback period of 3 years, while less than 5, is not a sufficient justification to accept a project with a negative NPV and an IRR below the required rate of return; payback period ignores the time value of money and cash flows after the payback point. Option C is wrong because requesting additional funding would not change the project's inherent financial metrics; the NPV and IRR are calculated based on the project's cash flows and cost of capital, not the total funding amount.

62
MCQeasy

A project manager is managing an agile project. The team uses iterative development and daily stand-up meetings. Which of the following is a key principle of agile project management?

A.Comprehensive documentation
B.Following a detailed plan
C.Sequential phases
D.Customer collaboration over contract negotiation
AnswerD

Correct. Agile emphasizes ongoing collaboration with the customer rather than rigid contracts.

Why this answer

The Agile Manifesto prioritizes customer collaboration over contract negotiation, meaning the project team works closely with the customer to refine requirements and deliver value iteratively. In an agile project with daily stand-ups and iterative development, this principle ensures continuous feedback and adaptation rather than rigid adherence to a contract.

Exam trap

The trap here is that candidates often confuse 'customer collaboration' with simply having meetings, but the key distinction is that agile prioritizes ongoing, direct customer involvement over formal contract terms, which is a core shift from traditional project management.

How to eliminate wrong answers

Option A is wrong because comprehensive documentation is de-emphasized in agile; the Agile Manifesto values working software over comprehensive documentation, so extensive upfront documentation contradicts agile principles. Option B is wrong because following a detailed plan is contrary to agile's embrace of change; agile values responding to change over following a plan, and detailed plans are more typical of waterfall methodologies. Option C is wrong because sequential phases (e.g., requirements, design, test) describe a waterfall lifecycle, not agile's iterative and incremental approach where phases overlap and repeat in short cycles.

63
MCQeasy

A project manager needs to assign tasks to team members. Which document provides the detailed breakdown of work packages?

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

Correct. The WBS is a hierarchical decomposition that breaks work into small, assignable work packages.

Why this answer

The Work Breakdown Structure (WBS) is the correct document because it provides a hierarchical decomposition of the total scope of work into manageable work packages. Each work package represents a deliverable or task that can be assigned, estimated, and tracked, making it the definitive source for task assignment details.

Exam trap

The trap here is that candidates often confuse the project schedule (which shows timing) with the WBS (which shows the breakdown of work), leading them to select the schedule when the question specifically asks for the document that provides the detailed breakdown of work packages.

How to eliminate wrong answers

Option A is wrong because the project schedule shows when tasks are performed and their dependencies, but it does not provide the detailed breakdown of work packages; it relies on the WBS for that structure. Option B is wrong because the project charter authorizes the project and defines high-level objectives, scope, and stakeholders, but it does not decompose work into detailed work packages. Option D is wrong because the risk register lists identified risks, their probability, impact, and responses, not the breakdown of work packages for task assignment.

64
Multi-Selectmedium

Which TWO of the following are outputs of the project initiation phase?

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

Correct. The stakeholder register identifies stakeholders and is often created during initiation.

Why this answer

The stakeholder register is an output of the project initiation phase because it identifies all individuals or organizations impacted by the project and documents their interests, influence, and expectations. This register is created during initiation to ensure stakeholder engagement strategies are defined early, aligning with PMI's process of identifying stakeholders as part of the Initiating process group.

Exam trap

CompTIA often tests the distinction between outputs of initiation versus planning, specifically that the risk register and project schedule are planning-phase artifacts, not initiation deliverables, even though they are commonly mistaken as early outputs.

65
Multi-Selecthard

Which THREE of the following are characteristics of a project as defined by PMI?

Select 3 answers
A.Progressively elaborated through iterative steps.
B.Produces repetitive, ongoing outputs.
C.Has unlimited resources and time.
D.Creates a unique product, service, or result.
E.Has a definite beginning and end.
AnswersA, D, E

Progressive elaboration means developing in steps.

Why this answer

Option A is correct because PMI defines a project as 'a temporary endeavor undertaken to create a unique product, service, or result,' and progressive elaboration is a key characteristic where details are refined through iterative cycles as more information becomes available. This means the project scope and deliverables are developed in successive steps, not fully defined upfront, which aligns with the adaptive planning approach in project management.

Exam trap

CompTIA often tests the distinction between projects and operations, so the trap here is confusing ongoing, repetitive outputs (operations) with the unique, temporary nature of a project, leading candidates to incorrectly select Option B.

66
MCQhard

A project manager is working on a construction project and needs to calculate the total float for a non-critical path activity. The activity has an early start of day 5, late start of day 10, early finish of day 15, and late finish of day 20. What is the total float?

A.15 days
B.20 days
C.5 days
D.10 days
AnswerC

Total float = late start - early start = 5 days.

Why this answer

Total float is calculated as Late Start minus Early Start (or Late Finish minus Early Finish). Here, Late Start (10) minus Early Start (5) equals 5 days. This represents the amount of time the activity can be delayed without affecting the project's overall completion date.

Exam trap

The trap here is confusing activity duration (Early Finish minus Early Start) or individual dates (Late Start or Late Finish) with the float calculation, leading candidates to pick 15, 20, or 10 days instead of correctly computing the difference.

How to eliminate wrong answers

Option A is wrong because 15 days is the duration of the activity (Early Finish 15 minus Early Start 5), not the total float. Option B is wrong because 20 days is the Late Finish date, not the float calculation result. Option D is wrong because 10 days is the Late Start date, not the difference between Late Start and Early Start.

67
MCQmedium

A project manager is reviewing a CloudFormation template for a project. The template creates an EC2 instance and an SQS queue. Which project management risk is most associated with this template?

A.The instance type is too small for production.
B.The SQS queue has no dead-letter queue configured.
C.The security group is not defined in the template.
D.The AMI ID is hardcoded and may become unavailable.
AnswerD

Hardcoded AMI IDs lead to region-specific or deprecation issues.

Why this answer

Option D is correct because hardcoding an AMI ID in a CloudFormation template introduces a significant project management risk: the AMI may be deprecated, deregistered, or become unavailable over time, causing stack creation or update failures. This risk directly impacts project schedule and cost due to unplanned rework and delays. A project manager should ensure that AMI IDs are parameterized or retrieved dynamically (e.g., via AWS Systems Manager Parameter Store) to maintain template portability and reliability.

Exam trap

The trap here is that candidates confuse operational or security risks (like missing DLQ or security group) with project management risks, which specifically concern schedule, cost, and scope impacts from template failures—making the hardcoded AMI the only option that directly threatens successful deployment.

How to eliminate wrong answers

Option A is wrong because the instance type being too small for production is an architectural or capacity planning issue, not a risk inherent to the CloudFormation template itself; the template can be updated to change the instance type without structural risk. Option B is wrong because the absence of a dead-letter queue (DLQ) for an SQS queue is a configuration best practice for message handling and resilience, but it does not represent a project management risk tied to the template's ability to deploy successfully; it is an operational concern. Option C is wrong because a missing security group definition in the template would cause the EC2 instance to be created without a security group (or with the default VPC security group), which is a security risk but not a project management risk; the template would still deploy, and the security group can be added later without breaking the stack.

68
MCQhard

A project is 40% complete. The earned value (EV) is $80,000, planned value (PV) is $100,000, and actual cost (AC) is $90,000. What is the cost performance index (CPI) and schedule performance index (SPI)?

A.CPI = 0.80, SPI = 0.89
B.CPI = 0.89, SPI = 0.80
C.CPI = 1.13, SPI = 1.25
D.CPI = 0.89, SPI = 1.25
AnswerB

Correct formulas applied.

Why this answer

The Cost Performance Index (CPI) is calculated as EV/AC = $80,000/$90,000 = 0.89, indicating cost overrun. The Schedule Performance Index (SPI) is EV/PV = $80,000/$100,000 = 0.80, indicating schedule delay. Option B correctly matches these values.

Exam trap

CompTIA often tests the formula reversal trap, where candidates mistakenly calculate CPI as AC/EV or SPI as PV/EV, leading to inverted values like those in Option A.

How to eliminate wrong answers

Option A is wrong because it swaps the CPI and SPI values (CPI=0.80, SPI=0.89), which would require EV/AC=0.80 and EV/PV=0.89, but the actual calculations yield CPI=0.89 and SPI=0.80. Option C is wrong because it shows both indices above 1.0 (CPI=1.13, SPI=1.25), which would require EV > AC and EV > PV, but here EV is less than both AC and PV. Option D is wrong because it shows SPI=1.25, which would require EV > PV, but EV=$80,000 is less than PV=$100,000, so SPI must be less than 1.0.

69
MCQmedium

During project execution, a key stakeholder requests a change that will affect the project scope. The project manager assesses the impact and finds it will increase costs by 15% and delay the schedule by two weeks. What is the FIRST action the project manager should take?

A.Reject the change because it will impact schedule and cost.
B.Approve the change since the impact is minimal.
C.Submit the change request to the change control board for review.
D.Implement the change immediately to satisfy the stakeholder.
AnswerC

Proper change control requires formal submission and review.

Why this answer

In project management, when a change request impacts scope, cost, or schedule, the project manager must follow the formal change control process. The first action is to submit the change request to the change control board (CCB) for review and approval, as the project manager does not have unilateral authority to approve or reject changes that affect the project baseline. This ensures proper governance and stakeholder alignment.

Exam trap

CompTIA often tests the misconception that the project manager can approve or reject changes based on personal judgment, when in fact the formal change control process mandates CCB involvement for any change affecting the project baseline.

How to eliminate wrong answers

Option A is wrong because rejecting a change without following the formal change control process bypasses the CCB and denies the stakeholder due process, even if the impact is significant. Option B is wrong because approving the change unilaterally violates the change control process; the project manager cannot approve changes that affect scope, cost, or schedule without CCB authorization. Option D is wrong because implementing the change immediately without CCB approval introduces uncontrolled scope creep and risks project governance, even if the stakeholder is influential.

70
MCQeasy

A project manager is assigned to a new project. The project charter has been approved. Which of the following is the NEXT step?

A.Develop the project management plan
B.Perform risk assessment
C.Determine the project budget
D.Create the work breakdown structure
AnswerA

Correct. The project management plan is created after the charter is approved, guiding execution.

Why this answer

After the project charter is approved, the next step is to develop the project management plan. This plan defines how the project is executed, monitored, controlled, and closed, and it integrates all subsidiary plans (e.g., scope, schedule, cost). The PMBOK Guide and the PK0-005 exam follow the sequence: charter approval → develop project management plan → then detailed planning activities like risk assessment, budget determination, and WBS creation.

Exam trap

CompTIA often tests the misconception that detailed planning activities (like risk assessment or WBS creation) can begin immediately after the charter is approved, but the correct sequence requires the project management plan to be developed first as the overarching guide.

How to eliminate wrong answers

Option B is wrong because performing a risk assessment is a detailed planning activity that occurs after the project management plan is developed, as risk management planning is part of the plan. Option C is wrong because determining the project budget requires a cost management plan and detailed estimates, which are created after the project management plan is established. Option D is wrong because creating the work breakdown structure (WBS) is part of scope definition, which is guided by the scope management plan within the project management plan.

71
MCQmedium

A project manager is calculating the estimate to complete (ETC) for a task using earned value management. The task has a budget at completion (BAC) of $10,000, earned value (EV) of $4,000, and actual cost (AC) of $5,000. Assuming the work will continue at the planned rate, what is the ETC?

A.$11,000
B.$4,000
C.$5,000
D.$6,000
AnswerD

ETC = BAC - EV = 10000 - 4000 = 6000.

Why this answer

The estimate to complete (ETC) is the expected cost to finish the remaining work. When work continues at the planned rate, the formula is ETC = BAC - EV. Here, BAC is $10,000 and EV is $4,000, so ETC = $10,000 - $4,000 = $6,000.

This assumes the cost performance index (CPI) is 1.0, meaning future work will be performed exactly as budgeted.

Exam trap

CompTIA often tests the distinction between ETC formulas based on whether future work will follow the planned rate or the current cost performance, and the trap here is that candidates may default to using the CPI-adjusted formula (ETC = (BAC - EV) / CPI) without reading the condition 'at the planned rate,' leading to an incorrect answer.

How to eliminate wrong answers

Option A ($11,000) is wrong because it incorrectly adds BAC and AC (10,000 + 5,000 = 15,000) or misapplies the EAC formula for a different scenario. Option B ($4,000) is wrong because it confuses ETC with EV, ignoring the remaining budget. Option C ($5,000) is wrong because it mistakenly uses AC as the ETC, which would only be correct if EV equaled BAC and no work remained.

72
Matchingmedium

Match each document type to its description in project management.

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

Concepts
Matches

Authorizes the project and assigns the project manager

Comprehensive plan that guides execution and control

Lists identified risks, their analysis, and response plans

Documents and tracks project issues throughout the project

Records knowledge gained during the project for future use

Why these pairings

These documents are commonly used in project management.

73
MCQhard

A project manager is leading a hybrid project that combines waterfall planning with iterative execution. Which of the following is a key challenge in managing such a project?

A.Balancing scope changes with baseline control
B.Eliminating all documentation
C.Using only daily stand-ups for communication
D.Ensuring strict adherence to a fixed schedule
AnswerA

Iterative changes must be reconciled with the waterfall baseline.

Why this answer

In a hybrid project combining waterfall planning with iterative execution, the key challenge is balancing scope changes (which are natural in iterative cycles) with baseline control (which is rigidly defined in waterfall planning). This tension requires careful change management to prevent scope creep while still allowing adaptive adjustments, making option A correct.

Exam trap

The trap here is that candidates assume hybrid projects can simply combine the best of both worlds without addressing the inherent conflict between change-friendly iterative methods and change-resistant waterfall baselines, leading them to overlook the critical need for integrated change control.

How to eliminate wrong answers

Option B is wrong because eliminating all documentation contradicts the waterfall planning component, which relies on detailed documentation for requirements, design, and baselines; hybrid projects still require essential documentation for compliance and handoffs. Option C is wrong because using only daily stand-ups for communication is insufficient for a hybrid project; it needs a mix of formal status reports (waterfall) and iterative ceremonies (e.g., sprint reviews) to satisfy both planning and execution stakeholders. Option D is wrong because ensuring strict adherence to a fixed schedule ignores the iterative execution side, which expects schedule flexibility to incorporate feedback and changing priorities; hybrid projects must allow schedule adjustments within the iterative cycles.

74
MCQmedium

A project manager needs to determine the project's success criteria before the project is initiated. Which document should contain these criteria?

A.Project schedule
B.Risk register
C.Lessons learned
D.Project charter
AnswerD

The project charter defines the high-level scope and success criteria.

Why this answer

The project charter is the document that formally authorizes the project and defines high-level success criteria, including measurable project objectives and key stakeholder expectations. According to the PMBOK Guide, the project charter is created during the Initiating process group and must contain the business case, high-level risks, and the criteria that will be used to determine whether the project is successful. Without these criteria defined in the charter, there is no agreed-upon baseline for evaluating project performance or closure.

Exam trap

CompTIA often tests the misconception that success criteria belong in the project schedule or risk register because candidates confuse operational planning documents with the high-level authorization document that sets the project's strategic direction.

How to eliminate wrong answers

Option A is wrong because the project schedule is a time-sequenced plan of tasks, dependencies, and milestones; it does not define success criteria, which are qualitative or quantitative measures established before planning begins. Option B is wrong because the risk register is a living document that logs identified risks, their probability, impact, and response plans; it is created during the Planning process group and assumes the project has already been initiated. Option C is wrong because the lessons learned document captures knowledge and experiences gained during or after project execution; it is an output of the Monitoring and Controlling or Closing process groups and cannot contain criteria that must be defined before initiation.

75
MCQmedium

An IT project is nearing completion. The project manager is preparing for project closure. During the final testing, the client identifies a few minor defects that were not in the original scope. The project manager has a signed scope baseline. The client insists these defects must be fixed before acceptance. The project budget is nearly exhausted, and the schedule has no buffer. What should the project manager do FIRST?

A.Submit a change request to modify the scope baseline.
B.Negotiate with the client to accept the project as-is with a discount.
C.Fix the defects and request additional funding from the sponsor.
D.Explain that the defects are out of scope and close the project.
AnswerA

A change request allows for impact analysis and approval.

Why this answer

Option A is correct because the project manager must follow the formal change control process when the client requests work outside the signed scope baseline. Since the defects are not in the original scope, the only way to proceed legitimately is to submit a change request to modify the scope baseline, which will trigger a review of cost, schedule, and resource impacts. This aligns with PMI's integrated change control and ensures the project does not proceed without proper authorization, especially given the exhausted budget and lack of schedule buffer.

Exam trap

The trap here is that candidates assume minor defects should be fixed immediately to satisfy the client, but the PMO exam tests adherence to the formal change control process even for seemingly small scope changes, especially when the budget and schedule are constrained.

How to eliminate wrong answers

Option B is wrong because negotiating a discount for accepting the project as-is does not address the contractual scope baseline; it bypasses formal change control and may violate the signed agreement, leading to legal or acceptance risks. Option C is wrong because fixing defects without a change request violates the scope baseline and budget constraints; requesting additional funding after the fact is reactive and does not follow the proper change management process. Option D is wrong because simply stating the defects are out of scope and closing the project ignores the client's legitimate request and may damage the relationship; the project manager should engage the change control process rather than unilaterally rejecting the request.

Page 1 of 3 · 197 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Pm Concepts questions.