CCNA Process — Managing Technical Aspects Questions

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

226
MCQmedium

During an agile project, the product owner frequently changes priorities during the sprint, causing the team to lose focus and miss sprint goals. The team expresses frustration in the retrospective. As the project manager, what should you do?

A.Instruct the team to ignore the product owner's changes until the next sprint planning
B.Coach the product owner on the importance of not changing priorities during a sprint to protect the team's focus
C.Add a buffer to the sprint backlog to accommodate potential changes
D.Extend the sprint duration to allow the team to accommodate changes
AnswerB

The PM should educate the product owner on agile principles, including the stability of sprint goals.

Why this answer

Option A is correct because the product owner should respect the sprint backlog and not change priorities once the sprint starts. The PM should coach the product owner on agile principles. Option B is wrong because the team should not ignore the product owner; collaboration is key.

Option C is wrong because adding buffer time does not address the root cause. Option D is wrong because extending the sprint without addressing the issue may lead to further disruptions.

227
MCQeasy

A project manager is reviewing the quality metrics of a software project. The defect density is 0.5 defects per function point, which is below the acceptable threshold of 0.2. What should the project manager do?

A.Update the quality management plan to reflect a higher acceptable defect density.
B.Report the metric to the sponsor and ask for more time to fix defects.
C.Initiate corrective action by increasing quality control activities like additional testing and code reviews.
D.Accept the current defect density as it is still within the acceptable range.
AnswerC

The PM should take corrective action to bring quality back within acceptable limits.

Why this answer

Defect density above the threshold indicates quality issues. The PM should implement quality control activities, such as additional testing or reviews, to reduce defects.

228
MCQhard

You are the project manager for a large construction project. Midway through, a key supplier informs you that a critical component will be delayed by 6 weeks due to raw material shortages. The component is on the critical path and has zero float. What should you do FIRST?

A.Terminate the contract with the supplier and find a new one
B.Ask the team to work overtime to compress the schedule
C.Notify the sponsor and stakeholders that the project will be delayed by 6 weeks
D.Conduct a schedule impact analysis and evaluate options such as fast-tracking or crashing
AnswerD

The PM should analyze the impact and consider schedule compression techniques before deciding.

Why this answer

Option B is correct because the first step is to assess the impact on the project schedule and explore options like fast-tracking or crashing. Option A is premature; Option C skips analysis; Option D is reactive and may not be optimal.

229
MCQeasy

During project execution, a team member reports that a critical path activity is delayed by two days because a required component failed quality inspection. The project has no schedule contingency. What is the BEST course of action for the project manager?

A.Reduce the scope of the next deliverable to compensate for the lost time
B.Update the schedule baseline to reflect the delay and inform stakeholders
C.Escalate the issue to the sponsor and request additional budget for overtime
D.Evaluate schedule compression techniques such as crashing or fast tracking to recover the two days
AnswerD

The PM should first see if the delay can be recovered using schedule compression techniques.

Why this answer

Option C is correct because the project manager should first analyze the impact on the critical path and then evaluate compression options like fast tracking or crashing. Option A avoids solving the problem. Option B is reactive and may not be justified if compression can recover the delay.

Option D escalates prematurely.

230
MCQeasy

In the middle of a project, new government regulations are introduced that affect your deliverables. Compliance is mandatory. The project is currently on schedule and on budget. What should the project manager do FIRST?

A.Incorporate the changes to comply with the regulation immediately.
B.Notify the sponsor that the project will be delayed and over budget.
C.Consult legal to determine the exact requirements.
D.Submit a change request to assess the impact of the regulation on the project baselines.
AnswerD

Change control process ensures proper evaluation and approval.

Why this answer

The PM must assess the impact of the regulation and then follow change control. Option D is correct. Option A bypasses process; Option B is premature; Option C may be needed later but not first.

231
Multi-Selectmedium

You are managing a software development project using a hybrid approach. During a sprint review, the product owner requests a new feature that was not in the backlog. The team estimates it will require 5 additional days. The project is currently on schedule and within budget. Which TWO actions should you take NEXT?

Select 2 answers
A.Add the feature to the current sprint backlog immediately to not delay the release
B.Submit a change request and evaluate the impact on the project constraints
C.Tell the team to implement the feature during any free time
D.Ask the product owner to prioritize the feature against existing backlog items for the next sprint
E.Reject the request because it is outside the original scope
AnswersB, D

Change control ensures proper assessment and approval.

Why this answer

Option B is correct because the change must be formally assessed and approved. Option C is correct because the product owner should prioritize the change against other backlog items. Option A is wrong because adding work without approval violates change control.

Option D is wrong because capacity may be available. Option E is wrong because the change may still be valuable.

232
MCQmedium

In a project using a hybrid approach, the team is developing a new product. During sprint planning, the product owner wants to add several new user stories that were not in the release plan. The team is concerned that adding these stories will overload the sprint. What should the scrum master do?

A.Add the stories to the product backlog and defer them to a future sprint.
B.Facilitate a negotiation between the product owner and the team to prioritize and possibly swap stories.
C.Accept the new stories and ask the team to work overtime.
D.Reject the new stories because they were not planned.
AnswerB

The scrum master should help the team and product owner reach a consensus.

Why this answer

The scrum master should facilitate a discussion between the product owner and the team to negotiate scope. Option C is correct because it balances the product owner's request with the team's capacity.

233
MCQmedium

You are a project manager overseeing a 12-month ERP implementation. During sprint 6 of 20, the product owner informs you that a key stakeholder wants to add a new reporting module that was not in the original scope. The team estimates this would add 3 weeks to the schedule. 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.Add the requirement to the product backlog and let the team address it in a future sprint without formal approval
C.Inform the stakeholder that no changes can be made once the project has started
D.Ask the team to begin work on the module immediately to accommodate the stakeholder
AnswerA

PMI requires all scope changes to go through Integrated Change Control. The PM must document, assess impact, and obtain approval before proceeding.

Why this answer

Option C is correct because PMI requires all scope changes to go through the Integrated Change Control process. The PM must evaluate the impact and obtain approval before any work begins. Option A is wrong because implementing the change without approval bypasses change control.

Option B is wrong because refusing outright without assessing impact is not the correct approach. Option D is wrong because telling the team to start work immediately violates the change control process.

234
MCQmedium

Your project is a construction project with a fixed price contract. At the 40% progress point, earned value (EV) is $400,000, actual cost (AC) is $480,000, and planned value (PV) is $500,000. What does this indicate?

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

SPI<1 and CPI<1 indicate schedule delay and cost overrun.

Why this answer

Option A is correct because SPI = EV/PV = 400,000/500,000 = 0.8 (behind schedule), and CPI = EV/AC = 400,000/480,000 ≈ 0.83 (over budget). Options B and C have incorrect calculations. Option D is opposite.

235
Multi-Selectmedium

You are managing a project where the team is experiencing conflict between two senior developers over technical approach. The conflict is affecting team morale and productivity. Which TWO actions should you take? (Select exactly two.)

Select 2 answers
A.Escalate the conflict to the functional managers of the developers
B.Ignore the conflict and hope it resolves on its own
C.Facilitate a meeting between the developers to discuss and resolve the technical disagreement
D.Reprimand both developers publicly for causing disruption
E.Reassign one of the developers to another project
AnswersA, C

If direct resolution fails, involving their managers can help resolve the issue.

Why this answer

The PM should first address the conflict directly by facilitating a discussion to find common ground (B). If the conflict cannot be resolved, the PM may escalate to the functional manager (A). Publicly reprimanding (C) is not constructive; ignoring (D) is not proactive; reassigning (E) should be a last resort after other efforts fail.

236
MCQmedium

Your project is using a predictive lifecycle. The team has identified a potential risk that could cause a two-week delay. The risk has a probability of 30% and an impact of $50,000. The project has a contingency reserve of $100,000. What is the most appropriate risk response?

A.Transfer the risk to the customer through a contract clause
B.Accept the risk and take no further action, since the contingency reserve is sufficient
C.Add the risk to the risk register, monitor it, and prepare a contingency plan
D.Immediately allocate $50,000 from the contingency reserve to mitigate the risk
AnswerC

For risks with moderate probability/impact, active monitoring and planning is appropriate.

Why this answer

Option A is correct: The risk is moderate; monitoring and preparing a contingency plan is appropriate. Option B is overly conservative, C is premature, D is reactive.

237
Multi-Selecthard

A project is behind schedule due to a key vendor delivering late. The contract includes penalties for late delivery. The project manager is considering options. Which THREE actions are most appropriate per PMI?

Select 3 answers
A.Negotiate a revised delivery schedule with the vendor to minimize impact
B.Document the issue in the issue log and escalate to senior management
C.Terminate the contract and find a new vendor
D.Review the contract to understand penalty clauses and remedies
E.Enforce the penalty clauses immediately
AnswersA, D, E

Collaboration may recover the schedule and maintain the relationship.

Why this answer

Reviewing the contract helps understand remedies. Enforcing penalties may compensate for delays. Negotiating a revised schedule with the vendor is collaborative and may recover time.

238
MCQeasy

During a sprint retrospective, the team identifies that their velocity has been declining over the last three sprints. They attribute it to increasing technical debt and lack of automated testing. As the Scrum Master, what is the BEST action to take?

A.Ask the product owner to reduce scope in future sprints
B.Report the velocity decline to senior management
C.Add more stories to the next sprint to increase velocity
D.Facilitate the team in developing an action plan to reduce technical debt and improve testing
AnswerD

The team owns its process; the Scrum Master helps them implement improvements.

Why this answer

The team has identified root causes; the Scrum Master should facilitate the team in creating an action plan to address them, such as allocating time for refactoring and automation.

239
MCQhard

Your project is using a hybrid approach. During a sprint, the team realizes that a critical dependency from another project will not be ready on time, impacting the critical path. The dependency was not identified in the risk register. What is the BEST action?

A.Crash the schedule by adding resources to the dependent task.
B.Escalate to the project management office for resource reallocation.
C.Ask the team to find a workaround to bypass the dependency.
D.Add the dependency to the issue log, assess the impact on the schedule, and engage the other project manager.
AnswerD

Documentation and collaboration are key to resolving cross-project dependencies.

Why this answer

The PM must first assess the impact and then manage the issue. Option A is correct because updating the issue log and analyzing impact is the proper first step. Option B is reactive; Option C assumes a solution without analysis; Option D ignores governance.

240
MCQhard

A project manager is leading a global team with members in different time zones. The team is experiencing delays because some members are not responding to emails promptly. What is the best course of action to improve communication?

A.Create a communication management plan with agreed-upon response times.
B.Escalate the issue to functional managers.
C.Require all members to work overlapping hours.
D.Increase the frequency of status meetings.
AnswerA

Sets clear expectations for communication.

Why this answer

A communication management plan is the correct approach because it proactively defines expectations for response times, communication channels, and escalation paths, addressing the root cause of delays without imposing rigid schedules. This aligns with the PMBOK Guide's emphasis on planning communication to meet stakeholder needs, especially in distributed teams where asynchronous communication is common.

Exam trap

PMI often tests the misconception that increasing meeting frequency or escalating issues is the default fix for communication delays, when the correct answer is to plan and document communication expectations upfront in a management plan.

How to eliminate wrong answers

Option B is wrong because escalating to functional managers bypasses the project manager's authority and does not solve the underlying communication process issue; it shifts blame rather than fixing the workflow. Option C is wrong because requiring overlapping hours ignores time zone constraints and can reduce productivity and work-life balance, which is not a sustainable or efficient solution for a global team. Option D is wrong because increasing status meetings adds more synchronous overhead, which may exacerbate delays due to scheduling conflicts across time zones, rather than improving asynchronous response times.

241
MCQmedium

You are the project manager for a software development project using Scrum. For the past three sprints, the team's velocity has dropped from 30 story points to 20. The team cites increasing technical debt and unclear requirements. What should you do FIRST?

A.Reduce the sprint length to two weeks to increase focus.
B.Add more developers to the team to increase velocity.
C.Facilitate a retrospective to identify root causes and implement process improvements.
D.Ask the scrum master to enforce stricter timeboxing for daily standups.
AnswerC

The retrospective is the proper forum for the team to find solutions.

Why this answer

Option D is correct because the team should be empowered to find solutions. Option A is incorrect as it's a top-down approach that may not address root causes. Option B is incorrect; reducing scope should be a product owner decision.

Option C is incorrect; the scrum master facilitates, not directs.

242
MCQeasy

During the execution phase of a construction project, you discover that a key vendor will not deliver steel beams on time, threatening the critical path. The risk was identified and the response plan was to use an approved backup supplier. What should you do NEXT?

A.Ask the team to find a new vendor not on the approved list
B.Escalate the issue to the project sponsor for a decision
C.Contact the backup supplier immediately to activate the contract
D.Update the risk register and wait for the vendor to confirm the delay
AnswerC

The risk response plan is already approved, so the PM should implement the contingency without delay.

Why this answer

Since the risk response plan already identified the backup supplier, the PM should implement the planned response. Activating the contingency plan is the correct proactive step. Communicating with stakeholders is important but secondary to executing the response.

243
Multi-Selecthard

A project is in the execution phase and the project manager notices that the project's cost performance index (CPI) is 0.85 and the schedule performance index (SPI) is 0.90. The project sponsor is concerned and wants to get back on track. Which THREE actions should the project manager consider to improve performance?

Select 3 answers
A.Immediately reduce the project scope to cut costs.
B.Apply resource leveling to optimize the use of resources and reduce overallocation.
C.Implement fast tracking to compress the schedule by performing tasks in parallel.
D.Ask the team to work overtime at no additional cost.
E.Conduct a root cause analysis to identify why the project is over budget and behind schedule.
AnswersB, C, E

Resource leveling can help control costs and improve efficiency.

Why this answer

To improve cost and schedule performance, the PM can implement fast tracking, analyze root causes, and use resource leveling to optimize resource usage. These are proactive and align with PMI best practices.

244
MCQeasy

Your project sponsor asks you to skip the testing phase of a software release to meet a tight deadline. What is the best response?

A.Refuse the sponsor's request outright because testing is mandatory
B.Explain the risks of skipping testing, including potential defects and rework, and propose alternatives such as reducing test scope
C.Skip testing but add a buffer for post-release defect fixes
D.Agree to skip testing to meet the deadline and document the decision
AnswerB

The PM should communicate the impact and propose alternatives that balance schedule and quality.

Why this answer

Skipping testing is a quality risk. The PM should explain the risks and follow the change control process if the decision is to proceed without testing.

245
MCQhard

You are managing a construction project. A risk event that was identified and accepted has occurred: a key supplier's factory flooded, delaying delivery of critical materials by two weeks. The project has no contingency for this delay, and the critical path will be impacted. What should you do NEXT?

A.Inform the sponsor and stakeholders about the delay and await their decision.
B.Do nothing since the risk was accepted.
C.Evaluate alternative suppliers and schedule compression techniques, then submit a change request to adjust the project management plan.
D.Implement the contingency plan from the risk register.
AnswerC

The PM should proactively manage the risk by developing and implementing a response through change control.

Why this answer

Option C is correct because the risk was accepted, meaning no proactive response was planned. Now that it occurred, the PM should evaluate options (e.g., fast tracking, crashing) and implement a response after approval. Option A is incorrect because accepting the risk does not mean ignoring it.

Option B is incorrect because going straight to the contingency plan is not appropriate since there is none. Option D is incorrect as informing without a plan may cause panic.

246
MCQhard

You are managing a large infrastructure project. At the midpoint, earned value analysis shows CPI = 0.85 and SPI = 0.90. The project budget is $10 million, and the schedule is tight. Several stakeholders are concerned about cost overruns. What should you do FIRST?

A.Immediately reduce scope to bring costs back in line.
B.Submit a change request to increase the budget by 15% to cover the overrun.
C.Instruct the team to reduce quality to lower costs.
D.Analyze the cost and schedule variances to identify root causes and develop corrective actions.
AnswerD

Understanding the 'why' is essential before deciding on a response.

Why this answer

Option A is correct because the PM should first analyze variances to understand root causes before taking action. Option B is incorrect as it's premature to submit a change request. Option C is incorrect because the assumption of gold-plating is speculative.

Option D is incorrect; reducing scope should be a last resort after analysis.

247
MCQeasy

A project manager is closing a project. Which of the following should be done during project closure?

A.Obtain formal sign-off from the customer
B.Hold a lessons learned session
C.All of the above
D.Release project resources
AnswerC

All three activities are part of project closure.

Why this answer

Option D is correct: project closure includes obtaining formal acceptance, archiving documents, and releasing resources. Options A, B, C are all part of closure.

248
MCQhard

A project manager is leading a cross-functional team that includes members from different departments. Two senior developers have a conflict about the technical approach for a critical component. The conflict is causing delays. What should the project manager do FIRST?

A.Escalate the issue to the functional managers of the developers
B.Make the decision for the team to move forward
C.Ask the team to vote on the technical approach
D.Facilitate a meeting between the developers to discuss the pros and cons of each approach and reach consensus
AnswerD

This encourages collaboration and ownership of the solution.

Why this answer

The PM should facilitate a resolution by addressing the conflict directly and collaboratively.

249
MCQeasy

You are a project manager for a software implementation. The testing team reports that they have found several defects, but the project sponsor insists on releasing the product on the original date to meet a market opportunity. The product is not fully tested. What is the BEST response?

A.Explain the risks of releasing with defects and propose a compromise, such as releasing only critical features after testing
B.Release the product as requested by the sponsor but document the known defects
C.Refuse to release until all defects are fixed, regardless of the sponsor's request
D.Escalate to the PMO for a decision on release criteria
AnswerA

Proactive communication and proposing alternatives align with PMI's approach to managing quality and stakeholder expectations.

Why this answer

Releasing untested software poses high risk. The PM should communicate the risks of releasing with defects and propose alternatives, such as a phased release or fixing critical defects first.

250
MCQmedium

Midway through your project, a key vendor informs you that they cannot deliver a critical component on time, which will impact the critical path. The risk was identified in the risk register with a 'mitigate' response. What should you do FIRST?

A.Inform the sponsor of the delay and request additional budget
B.Issue a change request to update the project schedule
C.Implement the contingency plan that was developed for this risk
D.Meet with the vendor to negotiate an expedited delivery
AnswerC

The risk response plan should be executed first; it was created for this scenario.

Why this answer

Option A is correct: when a risk event occurs, the first step is to implement the agreed-upon risk response. Option B may be needed later but is not the immediate action. Option C bypasses the plan.

Option D is reactive and unnecessary if the response is already planned.

251
MCQmedium

You are managing a hybrid project. The team is reporting that sprint velocity has been decreasing for the last three sprints. During the retrospective, the team attributes this to technical debt and unclear requirements. What should you do FIRST?

A.Collaborate with the team to identify root causes and create an action plan to improve velocity
B.Add more team members to increase capacity
C.Increase the sprint duration to give the team more time
D.Escalate the issue to the sponsor
AnswerA

Continuous improvement is key in agile; the PM should facilitate root cause analysis and action planning.

Why this answer

The best first step is to work with the team to identify root causes and implement improvements, such as clearer requirements and addressing technical debt. This aligns with agile principles of continuous improvement.

252
MCQeasy

During a sprint retrospective, the team identifies that the daily standups have become too long (45 minutes instead of 15). Several team members feel the standups are unproductive. As the Scrum Master, what should you do?

A.Escalate the issue to the project sponsor for guidance
B.Mandate that standups be held only twice a week
C.Coach the team to keep standups within the 15-minute timebox and focus on the three key questions
D.Cancel daily standups entirely to save time
AnswerC

The Scrum Master should help the team adhere to agile best practices.

Why this answer

Option B is correct: The Scrum Master facilitates improvement. Applying timeboxing resolves the issue. Option A ignores the problem, C escalates unnecessarily, D imposes a solution without team input.

253
MCQeasy

In a daily standup, a developer mentions that a task is taking longer than expected due to an unfamiliar technology. The sprint goal may be at risk. As a Scrum Master, what should you do FIRST?

A.Assign the task to a more experienced developer
B.Escalate to the product owner to descope the task
C.Work with the developer and team to find a solution or pair with an expert
D.Add the issue to the risk register for future sprints
AnswerC

The Scrum Master facilitates removing impediments; helping the team find a solution is proactive.

Why this answer

Option B is correct: the Scrum Master should help the team remove impediments. Option A is reactive and does not address the issue. Option C assumes the team cannot handle it without first trying to unblock.

Option D undermines self-organization.

254
MCQeasy

You are the project manager for a marketing campaign. A new regulation is announced that affects your project's deliverables. The regulation requires additional compliance steps that were not in the original scope. What should you do FIRST?

A.Ignore the regulation because it was not part of the original plan.
B.Stop the project and reassess feasibility.
C.Instruct the team to incorporate the compliance steps immediately.
D.Evaluate the impact on scope, schedule, and cost, and submit a change request.
AnswerD

The PM should assess impact and follow the change control process.

Why this answer

Option C is correct because changes due to regulations should go through change control. Option A is incorrect as it may not be necessary to stop the project. Option B is incorrect; implementing without approval bypasses change control.

Option D is incorrect; ignoring the regulation is not an option.

255
MCQhard

During a project's execution phase, a key vendor notifies you that they cannot deliver a critical component on time due to raw material shortages. The component is on the critical path, and any delay will impact the project completion date. The risk was identified and listed in the risk register with a planned response to accept. What should the project manager do first?

A.Implement the contingency plan as defined in the risk register.
B.Update the risk register to document the issue and close the risk.
C.Assess the impact on the project schedule and cost, and inform key stakeholders of the situation.
D.Direct the team to find an alternative supplier and expedite the order.
AnswerC

The PM should evaluate the impact and communicate with stakeholders before taking action.

Why this answer

The risk has occurred, and the planned response was to accept, but the project manager should first activate the contingency plan. However, since the risk has occurred and the plan was to accept, the PM must still respond appropriately. The best first step is to evaluate the impact and engage stakeholders.

Option B is correct because immediately assessing the impact and communicating to stakeholders is the proactive step before implementing any response.

256
MCQhard

During project execution, a team member discovers a defect in a deliverable that was completed two weeks ago. The defect is minor and can be fixed quickly, but fixing it will require rework that is not in the current sprint. What should you do?

A.Ignore the defect since it is minor and does not affect functionality.
B.Fix the defect immediately to avoid a potential quality issue.
C.Report the defect to the change control board to get approval for rework.
D.Log the defect in the issue log and decide with the team whether to fix it now or in a future sprint.
AnswerD

Documenting the defect and making an informed decision with the team is the proper approach.

Why this answer

The defect should be documented in the issue log, and the team should determine whether to fix it immediately or in a future sprint based on priority. PMI emphasizes documenting and tracking issues.

257
MCQmedium

Your project is in the execution phase, and you discover that a key vendor will deliver a critical component two weeks late, impacting the critical path. The contract does not include penalties for late delivery. What should you do first?

A.Escalate the issue to senior management immediately
B.Evaluate the impact on the project schedule and consider schedule compression techniques like fast-tracking or crashing
C.Enforce penalty clauses in the contract to motivate the vendor
D.Accept the delay and inform stakeholders that the project will be late
AnswerB

Assessing impact and exploring compression are proactive steps to minimize delay.

Why this answer

Option D is correct because the first step is to assess the schedule impact and explore compression options. Option A is wrong because enforcing penalties that don't exist is not feasible. Option B is wrong because accepting delays without analysis is reactive.

Option C is wrong because escalating without analyzing options is premature.

258
Multi-Selecthard

Your project is in execution phase. The earned value metrics show: EV = $400,000, PV = $500,000, AC = $450,000, BAC = $1,000,000. Which THREE actions should you take to address the project's performance?

Select 3 answers
A.Re-estimate the estimate at completion (EAC) based on current performance
B.Analyze the root causes of the schedule and cost variances
C.Immediately crash the critical path to recover schedule
D.Identify and implement corrective actions to improve cost and schedule efficiency
E.Escalate the performance issues to the sponsor with a request for additional budget
AnswersA, B, D

Updating forecasts helps manage expectations and plan corrective actions.

Why this answer

Options A, D, and E are correct. A: Analyzing root causes is essential before corrective action. D: Re-estimating the EAC provides a more accurate forecast.

E: Identifying corrective actions to improve performance is necessary. B is wrong because crashing may not address underlying issues. C is wrong because direct escalation without analysis is premature.

259
MCQmedium

You are managing a project using a predictive approach. A key stakeholder requests a minor change that does not affect the critical path but will add two days to the schedule. The team has some idle time. What should you do?

A.Tell the team to implement the change and update the schedule later.
B.Submit a change request to the change control board for evaluation.
C.Refuse the change to protect the schedule baseline.
D.Approve the change since it is minor and the team can absorb the delay.
AnswerB

Integrated Change Control is required for any scope change.

Why this answer

Even minor changes must go through change control. Option C is correct. Option A bypasses process; Option B is not the PM's sole decision; Option D assumes approval without analysis.

260
MCQeasy

A project manager discovers that a team member has been working on a feature that was not approved. The feature is not in the scope statement. What should the PM do FIRST?

A.Stop the work immediately and assess the impact on the project
B.Allow the team member to finish the feature since it adds value
C.Report the team member to HR for disciplinary action
D.Add the feature to the project scope and update the scope statement
AnswerA

Unauthorized work must stop; then assess and follow change control.

Why this answer

Gold-plating is not allowed per PMI. The PM must stop the unauthorized work, assess the impact, and follow the change control process.

261
MCQeasy

During a daily standup, a developer mentions that he is working on a task that was not discussed during sprint planning. When asked, he says he thought it was important and started working on it. As the scrum master, what should you do?

A.Ask the product owner to decide whether the task is valuable
B.Let the developer continue since he believes it is important
C.Remind the developer that work should be agreed upon by the team and focused on the sprint goal
D.Add the task to the sprint backlog and adjust the sprint goal
AnswerC

The scrum master should reinforce the sprint commitment.

Why this answer

Option C is correct. The scrum master should remind the developer about the sprint goal and the importance of not adding work without discussion. Option A is wrong because the sprint backlog should not be changed without team agreement.

Option B is wrong because ignoring it sets a bad precedent. Option D is wrong because the PO is not needed for this team process.

262
MCQmedium

You are managing a software development project using Scrum. During the sprint review, the product owner praises the team's work but mentions that a key stakeholder is unhappy because an expected feature was delivered with limited functionality. The feature was completed according to the sprint backlog, but the stakeholder had not communicated their detailed expectations. What should you do FIRST?

A.Add the missing features to the next sprint without formal approval to satisfy the stakeholder immediately
B.Update the issue log and move on, since the team delivered the scope as planned
C.Escalate the issue to the project sponsor as a risk that the stakeholder may reject the deliverable
D.Schedule a meeting with the stakeholder to clarify expectations and discuss how to incorporate their feedback into the product backlog
AnswerD

Proactive stakeholder engagement and communication is the best first step to understand and resolve the issue.

Why this answer

Option A is correct because the issue stems from a communication gap. Engaging the stakeholder to understand expectations helps align future work and prevent recurrence. Option B bypasses the change control process.

Option C escalates prematurely. Option D is reactive and does not address the root cause.

263
MCQmedium

Your project is in the execution phase. An executive stakeholder has been directly assigning tasks to team members without going through you. Several team members are confused about priorities. What should you do FIRST?

A.Update the stakeholder engagement plan to reduce the stakeholder's influence
B.Ignore the issue and try to align the team's priorities yourself
C.Inform the sponsor about the stakeholder's behavior
D.Speak with the stakeholder privately to explain the impact of bypassing the PM and reinforce the communication plan
AnswerD

Direct, respectful communication is the best way to resolve the issue and realign expectations.

Why this answer

PMI emphasizes communication and stakeholder engagement. The PM should address the issue directly with the stakeholder to clarify the communication protocol and the impact of bypassing the PM.

264
MCQmedium

In a Scrum project, the team's velocity has been declining over the last three sprints. The project manager (also the Scrum Master) notices that team morale seems low. What should the project manager do FIRST?

A.Replace the underperforming team members
B.Facilitate a retrospective to identify the root causes of the decline
C.Add more tasks to the backlog to increase the team's focus
D.Assign a senior developer to monitor the team's work
AnswerB

The team should discuss and resolve issues in a retrospective.

Why this answer

Option A is correct: the Scrum Master should facilitate a retrospective to identify root causes. Option B is wrong because adding tasks doesn't address morale. Option C is wrong because the PM should not impose solutions without team input.

Option D is wrong because the team should self-organize.

265
MCQhard

Your project is executing a fixed-price contract with a vendor to develop a key module. The vendor has delivered a module that does not meet the agreed-upon quality standards. The contract includes penalty clauses for non-compliance. What is the BEST action?

A.Accept the module and plan to fix it internally to avoid conflict
B.Terminate the contract and find a new vendor
C.Immediately invoke the penalty clause and withhold payment
D.Document the non-compliance, notify the vendor, and request a corrective action plan
AnswerD

This follows project management best practices: document, communicate, and pursue formal corrective action.

Why this answer

The best action is to document the non-compliance and initiate a formal corrective action, referencing the contract terms. This follows proper procurement management and change control.

266
MCQmedium

A key stakeholder on your agile project frequently attends the daily standup and redirects team members to work on tasks that are not part of the sprint backlog. This is causing confusion and reducing the team's velocity. As the project manager, what should you do first?

A.Have a private conversation with the stakeholder about the purpose of the daily standup and the impact of their actions.
B.Remove the stakeholder from the daily standup invitations to prevent disruption.
C.Ask the team to accommodate the stakeholder's requests to maintain a good relationship.
D.Update the sprint backlog to include the stakeholder's requests and adjust the sprint goal.
AnswerA

Direct communication with the stakeholder to educate and realign expectations is the appropriate first step.

Why this answer

The PM should address the issue directly with the stakeholder, explaining the importance of protecting the team's focus and the agreed-upon process. This aligns with stakeholder engagement and communication management.

267
Multi-Selectmedium

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

Select 2 answers
A.Stakeholder register
B.Project charter
C.Work performance data
D.Scope management plan
E.Schedule management plan
AnswersD, E

Part of the project management plan.

Why this answer

The project management plan is a formal, approved document that defines how the project is executed, monitored, and controlled. The scope management plan and schedule management plan are subsidiary plans that are key components of the overall project management plan, as they detail the processes for defining, developing, monitoring, controlling, and verifying the project's scope and schedule.

Exam trap

The trap here is that candidates often confuse project documents (like the stakeholder register or project charter) with components of the project management plan, but the PMBOK Guide clearly distinguishes between the project management plan (which includes baselines and subsidiary plans) and project documents (which are separate outputs of various planning processes).

268
Multi-Selectmedium

You are managing a project that is experiencing resource constraints. Two critical tasks are scheduled concurrently but require the same specialized resource. Which TWO actions should the project manager consider to resolve this conflict?

Select 2 answers
A.Crash the schedule by adding more resources to both tasks.
B.Hire additional contractors to perform one of the tasks.
C.Remove one task from the schedule to prioritize the other.
D.Adjust task dependencies to sequence the tasks if possible.
E.Apply resource leveling to smooth the resource demand.
AnswersD, E

If the tasks can be performed sequentially, adjusting dependencies can resolve the conflict.

Why this answer

Resource leveling adjusts the schedule to resolve resource over-allocation, and adjusting dependencies can help sequence tasks. Outsourcing or adding resources are alternative options, but the two best are resource leveling and adjusting dependencies.

269
MCQmedium

Your project is 40% complete, and the earned value analysis shows CPI = 0.8 and SPI = 0.9. The project sponsor is concerned about the cost overrun and asks you to reduce costs by skipping quality assurance activities. What should you do?

A.Submit a change request to reduce the quality management budget
B.Agree to skip some QA activities to meet the sponsor's request, as cost is a priority
C.Ignore the sponsor's request and continue with the current QA plan
D.Explain the risks of reducing QA and propose alternative cost-saving measures that do not compromise quality
AnswerD

Proactive communication and proposing alternatives align with PMI's focus on managing trade-offs without sacrificing quality.

Why this answer

Skipping quality assurance increases the risk of defects and rework, which can worsen cost and schedule performance. The PM should communicate the risks and adhere to the quality management plan.

270
MCQeasy

A project is nearing completion. The project manager is preparing for project closure. Which of the following is the most important activity to complete during project closure?

A.Obtain formal acceptance of the project deliverables from the customer.
B.Archive all project documents and lessons learned.
C.Conduct a final team meeting to celebrate the project's success.
D.Update the project management plan to reflect final status.
AnswerA

Formal acceptance is a critical step in project closure.

Why this answer

Obtaining formal acceptance from the customer is a key closure activity. Option A is correct because it ensures the deliverables meet requirements and the project is officially closed.

271
Multi-Selectmedium

A project manager is using a RACI chart to assign responsibilities for key deliverables. Which TWO statements about a RACI chart are true? (Choose two.)

Select 2 answers
A.'Consulted' indicates the person who must approve the work.
B.A RACI chart is used to prioritize stakeholder engagement.
C.'Accountable' means the person who ultimately answers for the completion of the task.
D.There can be multiple people Accountable for a single task.
E.'Responsible' indicates the person who performs the work.
AnswersC, E

The Accountable person is the one who signs off or approves.

Why this answer

Option C is correct because in a RACI chart, 'Accountable' (the 'A') denotes the person who ultimately answers for the completion of the task or deliverable. This person has final authority and is responsible for ensuring the work is done correctly, even if others perform the work. This aligns with the PMBOK Guide definition of accountability in responsibility assignment matrices.

Exam trap

PMI often tests the distinction between 'Responsible' and 'Accountable', and the trap here is that candidates mistakenly think multiple people can be Accountable for a single task, confusing it with the 'Responsible' role which can have multiple assignees.

272
Multi-Selectmedium

You are the project manager for a software upgrade project. The team is using a hybrid approach with two-week sprints. During sprint planning, the product owner wants to include a user story that the team believes is too large to complete in one sprint. Which TWO actions should you take?

Select 2 answers
A.Remove the story from the backlog since it cannot be completed in one sprint
B.Accept the story without changes and adjust the sprint duration
C.Facilitate breaking the story down into smaller, manageable stories for the sprint
D.Document the product owner's request and manage expectations through the change control process
E.Insist that the team commit to the story to satisfy the product owner
AnswersC, D

Decomposition is a key agile practice to ensure work fits within a sprint.

Why this answer

Option B and D are correct. B: Breaking down the story into smaller pieces is a standard agile technique. D: Documenting and managing the expectation through the change control process ensures alignment.

A is wrong because not all stories can be completed in one sprint; C is wrong because the team should estimate; E is wrong because the story should be refined, not rejected outright.

273
MCQmedium

Your project's sponsor requests that you skip user acceptance testing (UAT) to recover schedule delays. The team has already performed thorough internal testing. What should you do FIRST?

A.Explain the risks of skipping UAT and propose a compressed UAT schedule
B.Skip UAT and add a warranty period to address any issues after release
C.Proceed with UAT as planned without informing the sponsor
D.Agree to skip UAT to accommodate the sponsor's request
AnswerA

The PM should communicate risks and offer alternatives to preserve quality while addressing schedule concerns.

Why this answer

Option D is correct: UAT is a quality gate; skipping it increases risk of undetected issues. The PM should explain the risks and suggest alternatives. Option A is reactive without exploring solutions.

Option B bypasses the sponsor. Option C is unethical.

274
MCQeasy

During a project retrospective, the team identifies several process improvements that could increase efficiency. What is the BEST way to ensure these improvements are implemented?

A.Instruct the team to implement the improvements immediately
B.Add action items to the next sprint backlog with assigned owners
C.Ask the project sponsor to approve the improvements
D.Document the improvements in the lessons learned register for future projects
AnswerB

Adding to the sprint backlog with ownership ensures the improvements are prioritized and executed.

Why this answer

Option D is correct because adding action items to the upcoming sprint backlog with ownership ensures the improvements are tracked and executed.

275
MCQeasy

During a project's execution phase, you discover that a team member has been delivering work that does not meet the quality standards defined in the quality management plan. What should you do FIRST?

A.Ask the team member to redo the work without further discussion
B.Escalate the issue to the human resources department
C.Update the quality management plan to lower the standards
D.Review the quality reports and perform a root cause analysis to prevent recurrence
AnswerD

This aligns with continuous improvement and quality management principles.

Why this answer

Quality issues should be addressed through the quality control process. The PM should investigate and implement corrective actions as per the plan.

276
Multi-Selectmedium

During a project, a risk event occurs that was not identified in the risk register. The project manager needs to respond. Which THREE actions should the project manager take?

Select 3 answers
A.Add the risk to the risk register and document the response taken
B.Immediately implement a response to mitigate the risk
C.Accept the risk because it was not identified
D.Conduct a brainstorming session with the team to identify possible responses
E.Assess the impact of the risk on project objectives
AnswersA, D, E

All risks should be documented for future reference.

Why this answer

Options A, C, and E are correct. Option A assesses impact. Option C involves the team.

Option E documents the risk. Option B is wrong because the response should be planned, not ad hoc. Option D is wrong because accepting without analysis is premature.

277
MCQmedium

You are managing a software development project using a hybrid approach. Midway through, the customer requests a new feature that was not in the original scope. The team estimates it will add two weeks to the schedule. What should you do FIRST?

A.Refuse the request, as the scope was already finalized
B.Ask the team to start working on the feature to keep the customer happy
C.Add the feature to the product backlog and prioritize it for the next release
D.Submit a change request and conduct an impact analysis
AnswerD

This follows the Integrated Change Control process, which is the correct first step.

Why this answer

Following PMI's guidelines, any change to scope must go through the change control process. The PM should assess the impact and submit a formal change request before any work begins.

278
MCQeasy

Your project is using a hybrid approach. During the execution phase, you notice that the cost performance index (CPI) is 0.8 and the schedule performance index (SPI) is 1.1. What does this indicate?

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

CPI <1 = over budget, SPI >1 = ahead of schedule.

Why this answer

Option D is correct. CPI < 1 means the project is over budget; SPI > 1 means it is ahead of schedule. Option A is wrong because both are not favorable.

Option B is wrong because SPI > 1. Option C is wrong because CPI < 1.

279
MCQeasy

During project execution, a key stakeholder requests a change that will increase the scope. The project manager follows the formal change control process. What is the first step the project manager should take?

A.Communicate the change to the project team.
B.Submit the change request to the change control board (CCB).
C.Document the change request in the change log.
D.Analyze the impact on the project constraints.
AnswerC

The first step is to formally document the change request.

Why this answer

Option C is correct because the first step in the formal change control process, as defined by the PMBOK Guide, is to document the change request in the change log. This ensures that all proposed changes are formally recorded and tracked before any analysis or approval activities occur. Without this initial documentation, there is no official record of the request, which undermines the integrity of the change control system.

Exam trap

The trap here is that many candidates mistakenly believe impact analysis is the first step, but the PMBOK Guide explicitly requires documentation first to ensure all changes are captured before any evaluation begins.

How to eliminate wrong answers

Option A is wrong because communicating the change to the project team before it is formally documented and approved can lead to confusion, rework, and unauthorized scope creep. Option B is wrong because submitting the change request to the CCB is a subsequent step that occurs only after the change has been documented and its impact has been analyzed. Option D is wrong because analyzing the impact on project constraints is a critical step, but it must be performed after the change request has been formally documented in the change log.

280
MCQmedium

During a project's execution phase, you receive a change request from a stakeholder that would improve the product's performance but is not required by the original specifications. The change is estimated to add 2 weeks to the schedule and $10,000 to the budget. The project is currently on schedule and under budget. What should you do FIRST?

A.Instruct the team to implement the change and adjust the project plan later
B.Approve the change since the project has contingency
C.Perform an impact analysis and submit the change request to the CCB
D.Reject the change because it is out of scope
AnswerC

The PM should evaluate the change and let the CCB decide based on the analysis.

Why this answer

The PM should first assess the impact of the change on the project constraints (scope, schedule, cost, quality, risk) and then present the analysis to the CCB for a decision. Proceeding without approval or rejecting outright are not appropriate.

281
MCQhard

Your project is in execution phase. An executive stakeholder bypasses you and directly instructs a team member to add a new feature. The team member complies and completes the work. You discover this during a status review. What should you do FIRST?

A.Accept the work as done and update the project documents accordingly
B.Report the executive to the project sponsor for violating the change control process
C.Assess the impact of the new feature on scope, schedule, and cost, then submit a change request retroactively
D.Confront the executive stakeholder and insist they follow the change control process
AnswerC

The PM should document the change and assess impact, then follow change control.

Why this answer

Option B is correct because the PM must first assess the impact of the unauthorized change on scope, schedule, and cost, and then initiate a change request. Option A is confrontational. Option C ignores the issue.

Option D escalates without understanding impact.

282
MCQhard

In an agile project, the team's velocity has dropped for three consecutive sprints. The daily standup meetings are rushed, and team members often work in silos. What should the project manager do first?

A.Increase the frequency of daily standups to twice per day
B.Add more team members to increase capacity
C.Assign a senior developer to monitor individual productivity
D.Facilitate a retrospective to identify impediments and propose improvements
AnswerD

The retrospective is a key agile ceremony for continuous improvement and team collaboration.

Why this answer

Option B is correct because the retrospective is the appropriate forum for the team to identify and address process issues. Option A is wrong because it doesn't involve the team in problem-solving. Option C is wrong because adding resources may not address the root cause and can disrupt team dynamics.

Option D is wrong because micromanaging is not an agile best practice.

283
Multi-Selecthard

Your multinational project has team members in three time zones. The daily standup is held at 9 AM EST, but the Asia team complains it is 9 PM for them. The standup is becoming ineffective. Which TWO actions should you take to improve the situation?

Select 2 answers
A.Rotate the standup time to different time zones each sprint
B.Cancel the standup and rely on email updates
C.Hold two separate standups: one for Americas and one for Asia
D.Implement an asynchronous daily update via a shared tool for those who cannot attend
E.Require the Asia team to attend at 9 PM despite the inconvenience
AnswersA, D

Rotating times ensures fairness and shared inconvenience.

Why this answer

Option A is correct because rotating times shares the inconvenience. Option B is correct because asynchronous updates can reduce the need for real-time attendance. Option C is wrong because having two standups reduces information sharing.

Option D is wrong because the standup is a team event, not just a status update. Option E is wrong because the standup is important for coordination.

284
Multi-Selecthard

Your project is using a hybrid approach. At the end of the first iteration, the customer provides feedback that significantly changes the priority of features. The team has already started work on the next iteration's backlog. As the project manager, which THREE actions should you take? (Select exactly three.)

Select 3 answers
A.Communicate the changes and their impact to all relevant stakeholders
B.Assess the impact of the reprioritization on the project schedule and budget
C.Update the risk register with the potential impact of changing priorities
D.Proceed with the current iteration backlog to avoid disrupting the team
E.Immediately adjust the iteration backlog to reflect the new priorities
AnswersA, B, C

Stakeholder communication is essential when priorities change.

Why this answer

The correct actions are to assess the impact of the reprioritization (A), update the risk register (C), and communicate the changes to stakeholders (E). Proceeding without approval (B) violates change control; immediately adjusting the backlog without analysis (D) is hasty.

285
MCQeasy

During a daily standup meeting, a team member mentions that they are blocked because a dependency on another team's work is not yet complete. The Scrum Master is present. What should the Scrum Master do FIRST?

A.Add the blocker to the risk register as a new risk
B.Escalate the issue to the project sponsor
C.Ask the team member to work on something else and ignore the blocker
D.Help remove the impediment by coordinating with the other team
AnswerD

The Scrum Master is responsible for removing impediments to the team's progress.

Why this answer

The Scrum Master's role is to remove impediments. The first step is to help resolve the blocker, possibly by coordinating with the other team.

286
Multi-Selectmedium

Your project is facing significant schedule delays due to unforeseen regulatory changes. You need to compress the schedule. Which TWO techniques are appropriate for schedule compression?

Select 2 answers
A.Fast-tracking: performing activities in parallel that were originally sequential
B.Crashing: adding resources to critical path activities
C.Adding buffers to the schedule
D.Resource leveling: smoothing resource demand to avoid peaks
E.Reducing scope: removing non-critical deliverables
AnswersA, B

Fast-tracking can reduce schedule but may increase risk.

Why this answer

Crashing and fast-tracking are the two main schedule compression techniques. Crashing adds resources to critical path activities, while fast-tracking performs activities in parallel. Resource leveling is for resource optimization, and scope reduction is a scope change.

287
MCQmedium

A project manager notices that the project's cost performance index (CPI) is 0.8 and the schedule performance index (SPI) is 1.1. What is the MOST likely cause of this situation?

A.The project is ahead of schedule and under budget.
B.The project is behind schedule and over budget.
C.The project is ahead of schedule but over budget, possibly due to crashing.
D.The project is behind schedule and under budget.
AnswerC

Crashing adds cost to gain time, explaining the indices.

Why this answer

A CPI of 0.8 indicates the project is over budget (earning only $0.80 for every $1.00 spent), while an SPI of 1.1 indicates it is ahead of schedule (completing 110% of planned work). Crashing is a schedule compression technique that adds resources to critical path activities, increasing cost to gain schedule performance, which directly explains this combination of metrics.

Exam trap

The trap here is that candidates often misinterpret CPI < 1 as 'behind schedule' and SPI > 1 as 'under budget,' confusing cost and schedule performance indices, or they fail to recognize crashing as the specific cause of this opposite-direction variance.

How to eliminate wrong answers

Option A is wrong because CPI < 1 means over budget, not under budget. Option B is wrong because SPI > 1 means ahead of schedule, not behind schedule. Option D is wrong because both metrics are opposite: CPI < 1 (over budget) and SPI > 1 (ahead of schedule), not behind schedule and under budget.

288
MCQmedium

In an agile project, the team's velocity has decreased over the last three sprints from 30 story points to 22. During the retrospective, the team cites increasing technical debt as the cause. What should the scrum master do FIRST?

A.Facilitate a discussion with the team to identify actions to reduce technical debt and improve velocity.
B.Ask the product owner to reduce the sprint backlog to match the lower velocity.
C.Report the velocity drop to management and escalate the technical debt issue.
D.Add more developers to the team to increase velocity.
AnswerA

The scrum master should coach the team to identify and resolve impediments, such as technical debt, to improve performance.

Why this answer

The scrum master should facilitate the team to identify root causes and create an action plan to address technical debt. This aligns with agile principles of continuous improvement and self-organization.

289
Multi-Selecthard

During project execution, you receive a change request from a key stakeholder to add a new deliverable. The change would require additional resources and extend the schedule by two months. The project is currently on track. Which THREE actions should you take?

Select 3 answers
A.Ask the team to start working on the new deliverable while the change request is being reviewed.
B.Add the deliverable to the project scope without formal approval to satisfy the stakeholder.
C.Document the change request and its disposition in the change log.
D.Evaluate the impact of the change on the project baselines.
E.Update the project management plan and baselines if the change is approved.
AnswersC, D, E

All change requests, whether approved or rejected, should be logged.

Why this answer

Proper change control requires evaluating the impact on the project management plan, updating the plan if approved, and ensuring all changes are documented. Communicating to stakeholders is also part of the process.

290
Multi-Selecthard

A project manager discovers that a key supplier is delivering materials that do not meet quality standards. The project is at risk of delays and rework. Which THREE actions should the project manager take?

Select 3 answers
A.Escalate the issue to the procurement department if the supplier does not respond
B.Work with the supplier to develop a corrective action plan
C.Immediately terminate the contract with the supplier
D.Document the quality issues in the issue log and notify relevant stakeholders
E.Accept the nonconforming materials and adjust the project plan
AnswersA, B, D

Escalation is appropriate if the supplier fails to take corrective action.

Why this answer

Options A, C, and E are correct: documenting quality issues, working with the supplier on corrective action, and escalating if necessary are appropriate steps.

291
MCQmedium

You are managing a software development project using a hybrid approach. During a sprint review, the product owner requests a new feature that was not in the backlog. The team estimates it will take 5 additional days. What should you do first?

A.Add the feature to the product backlog and prioritize it in the next sprint planning
B.Inform the product owner that no changes can be made once the sprint has started
C.Submit a change request to the change control board and assess impact on schedule, cost, and resources
D.Ask the team to start working on the feature immediately to satisfy the stakeholder
AnswerC

PMI requires all changes to go through the Integrated Change Control process. The PM must document, assess, and obtain approval before proceeding.

Why this answer

According to PMI, any scope change must go through the change control process. The most appropriate first step is to document and assess the impact of the change.

292
MCQmedium

Your agile team has noticed that sprint velocity has dropped from 30 to 20 story points over the last three sprints. During the retrospective, team members mention unclear requirements and frequent interruptions. As the project manager, what should you do first?

A.Work with the product owner to improve user story refinement and establish a 'definition of ready' to reduce ambiguity
B.Add more team members to the next sprint to increase capacity
C.Reduce the sprint length to increase focus
D.Ask the team to commit to a lower velocity in the next sprint planning
AnswerA

Improving the readiness of stories and reducing interruptions addresses the root cause and helps restore velocity.

Why this answer

The core issue is unclear requirements and interruptions. The PM should address the root cause by improving the refinement process and protecting the team from disruptions.

293
MCQhard

During a project closure phase, you realize that several deliverables were completed but not formally accepted by the customer. The contract requires signed acceptance for each deliverable. What should you do first?

A.Inform the sponsor that the project is complete and request closure approval
B.Document lessons learned and then close the project
C.Archive the project records and close the project as the work is complete
D.Schedule a meeting with the customer to obtain formal acceptance of the outstanding deliverables
AnswerD

Formal acceptance is a prerequisite for project closure.

Why this answer

Option A is correct because without formal acceptance, the project cannot be closed. Option B is wrong because obtaining acceptance is the PM's responsibility. Option C is wrong because lessons learned are important but not the immediate priority.

Option D is wrong because closing without acceptance is not allowed.

294
Multi-Selecthard

Your agile project has experienced a significant drop in velocity for two consecutive sprints. The team is blaming unclear requirements from the product owner, while the product owner claims the team is not collaborating enough. As the scrum master, which THREE actions should you take to address the situation?

Select 3 answers
A.Add buffer time to the next sprint to account for uncertainty
B.Mandate that the team must collaborate more by pairing on all tasks
C.Coach the product owner on techniques for refining the product backlog and writing clear user stories
D.Coach the team on self-organization and effective collaboration techniques
E.Facilitate a retrospective focused on identifying root causes of the velocity drop
AnswersC, D, E

Improving backlog quality helps reduce ambiguity.

Why this answer

Options A, B, and D are correct. Facilitating a retrospective (A) allows the team to discuss issues openly. Coaching the team on self-organization (B) helps them improve collaboration.

Coaching the product owner on backlog refinement (D) addresses the requirements clarity issue. Option C is incorrect because adding buffer contradicts agile principles. Option E is incorrect because mandating collaboration is not effective and violates self-organization.

295
MCQmedium

During a sprint planning meeting, the product owner wants to add a high-priority user story that the team believes is too large to complete in one sprint. What should the team do?

A.Accept the story and work overtime to complete it
B.Ask the product owner to attend the daily standups for this sprint only
C.Work with the product owner to break the story down into smaller, manageable pieces
D.Refuse to accept the story because it is too large
AnswerC

Agile teams collaborate to refine user stories into sprint-sized chunks.

Why this answer

Option B is correct because the team should collaborate with the product owner to break down the story. Option A is wrong because the product owner can add to the backlog but the team estimates capacity. Option C is wrong because accepting without planning leads to overcommitment.

Option D is wrong because the product owner can attend but the team needs to plan.

296
MCQhard

Your agile team has been consistently delivering in each sprint, but the product owner is concerned because the customer's needs have changed and some completed features may no longer be valuable. The project uses fixed-price contract. What should you do?

A.Work with the product owner to reprioritize the remaining backlog and submit a change request to modify the scope
B.Continue with the current sprint plan since the contract is fixed-price
C.Advise the product owner to accept the current features and add new ones in a separate project
D.Stop the project and renegotiate the contract with the customer
AnswerA

Reprioritizing within the contract framework and formalizing changes via change control aligns with PMI.

Why this answer

In a fixed-price contract, changes must go through change control to adjust scope, schedule, and cost. The PM should facilitate a discussion about reprioritizing the backlog and submit a change request if needed.

297
Multi-Selectmedium

During a project, a new regulation is enacted that requires additional compliance testing. The project is in the execution phase. Which THREE actions should the project manager take?

Select 3 answers
A.Ignore the regulation because it was not in the original project plan.
B.Update the risk register with the new regulatory requirement as a threat.
C.Communicate the impact of the new regulation to stakeholders.
D.Submit a change request to include the compliance testing in the project scope.
E.Instruct the team to start compliance testing immediately without formal approval.
AnswersB, C, D

The new regulation is a risk that should be documented and assessed.

Why this answer

The PM should update the risk register to reflect the new compliance risk, submit a change request to incorporate the testing, and communicate the impact to stakeholders. Ignoring the regulation or proceeding without change control would be incorrect.

298
Multi-Selectmedium

A new regulatory requirement has been introduced that affects your project's deliverables. The requirement must be implemented within two months. Your project is currently in the execution phase. Which THREE actions should you take?

Select 3 answers
A.Update the project management plan and baselines after approval.
B.Ask the team to implement the change without documentation to save time.
C.Ignore the requirement until the next project phase.
D.Submit a change request to incorporate the regulatory requirement.
E.Analyze the impact of the new requirement on scope, schedule, and budget.
AnswersA, D, E

Approved changes must be reflected in the project documents.

Why this answer

Since the requirement is mandatory, you must assess its impact, submit a change request to incorporate it, and update the project management plan accordingly. Ignoring or delaying is not acceptable.

299
MCQeasy

Your project is halfway through execution, and the earned value analysis shows CPI = 0.85 and SPI = 0.90. You have used 60% of the budget. What is the most likely interpretation of these metrics?

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

CPI < 1 means cost overrun; SPI < 1 means schedule delay.

Why this answer

CPI < 1 indicates cost overrun (spending more than planned for work accomplished). SPI < 1 indicates schedule delay (accomplished less than planned). Together they suggest the project is both over budget and behind schedule.

Option A correctly states this. Option B is reversed. Options C and D are incorrect.

300
MCQeasy

During project execution, you discover that a key vendor will not be able to deliver a critical component on time, which will delay the project by two weeks. The vendor was selected based on the procurement plan. What should you do FIRST?

A.Initiate a change request to replace the vendor with a new one.
B.Immediately escalate the issue to senior management and request intervention.
C.Contact the vendor to understand the reason for the delay and explore options to expedite delivery.
D.Update the project schedule and continue working on other tasks.
AnswerC

The PM should first work with the vendor to find a solution and then communicate the impact to stakeholders.

Why this answer

The PM should communicate the delay to stakeholders as soon as possible to manage expectations and seek resolution. This is proactive and aligns with PMI's emphasis on communication.

← PreviousPage 4 of 6 · 439 questions totalNext →

Ready to test yourself?

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