CCNA Process — Managing Technical Aspects Questions

75 of 439 questions · Page 3/6 · Process — Managing Technical Aspects · Answers revealed

151
Multi-Selectmedium

During project closure, which THREE documents should be updated or finalized as part of the lessons learned process?

Select 3 answers
A.Project charter
B.Organizational process assets
C.Stakeholder register
D.Lessons learned register
E.Project final report
AnswersB, D, E

Lessons learned are added to the organization's knowledge base.

Why this answer

Options A, B, and D are correct. Lessons learned are documented in the lessons learned register, updated in the organizational process assets, and often included in the project final report. Option C is not updated during closure; it's an output of the initiating process.

Option E is not a standard PMI document for lessons learned.

152
Multi-Selectmedium

You are managing a marketing campaign project. Midway, you discover that the team has been working on additional features requested by the sales director without formal approval. The project is now 10% over budget. Which TWO actions should you take FIRST?

Select 2 answers
A.Accept the changes and update the project baseline accordingly
B.Escalate the issue to the project sponsor for a decision
C.Report the budget overrun to the finance department immediately
D.Meet with the sales director to explain the change control process and the consequences
E.Document the unauthorized changes and assess their impact on budget and schedule
AnswersD, E

Communication with the stakeholder is key to preventing future issues.

Why this answer

Option A is correct because the unauthorized changes must be documented and assessed. Option B is correct because the sales director must be informed of the impact. Option C is wrong because the issue should be addressed with the director, not the sponsor immediately.

Option D is wrong because accepting without correction may not be appropriate. Option E is wrong because reporting without resolution first is premature.

153
MCQhard

Refer to the exhibit. A project manager is reviewing the Git history of a project. Which statement accurately describes the state of the repository?

A.The 'feature/login' branch is still active and contains unmerged commits.
B.The 'feature/login' branch was merged into main via a merge commit.
C.The 'feature/login' branch has not been merged into main.
D.The 'feature/login' branch is behind main by one commit.
AnswerB

The graph shows a merge commit on main from feature/login.

Why this answer

The exhibit shows a merge commit (e.g., 'Merge branch feature/login into main') with two parent commits, one from main and one from the tip of 'feature/login'. This indicates that the 'feature/login' branch was integrated into main via a merge commit, not a fast-forward merge. Therefore, option B is correct.

Exam trap

The trap here is that candidates may confuse a merge commit with a fast-forward merge, assuming that any merge commit means the branch is still active or unmerged, when in fact the merge commit itself is the evidence of integration.

How to eliminate wrong answers

Option A is wrong because the merge commit has already incorporated the commits from 'feature/login' into main, so the branch is no longer active with unmerged commits; it is merged. Option C is wrong because the presence of a merge commit with two parents explicitly shows the branch was merged into main. Option D is wrong because 'behind main by one commit' is not supported by the exhibit; the merge commit makes main ahead of the feature branch, not the other way around.

154
MCQmedium

A project is halfway through its schedule. The earned value (EV) is $50,000, planned value (PV) is $60,000, and actual cost (AC) is $70,000. The project manager calculates the cost performance index (CPI) and schedule performance index (SPI). Based on these metrics, what is the most likely situation?

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

CPI < 1 indicates over budget; SPI < 1 indicates behind schedule.

Why this answer

CPI = EV/AC = 50,000/70,000 = 0.71 (over budget), SPI = EV/PV = 50,000/60,000 = 0.83 (behind schedule). The project is both over budget and behind schedule.

155
MCQhard

During project execution, a key stakeholder requests a new feature that is not in the scope. The project manager determines that the change will impact the schedule by 3 weeks and increase costs by $50,000. What should the project manager do first?

A.Accept the change and update the project management plan
B.Reject the change because it is out of scope
C.Analyze alternatives to minimize the impact
D.Submit a change request to the change control board
AnswerD

A formal change request is required to evaluate and approve the change.

Why this answer

The correct first step when a change request impacts scope, schedule, and cost is to submit a formal change request to the change control board (CCB) for evaluation. This aligns with the PMBOK Guide's integrated change control process, which requires all changes to be documented and reviewed before any action is taken. The project manager must not accept or reject the change unilaterally, as that would bypass the established governance framework.

Exam trap

The trap here is that candidates often think the project manager should immediately analyze alternatives (Option C) to minimize impact, but the PMP exam emphasizes that the first step is always to submit a formal change request to the CCB, not to preemptively analyze or decide on the change.

How to eliminate wrong answers

Option A is wrong because accepting the change and updating the project management plan without formal approval violates the change control process; the project manager lacks authority to approve scope changes that affect baselines. Option B is wrong because rejecting the change outright is premature; the stakeholder's request must be formally documented and evaluated through the CCB, even if it appears out of scope. Option C is wrong because analyzing alternatives before submitting a change request reverses the correct sequence; the change request must be submitted first to trigger the formal evaluation, which may include alternative analysis.

156
MCQmedium

Your construction project is in the execution phase. You discover that a critical supplier will be unable to deliver steel beams for another three weeks due to a strike at their factory. This risk was identified and recorded in the risk register with a mitigation plan. What should you do next?

A.Implement the mitigation plan that was prepared for this risk.
B.Update the risk register and escalate to the project sponsor.
C.Meet with the supplier to negotiate an earlier delivery date.
D.Immediately inform the project sponsor and stakeholders about the delay.
AnswerA

The risk register includes a planned response. Implementing it is the correct first action.

Why this answer

Since the risk has occurred and a mitigation plan existed, the PM should implement the planned response. If it is insufficient, then additional responses should be developed. Communicating to stakeholders is also important but the immediate action is to implement the response.

157
Multi-Selecteasy

During a project retrospective, the team identifies that communication breakdowns between developers and testers caused rework. Which THREE techniques could the team adopt to improve communication and quality?

Select 3 answers
A.Increase automated test coverage.
B.Hold daily standup meetings to discuss progress and issues.
C.Adopt a kanban board to visualize workflow.
D.Use pair programming for complex tasks.
E.Implement a definition of done for user stories.
AnswersB, D, E

Daily standups improve transparency and early identification of communication gaps.

Why this answer

Implementing a definition of done ensures shared understanding of quality. Holding daily standups improves daily communication. Using pair programming facilitates real-time collaboration.

Option D is about testing, but not directly improving communication. Option E is a process change that might help but is less direct.

158
MCQmedium

During a construction project, a key vendor informs you that a critical component will be delayed by three weeks due to a raw material shortage. The component is on the project's critical path. What should you do FIRST?

A.Check the risk register for the pre-planned risk response and implement it
B.Immediately inform the sponsor and ask for more budget to expedite the component
C.Negotiate with the vendor to shorten the delay without additional cost
D.Update the project schedule and inform stakeholders of the delay
AnswerA

The risk register contains agreed-upon responses; the PM should follow the plan first.

Why this answer

The correct first action is to check the risk register for a pre-planned risk response. Since the component is on the critical path, any delay directly impacts the project completion date. A well-managed project would have identified this risk (raw material shortage) during planning and documented a response strategy (e.g., alternative sourcing, buffer stock).

Implementing that pre-planned response is the most efficient and proactive step, aligning with the PMBOK Guide's guidance on executing risk responses.

Exam trap

The trap here is that candidates often jump to stakeholder communication or budget escalation (options B or D) without first consulting the project's documented risk management artifacts, which is a fundamental PMP principle of following established processes before taking ad-hoc actions.

How to eliminate wrong answers

Option B is wrong because immediately informing the sponsor and asking for more budget skips the established risk management process; the risk register should be consulted first to see if a response is already planned, and budget escalation is a last resort. Option C is wrong because negotiating with the vendor to shorten the delay without additional cost is reactive and assumes a solution exists outside the project's documented risk response plan, which may not be feasible or effective. Option D is wrong because updating the schedule and informing stakeholders of the delay is a reactive communication step that should only occur after attempting to implement a risk response; doing it first violates the principle of proactive risk management.

159
MCQeasy

In a Scrum project, the development team consistently fails to complete all committed stories in each sprint. The daily stand-up meetings are running long and often devolve into problem-solving sessions. As the Scrum Master, what should you do?

A.Coach the team to keep the stand-up focused and time-boxed, and facilitate separate sessions for detailed discussions
B.Add more stories to the sprint backlog to increase velocity
C.Cancel the daily stand-up and replace it with email updates
D.Allow the stand-up to run longer to ensure issues are resolved
AnswerA

This reinforces the Scrum framework and addresses the root cause.

Why this answer

The daily stand-up should be time-boxed and focused on coordination, not problem-solving. The Scrum Master should coach the team on the purpose and enforce time-boxing.

160
MCQmedium

A project manager is informed that a new government regulation will affect the project deliverables. The regulation is mandatory and must be implemented before the project can close. What should the project manager do FIRST?

A.Escalate the issue to the project sponsor for a decision
B.Update the lessons learned document to capture this experience
C.Assess the impact on scope, schedule, and cost, then submit a change request
D.Continue with the current plan as the regulation may not be enforced
AnswerC

The PM should analyze the impact and follow change control to incorporate the regulation.

Why this answer

Option B is correct: the PM must assess the impact and submit a change request. Option A is wrong because ignoring the regulation is not compliant. Option C is wrong because the PM should evaluate impact before escalating.

Option D is wrong because lessons learned come after the change is implemented.

161
MCQmedium

During a project's execution phase, a new regulatory requirement is discovered that will impact the project scope. The requirement is mandatory and must be implemented. What is the first action the project manager should take?

A.Inform the sponsor and ask for a decision
B.Instruct the team to implement the requirement immediately to ensure compliance
C.Submit a change request describing the new requirement and its impact on scope, schedule, and cost
D.Update the project management plan to include the new requirement without formal approval
AnswerC

All changes, including mandatory ones, must go through the change control process to assess impact and obtain approval.

Why this answer

The PM must assess the impact and submit a change request to formally document the change and obtain approval.

162
MCQmedium

You are managing a software development project that uses an agile methodology. The team has been working on a critical feature for the past two weeks. During the daily standup, a developer mentions that they discovered a significant technical debt in the codebase that will require refactoring before the feature can be completed. The product owner is not present at the standup. The developer estimates that the refactoring will take an additional three days, which will delay the current sprint's delivery. The sprint ends in five days. The team is already at full capacity. As the project manager, what should you do first?

A.Remove the refactoring from the sprint and add it to the backlog for future sprints.
B.Escalate the issue to the product owner and discuss reprioritization of backlog items.
C.Instruct the team to work overtime to complete both the refactoring and the feature.
D.Extend the sprint by three days to accommodate the refactoring.
AnswerB

The product owner needs to decide whether to swap scope or accept the delay.

Why this answer

Option B is correct because the product owner is the authority on prioritization and must be informed of the technical debt that impacts the sprint goal. The project manager should first escalate the issue to the product owner to discuss reprioritization of backlog items, ensuring alignment with business value and sprint commitments. This aligns with agile principles of transparency and stakeholder collaboration, especially when technical debt threatens delivery.

Exam trap

The trap here is that candidates assume the project manager can independently decide to defer technical debt (Option A) or force overtime (Option C), ignoring the product owner's role in prioritization and the agile principle of sustainable pace.

How to eliminate wrong answers

Option A is wrong because unilaterally removing the refactoring from the sprint without consulting the product owner violates the product owner's authority over backlog prioritization and may hide critical technical debt that could compound later. Option C is wrong because instructing the team to work overtime is a command-and-control approach that contradicts agile self-organization and can lead to burnout, reduced quality, and increased technical debt. Option D is wrong because extending the sprint arbitrarily without product owner input ignores the fixed timebox of agile sprints and disrupts the cadence of delivery and feedback.

163
MCQmedium

You are managing a software development project using a hybrid approach. During sprint planning, the product owner requests adding a new feature that was not in the project scope. The team estimates it will take two additional sprints. What should you do FIRST?

A.Tell the product owner that no new features can be added mid-project
B.Ask the team to include the feature in the current sprint if possible
C.Add the feature to the backlog and inform the product owner it will be addressed in a later phase
D.Initiate a change request and assess the impact on schedule, cost, and scope before seeking approval
AnswerD

PMI emphasizes formal change control; the PM must evaluate impact and obtain approval before any change.

Why this answer

Option B is correct because PMI requires all scope changes to go through the Integrated Change Control process to evaluate impacts before approval. Option A bypasses formal change control. Option C is reactive after the fact.

Option D ignores the product owner's request without assessment.

164
Multi-Selectmedium

You are managing a project to develop a new mobile application using an agile approach. During the third sprint, two senior developers have a disagreement about the technical architecture to use for a feature. The disagreement is slowing down progress. Which TWO actions should you take?

Select 2 answers
A.Organize a meeting with the developers to discuss pros and cons of each architecture.
B.Let the developers resolve the issue on their own without intervention.
C.Make the decision yourself to save time and move forward.
D.Escalate to the architecture review board if the team cannot reach consensus.
E.Remove one developer from the team to eliminate the conflict.
AnswersA, D

Facilitating a constructive discussion helps the team reach a decision.

Why this answer

The best approach is to facilitate a discussion to resolve the technical disagreement and, if needed, escalate to the architecture board. Avoiding the issue or forcing a decision without consensus is not recommended.

165
Multi-Selecthard

In a hybrid project, the team is struggling with unclear requirements. The project manager wants to improve the situation. Which THREE actions should the project manager take?

Select 3 answers
A.Request the project sponsor to assign a business analyst to the project
B.Create a detailed requirements document and require sign-off before any work begins
C.Conduct a requirements workshop with key stakeholders to clarify and prioritize
D.Implement regular backlog refinement sessions to break down and clarify user stories
E.Increase communication with the product owner to ensure requirements are well-defined before sprints
AnswersC, D, E

Workshops help align understanding.

Why this answer

Options A, C, and D are correct. Option A clarifies requirements. Option C uses agile refinement.

Option D involves stakeholders. Option B is wrong because it adds process overhead. Option E is wrong because blaming the sponsor is counterproductive.

166
MCQhard

You are managing a construction project using a predictive approach. The project is currently in the execution phase. A key vendor notifies you that due to a raw material shortage, the delivery of critical steel beams will be delayed by 4 weeks. This will impact the critical path. The risk register had identified a 'material shortage' risk with a response of 'accept'. What should the project manager do NEXT?

A.Ask the team to compress the schedule by overlapping activities to recover the delay.
B.Submit a change request to update the project schedule and baseline due to the delay.
C.Invoke the 'accept' response and do nothing further, as it was planned.
D.Immediately escalate to the sponsor for additional budget to expedite delivery.
AnswerB

The PM should implement the risk response and follow the change control process to update the schedule baseline as needed.

Why this answer

Since the risk occurred, the PM should implement the planned response (accept) but also initiate a change request to formally address the schedule impact. Accepting without action is passive; the change request documents the impact and seeks approval for schedule changes.

167
Multi-Selectmedium

A project manager is closing a project. Which THREE activities are essential to perform during project closure?

Select 3 answers
A.Conduct a lessons learned session and document findings
B.Update the project management plan for future projects
C.Hold a sprint review to demonstrate the final product
D.Verify that all project deliverables have been completed and accepted
E.Obtain formal acceptance of the deliverables from the customer
AnswersA, D, E

Lessons learned are critical for organizational process assets.

Why this answer

Project closure includes formal acceptance, lessons learned, and archiving documents. Releasing resources is also part of closure, but (C) is not correct; (D) is about scope verification, which occurs earlier; (E) is not a closure activity.

168
MCQmedium

During a sprint review, stakeholders express dissatisfaction with the functionality delivered. The product owner insists the team met the acceptance criteria defined in the sprint. The team feels demotivated. As the project manager, what should you do first?

A.Direct the team to rework the functionality until the stakeholders are satisfied
B.Reassure the team that they did a good job and that stakeholder expectations were unrealistic
C.Facilitate a meeting between the product owner and stakeholders to clarify expectations and document any gaps
D.Escalate to the project sponsor immediately
AnswerC

Open communication helps align expectations and ensures any necessary changes go through the proper process.

Why this answer

Option D is correct because clarifying expectations and documenting the gap helps prevent future misunderstandings. Option A is wrong because it ignores the stakeholder feedback. Option B is wrong because the team met the criteria; rework without scope change bypasses change control.

Option C is wrong because immediate escalation is not needed for a single sprint review issue.

169
MCQeasy

In a Kanban project, the team notices that the work-in-progress (WIP) limit is frequently exceeded, causing bottlenecks. What is the BEST action for the project manager to take?

A.Facilitate a team discussion to analyze the bottlenecks and adjust WIP limits accordingly
B.Increase the WIP limits to reduce bottlenecks
C.Enforce the existing WIP limits strictly
D.Remove WIP limits to allow more flexibility
AnswerA

The team should collaboratively improve their process.

Why this answer

WIP limits are set to optimize flow. The team should review and adjust them collaboratively to reflect their actual capacity.

170
MCQhard

You are managing a project where a risk identified in the risk register has occurred. The risk response plan calls for mitigation, but the mitigation action will delay the critical path by 2 weeks. The project has no schedule reserve. What should the project manager do FIRST?

A.Avoid implementing the risk response to protect the schedule
B.Use schedule compression techniques to offset the delay before implementing the response
C.Implement the risk response as planned and then submit a change request for the schedule delay
D.Escalate the issue to the project sponsor for a decision
AnswerC

Follow the risk response plan and then manage the resulting change through change control.

Why this answer

Option C is correct: the PM should implement the risk response as planned, then assess the impact and submit a change request for any schedule changes. Option A is wrong because the response should be implemented. Option B is wrong because escalation is not needed yet.

Option D is wrong because schedule compression should be considered after the impact is known.

171
MCQeasy

During a quality audit, it is discovered that a deliverable does not meet the specified quality standards. What should the project manager do first?

A.Document the nonconformance, perform root cause analysis, and implement corrective actions
B.Escalate the issue to the project sponsor for resolution
C.Instruct the team to rework the deliverable immediately to meet standards
D.Accept the deliverable as is since the customer may not notice
AnswerA

Quality management requires documenting nonconformances and addressing root causes.

Why this answer

Option D is correct because the first step is to document the nonconformance and determine the root cause. Option A is wrong because the team should analyze before rework. Option B is wrong because rework without analysis may miss underlying issues.

Option C is wrong because the sponsor does not need to be involved immediately.

172
MCQhard

You are the project manager for a large infrastructure project. The sponsor frequently bypasses you and gives direct instructions to the team leads. This has caused confusion and conflicting priorities. What is the BEST action to take?

A.Update the stakeholder engagement plan to document the sponsor's behavior
B.Escalate the issue to the PMO or senior management
C.Instruct the team leads to ignore instructions from the sponsor unless they come through you
D.Schedule a private meeting with the sponsor to clarify roles and the importance of following the project communication plan
AnswerD

Direct, professional communication to resolve the issue is the best approach.

Why this answer

PMI emphasizes respectful communication and clarifying roles. Option A directly addresses the issue with the sponsor. Option B avoids the problem.

Option C is passive. Option D escalates unnecessarily.

173
MCQhard

Your project uses a hybrid methodology. An executive stakeholder emails the development team directly requesting a new feature without going through the product owner. The team starts working on it. What should you do FIRST?

A.Ask the product owner to include the feature in the backlog
B.Tell the team to stop work on the feature and meet with the stakeholder to explain the proper process
C.Reprimand the team for working on unauthorized work
D.Inform the stakeholder that all requests must go through the product owner
AnswerB

First, halt unauthorized work; then educate the stakeholder on the established process.

Why this answer

Option D is correct: protect the team from unauthorized work and engage the stakeholder to follow the proper process. Option A is disciplinary but does not correct the process. Option B ignores the stakeholder.

Option C undermines the product owner role.

174
Multi-Selectmedium

Your project is running behind schedule. You need to compress the schedule without significantly increasing cost. Which TWO techniques should you consider?

Select 2 answers
A.Add resources from non-critical path activities to critical path tasks
B.Fast-track activities by performing them in parallel
C.Eliminate non-essential deliverables without approval
D.Reduce quality standards to save time
E.Reduce project scope without change control
AnswersA, B

Crashing with available resources can compress schedule with minimal cost if resources are already allocated.

Why this answer

Option A (fast-tracking) and Option D (adding resources from non-critical path) are valid schedule compression techniques. Fast-tracking performs activities in parallel; adding resources (crashing) can be done selectively without major cost impact if resources are available. Option B changes scope without approval.

Option C reduces quality. Option E reduces scope.

175
MCQhard

A critical vendor informs you that they cannot deliver a key component on time due to a raw material shortage. The component is on the critical path. You have identified this risk in the risk register with a medium probability and high impact. The planned response was to accept the risk. What should you do first?

A.Escalate to the project sponsor for decision
B.Evaluate the current situation and determine if the accept response is still appropriate or if a different response is needed; submit a change request if necessary
C.Immediately crash the schedule by adding resources to the critical path
D.Inform stakeholders that the project will be delayed by the duration of the component shortage
AnswerB

The PM should reassess the risk response and initiate change control if a new strategy is required.

Why this answer

Option C is correct because when a risk occurs, the PM should implement the planned response if still viable; if not, a change request is needed. Option A is wrong because bypassing change control for a schedule change is not appropriate. Option B is wrong because escalation is premature.

Option D is wrong because the PM should proactively manage the risk, not just accept delays.

176
MCQmedium

During a project audit, you discover that the quality assurance (QA) team has not been conducting planned inspections, but the quality control (QC) logs show no major defects. What should you do FIRST?

A.Investigate why QA inspections were skipped and reinforce the importance of preventive activities
B.Accept the situation since QC shows no defects
C.Update the risk register to document this as a low-priority risk
D.Ask the team to double-check the QC logs for accuracy
AnswerA

QA is about process adherence; the PM must ensure the processes are followed to prevent future defects.

Why this answer

Option A is correct: QA inspections are preventive and process-oriented; skipping them increases risk even if QC passes now. Option B is reactive. Option C is premature.

Option D ignores the root cause.

177
Matchingmedium

Match each knowledge area to its primary focus.

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

Concepts
Matches

Ensuring the project includes all required work

Managing timely completion of the project

Planning, estimating, budgeting, and controlling costs

Ensuring the project meets its quality requirements

Identifying, analyzing, and responding to project risks

Why these pairings

These are five of the ten knowledge areas in project management.

178
MCQmedium

During project execution, a key stakeholder requests that the project manager bypass the formal change control process to expedite a change. The stakeholder argues that the change is minor and will not affect the budget or schedule. What should the project manager do?

A.Agree to bypass the process since the change is minor
B.Escalate the request to the project sponsor for approval
C.Implement the change and document it later
D.Explain that all changes must follow the change control process and proceed accordingly
AnswerD

The PM must adhere to the change management plan and educate the stakeholder.

Why this answer

Option B is correct: all changes should go through change control, regardless of size. Option A violates PMI standards. Option C is wrong because the stakeholder should not override process.

Option D is wrong because explaining the process is part of stakeholder management.

179
Multi-Selecthard

Your project is using a hybrid approach. During a sprint review, the customer is unhappy with the progress and requests a major change in direction. This change will require significant rework and affect the project's critical path. Which THREE actions should you take?

Select 3 answers
A.Assess the impact of the change on scope, schedule, cost, and quality
B.Instruct the team to start implementing the change immediately to satisfy the customer
C.Document the customer's request as a formal change request
D.Reject the change because it was not part of the original scope
E.Communicate the impact and options to the customer and other stakeholders
AnswersA, C, E

Impact analysis is necessary to make an informed decision.

Why this answer

When a major change is requested, the PM should document it as a change request, assess the impact on the project constraints, and communicate with stakeholders to manage expectations.

180
Multi-Selecthard

Which THREE are common techniques used for quantitative risk analysis? (Choose three.)

Select 3 answers
A.Monte Carlo simulation
B.SWOT analysis
C.Checklist analysis
D.Decision tree analysis
E.Sensitivity analysis
AnswersA, D, E

Simulates project outcomes to assess risk.

Why this answer

Monte Carlo simulation is a quantitative risk analysis technique that uses repeated random sampling to model the probability distribution of potential project outcomes. It allows the project manager to see the range of possible completion dates or costs and their associated probabilities, providing a data-driven basis for contingency reserves.

Exam trap

The trap here is that candidates confuse qualitative techniques (like SWOT and checklist analysis) with quantitative techniques, because both are used in risk management but serve fundamentally different purposes—qualitative for prioritization and identification, quantitative for numerical modeling and probability analysis.

181
Multi-Selecteasy

During an agile project, the team's velocity has dropped for three consecutive sprints. The retrospective revealed that team members are spending too much time on unplanned support tasks. Which THREE actions should the project manager take?

Select 3 answers
A.Facilitate a focused retrospective to identify specific root causes
B.Work with the product owner to limit unplanned work from stakeholders
C.Review the velocity trend and adjust the sprint backlog accordingly
D.Reduce the sprint length to increase focus and delivery
E.Require the team to work overtime to regain lost velocity
AnswersA, B, C

Retrospectives are the proper forum for process improvement.

Why this answer

Option A is correct because addressing root causes in retrospectives is key. Option B is correct because the product owner should shield the team from interruptions. Option C is correct because analyzing velocity trends helps identify patterns.

Option D is wrong because mandatory overtime leads to burnout. Option E is wrong because reducing scope without proper prioritization is not ideal.

182
MCQmedium

During project execution, a risk event that was identified and listed in the risk register occurs. The risk response plan includes a mitigation strategy. What should the project manager do FIRST?

A.Implement the risk response as defined in the risk register
B.Re-evaluate the risk to see if the response is still valid
C.Update the risk register and lessons learned
D.Inform the sponsor immediately about the risk occurrence
AnswerA

The risk response plan should be executed first.

Why this answer

When a risk occurs, the PM should implement the planned response and then update the project documents accordingly.

183
MCQmedium

During a sprint retrospective, the team identifies that the daily standups are taking too long and are not focused. Several team members suggest canceling them to save time. What should the scrum master do?

A.Agree to cancel the daily standups as the team suggests
B.Facilitate a discussion to identify ways to make the standups more focused and time-boxed
C.Keep the standups as they are and remind the team of their importance
D.Enforce the timebox strictly without discussion
AnswerB

The scrum master should help the team improve the process.

Why this answer

The scrum master should facilitate improvement without abandoning the ceremony. Option C addresses the root cause. Option A abandons a key agile practice.

Option B is not the scrum master's role alone. Option D ignores the team's concern.

184
MCQhard

You are managing a project that involves a high-risk activity that was identified in the risk register. A risk response plan was created to mitigate the risk. During execution, a risk event occurs that was not fully mitigated. The risk impact is now threatening the project schedule. What should you do FIRST?

A.Immediately update the risk register and move on
B.Escalate the issue to the project sponsor for guidance
C.Stop work on the affected activity until the risk is resolved
D.Implement the contingency plan if one exists, or document the issue and initiate a change request
AnswerD

The risk response plan may include a contingency plan; if not, the PM should document and create a change request to address the impact.

Why this answer

The first step is to implement the contingency plan if one exists, or else perform a new risk assessment and develop a response. This aligns with the risk management process.

185
MCQmedium

Your agile team has experienced a drop in velocity for the past three sprints. During the retrospective, team members mention that they are spending too much time on unplanned work and context switching. As the project manager, what should you do FIRST?

A.Add more team members to the project to increase capacity
B.Reduce the sprint backlog size to lower the team's workload
C.Analyze the sources of unplanned work and discuss with the team how to minimize interruptions
D.Ask the product owner to prioritize all unplanned work into upcoming sprints
AnswerC

Identifying root causes and addressing them proactively is the correct PMI approach.

Why this answer

The PM should first investigate the root cause of unplanned work and context switching. This involves analyzing the situation before taking corrective action. Jumping to solutions like reducing scope or adding resources without understanding the cause may be ineffective.

186
MCQeasy

Your agile team has been experiencing a decrease in velocity over the last three sprints. During the daily standup, team members seem disengaged and mention they are unsure of the sprint goals. As the scrum master, what should you do FIRST?

A.Add more user stories to the backlog to increase team motivation.
B.Ask the product owner to speak with the team about the importance of the sprint goals.
C.Facilitate a meeting with the team to review and clarify the sprint goal and ensure alignment.
D.Report the velocity drop to senior management and ask for intervention.
AnswerC

The scrum master is responsible for helping the team understand and commit to the sprint goal. This directly addresses the issue.

Why this answer

The sprint goal is established during sprint planning. If the team is unsure of the goal, it indicates that sprint planning may not have been effective. The scrum master should facilitate a discussion to clarify the goal and ensure alignment.

This is a proactive coaching step.

187
MCQmedium

You are managing a software development project using a hybrid approach. During sprint planning, the product owner insists on adding a feature that was not in the approved product backlog. The team estimates it will take 3 additional days. What should you do FIRST?

A.Ask the product owner to submit a change request for formal evaluation
B.Add the feature to the sprint backlog and accept the change
C.Reject the feature outright because it is not in scope
D.Tell the team to work overtime to accommodate the feature
AnswerA

All changes must go through integrated change control. The product owner should submit a change request.

Why this answer

In a hybrid project management approach, changes to the approved product backlog must follow a formal change control process to maintain baseline integrity and avoid scope creep. Asking the product owner to submit a change request ensures the proposed feature is evaluated for impact on schedule, cost, and quality before any work begins, aligning with both agile principles of prioritization and traditional project governance.

Exam trap

The trap here is that candidates may assume a hybrid approach allows immediate backlog additions without formal change control, confusing the flexibility of pure agile with the governance requirements of a hybrid model that still protects baselines.

How to eliminate wrong answers

Option B is wrong because adding the feature directly to the sprint backlog without formal evaluation bypasses change control, risking unapproved scope changes and potential disruption to the sprint goal. Option C is wrong because outright rejection ignores the product owner's authority to propose changes and the hybrid framework's flexibility to accommodate valuable additions through proper channels. Option D is wrong because mandating overtime to fit an unapproved feature violates resource management best practices and can lead to team burnout, quality issues, and schedule inaccuracies.

188
MCQmedium

Your project is using a hybrid approach with both predictive and agile elements. The team is working on a critical feature that has a high degree of uncertainty. The product owner wants to use a time-boxed sprint to explore the feature. However, the sponsor insists on a detailed upfront plan. What should the project manager do?

A.Escalate the disagreement to senior management
B.Facilitate a meeting between the sponsor and product owner to agree on a hybrid approach that includes both planning and exploration
C.Follow the sponsor's directive and create a detailed plan
D.Use a time-boxed sprint without informing the sponsor
AnswerB

Facilitating stakeholder alignment is key; a hybrid approach can address both concerns.

Why this answer

Option D is correct because the PM should educate the sponsor on the benefits of agile for uncertain work while respecting governance. A hybrid approach can satisfy both needs.

189
MCQmedium

Refer to the exhibit. The project team uses Git for version control. The lead developer accidentally committed a bug fix directly to the main branch instead of the feature branch. What is the best course of action to maintain a clean history?

A.Revert the commit on main and do nothing else.
B.Cherry-pick the bug fix commit to the feature branch, then revert the commit on main.
C.Merge main into feature to include the bug fix.
D.Reset main to the commit before the bug fix, then force push.
AnswerB

Cherry-pick applies the fix to feature, revert removes it from main cleanly.

Why this answer

Option B is correct because it preserves a clean Git history by first cherry-picking the bug fix commit from main to the feature branch (ensuring the fix is applied where intended), then reverting the commit on main to remove the accidental change without rewriting history. This avoids merge commits or destructive operations, maintaining a linear and traceable project history.

Exam trap

The trap here is that candidates may confuse 'revert' with 'reset' or assume merging is always safe, overlooking that cherry-picking is the precise tool to move a single commit to another branch without altering the source branch's history.

How to eliminate wrong answers

Option A is wrong because reverting the commit on main and doing nothing else leaves the feature branch without the bug fix, failing to deliver the fix to the correct branch. Option C is wrong because merging main into feature would bring the accidental commit into feature, polluting its history with an unrelated change and creating a messy merge commit. Option D is wrong because resetting main to the commit before the bug fix and force pushing rewrites public history, which can cause synchronization issues for other developers and violates the principle of not altering shared branch history.

190
Multi-Selectmedium

Your IT infrastructure project is being audited for compliance. The auditor finds that several change requests were approved verbally but not documented. The project is in the execution phase. Which TWO actions should you take?

Select 2 answers
A.Update the change control process to require written approval before implementation
B.Reverse the undocumented changes and revert to the original baseline
C.Retroactively document all verbal change requests and obtain signatures
D.Request the team to redo the work to ensure it meets requirements
E.Stop all project work until the audit is resolved
AnswersA, C

Process improvement prevents future non-compliance.

Why this answer

Option A is correct because documented change requests are required for compliance. Option B is correct because process improvement prevents recurrence. Option C is wrong because the changes were already approved.

Option D is wrong because stopping the project is too drastic. Option E is wrong because the issue is documentation, not rework.

191
MCQmedium

Your project is 40% complete, and the earned value analysis shows CPI = 0.85 and SPI = 0.90. The project budget is $500,000. What is the Estimate at Completion (EAC) assuming the current cost performance is expected to continue?

A.$625,000
B.$588,235
C.$555,555
D.$500,000
AnswerB

EAC = BAC/CPI = $500,000/0.85 ≈ $588,235.

Why this answer

When current cost performance is expected to continue, EAC = BAC/CPI. BAC = $500,000, CPI = 0.85, so EAC = $500,000 / 0.85 ≈ $588,235.

192
Multi-Selectmedium

During a sprint retrospective, the team identifies that the daily standup meetings are not effective because they are too long and lack focus. Which THREE actions should the Scrum Master take to improve the standup?

Select 3 answers
A.Cancel the standup and replace it with written reports
B.Time-box the standup to 15 minutes and enforce it
C.Have the team stand up during the meeting to discourage long discussions
D.Use a talking stick or rotate facilitators to keep the meeting structured
E.Encourage team members to give detailed status reports
AnswersB, C, D

Time-boxing is a key practice to keep standups short.

Why this answer

To improve daily standups, the Scrum Master should enforce time-boxing, encourage focused updates, and perhaps change the format or location to keep them concise. Assigning a rotating facilitator can also help.

193
MCQhard

During project execution, a key vendor notifies you that they cannot deliver a critical component on time due to a raw material shortage. This component is on the critical path. The vendor suggests using a substitute material that is not yet approved by your quality team. What should the project manager do FIRST?

A.Implement the risk response defined in the risk register
B.Accept the delay and update the project schedule
C.Escalate to the project sponsor and request additional time
D.Immediately terminate the vendor contract and find a new supplier
AnswerA

The risk was identified and a response was planned. The PM should implement that response.

Why this answer

Option B is correct because the risk is already on the risk register with a planned response. The PM should implement the agreed response. Option A is wrong because escalation is not necessary if a response exists.

Option C is wrong because accepting without trying the planned response is premature. Option D is wrong because changing vendors without following the risk response is reactive.

194
MCQmedium

You are managing a software development project using a hybrid approach. During a sprint review, the customer requests a major feature addition that would extend the timeline by two weeks. The team is already working at capacity. What should you do FIRST?

A.Submit a change request through the Integrated Change Control process and assess the impact on scope, schedule, and cost
B.Ask the team to start working on the feature immediately to satisfy the customer
C.Inform the customer that the feature is out of scope and cannot be added
D.Add the feature to the product backlog and schedule it for a future sprint without further analysis
AnswerA

PMI requires all scope changes to go through Integrated Change Control for evaluation and approval.

Why this answer

The correct action is to submit a change request through the Integrated Change Control process. PMI requires formal assessment and approval before implementing any change that impacts scope, schedule, or cost. Proceeding without change control violates the project management plan.

195
Multi-Selecthard

Your project is in the executing phase, and a new regulation is announced that will affect the project's deliverables. The required changes will impact scope, schedule, and budget. Which THREE actions should you take?

Select 3 answers
A.Update the project management plan and other project documents after the change is approved.
B.Submit a change request to the change control board for approval of the necessary modifications.
C.Immediately inform the project team to stop work on affected deliverables.
D.Analyze the impact of the regulation on the project's scope, schedule, and cost.
E.Escalate the issue to the project sponsor for a decision on how to proceed.
AnswersA, B, D

Updating documents is part of the change control process after approval.

Why this answer

When a new regulation arises, the PM should first analyze the impact, then submit a change request to formally propose the changes, and finally update the project management plan and documents after approval. Informing the team immediately is premature without analysis. Escalating to the change control board is part of the process but not the first step.

196
Multi-Selectmedium

Your project is using a hybrid approach with both predictive and agile elements. The team is struggling with the daily standup because some members treat it as a status report for management. Which THREE actions should you take to improve the standup?

Select 3 answers
A.Cancel the standup and replace it with a weekly status meeting
B.Enforce the 15-minute timebox to keep the meeting efficient
C.Coach the team to focus on impediments and collaboration rather than individual status
D.Reiterate that the standup is for the team to coordinate, not for management reporting
E.Ask the product owner to run the standup to keep it focused
AnswersB, C, D

Timeboxing ensures the standup remains brief and effective.

Why this answer

Option A is correct because the standup is for the team, not management. Option B is correct because focusing on impediments and collaboration improves effectiveness. Option D is correct because the timebox keeps the standup concise.

Option C is wrong because the product owner can attend but should not run it. Option E is wrong because canceling the standup is not recommended.

197
MCQeasy

You are the project manager for a software development project using Scrum. During the daily standup, a developer mentions that they are blocked by a dependency on another team's API that is delayed. The developer has already tried contacting the other team but received no response. What should the scrum master do?

A.Add the issue to the risk register and monitor it.
B.Escalate the issue to the other team's manager or the project sponsor to resolve the dependency.
C.Ask the team to work on other tasks until the API is available.
D.Advise the developer to keep trying to contact the other team.
AnswerB

The scrum master should escalate to unblock the team.

Why this answer

The scrum master is responsible for removing impediments. Option B is correct because the scrum master should escalate the issue to remove the blocker for the team.

198
Multi-Selectmedium

Your project is behind schedule due to underestimated task durations. The critical path has been identified. Which TWO schedule compression techniques are MOST appropriate to get the project back on track?

Select 2 answers
A.Critical chain method
B.Resource leveling
C.Fast tracking
D.Crashing
E.Monte Carlo simulation
AnswersC, D

Performing tasks in parallel on the critical path.

Why this answer

Crashing adds resources to critical path tasks; fast-tracking performs tasks in parallel. Both are schedule compression techniques.

199
MCQmedium

Your agile project has been experiencing decreasing velocity over the last three sprints. The team is frustrated and morale is low. The product owner is pressuring for more features. What is the BEST action for the project manager to take?

A.Conduct a retrospective to identify impediments and improvement actions.
B.Ask the team to work overtime to catch up on velocity.
C.Replace the underperforming team members with new resources.
D.Increase the sprint length to give the team more time.
AnswerA

Retrospectives are designed to inspect and adapt the process.

Why this answer

The PM should facilitate a retrospective to identify root causes. Option C is correct because it addresses the issue using agile ceremonies. Option A avoids the problem; Option B adds pressure; Option D is reactive.

200
MCQhard

You are managing a project using a hybrid approach. Midway through, a new regulatory requirement is introduced that will affect the project scope. The change is mandatory and must be implemented. What is the FIRST step?

A.Initiate a change request to formally document the new requirement and assess its impact on scope, schedule, and cost
B.Notify stakeholders of the new requirement and proceed with implementation
C.Instruct the team to incorporate the new requirement immediately due to its mandatory nature
D.Update the risk register to reflect the new regulatory requirement
AnswerA

Follow the change control process even for mandatory changes.

Why this answer

Even mandatory changes should go through the change control process to assess impact. Option A is correct. Option B implements without analysis.

Option C bypasses planning. Option D is premature.

201
MCQmedium

During a sprint review, the customer expresses dissatisfaction with the user interface, stating it does not meet their expectations. The team followed the specifications agreed upon during sprint planning. What should the project manager do NEXT?

A.Log the issue in the issue log and address it in a future sprint
B.Instruct the team to rework the UI immediately to satisfy the customer
C.Explain to the customer that the team adhered to the agreed specifications
D.Schedule a meeting with the customer to review their expectations and discuss potential adjustments
AnswerD

Collaborative approach to align expectations and find a solution.

Why this answer

Understanding the customer's expectations is key. Option B involves the customer in clarifying requirements. Option A assumes the customer is wrong.

Option C changes scope without process. Option D ignores the issue.

202
MCQmedium

Your project is 40% complete, and the earned value analysis shows CPI = 0.85 and SPI = 0.90. The project sponsor is concerned about the cost overrun. The original budget at completion (BAC) is $1,000,000. What is the Estimate at Completion (EAC) using the typical cost performance index (CPI) assumption?

A.$850,000
B.$1,000,000
C.$1,111,111
D.$1,176,471
AnswerD

EAC = BAC / CPI = $1,000,000 / 0.85 ≈ $1,176,471, assuming current cost performance is typical.

Why this answer

When the current cost performance is considered typical and expected to continue, the EAC is calculated as BAC / CPI = $1,000,000 / 0.85 ≈ $1,176,471. This is the most common formula for EAC when variances are expected to persist.

203
MCQeasy

A team member consistently misses deadlines, causing delays for the rest of the team. You have already spoken to the team member informally, but the behavior continues. What is the BEST next step?

A.Remove the team member from the project
B.Escalate the issue to the team member's functional manager
C.Have a formal meeting with the team member to discuss expectations and consequences
D.Reassign the team member to less critical tasks
AnswerC

A formal conversation helps set clear expectations and document the issue.

Why this answer

The PM should address performance issues formally by documenting the issue and discussing it with the team member, setting clear expectations and consequences. This follows a progressive discipline approach.

204
Multi-Selecteasy

During a sprint retrospective, the team identifies that the daily standup meetings are taking too long and not focusing on impediments. Which TWO actions would help improve the effectiveness of the daily standup?

Select 2 answers
A.Time-box the standup to 15 minutes and use a talking stick.
B.Hold the standup without the scrum master to save time.
C.Extend the standup to 30 minutes to allow more detailed discussion.
D.Focus each team member's update on progress, plan, and impediments.
E.Replace the standup with a written status report.
AnswersA, D

Time-boxing ensures brevity, and a talking stick can keep the discussion structured.

Why this answer

Effective daily standups are time-boxed (e.g., 15 minutes) and focus on progress, plans, and impediments. Using a visual board helps keep the discussion focused.

205
Multi-Selecthard

You are managing a pharmaceutical research project using a predictive approach. A new regulation requires additional clinical trials that will extend the project by 6 months. The sponsor wants to know how this affects the business case. Which THREE documents should you review to provide an informed response?

Select 3 answers
A.Risk register
B.Business case
C.Stakeholder register
D.Work breakdown structure dictionary
E.Project management plan (schedule and cost baselines)
AnswersA, B, E

The risk register may contain assumptions about regulations and their impact.

Why this answer

Option A is correct because the business case justifies the project and includes financial analysis. Option B is correct because the project management plan contains the schedule and cost baseline. Option D is correct because the risk register contains assumptions and constraints that may be affected.

Option C is wrong because the WBS is a deliverable breakdown, not for impact analysis. Option E is wrong because the stakeholder register does not contain financial information.

206
MCQeasy

During a sprint retrospective, the team identifies that the daily standups are too long and not adding value. They suggest implementing a timebox of 15 minutes and a strict 'three questions' format. What should the scrum master do?

A.Support the team's decision and help enforce the new format in future standups
B.Escalate to the product owner for approval
C.Overrule the suggestion because the scrum master is responsible for facilitating standups
D.Ignore the suggestion because the team has already discussed it and no action is needed
AnswerA

The scrum master serves the team by enabling their improvements.

Why this answer

Option A is correct because the scrum master should support the team's self-improvement. Option B is wrong because it overrides the team's agreement. Option C is wrong because the issue is already discussed.

Option D is wrong because the retrospective is the right place.

207
MCQmedium

You are managing a project to build a new mobile application. An executive stakeholder has been bypassing you and giving direct instructions to team members, causing rework and confusion. What should you do first?

A.Send an email to all stakeholders reminding them to communicate through the project manager.
B.Update the communications management plan to include stricter protocols.
C.Escalate the issue to the project sponsor to intervene.
D.Schedule a meeting with the executive stakeholder to discuss the importance of following the communication plan.
AnswerD

Direct, private communication to realign expectations is the recommended approach.

Why this answer

The PM should address the issue directly with the stakeholder to clarify roles and communication protocols. This is a stakeholder management and communication issue that requires a proactive conversation.

208
MCQmedium

Your construction project is experiencing resource levelling issues because a key piece of equipment is shared between two critical path activities. What is the best approach to resolve this?

A.Rent additional equipment to run both activities in parallel
B.Ask the team to work overtime to complete one activity faster
C.Remove one activity from the critical path by re-sequencing
D.Delay one of the activities until the equipment is available, which may extend the project schedule
AnswerA

Adding resources (renting equipment) is a common resource levelling technique that can keep the project on schedule.

Why this answer

Resource levelling can be resolved by adjusting the schedule or adding resources. The PM should evaluate options and communicate with stakeholders.

209
Multi-Selecthard

You are managing a complex IT project with multiple vendors. A key vendor is failing to meet contractual milestones, which is impacting the critical path. Which THREE actions should you take to address this situation? (Choose three.)

Select 3 answers
A.Escalate the issue to the vendor's management and your project sponsor.
B.Immediately terminate the contract and find a new vendor.
C.Work with the vendor to develop a recovery plan and provide support if needed.
D.Accept the delay and adjust the project schedule accordingly.
E.Review the contract and communicate the non-compliance to the vendor, invoking penalty clauses if applicable.
AnswersA, C, E

Escalation can bring attention and resources to resolve the issue.

Why this answer

Option A is a proactive step to enforce contract terms. Option C involves working with the vendor to resolve issues. Option E is a typical response to escalate if vendor performance does not improve.

Option B is incorrect because accepting failure without action is passive. Option D is incorrect because terminating the contract may cause further delays; it should be a last resort.

210
MCQeasy

A project manager is working on a predictive project. A team member identifies a risk that was not previously identified. The risk has a low probability but high impact. What should the PM do FIRST?

A.Add the risk to the risk register and assess its impact
B.Escalate the risk to the project sponsor
C.Accept the risk because it has low probability
D.Implement a contingency plan immediately
AnswerA

Recording the risk is the first step; then the PM can plan responses.

Why this answer

Per PMI, any new risk should be documented in the risk register, and then the PM should plan a response. The first step is to add it to the register.

211
MCQhard

In an agile project, the product owner frequently changes priorities within a sprint, causing the team to lose focus and velocity to drop. What should the project manager do first?

A.Ask the team to accommodate the changes and work overtime to meet the original commitment
B.Facilitate a retrospective where the team can discuss the impact of changing priorities and agree on a process
C.Escalate to the project sponsor that the product owner is interfering with the team
D.Tell the product owner that scope changes are not allowed during a sprint
AnswerB

The team and product owner can collaboratively find a solution that respects both agility and stability.

Why this answer

Option B is correct because the retrospective is the appropriate forum for the team to raise process issues. Option A is wrong because the PM should not unilaterally restrict the product owner. Option C is wrong because involving the sponsor may be premature.

Option D is wrong because it violates the sprint commitment concept.

212
Multi-Selecteasy

You are managing a project that is currently in the execution phase. A risk event that was identified and included in the risk register has occurred. The planned response is to mitigate the risk. Which TWO documents should you update to reflect the occurrence and response? (Choose two.)

Select 2 answers
A.Stakeholder engagement plan
B.Risk register
C.Lessons learned register
D.Project schedule
E.Cost baseline
AnswersB, C

The risk register is updated with the actual risk event and response.

Why this answer

Options A and D are correct. The risk register is updated to log the occurrence and response actions. The lessons learned register captures knowledge for future projects.

Option B is updated only if the risk response affects the schedule. Option C is updated if the response impacts the budget. Option E is not a standard PMI document.

213
MCQmedium

You are managing a project that is currently in the execution phase. The project has a cost baseline of $500,000. At the end of month 3, the actual cost is $150,000 and the earned value is $120,000. The project manager calculates the cost variance (CV) and schedule variance (SV). What do the results indicate?

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

CV negative indicates over budget; typically, if earned value is less than planned value, the project is behind schedule. Given typical scenario, this is the most likely.

Why this answer

CV = EV - AC = $120,000 - $150,000 = -$30,000 (over budget). SV = EV - PV. PV is not given, but we can infer that if EV is $120,000 and the project is behind schedule, PV would be higher.

But without PV, we cannot compute SV. However, the question expects to know that CV is negative (over budget). Option D is correct.

214
MCQeasy

A new regulatory requirement has been introduced that affects your project's deliverables. The requirement must be implemented within the current timeline. What should the project manager do first?

A.Direct the team to incorporate the requirement immediately to avoid non-compliance
B.Ignore the requirement since the project is already underway
C.Assess the impact on the project and submit a change request through change control
D.Update the project management plan to include the new requirement
AnswerC

Following the change control process ensures proper evaluation and approval.

Why this answer

Option C is correct because the PM must analyze the impact on scope, schedule, and cost, then submit a change request. Option A is wrong because it ignores the requirement. Option B is wrong because it may not be necessary to change the entire plan.

Option D is wrong because the PM should not implement changes without approval.

215
MCQmedium

During a project audit, you discover that a team member has been gold-plating the deliverables by adding extra features not requested. What is the BEST action to take?

A.Allow the team member to continue as the extra features may add customer value
B.Meet with the team member to discuss the importance of adhering to the approved scope and the risks of gold-plating
C.Report the team member to HR for violating project policies
D.Remove the extra features immediately without consulting the team member
AnswerB

Educating the team member is the correct approach.

Why this answer

Gold-plating is discouraged. Option B addresses the root cause. Option A ignores the issue.

Option C is reactive. Option D is harsh without understanding.

216
MCQmedium

The sponsor asks you to skip the final round of user acceptance testing (UAT) to meet the deadline, stating that earlier tests were sufficient. What should the project manager do first?

A.Direct the team to proceed without UAT because the sponsor has authority
B.Agree to skip UAT to accommodate the sponsor's request
C.Explain the risks of skipping UAT and propose alternatives, such as reducing test scope or compressing the schedule
D.Escalate to the PMO or senior management that the sponsor is compromising quality
AnswerC

The PM should communicate risks and seek a collaborative solution while maintaining quality.

Why this answer

Option B is correct because skipping quality activities can lead to defects; the PM should explain the risks and seek a decision through change control. Option A is wrong because it bypasses proper process. Option C is wrong because the PM should not unilaterally decide.

Option D is wrong because escalation should be a last resort.

217
MCQhard

You are managing a hybrid project where the team uses Scrum for development but follows a traditional approach for reporting. The project is behind schedule because the development team is spending too much time on documentation for status reports. The product owner is concerned about the lack of progress. What should you do?

A.Require the team to attend additional status meetings to improve communication
B.Hold a team-building session to improve the team's efficiency
C.Add more developers to the team to share the workload
D.Work with the stakeholders to simplify the reporting requirements and reduce the documentation burden on the development team
AnswerD

This addresses the root cause by streamlining reporting, allowing the team to focus on value-added work.

Why this answer

Option A is correct because simplifying reporting reduces administrative burden and allows the team to focus on development. Option B is wrong because more reporting would further distract the team. Option C is wrong because the issue is not about the team's efficiency but about process overhead.

Option D is wrong because adding developers may not solve the problem of excessive documentation.

218
MCQeasy

During project closure, what is the most important activity the project manager should perform?

A.Conduct a lessons learned session and document findings for future projects
B.Archive all project documents without review
C.Release all project resources immediately
D.Celebrate the team's success with a party
AnswerA

Lessons learned are essential for organizational process assets and continuous improvement.

Why this answer

Lessons learned are a key part of project closure to improve future projects. PMI emphasizes capturing and sharing lessons learned.

219
MCQmedium

During a sprint planning meeting, the product owner proposes a user story that the team feels is too large to complete in one sprint. What is the best approach?

A.Break the story down into smaller, more manageable stories that can be completed within the sprint.
B.Ask the product owner to remove the story from the sprint backlog.
C.Include the story as is and let the team work on it across multiple sprints.
D.Estimate the story with a high point value and accept that it may spill over.
AnswerA

Decomposition of large stories into smaller ones is a key agile practice to ensure completion within a sprint.

Why this answer

Large user stories should be decomposed into smaller stories that can be completed within a sprint. This facilitates estimation and tracking.

220
MCQmedium

Your project is halfway through its schedule, and you are performing a variance analysis. You find that the cost performance index (CPI) is 0.85 and the schedule performance index (SPI) is 1.1. What is the MOST likely cause of this situation?

A.Scope has been reduced without corresponding cost reduction
B.There is a calculation error in the earned value data
C.The team is working overtime to meet deadlines, resulting in higher labor costs
D.The project is under budget and ahead of schedule
AnswerC

Overtime can accelerate schedule but increases cost, explaining CPI <1 and SPI >1.

Why this answer

CPI < 1 indicates cost overrun, while SPI > 1 indicates ahead of schedule. This combination often occurs when the team is working faster but inefficiently, possibly due to overtime or rework.

221
Multi-Selectmedium

During project execution, a key stakeholder repeatedly bypasses the formal communication channels and directly contacts team members for status updates. This is causing confusion and rework. Which TWO actions should you take?

Select 2 answers
A.Ignore the behavior as it is not causing major issues
B.Block the stakeholder's access to team members until they comply
C.Schedule a meeting with the stakeholder to understand their concerns and reiterate the agreed process
D.Reinforce the communication management plan with the stakeholder and explain the importance of following it
E.Escalate the issue to the project sponsor to enforce compliance
AnswersC, D

Effective communication and understanding the stakeholder's needs can resolve the issue.

Why this answer

Option A is correct because enforcing the communication management plan ensures consistent processes. Option C is correct because a face-to-face meeting can clarify expectations. Option B is wrong because restricting access is not collaborative.

Option D is wrong because ignoring the issue will not resolve it. Option E is wrong because involving the sponsor should be a last resort.

222
MCQhard

Your construction project is halfway through the schedule. Earned value analysis shows EV = $500,000, PV = $600,000, AC = $550,000. The original budget (BAC) is $1,200,000. What is the most appropriate action considering the project's performance?

A.Analyze the root causes of the schedule and cost variances before taking corrective action
B.Celebrate that the project is under budget and slightly behind schedule
C.Crash the critical path by adding resources to bring the schedule back on track
D.Inform the sponsor that the project will be delayed and request additional budget
AnswerA

PMI emphasizes understanding why variances occurred before deciding on a response.

Why this answer

Option C is correct: SPI = 0.83, CPI = 0.91, so the project is behind schedule and over budget. PMI recommends analyzing root causes before taking corrective action. Option A is reactive, B is premature without analysis, D is incorrect because CPI/SPI are below 1.0.

223
Drag & Dropmedium

Order the steps for creating a Work Breakdown Structure (WBS).

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

Steps
Order

Why this order

The WBS process starts with identifying deliverables, decomposing them, coding, verifying, and documenting in the dictionary.

224
Multi-Selecthard

Your construction project is halfway through the schedule. The earned value analysis shows: EV = $500,000, PV = $600,000, AC = $550,000. The sponsor is concerned about the schedule delay. You need to present recovery options. Which THREE actions should you recommend?

Select 3 answers
A.Reduce the project scope to meet the original schedule
B.Fast-track remaining tasks by performing some activities in parallel
C.Evaluate the cost impact of schedule compression techniques
D.Revise the cost performance baseline to reflect current efficiency
E.Crash the schedule by adding resources to critical path activities
AnswersB, C, E

Fast-tracking can reduce schedule duration but may increase risk.

Why this answer

Option A is correct because crashing involves adding resources to critical path tasks to compress schedule. Option B is correct because fast-tracking can reduce schedule duration. Option D is correct because schedule compression techniques affect both schedule and cost.

Option C is wrong because reducing scope requires change control. Option E is wrong because risk-adjusted estimates are established during planning.

225
MCQhard

Your project is using a hybrid approach with a fixed-price contract for the predictive portion and a time-and-materials contract for the agile portion. A change request from a stakeholder would affect both portions. The change control board (CCB) has approved the change for the predictive portion but deferred the agile portion to the product owner. How should you proceed?

A.Update the predictive baseline as approved, and coordinate with the product owner to prioritize the agile portion in the product backlog
B.Implement the change for both portions since the CCB approved the overall change
C.Request the CCB to also approve the agile portion before taking any action
D.Reject the change entirely because it was not fully approved
AnswerA

This respects the CCB decision and uses agile flexibility for the deferred part.

Why this answer

Option C is correct because the change request impacts both portions, and the CCB has only approved part of it. The PM should update the predictive baseline and then work with the product owner to prioritize the agile portion. Option A is wrong because the CCB approval is partial.

Option B ignores the approved predictive change. Option D is incorrect because the change is not fully approved.

← PreviousPage 3 of 6 · 439 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Process — Managing Technical Aspects questions.