CCNA Project Management Concepts Questions

47 of 197 questions · Page 3/3 · Project Management Concepts · Answers revealed

151
Multi-Selectmedium

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

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

Uniqueness is a defining trait of a project.

Why this answer

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

Exam trap

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

152
MCQeasy

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

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

Implement a backup API.

Why this answer

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

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

Exam trap

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

How to eliminate wrong answers

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

153
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

154
MCQhard

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

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

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

Why this answer

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

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

155
MCQmedium

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

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

CV measures the difference between earned value and actual cost.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

156
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

157
MCQhard

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

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

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

Why this answer

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

A negative CV indicates the project is over budget.

Exam trap

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

How to eliminate wrong answers

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

158
MCQeasy

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

159
MCQeasy

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

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

Sponsor provides resources and supports the project at executive level.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

160
MCQmedium

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

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

First two are FS, third is SS.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

161
MCQmedium

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

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

Activity definition must precede detailed cost estimation to ensure accuracy.

Why this answer

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

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

162
MCQeasy

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

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

Formal risk management begins with documentation and planning.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

163
Multi-Selecthard

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

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

Quantitative technique to determine which risks have the most impact.

Why this answer

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

Exam trap

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

164
Multi-Selecthard

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

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

The project's deliverables become part of ongoing operations.

Why this answer

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

Exam trap

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

165
MCQeasy

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

166
MCQhard

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

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

Insurance transfers the financial consequence to the insurer.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

167
Multi-Selectmedium

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

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

Scope is a fundamental constraint.

Why this answer

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

Exam trap

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

168
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

169
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

170
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

171
Multi-Selecthard

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

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

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

Why this answer

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

Exam trap

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

172
MCQhard

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

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

Stopping noncompliant work protects the project from further issues.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

173
MCQmedium

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

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

Using historical velocity to forecast is agile best practice.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

174
MCQmedium

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

175
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

176
MCQeasy

A project manager is creating a document that defines the project's objectives, key stakeholders, high-level requirements, and initial budget. Which document is this?

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

The charter contains high-level objectives, stakeholders, requirements, and budget.

Why this answer

The project charter is the document that formally authorizes the project and defines high-level information such as objectives, key stakeholders, high-level requirements, and the initial budget. This aligns with the PMBOK Guide definition, where the charter provides the project manager with the authority to apply organizational resources to project activities.

Exam trap

CompTIA often tests the distinction between the project charter and the scope statement, where candidates mistakenly think the scope statement includes high-level objectives and budget, but the charter is the authoritative source for those elements before detailed planning begins.

How to eliminate wrong answers

Option A is wrong because the scope statement is a detailed breakdown of the project scope, including deliverables, acceptance criteria, and constraints, but it does not include the initial budget or high-level stakeholder identification—those are defined in the charter. Option B is wrong because the project management plan is a comprehensive document that integrates all subsidiary plans (scope, schedule, cost, etc.) and is developed after the charter is approved, not the initial document defining objectives and budget. Option C is wrong because the work breakdown structure (WBS) is a hierarchical decomposition of the total scope of work to be performed, created after the scope statement, and it does not include objectives, stakeholders, or budget.

177
MCQhard

A project is in the execution phase. The project manager discovers that the actual cost performance index (CPI) is 0.8 and the schedule performance index (SPI) is 0.9. What does this indicate about the project?

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

CPI=0.8 (over budget), SPI=0.9 (behind schedule).

Why this answer

A CPI of 0.8 means the project is earning only $0.80 for every $1.00 spent, indicating it is over budget. An SPI of 0.9 means the project is progressing at 90% of the planned rate, indicating it is behind schedule. Therefore, the project is both over budget and behind schedule, making option D correct.

Exam trap

The trap here is that candidates often confuse the direction of the index values, mistakenly thinking a CPI or SPI below 1.0 means under budget or ahead of schedule, when in fact values less than 1.0 indicate unfavorable performance (over budget or behind schedule).

How to eliminate wrong answers

Option A is wrong because a CPI of 0.8 (less than 1.0) indicates the project is over budget, not on budget; an SPI of 0.9 confirms it is behind schedule. Option B is wrong because a CPI of 0.8 shows over budget, not under budget, and an SPI of 0.9 shows behind schedule, not ahead of schedule. Option C is wrong because a CPI of 0.8 indicates over budget, not under budget, and an SPI of 0.9 indicates behind schedule, not ahead of schedule.

178
Multi-Selecteasy

Which TWO of the following are characteristics of a project? (Choose two.)

Select 2 answers
A.Continuous process improvement
B.Ongoing operations
C.Repetitive tasks
D.Unique product or service
E.Temporary endeavor
AnswersD, E

Correct. Each project produces something unique.

Why this answer

Option D is correct because a project is defined by the creation of a unique product, service, or result. This uniqueness distinguishes a project from routine operations, as the output is not a repeat of a previous effort. The PMBOK Guide and the PK0-005 exam emphasize that uniqueness is a core characteristic of any project.

Exam trap

CompTIA often tests the distinction between project and operational work, and the trap here is that candidates mistake 'continuous improvement' or 'repetitive tasks' as project characteristics because they are common in IT environments, but they are actually hallmarks of operations.

179
MCQmedium

During project execution, a key stakeholder requests a change that would require additional funding. The project manager should:

A.Ask the sponsor for approval
B.Submit the change request to the change control board
C.Refuse the change because it increases cost
D.Implement the change immediately
AnswerB

CCB evaluates impact and approves or rejects.

Why this answer

In project management, any change that impacts the budget must follow the formal change control process. The project manager should submit the change request to the change control board (CCB) for evaluation and approval, as the CCB has the authority to approve or reject changes that affect cost, scope, or schedule. This ensures that all impacts are assessed and that the project remains aligned with its baseline.

Exam trap

Cisco often tests the misconception that the sponsor can unilaterally approve cost-related changes, but the correct answer requires recognizing that the change control board holds the authority for all formal change approvals, regardless of funding source.

How to eliminate wrong answers

Option A is wrong because the sponsor typically provides funding but does not replace the CCB's role in evaluating and approving change requests; the CCB is the designated body for such decisions. Option C is wrong because refusing a change solely because it increases cost violates the change management process and ignores potential benefits or business justification that could warrant the additional funding. Option D is wrong because implementing the change immediately bypasses the formal change control process, risking unauthorized scope creep and budget overruns without proper impact analysis.

180
Multi-Selecthard

A project manager is reviewing the communication plan. Which THREE elements must be included to ensure effective project communications? (Choose three.)

Select 3 answers
A.Escalation procedures
B.Team member salaries
C.Communication frequency
D.Personal contact information for all stakeholders
E.Format and channel of communication
AnswersA, C, E

Correct. Escalation procedures define how issues are escalated.

Why this answer

Escalation procedures are a required element of a communication plan because they define the structured path for raising issues, risks, or decisions that cannot be resolved at the current level. Without documented escalation procedures, project communications lack a clear authority chain, leading to delays and misalignment. This ensures that critical information reaches the appropriate decision-maker efficiently.

Exam trap

Cisco often tests the distinction between 'required communication plan elements' and 'optional or irrelevant details'—the trap here is that candidates may confuse 'stakeholder contact information' (which is professional and role-based) with 'personal contact information', leading them to select option D incorrectly.

181
MCQeasy

A small consulting firm is considering taking on a new project to develop a custom software application for a client. The firm has limited resources, and the owner, who is also the project manager, must decide whether to accept the project. The client has offered a fixed price of $50,000 with a six-month deadline. The firm estimates that the project will require 800 hours of work from a senior developer and a junior developer. The senior developer is currently assigned to another project that will last another four months, while the junior developer is available full-time. The owner has a decent cash reserve but is concerned about overextending the team. What should the owner do FIRST?

A.Hire a contract senior developer to fill the gap.
B.Negotiate with the client for a longer timeline or higher budget.
C.Conduct a feasibility study to assess resource availability and risks.
D.Accept the project and reassign the senior developer after four months.
AnswerC

A feasibility study provides data to make an informed go/no-go decision.

Why this answer

Option C is correct because the first step in any project selection decision, especially with constrained resources, is to conduct a feasibility study. This study assesses whether the firm has the necessary resource availability (e.g., the senior developer is occupied for four months) and identifies risks (e.g., overextension) before committing to the fixed-price, six-month deadline. Without this analysis, the owner cannot make an informed decision about hiring, negotiating, or accepting the project.

Exam trap

The trap here is that candidates often jump to a solution (like hiring or negotiating) without recognizing that the PMBOK and PK0-005 emphasize performing a feasibility study or resource assessment as the first step in the initiating process, not after deciding to proceed.

How to eliminate wrong answers

Option A is wrong because hiring a contract senior developer is a potential solution that should only be considered after a feasibility study confirms a resource gap and evaluates the cost, availability, and integration risk of a contractor. Option B is wrong because negotiating with the client for a longer timeline or higher budget is premature; the owner must first understand the full resource and risk picture through a feasibility study to know what terms are realistic. Option D is wrong because accepting the project and reassigning the senior developer after four months ignores the immediate resource shortage for the first four months, which could lead to missed deadlines, scope creep, or burnout, and bypasses the necessary upfront assessment.

182
MCQeasy

A project team is developing a mobile app. The project manager notices that the team is frequently interrupted by requests from other departments. The team members are matrixed, and their functional managers assign other tasks. The project manager wants to improve focus. Which of the following actions is MOST appropriate?

A.Request that functional managers prioritize the project tasks.
B.Work with the project sponsor to secure a dedicated team.
C.Hold a meeting with the team to explain the project's importance.
D.Update the project schedule to account for delays.
AnswerB

Dedicated resources reduce interruptions and improve focus.

Why this answer

The most appropriate action is to work with the project sponsor to secure a dedicated team. In a matrixed organization, functional managers control team members' time, leading to frequent interruptions from other departmental tasks. A dedicated team eliminates these competing priorities, directly improving focus on the mobile app project.

This aligns with the PMBOK principle of optimizing resource allocation to protect the project's critical path.

Exam trap

CompTIA often tests the misconception that communication or scheduling adjustments can solve structural resource conflicts, when in fact only changing the organizational structure (e.g., securing a dedicated team) addresses the root cause of matrixed interruptions.

How to eliminate wrong answers

Option A is wrong because requesting functional managers to prioritize project tasks is a weak, informal approach that does not guarantee compliance; functional managers have their own priorities and may not consistently honor such requests, leading to continued interruptions. Option C is wrong because holding a meeting to explain the project's importance does not address the structural issue of matrixed resource allocation; team members are still obligated to fulfill functional manager assignments regardless of project awareness. Option D is wrong because updating the project schedule to account for delays is a reactive measure that accepts the interruptions as inevitable, rather than proactively solving the root cause of lost focus.

183
MCQeasy

You are a project manager for a marketing campaign project. The project has just been initiated, and you are working with the sponsor to identify key stakeholders. The project involves multiple departments: marketing, sales, IT, and legal. One of the stakeholders from sales has expressed strong opposition to the project, claiming it will redirect resources away from ongoing sales initiatives. The project sponsor is concerned this stakeholder might try to block the project. What is the first step you should take to manage this situation?

A.Meet with the sales stakeholder to understand their concerns and address them.
B.Update the stakeholder register and issue log, then proceed with the project.
C.Ask the sales department manager to replace the stakeholder.
D.Inform the sponsor that the stakeholder will be removed from the project.
AnswerA

Active listening and problem-solving can turn a detractor into a supporter.

Why this answer

Option A is correct because the first step in managing stakeholder opposition is to engage directly with the stakeholder to understand their concerns. This aligns with the PMI's stakeholder engagement best practices, which emphasize early communication and issue identification before escalating or documenting. By meeting with the sales stakeholder, the project manager can gather specific details about resource conflicts and work collaboratively to find a resolution, which is critical in the initiation phase of a marketing campaign project.

Exam trap

The trap here is that candidates may think updating the stakeholder register and issue log is the correct first step, but Cisco tests the understanding that documentation follows engagement, not precedes it, especially when dealing with active opposition that requires immediate interpersonal resolution.

How to eliminate wrong answers

Option B is wrong because updating the stakeholder register and issue log without first understanding the stakeholder's concerns skips the essential step of direct engagement and risks documenting incomplete or incorrect information. Option C is wrong because asking the sales department manager to replace the stakeholder avoids addressing the root cause of the opposition and may escalate the conflict rather than resolve it. Option D is wrong because informing the sponsor that the stakeholder will be removed from the project is premature and adversarial; it bypasses the opportunity to negotiate or mitigate the stakeholder's concerns, which could lead to project delays or political fallout.

184
MCQeasy

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

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

Sponsor has broad knowledge of parties involved.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

185
Multi-Selecthard

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

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

Risk management is a knowledge area.

Why this answer

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

Exam trap

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

186
MCQhard

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

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

Overtime can accelerate critical path.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

187
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

188
MCQmedium

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

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

The charter includes high-level information.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

189
Multi-Selectmedium

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

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

Correct. The project charter is formally issued during initiation.

Why this answer

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

Exam trap

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

190
MCQeasy

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

191
MCQeasy

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

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

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

Why this answer

Option B is correct because the Control Costs process monitors cost performance and manages changes to the cost baseline. Option A is incorrect because integrated change control manages changes, but cost performance is first monitored. Option C is incorrect because Monitor and Control Project Work is a broader process.

Option D is incorrect because schedule is not the primary issue.

192
Multi-Selecthard

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

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

The schedule baseline is part of the project management plan.

Why this answer

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

Exam trap

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

193
MCQmedium

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

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

Team-building aligns goals and reduces conflict during planning.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

194
MCQmedium

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

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

Formal change control addresses the impact on schedule and scope.

Why this answer

Option C is correct because documenting the nonconformance and initiating a change request formalizes the issue and its impact. Option A is wrong because using substandard material compromises quality. Option B is wrong; rejecting the material without a backup plan may cause longer delays.

Option D is wrong; the sponsor should be informed but action is needed first.

195
MCQeasy

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

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

LISTEN and ESTABLISHED indicate active service.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

196
MCQhard

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

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

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

Why this answer

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

Exam trap

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

How to eliminate wrong answers

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

197
Multi-Selecthard

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

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

These techniques can shorten the schedule without changing scope.

Why this answer

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

Exam trap

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

← PreviousPage 3 of 3 · 197 questions total

Ready to test yourself?

Try a timed practice session using only Project Management Concepts questions.