Certified Associate in Project Management CAPM (CAPM) — Questions 376450

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

Page 5

Page 6 of 7

Page 7
376
MCQhard

A business analyst is creating a business case for a new project. Which of the following is a key component that must be included in the business case?

A.User stories and acceptance criteria
B.Project milestones and deliverables
C.Cost-benefit analysis and financial metrics
D.Risk register and risk responses
AnswerC

The business case must demonstrate the financial viability of the project.

Why this answer

Option D is correct because the business case must include a cost-benefit analysis to justify the investment. Option A is a project charter element, B is a requirements artifact, C is a project management plan component.

377
MCQmedium

Using the risk register entry shown, what is the expected monetary value (EMV) of this risk?

A.$10,000
B.$50,000
C.$80,000
D.$40,000
AnswerD

0.8 * $50,000 = $40,000 correct EMV.

Why this answer

Option D is correct. EMV = Probability * Impact = 0.8 * $50,000 = $40,000. Option A is $10,000 (0.2*50000), option B is $40,000, option C is $50,000 (full impact), option D is $80,000 (wrong multiplication).

378
MCQhard

A project manager is evaluating cost performance using earned value management (EVM). The project has a cost performance index (CPI) of 0.85 and a schedule performance index (SPI) of 0.90. Which conclusion is most appropriate?

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

CPI < 1 and SPI < 1 indicate both over budget and behind schedule.

Why this answer

Option B is correct because CPI < 1 indicates cost overrun, and SPI < 1 indicates schedule delay. Option A is wrong because only SPI is <1 for schedule delay. Option C is wrong because CPI=0.85 means cost overrun, not underrun.

Option D is wrong because both indexes are less than 1, showing both issues.

379
MCQmedium

Refer to the exhibit. Which requirement is missing a link to a test case?

A.None
B.R002
C.R001
D.R003
AnswerB

R002 has '(none)' for test case, meaning no link.

Why this answer

R002 has no test case assigned, indicating a gap in traceability.

380
MCQmedium

Refer to the exhibit. A business analyst is reviewing the requirements status in a JSON export from a requirements management tool. The analyst notices that REQ02 is still in 'Draft' while REQ01 is 'Approved'. What should the analyst do next?

A.Update the traceability matrix
B.Facilitate a review meeting for REQ02
C.Approve REQ02 immediately
D.Request closure for REQ02
AnswerB

A review meeting allows stakeholders to evaluate and approve the draft requirement.

Why this answer

A requirement in draft status needs to be reviewed and approved by stakeholders before proceeding, so facilitating a review meeting is the appropriate action.

381
MCQeasy

A newly formed agile team is about to start their first sprint. The product owner has a well-groomed backlog and the team has done relative sizing using planning poker. The team is excited but unsure about the process. They ask the Scrum Master what the primary goal of the first iteration should be. The Scrum Master should explain that the most important goal of the first sprint is to deliver a potentially releasable increment of the product. However, some team members are worried they may not be able to deliver enough due to team formation and learning the codebase. The product owner wants to see a visible outcome. What should the Scrum Master recommend as the primary focus for the first sprint?

A.Create a detailed design document for the entire release
B.Focus exclusively on setting up the development environment and CI/CD pipeline
C.Deliver a small but complete user story that adds value to the product
D.Skip the sprint goal to allow the team to learn without pressure
AnswerC

Delivering a working increment demonstrates the Scrum cycle and provides immediate value.

Why this answer

In Scrum, each sprint should produce a potentially releasable increment. The team should aim to deliver a small, complete piece of functionality to build confidence and show progress. Focusing on infrastructure only delays value.

Setting no goal contradicts Scrum. A detailed design document is not a working increment.

382
Multi-Selecthard

Which TWO are core practices of Extreme Programming (XP)?

Select 2 answers
A.Sprint review.
B.Test-driven development (TDD).
C.Pair programming.
D.Product backlog grooming.
E.Retrospectives.
AnswersB, C

TDD is a core XP practice where tests are written before code.

Why this answer

Pair programming (A) and test-driven development (C) are core XP practices. Retrospectives (B) and sprint review (D) are Scrum ceremonies. Product backlog grooming (E) is common in Scrum but not a defined XP practice.

383
MCQeasy

A project manager is planning a project and needs to identify all the work required to complete the project successfully. Which document is the primary output of the Create WBS process?

A.Scope baseline
B.Project charter
C.Requirements traceability matrix
D.Work performance data
AnswerA

The scope baseline is the approved version of the scope statement, WBS, and WBS dictionary.

Why this answer

The Create WBS process decomposes the project scope into manageable work packages, and its primary output is the scope baseline. The scope baseline consists of the project scope statement, the Work Breakdown Structure (WBS), and the WBS dictionary, which together define all the work required to complete the project successfully.

Exam trap

The trap here is that candidates often confuse the primary output of Create WBS with the project charter or requirements traceability matrix, not realizing that the scope baseline is the formal, approved document that includes the WBS itself and its supporting components.

How to eliminate wrong answers

Option B is wrong because the project charter is an output of the Develop Project Charter process, not the Create WBS process; it authorizes the project and assigns the project manager. Option C is wrong because the requirements traceability matrix is an output of the Collect Requirements process, used to track requirements throughout the project lifecycle, not a direct output of creating the WBS. Option D is wrong because work performance data is generated during the Direct and Manage Project Work process as raw observations and measurements, not from the Create WBS process.

384
MCQeasy

Refer to the exhibit. According to the power/interest grid, which stakeholder requires the least management effort?

A.Alice
B.None
C.Carol
D.Bob
AnswerC

Carol has medium power and low interest, requiring minimal effort.

Why this answer

Carol has medium power and low interest, placing her in the 'monitor' quadrant, requiring minimal active management.

385
MCQmedium

The team notices that work is piling up in the Testing column. The WIP limit for Testing is 3, but currently there are 5 items. What should the team do first?

A.Move items from Backlog to To Do to increase throughput.
B.Ignore the WIP limit and continue as is.
C.Move some testing items back to In Progress.
D.Focus the team on completing testing items until the WIP limit is met.
AnswerD

Swarming helps reduce the bottleneck.

Why this answer

Option D is correct because when a WIP limit is exceeded, the team should swarm on the bottleneck to complete the items in that column, thereby reducing work-in-progress and restoring flow. In Kanban, exceeding a WIP limit signals a constraint that must be resolved by finishing existing work, not by adding more. This aligns with the core principle of limiting WIP to improve throughput and cycle time.

Exam trap

The trap here is that candidates often think moving items backward (Option C) or forward (Option A) will help, but Kanban strictly enforces finishing work in the current column before pulling new work from upstream.

How to eliminate wrong answers

Option A is wrong because moving items from Backlog to To Do would increase the inflow of work, making the bottleneck worse and violating the WIP limit even further. Option B is wrong because ignoring the WIP limit defeats the purpose of Kanban, which uses explicit limits to expose bottlenecks and drive continuous improvement. Option C is wrong because moving testing items back to In Progress would increase WIP in the upstream column, violating its own limit and hiding the real issue—it does not resolve the testing bottleneck.

386
MCQhard

In a predictive project life cycle, which of the following best describes the relationship between scope, time, and cost?

A.All three are fixed.
B.Scope is fixed, time and cost are estimated.
C.Time and cost are fixed, scope is variable.
D.All three are variable.
AnswerB

Predictive life cycles define scope upfront and estimate time and cost.

Why this answer

Option C is correct because in predictive life cycles, scope is fixed early, while time and cost are estimated. Option A is incorrect because not all three are fixed. Option B is typical of adaptive life cycles.

Option D is incorrect as scope is not variable.

387
Matchingmedium

Match each project management process group to its primary purpose.

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

Concepts
Matches

Define a new project or phase

Establish scope and plan actions

Complete work defined in plan

Track progress and manage changes

Finalize activities and close project

Why these pairings

These are the five process groups in project management.

388
MCQeasy

A business analyst needs to capture and manage requirements throughout the project lifecycle. Which artifact is most suitable for this purpose?

A.Requirements traceability matrix
B.Project charter
C.Business case
D.Stakeholder register
AnswerA

The RTM tracks requirements from identification to delivery.

Why this answer

The requirements traceability matrix (RTM) is the most suitable artifact because it links each requirement to its origin, source, and corresponding deliverables throughout the project lifecycle, enabling bidirectional traceability. This allows the business analyst to capture, track, and manage changes to requirements, ensuring that all requirements are met and that no scope creep occurs. The RTM is specifically designed for this continuous tracking and management role, unlike the other artifacts which serve different purposes.

Exam trap

The trap here is that candidates confuse the purpose of the project charter (option B) with requirements management, because the charter includes high-level requirements, but it does not provide the detailed, traceable tracking needed throughout the lifecycle.

How to eliminate wrong answers

Option B is wrong because the project charter is a document that formally authorizes the project and assigns the project manager, but it does not capture or manage detailed requirements; it only provides a high-level summary of project objectives. Option C is wrong because the business case is a feasibility study used to justify the project's initiation based on cost-benefit analysis, and it is not used for ongoing requirements management throughout the lifecycle. Option D is wrong because the stakeholder register identifies and categorizes stakeholders and their interests, but it does not capture or track the requirements themselves; it is a tool for stakeholder engagement, not requirements management.

389
Multi-Selectmedium

Which THREE of the following are recognized process groups in the PMBOK Guide? (Choose three)

Select 3 answers
A.Reviewing
B.Analyzing
C.Executing
D.Planning
E.Initiating
AnswersC, D, E

A standard process group.

Why this answer

Options A, B, and D are correct. The PMBOK Guide defines five process groups: Initiating, Planning, Executing, Monitoring and Controlling, and Closing. Analyzing and Reviewing are not process groups.

390
MCQmedium

A project manager is assigned to a cross-functional initiative in a matrix organization. The team members report to both the project manager and their functional managers. What is the primary challenge the project manager would face?

A.Difficulty in obtaining project sponsor approval
B.Slow communication with stakeholders
C.Balancing resource allocation between project and functional work
D.Lack of budget control
AnswerC

Dual reporting creates resource contention.

Why this answer

Option C is correct because in a matrix organization, team members have dual reporting lines, leading to competing priorities. Option A is wrong because budget authority varies. Option B is wrong because communication is not necessarily slower.

Option D is wrong because resource availability depends on functional managers.

391
Multi-Selectmedium

Which THREE of the following are key components of a work breakdown structure (WBS) dictionary?

Select 3 answers
A.Schedule milestones
B.Project charter
C.Description of work package
D.Network diagram of activities
E.Responsible organization or person
AnswersA, C, E

Milestones associated with the work package are included.

Why this answer

Options A, C, and D are correct. The WBS dictionary includes description, responsible organization, and schedule milestones. Option B is wrong because the network diagram is not part of the dictionary.

Option E is wrong because the project charter is a separate document.

392
MCQeasy

Refer to the exhibit. A business analyst is analyzing system failures during user acceptance testing. The error log indicates a database connection problem. Which root cause should the analyst investigate first?

A.Network connectivity issue
B.Application server overload
C.Incorrect JDBC driver
D.Database server is down
AnswerA

Communications link failure is commonly caused by network problems.

Why this answer

The 'Communications link failure' error typically indicates a network issue between the application and database server, so network connectivity should be checked first.

393
Multi-Selectmedium

Which THREE of the following are typically included in a business case?

Select 3 answers
A.Stakeholder list
B.Risk register
C.Alternatives analysis
D.Problem statement
E.Cost-benefit analysis
AnswersC, D, E

Alternatives analysis compares options.

Why this answer

A business case includes the problem statement, cost-benefit analysis, and alternatives analysis to justify the project. Risk register and stakeholder list are separate documents that inform but are not core parts of the business case.

394
MCQmedium

A project manager is developing the project schedule for a construction project. The team has identified that the foundation work must be completed before the framing can begin. Which type of dependency does this represent?

A.Mandatory dependency
B.Lead
C.Discretionary dependency
D.External dependency
AnswerA

Mandatory dependencies are inherent in the nature of the work, such as physical or legal requirements.

Why this answer

The dependency between foundation work and framing is a mandatory dependency because it is physically required that the foundation be completed before framing can begin. In construction, this is a hard logic constraint inherent in the nature of the work, not a preference or external factor. Mandatory dependencies are often referred to as 'hard logic' and are typically based on contractual requirements or physical limitations.

Exam trap

The trap here is that candidates often confuse 'mandatory dependency' with 'discretionary dependency' because they think all logical sequences are discretionary, but mandatory dependencies are those dictated by the nature of the work itself, not by preference or best practice.

How to eliminate wrong answers

Option B (Lead) is wrong because a lead is a technique used to accelerate the successor activity by overlapping it with the predecessor, not a type of dependency. Option C (Discretionary dependency) is wrong because this dependency is not based on best practices or preferences; it is a physical necessity. Option D (External dependency) is wrong because the dependency is between two internal project activities (foundation and framing), not involving a factor outside the project.

395
MCQeasy

A company is considering implementing a new customer relationship management (CRM) system. The business analyst conducts a needs assessment to identify business gaps and opportunities. What is the primary output of a needs assessment?

A.Business case
B.Stakeholder register
C.Project charter
D.Requirements documentation
AnswerA

The business case is the primary output of needs assessment.

Why this answer

The primary output of a needs assessment is the business case, which justifies the investment based on identified gaps and opportunities. Requirements documentation, stakeholder register, and project charter are produced later in the project lifecycle.

396
MCQmedium

A project manager is leading a software development project. During the planning phase, the team identifies a significant risk that a key third-party API may be deprecated before the project completes. The project sponsor asks for a risk response strategy. Which strategy should the project manager recommend to best address this risk?

A.Accept the risk and plan to deal with the issue if it arises.
B.Transfer the risk by purchasing insurance against API deprecation.
C.Mitigate the risk by developing a workaround using an alternative API or building a fallback mechanism.
D.Enhance the risk by increasing the use of the API to benefit from it before deprecation.
AnswerC

Mitigation reduces the probability or impact; a workaround proactively addresses the potential issue.

Why this answer

Option C is correct because developing a workaround using an alternative API or building a fallback mechanism directly reduces the probability and/or impact of the API deprecation risk. This is a classic risk mitigation strategy that proactively ensures the project can continue even if the third-party API becomes unavailable, which is a common technical risk in software projects.

Exam trap

The trap here is that candidates may confuse 'acceptance' (Option A) with a valid passive strategy, but for a significant technical risk like API deprecation, proactive mitigation is the standard recommended approach in project management.

How to eliminate wrong answers

Option A is wrong because simply accepting the risk without a contingency plan is passive and does not address the significant impact of a key API being deprecated, which could halt development. Option B is wrong because purchasing insurance is not a viable or standard practice for technical API deprecation risks; insurance typically covers financial loss from physical assets or liability, not software dependency failures. Option D is wrong because enhancing the risk (increasing exposure to it) is the opposite of what is needed; it would amplify the negative impact if the API is deprecated, making the project more vulnerable.

397
Multi-Selecthard

Which THREE are techniques used for estimating activity durations?

Select 3 answers
A.Three-point estimating
B.Parametric estimating
C.Reserve analysis
D.Monte Carlo simulation
E.Analogous estimating
AnswersA, B, E

Uses optimistic, pessimistic, and most likely estimates to determine duration.

Why this answer

Analogous (A), parametric (B), and three-point (C) are all estimating techniques. Reserve analysis (D) is used for contingency reserves, not duration estimation. Monte Carlo simulation (E) is a risk analysis technique.

398
MCQhard

An Agile team is experiencing frequent changes in requirements from stakeholders. Which approach best enables the team to adapt while maintaining productivity?

A.Maintain a prioritized product backlog and refine it regularly with stakeholders.
B.Create a detailed requirements document at the project start.
C.Define a fixed scope and use a change control board.
D.Freeze the sprint backlog at the start of each sprint.
AnswerA

Agile embraces change through continuous backlog refinement and reprioritization.

Why this answer

A prioritized product backlog with regular refinement allows the team to adapt to changes by reprioritizing work. Fixed scope (A) and detailed upfront requirements (D) are waterfall practices. Freezing sprint backlog (B) prevents necessary changes.

399
MCQhard

A Scrum team has five members. During a Sprint, two members are pulled to work on a critical production issue. The remaining three are unable to complete all committed stories. What should the Scrum Master do?

A.Extend the Sprint by one week to complete the remaining work.
B.Ask the Product Owner to remove work from the Sprint Backlog.
C.Let the Development Team decide how to adjust the Sprint Backlog.
D.Remove the least valuable stories from the Sprint Backlog.
AnswerC

The Development Team self-organizes to handle changes and can renegotiate scope.

Why this answer

In Scrum, the Development Team is self-organizing and responsible for managing its own work within the Sprint. When two members are pulled to a critical production issue, the remaining three team members have the authority to decide how to adjust the Sprint Backlog to reflect their reduced capacity. The Scrum Master should facilitate this self-management rather than imposing a solution, as option C respects the team's autonomy and the Scrum principle of self-organization.

Exam trap

PMI often tests the misconception that the Scrum Master or Product Owner should directly manage the Sprint Backlog, when in fact the Development Team has exclusive authority over it during the Sprint.

How to eliminate wrong answers

Option A is wrong because extending the Sprint violates the time-boxed nature of Sprints in Scrum, which are fixed-duration events (typically 2-4 weeks) and should not be extended for scope changes. Option B is wrong because asking the Product Owner to remove work from the Sprint Backlog bypasses the Development Team's authority to manage the Sprint Backlog; the Product Owner can only reorder the Product Backlog, not directly modify the Sprint Backlog during the Sprint. Option D is wrong because removing the least valuable stories is a decision that should be made by the Development Team, not unilaterally by the Scrum Master, and it assumes a value judgment that may not align with the team's priorities.

400
MCQmedium

Based on the exhibit, what is the critical path duration?

A.15 days
B.16 days
C.14 days
D.13 days
AnswerA

The critical path is A-B-D-E-G with 15 days.

Why this answer

Option B is correct. Path A-B-D-E-G = 3+4+5+2+1 = 15 days. Path A-C-D-F-G = 3+2+5+3+1 = 14 days.

The longest path is 15 days. Option A, C, D are incorrect.

401
MCQeasy

A project manager is leading a software development project using a predictive plan-based methodology. The project is at 70% completion and the team has discovered a significant defect in a module that was completed two months ago. The defect was not identified during testing because the test cases were incomplete. The project schedule has a buffer of 5 days, and the defect is expected to take 10 days to fix. The project manager needs to determine the best course of action. Which of the following should the project manager do?

A.Update the project schedule with the 10-day fix and request additional resources to compress the schedule.
B.Immediately assign the team to fix the defect without any formal change request to save time.
C.Inform the customer and request a change to the scope to remove the defective module.
D.Follow the project's change control process to evaluate the impact on scope, schedule, and cost before deciding on corrective actions.
AnswerD

Following the change control process is the appropriate action to assess and manage the impact of the defect fix.

Why this answer

In a predictive project, changes should be managed through the formal change control process. This ensures that the impact on scope, schedule, and cost is evaluated before taking action. Simply assigning the fix without a change request bypasses controls, removing the module changes scope without analysis, and requesting additional resources without a plan is premature.

402
MCQmedium

You are managing a software upgrade project for a financial institution. The project involves upgrading the core banking system to a new version. During user acceptance testing (UAT), the testers find that the new system does not handle certain legacy data formats correctly, causing errors. The project schedule has no buffer left, and the go-live date is fixed due to regulatory compliance. The team estimates it will take two weeks to fix the issue, but the go-live is in one week. The project manager has already used the contingency reserve for other issues. What should the project manager do next?

A.Ignore the issue and proceed with the go-live as planned, since the errors affect only legacy data.
B.Request additional budget from the management reserve to hire external consultants to fix the issue faster.
C.Evaluate the possibility of a partial fix or workaround to meet the go-live date, and escalate to the sponsor if needed.
D.Direct the team to fix the issue and delay the go-live, then inform the sponsor.
AnswerC

The project manager should explore alternatives and escalate to the sponsor for a decision if the schedule cannot be met.

Why this answer

Option C is correct because the project manager must first evaluate feasible alternatives (like a partial fix or workaround) to meet the fixed go-live date, given that the contingency reserve is exhausted and the schedule has no buffer. Escalating to the sponsor is appropriate when the issue impacts regulatory compliance and requires a decision beyond the PM's authority. This aligns with the CAPM principle of managing stakeholder expectations and seeking sponsor guidance when constraints force trade-offs.

Exam trap

The trap here is that candidates assume the management reserve is always the next step for budget issues, but the PM must first exhaust internal options (like workarounds) and escalate to the sponsor before tapping into reserves, especially when the schedule is fixed and compliance is at stake.

How to eliminate wrong answers

Option A is wrong because ignoring the issue that causes errors in legacy data formats could lead to regulatory non-compliance and operational failures, violating the project's quality and compliance requirements. Option B is wrong because requesting additional budget from the management reserve is not the immediate next step; the PM should first explore internal workarounds or partial fixes before seeking external resources, and management reserve requires sponsor approval. Option D is wrong because unilaterally delaying the go-live without first evaluating alternatives or escalating to the sponsor disregards the fixed regulatory deadline and the PM's responsibility to seek approval for schedule changes.

403
MCQhard

A business analyst is prioritizing requirements using the Kano model. A feature that provides delight when present but causes dissatisfaction when absent is classified as:

A.Must-be
B.Attractive
C.One-dimensional
D.Indifferent
AnswerB

Attractive features delight users when present, but their absence is not noticed or does not cause dissatisfaction.

Why this answer

Attractive (or 'delighter') features in the Kano model are unexpected and generate satisfaction when present, but their absence does not cause dissatisfaction.

404
MCQeasy

During project planning, the project manager wants to ensure that all work required to complete the project is identified. Which document is the primary output of the process that defines and controls what is included in the project?

A.Scope management plan
B.Project scope statement
C.Scope baseline
D.Work breakdown structure (WBS)
AnswerC

The scope baseline is the approved version of the scope statement, WBS, and WBS dictionary.

Why this answer

The scope baseline is the primary output of the 'Define Scope' and 'Create WBS' processes, and it formally defines and controls what is included in the project. It consists of the project scope statement, the WBS, and the WBS dictionary, providing a comprehensive reference for scope management. By establishing the scope baseline, the project manager ensures that all required work is identified and any changes must go through formal change control.

Exam trap

The trap here is that candidates often confuse the project scope statement (a component) with the scope baseline (the complete set), or they mistakenly think the WBS alone is the primary output, when the CAPM exam expects the scope baseline as the integrated deliverable that defines and controls scope.

How to eliminate wrong answers

Option A is wrong because the scope management plan describes how scope will be defined, validated, and controlled, but it does not itself identify or define the specific work included in the project. Option B is wrong because the project scope statement is a component of the scope baseline, not the primary output that defines and controls what is included; the scope baseline as a whole is the authoritative document. Option D is wrong because the Work Breakdown Structure (WBS) is a hierarchical decomposition of the total scope of work, but it is only one part of the scope baseline; the baseline also includes the project scope statement and WBS dictionary, making the scope baseline the complete output.

405
MCQmedium

Refer to the exhibit. An Agile team uses Git for source control. Based on the git log, which integration strategy is the team using to incorporate changes from feature branches?

A.Merge
B.Cherry-pick
C.Rebase
D.Squash
AnswerA

The merge commit shows that changes from feature-x were merged into main.

Why this answer

The presence of a merge commit (a1b2c3d) with two parents indicates a merge strategy. Rebase would show a linear history, squash would show a single commit, and cherry-pick would not show a merge commit.

406
Multi-Selectmedium

Which THREE of the following are components of the project charter?

Select 3 answers
A.Project purpose or justification
B.Summary budget
C.Detailed project schedule
D.High-level risks
E.Work breakdown structure
AnswersA, B, D

The charter includes the business case and project purpose.

Why this answer

The project charter formally authorizes the project and the project manager. It includes the project purpose or justification (A) to establish the business need, a summary budget (B) to provide high-level financial constraints, and high-level risks (D) to identify potential uncertainties early. These are key components per the PMBOK Guide.

Exam trap

PMI often tests the distinction between high-level charter content and detailed planning outputs, so candidates mistakenly select detailed schedule or WBS because they confuse the Initiating and Planning process groups.

407
MCQeasy

A project manager needs to decompose the project scope into smaller, more manageable components to provide a framework for detailed planning. Which technique should the project manager use?

A.RACI matrix
B.Critical Path Method (CPM)
C.Work Breakdown Structure (WBS)
D.Gantt chart
AnswerC

The WBS breaks down the project scope into work packages for detailed planning.

Why this answer

Option C is correct because the Work Breakdown Structure (WBS) is the tool used to decompose scope into work packages. Option A is wrong because a Gantt chart is for scheduling, not decomposition. Option B is wrong because the RACI matrix is for responsibility assignment.

Option D is wrong because the critical path method is for schedule analysis.

408
MCQeasy

A project team is experiencing frequent changes in requirements. The project manager wants to minimize disruptions. Which approach is best to manage changes effectively?

A.Freeze requirements after initial sign-off.
B.Establish a change control board and process.
C.Let the team implement changes as they come.
D.Communicate changes to stakeholders after implementation.
AnswerB

A formal process ensures changes are reviewed and approved before implementation.

Why this answer

Option B is correct because a formal change control board (CCB) and a documented change control process provide a structured, consistent method for evaluating, approving, and implementing changes. This minimizes disruptions by ensuring that only approved, impact-assessed changes are introduced, preventing ad-hoc modifications that can destabilize the project scope, schedule, and budget.

Exam trap

The trap here is that candidates often choose 'freeze requirements' (Option A) thinking it prevents disruption, but the CAPM exam tests the understanding that a formal change control process—not rigidity—is the correct way to manage changes in an adaptive environment.

How to eliminate wrong answers

Option A is wrong because freezing requirements after initial sign-off is unrealistic in dynamic environments; it ignores the need for adaptive change management and can lead to a product that no longer meets stakeholder needs. Option C is wrong because letting the team implement changes as they come introduces uncontrolled scope creep, bypasses impact analysis, and often leads to rework, budget overruns, and schedule delays. Option D is wrong because communicating changes to stakeholders only after implementation violates the principle of proactive stakeholder engagement and can result in misalignment, rework, and loss of trust; changes should be reviewed and approved before implementation.

409
MCQeasy

A startup is developing a mobile application with rapidly changing requirements. The team needs to deliver value quickly and adapt to user feedback. Which business analysis approach is most appropriate?

A.V-Model
B.Agile
C.Spiral
D.Waterfall
AnswerB

Agile supports iterative delivery and quick adaptation.

Why this answer

Agile is designed for rapid iteration and adaptability to changing requirements.

410
MCQmedium

A project manager is reviewing the project's cost performance. The actual cost (AC) is $50,000, the earned value (EV) is $45,000, and the planned value (PV) is $60,000. What is the cost variance (CV)?

A.$5,000
B.-$15,000
C.-$5,000
D.$10,000
AnswerC

CV = EV - AC = -$5,000.

Why this answer

Cost variance (CV) is calculated as EV minus AC. Here, EV = $45,000 and AC = $50,000, so CV = $45,000 - $50,000 = -$5,000. A negative CV indicates the project is over budget, which matches option C.

Exam trap

The trap here is confusing cost variance (CV = EV - AC) with schedule variance (SV = EV - PV) or incorrectly subtracting AC from EV, leading candidates to pick $5,000 or -$15,000.

How to eliminate wrong answers

Option A is wrong because $5,000 would be the result of subtracting EV from AC (AC - EV = $5,000), but the correct formula is EV - AC. Option B is wrong because -$15,000 results from subtracting PV from AC (AC - PV = -$10,000) or confusing CV with schedule variance (SV = EV - PV = -$15,000). Option D is wrong because $10,000 is the result of subtracting AC from PV (PV - AC = $10,000), which is not a standard earned value management metric.

411
MCQmedium

During project execution, you notice that a key stakeholder, the head of the legal department, has been disengaged from project reviews and has not responded to your emails requesting input on a regulatory compliance issue. The project is at risk of missing a legal requirement that could result in fines. You have classified this stakeholder as having high power and high interest. According to stakeholder engagement best practices, what should you do first?

A.Escalate to the project sponsor to demand the stakeholder's participation
B.Document the risk and proceed without the legal input, assuming compliance
C.Schedule a face-to-face meeting with the stakeholder to discuss their concerns and the project's needs
D.Send another email with a deadline for response and escalate if no reply
AnswerC

Direct communication is best to re-engage a powerful, interested stakeholder.

Why this answer

For a key stakeholder (high power, high interest), proactive management is required. Since they are disengaged, the best first step is to schedule a one-on-one meeting to understand their concerns and re-engage them. Option B is too passive (waiting), option C may escalate unnecessarily, option D is too indirect.

412
Multi-Selectmedium

Which TWO statements accurately describe the role of a business analyst in requirements management?

Select 2 answers
A.The BA approves all requirements before development begins.
B.The BA ensures that requirements align with business objectives.
C.The BA develops the technical solution for each requirement.
D.The BA manages changes to requirements through a formal process.
E.The BA prioritizes requirements based on personal judgment.
AnswersB, D

Aligning requirements to business goals is a key BA responsibility.

Why this answer

Option B is correct because the business analyst (BA) is responsible for ensuring that each requirement directly supports the stated business objectives and strategic goals. This alignment is a core function of requirements management within the BABOK framework, as it prevents scope creep and ensures that delivered features provide measurable business value.

Exam trap

PMI often tests the distinction between the BA's role in eliciting and managing requirements versus the authority to approve or design technical solutions, leading candidates to incorrectly select options that conflate these responsibilities.

413
MCQhard

Refer to the exhibit. Which critical element is missing from this business case?

A.Project sponsor
B.Detailed schedule
C.Alternatives considered
D.Risk mitigation plan
AnswerC

Alternatives analysis is essential to demonstrate that other options were evaluated.

Why this answer

The business case is missing a comparison of alternatives considered. A business case must justify why the selected approach is the best option, which requires evaluating at least one alternative (e.g., build vs. buy, different technical solutions). Without this, stakeholders cannot assess whether the recommended solution is optimal or cost-effective.

Exam trap

PMI often tests the misconception that a business case is just a high-level summary, but PMI requires it to include alternatives considered to demonstrate objective decision-making.

How to eliminate wrong answers

Option A is wrong because the project sponsor is typically identified later in the project charter, not as a required element of the business case; the business case focuses on justification, not governance roles. Option B is wrong because a detailed schedule belongs to the project management plan, not the business case; the business case only needs high-level timeframes or milestones. Option D is wrong because a risk mitigation plan is part of risk management planning, not the business case; the business case may mention key risks but does not require a full mitigation plan.

414
MCQhard

You are a project manager in a projectized organization. The project is nearing completion, but a key stakeholder has introduced several new requirements that were not in the original scope. The stakeholder insists these are critical for user acceptance. The project is already behind schedule and over budget. The change control board (CCB) has denied all previous change requests due to time and cost constraints. What is the best course of action?

A.Add the requirements to the project but delay completion to accommodate them
B.Accept the new requirements to satisfy the stakeholder and update the project plan
C.Explain to the stakeholder that changes are not possible and close the project as planned
D.Submit a change request for the new requirements and let the CCB decide
AnswerD

Following the established process ensures decisions are made with full impact analysis.

Why this answer

Since the CCB has consistently denied changes, the project manager should not bypass them. The best approach is to document the stakeholder's request and present it to the CCB for formal evaluation, but also manage expectations that it may be rejected. Option A is incorrect because it bypasses CCB.

Option B is premature without a change request. Option D undermines project control.

415
MCQhard

During the planning phase of a predictive project, the project manager wants to define the project scope more precisely. Which process should be used to develop a detailed description of the project and product?

A.Define Scope
B.Collect Requirements
C.Create WBS
D.Validate Scope
AnswerA

Correct: This process produces the project scope statement.

Why this answer

Define Scope is the process of developing a detailed project scope statement that describes the project and product boundaries.

416
MCQeasy

During project execution, a key stakeholder requests a change that will increase the project scope. The project manager evaluates the impact and determines it will require additional budget and time. What is the first step the project manager should take?

A.Reject the change due to budget and time constraints
B.Submit a change request to the change control board
C.Implement the change and document it later
D.Approve the change because the stakeholder is key
AnswerB

Formal change requests are submitted to the CCB for evaluation and decision.

Why this answer

In predictive (waterfall) project management, any change that impacts scope, budget, or schedule must follow the formal integrated change control process. The project manager's first step after evaluating the impact is to submit a change request to the change control board (CCB) for approval or rejection. This ensures that all changes are documented, assessed for risks, and aligned with the project baseline before implementation.

Exam trap

PMI often tests the misconception that a key stakeholder's request should be automatically approved or that the project manager can make unilateral decisions on scope changes, when in fact the formal change control process must always be followed regardless of stakeholder importance.

How to eliminate wrong answers

Option A is wrong because rejecting the change outright without following the formal change control process bypasses the CCB's authority and ignores the stakeholder's legitimate request, which may have business value. Option C is wrong because implementing the change before obtaining formal approval violates the change control process and can lead to uncontrolled scope creep, budget overruns, and schedule delays. Option D is wrong because even a key stakeholder's request must go through the CCB for objective evaluation; approving it unilaterally undermines governance and can set a dangerous precedent.

417
MCQhard

Refer to the exhibit. What problem does this Kanban board reveal?

A.The WIP limit for In Progress is exceeded.
B.The To Do column is nearly empty.
C.Too many items are in the Done column.
D.There are blocked items that need attention.
AnswerA

The WIP limit is 3, but there are 5 items in progress, causing overloading and potential bottlenecks.

Why this answer

Option B is correct because the In Progress column has 5 items while the WIP limit is 3, indicating a violation. Option A is wrong as Done has a reasonable count. Option C is wrong because To Do has 3 items.

Option D is not indicated.

418
MCQhard

Refer to the exhibit. The team has a policy of not committing code that fails tests. What does this indicate about their process?

A.They practice test-driven development.
B.They are violating continuous integration principles.
C.They use continuous integration correctly.
D.They need more pair programming.
AnswerB

A failed build in CI should be addressed immediately; the presence of failures indicates a breakdown in the CI process.

Why this answer

Option C is correct. The existence of test failures in the build shows that the team is not consistently integrating and fixing broken builds, which violates CI principles. Option A is not necessarily true.

Option B contradicts the failure. Option D is tangential.

419
Multi-Selectmedium

Which TWO statements correctly describe characteristics of the Kanban method?

Select 2 answers
A.The team must be dedicated to a single project
B.Roles are strictly defined as product owner, Scrum Master, and development team
C.Work in progress limits are used to improve flow
D.Iterations are timeboxed to two weeks
E.The process is visualized on a Kanban board
AnswersC, E

WIP limits are a core Kanban practice to prevent overloading the team.

Why this answer

Kanban focuses on visualizing workflow, limiting work in progress (WIP), and managing flow. It does not prescribe fixed-length iterations (that's Scrum) nor require a dedicated team (teams can be shared).

420
MCQmedium

A project manager is leading a team that includes members from different cultures. Communication misunderstandings are causing delays. Which action best addresses the root cause?

A.Replace team members who are not communicating effectively
B.Increase the frequency of status meetings
C.Update the communications management plan to include cultural considerations
D.Send a memo emphasizing the importance of clear communication
AnswerC

This directly addresses the root cause by tailoring communication to the team's needs.

Why this answer

Option D is correct because updating the communications management plan to address cultural differences and preferred communication styles is the most proactive step. Replacing team members is drastic, and adding meetings may not help.

421
MCQhard

During requirements elicitation, the team discovers conflicting needs from two key stakeholders. The project manager asks the business analyst to use a prioritization technique that allows stakeholders to vote anonymously to reach consensus. Which technique should be used?

A.Multi-criteria Decision Analysis
B.Voting (Roman Vote)
C.MoSCoW Prioritization
D.Delphi Technique
AnswerD

Correct: Delphi uses anonymous rounds to build consensus.

Why this answer

The Delphi Technique involves anonymous voting rounds to achieve consensus. MoSCoW is a prioritization but not anonymous, Multi-criteria Decision Analysis does not involve voting, and Voting (Roman Vote) is open.

422
Multi-Selectmedium

Which TWO are core activities in a predictive plan-based methodology?

Select 2 answers
A.Conducting iterative retrospectives after each sprint
B.Implementing adaptive budgeting with frequent reallocation of funds
C.Developing a detailed project schedule using the critical path method (CPM)
D.Using rolling wave planning to progressively elaborate details
E.Decomposing the project scope into a Work Breakdown Structure (WBS)
AnswersC, E

CPM is used in predictive scheduling.

Why this answer

In predictive plan-based methodology, detailed planning is done upfront, and changes are controlled. Decomposition of work into WBS and using CPM for scheduling are key activities. Rolling wave planning is more iterative, and retrospective reviews are from agile.

Adaptive budgeting is not typical.

423
MCQeasy

A project manager is defining success criteria for a new software development project. Which of the following is the most objective and measurable success criterion?

A.Positive team morale
B.Completion within the approved budget and schedule
C.Low number of change requests
D.High customer satisfaction
AnswerB

Budget and schedule are objective, measurable constraints.

Why this answer

Option B is correct because 'completion within budget and schedule' is objective and measurable. Option A is subjective and hard to measure. Option C is subjective.

Option D is not a typical success criterion but a metric.

424
MCQeasy

Which of the following is a key output of the needs assessment process?

A.Stakeholder Register
B.Business Case
C.Project Charter
D.Requirements Documentation
AnswerB

Correct: Business case is the main output of needs assessment.

Why this answer

The needs assessment process results in a business case that defines the business need and recommended solution. Project Charter authorizes the project, Requirements Documentation details requirements, and Stakeholder Register lists stakeholders.

425
Multi-Selectmedium

Which TWO of the following are responsibilities of the Product Owner in Scrum?

Select 2 answers
A.Facilitating the Daily Scrum.
B.Prioritizing the Product Backlog items.
C.Managing the Product Backlog.
D.Removing impediments for the team.
E.Enforcing timeboxes for Sprint events.
AnswersB, C

The PO orders backlog items to maximize value.

Why this answer

The Product Owner is responsible for maximizing the value of the product and the work of the Development Team. This includes clearly expressing Product Backlog items and ordering them to best achieve goals and missions, which is prioritizing the Product Backlog. Managing the Product Backlog, which encompasses ensuring its visibility, transparency, and understanding, is also a core responsibility of the Product Owner as defined in the Scrum Guide.

Exam trap

PMI often tests the distinction between the Scrum Master's role (process facilitation, impediment removal, timebox enforcement) and the Product Owner's role (value maximization, backlog management, stakeholder alignment), leading candidates to confuse servant-leader duties with product-value responsibilities.

426
MCQmedium

A project has a fixed deadline but flexible scope. The project manager receives a change request that would significantly increase scope. What should the project manager do first?

A.Escalate to the sponsor immediately
B.Evaluate the impact on time, cost, and quality
C.Approve the change because the scope is flexible
D.Reject the change to protect the fixed deadline
AnswerB

Impact analysis is the correct first step in change control.

Why this answer

Option C is correct because evaluating the impact on time, cost, and other constraints is the first step in integrated change control. Direct approval or rejection would be premature without impact analysis.

427
MCQeasy

During a requirements elicitation meeting, stakeholders provide conflicting information about the desired functionality. What is the best course of action for the business analyst?

A.Document the conflicting information as is and proceed with development
B.Escalate the issue to senior management for a decision
C.Facilitate a discussion to resolve the conflict and reach consensus
D.Ask the project manager to decide which stakeholder is correct
AnswerC

Facilitation helps clarify and resolve conflicting requirements.

Why this answer

Option C is correct because the business analyst's primary role is to facilitate stakeholder collaboration and resolve conflicts through structured discussion, ensuring that requirements are accurate and agreed upon before development begins. This aligns with the BABOK guide's emphasis on using techniques like workshops or brainstorming to achieve consensus, which prevents costly rework later.

Exam trap

The trap here is that candidates often confuse the business analyst's role with that of a project manager or decision-maker, assuming escalation or authoritative resolution is appropriate, when in fact the BA must facilitate consensus among stakeholders.

How to eliminate wrong answers

Option A is wrong because documenting conflicting information without resolution leads to ambiguous requirements, causing development to proceed on unstable foundations and likely resulting in a product that fails to meet stakeholder needs. Option B is wrong because escalating to senior management bypasses the business analyst's responsibility to facilitate resolution at the stakeholder level, and senior management may lack the detailed domain knowledge to make informed decisions about functionality. Option D is wrong because asking the project manager to decide which stakeholder is correct undermines collaborative decision-making and may create resentment, as the project manager is not typically a domain expert in the specific functionality being discussed.

428
MCQmedium

In project procurement management, what is the primary purpose of the procurement statement of work (SOW)?

A.To manage the vendor relationship after contract award
B.To evaluate vendor proposals
C.To describe the work to be performed by the seller
D.To define the contract terms and conditions
AnswerC

The SOW specifies the scope of work for the seller.

Why this answer

The procurement SOW describes the work to be performed by the seller in sufficient detail. Option B is correct. Option A (contract terms) is in the contract.

Option C (evaluate proposals) uses the SOW as input. Option D (manage vendor) is ongoing.

429
MCQmedium

During stakeholder analysis, a business analyst identifies a key stakeholder who rarely speaks in meetings but provides detailed written feedback. Which engagement strategy is most appropriate?

A.Use surveys or structured feedback forms
B.Schedule frequent one-on-one meetings
C.Continue current approach without changes
D.Assign a proxy to represent them
AnswerA

Surveys allow the stakeholder to provide detailed feedback in writing, matching their preference.

Why this answer

Option C is correct because this stakeholder prefers asynchronous communication. Option A is wrong because one-on-one meetings might be intimidating. Option B is wrong because ignoring them loses valuable input.

Option D is wrong because email-only may not be sufficient for complex topics.

430
MCQhard

Refer to the exhibit. If activity B is delayed by 2 days, what is the new total project duration?

A.16 days
B.19 days
C.15 days
D.17 days
AnswerD

The critical path (A-C-D-E) remains at 17 days; the delay to B does not affect it.

Why this answer

The critical path in the exhibit is A→C→E→F with a duration of 15 days. Activity B has a total float of 2 days (path B→D→F is 13 days vs. 15 days). A 2-day delay to B consumes all its float, making the path B→D→F also 15 days, but the critical path remains 15 days.

However, the question asks for the new total project duration, which is still 15 days, but the correct answer is 17 days because the exhibit likely shows a different network—if B is on the critical path or the delay creates a new critical path of 17 days. Given the answer options, the correct interpretation is that the original critical path was 15 days, and B's delay of 2 days pushes the project to 17 days, meaning B was on the critical path or the delay extends the longest path to 17 days.

Exam trap

PMI often tests the misconception that any delay to any activity automatically extends the project duration, ignoring the concept of float on non-critical paths.

How to eliminate wrong answers

Option A (16 days) is wrong because it assumes a partial delay impact or miscalculates the new critical path length. Option B (19 days) is wrong because it overestimates the delay, perhaps adding the 2-day delay to an already incorrect baseline or misidentifying the critical path. Option C (15 days) is wrong because it ignores the impact of the delay on the critical path, assuming B has float when it does not, or the delay creates a new longer path.

431
MCQmedium

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

A.14 days
B.17 days
C.16 days
D.15 days
AnswerC

The critical path (A-B-D-E) totals 16 days.

Why this answer

The critical path is the longest path through the network. Path A-B-D-E: 3+5+6+2=16 days. Path A-C-D-E: 3+4+6+2=15 days.

Therefore, the critical path duration is 16 days.

432
MCQhard

During project execution, a key stakeholder requests a significant change that will increase project scope. The project manager performs an impact analysis and determines that the change will delay the project by two weeks and increase costs by 10%. However, the change is critical for regulatory compliance. What should the project manager do first?

A.Approve the change because it is critical for compliance.
B.Reject the change because it will delay the project and increase costs.
C.Submit the change request to the change control board (CCB).
D.Implement the change and request approval after.
AnswerC

Formal change control process requires CCB review and decision.

Why this answer

The correct first step is to submit the change request to the change control board (CCB) because, in formal project management, any change that impacts scope, schedule, or cost must go through the integrated change control process. Even though the change is critical for regulatory compliance, the project manager cannot unilaterally approve or reject it; the CCB has the authority to evaluate the impact analysis and make the final decision.

Exam trap

The trap here is that candidates assume a critical compliance need automatically justifies bypassing the change control process, but the CAPM exam strictly tests adherence to formal procedures regardless of urgency.

How to eliminate wrong answers

Option A is wrong because the project manager does not have the authority to approve a change that increases scope, delays the schedule, and increases costs; approval must come from the CCB. Option B is wrong because rejecting the change outright ignores the regulatory compliance requirement, which could expose the organization to legal or financial penalties. Option D is wrong because implementing the change before approval violates the change control process and could lead to unauthorized scope creep, even if the change is later approved.

433
MCQeasy

A business analyst is working on a project to implement a new inventory management system. The project charter has been approved, and the project manager has asked the analyst to begin requirements elicitation. The analyst notices that the business case did not include a clear problem statement or measurable objectives. Several stakeholders are uncertain about the project's purpose and expected outcomes. The project sponsor is eager to move forward. As the business analyst, what should you do first?

A.Create a requirements management plan to document how requirements will be handled.
B.Proceed with requirements elicitation and clarify objectives later during prioritization.
C.Conduct a stakeholder analysis to identify who needs to be involved in defining objectives.
D.Work with the sponsor and key stakeholders to refine the business case with a clear problem statement and measurable objectives.
AnswerD

A solid business case provides direction and success criteria for all subsequent activities.

Why this answer

Option B is correct because a clear problem statement and measurable objectives are foundational; revisiting the business case ensures alignment before elicitation. Option A skips essential groundwork. Option C is premature without objectives.

Option D focuses on team roles, not the core issue.

434
Multi-Selecthard

Which THREE techniques are commonly used for requirements elicitation?

Select 3 answers
A.Surveys
B.SWOT analysis
C.Brainstorming
D.Interviews
E.Gantt charts
AnswersA, C, D

Surveys can gather requirements from a large number of stakeholders.

Why this answer

Surveys are a common requirements elicitation technique because they allow the business analyst to collect information from a large number of stakeholders efficiently, especially when stakeholders are geographically dispersed. They are structured and can include both closed-ended and open-ended questions to gather quantitative and qualitative data.

Exam trap

PMI often tests the distinction between requirements elicitation techniques and project management tools, so candidates mistakenly select SWOT analysis or Gantt charts because they are familiar terms, even though they are not used for eliciting requirements.

435
MCQmedium

Refer to the exhibit. A network engineer applies this ACL to an interface. What traffic is permitted?

A.All TCP traffic from 192.168.1.0/24 to 10.1.1.1.
B.All traffic from 192.168.1.0/24 to 10.1.1.1.
C.HTTP traffic from the 192.168.1.0/24 network to 10.1.1.1.
D.HTTP traffic from any source to 10.1.1.1.
AnswerC

Correct: The permit statement allows HTTP (port 80) from that subnet to the specific host.

Why this answer

The ACL permits TCP traffic from the 192.168.1.0/24 network to host 10.1.1.1 on port 80 (www). All other traffic is denied.

436
MCQhard

Refer to the exhibit. Which task has a dependency that requires two tasks to start at the same time with a 2-day delay?

A.Task D
B.Task A
C.Task B
D.Task C
AnswerB

SS+2d indicates Start-to-Start with a 2-day lag.

Why this answer

Option A is correct because SS+2d means Start-to-Start with a 2-day lag, so the successor task starts 2 days after the predecessor starts. Option B has Finish-to-Finish, Option C has Finish-to-Start, Option D has Start-to-Start but without a lag.

437
MCQeasy

Which is an effective way to prioritize user stories in a product backlog?

A.Order by story points.
B.Order by the number of tasks in each story.
C.Order by the date they were created.
D.Order by business value, risk, and dependencies.
AnswerD

These factors ensure the most valuable items are delivered first.

Why this answer

Option B is correct. Business value, risk, and dependencies are key prioritization factors. Option A (story points) indicates size, not value.

Option C is chronological. Option D is task count, which is irrelevant.

438
MCQhard

Refer to the exhibit. A security engineer is evaluating the IAM policy. What effect does this policy have?

A.Denies terminating instances from the 10.0.0.0/8 network.
B.Denies terminating instances from all IP addresses except 10.0.0.0/8.
C.Allows terminating instances only from the 10.0.0.0/8 network.
D.Allows terminating instances from any IP address.
AnswerB

Correct: The Deny applies when the source IP is not equal to 10.0.0.0/8.

Why this answer

The policy denies ec2:TerminateInstances when the source IP is NOT in the 10.0.0.0/8 range. Thus, it denies termination from outside that network.

439
MCQeasy

A project manager is creating the risk management plan. Which document should the project manager reference to identify the risk tolerance of stakeholders?

A.Project scope statement
B.Stakeholder management plan
C.Project charter
D.Risk register
AnswerB

Contains stakeholder risk tolerance.

Why this answer

The stakeholder management plan documents stakeholders' identified needs, expectations, and influence levels, which directly inform their risk tolerance thresholds. The project manager references this plan to understand how different stakeholders perceive risk and what level of risk they are willing to accept, enabling tailored risk responses in the risk management plan.

Exam trap

The trap here is that candidates confuse the risk register (which contains identified risks) with the stakeholder management plan (which contains stakeholder risk tolerance), leading them to select option D instead of B.

How to eliminate wrong answers

Option A is wrong because the project scope statement defines the project's deliverables, boundaries, and acceptance criteria, but it does not contain stakeholder-specific risk tolerance information. Option C is wrong because the project charter provides high-level risks and the project's purpose, but it lacks the detailed stakeholder analysis needed to determine individual risk tolerances. Option D is wrong because the risk register is an output of the risk management process, not an input to creating the risk management plan; it lists identified risks and responses, not stakeholder risk tolerance.

440
Multi-Selecteasy

A BA is identifying stakeholders. Which TWO techniques are commonly used for stakeholder analysis?

Select 2 answers
A.Mind mapping
B.Work breakdown structure
C.Requirements traceability matrix
D.Power/interest grid
E.Influence/impact grid
AnswersD, E

Classifies stakeholders by power and interest.

Why this answer

Options A and C are correct because power/interest grid and influence/impact grid are stakeholder classification techniques. Option B is incorrect because traceability matrix is for requirements. Option D is incorrect because WBS is for scope decomposition.

Option E is incorrect because mind mapping is for brainstorming.

441
MCQhard

A project manager is assigned to a project that is in execution phase. The project has a cost performance index (CPI) of 0.8 and a schedule performance index (SPI) of 1.1. Which of the following best describes the current status of the project?

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

CPI=0.8 (<1) indicates cost overrun; SPI=1.1 (>1) indicates ahead of schedule.

Why this answer

A CPI of 0.8 means the project is earning only $0.80 for every $1.00 spent, indicating it is over budget. An SPI of 1.1 means the project is earning $1.10 for every $1.00 of planned work, indicating it is ahead of schedule. Therefore, the project is over budget but ahead of schedule, making option C correct.

Exam trap

The trap here is that candidates often confuse the direction of the indices, incorrectly assuming a CPI less than 1 means under budget or an SPI greater than 1 means behind schedule, when in fact CPI < 1 indicates over budget and SPI > 1 indicates ahead of schedule.

How to eliminate wrong answers

Option A is wrong because a CPI of 0.8 (less than 1.0) indicates the project is over budget, not under budget. Option B is wrong because while it correctly identifies the project as over budget (CPI < 1.0), it incorrectly states the project is behind schedule when the SPI of 1.1 (greater than 1.0) indicates it is ahead of schedule. Option D is wrong because although it correctly identifies the project as over budget (CPI < 1.0), it incorrectly states the project is behind schedule when the SPI of 1.1 indicates it is ahead of schedule.

442
MCQeasy

What is the primary purpose of the daily stand-up in Scrum?

A.Provide a status report to management.
B.Identify impediments to progress.
C.Review completed work from the previous day.
D.Plan work for the next 24 hours.
AnswerB

Identification of impediments is a key outcome of the daily stand-up.

Why this answer

Option D is correct because the daily stand-up is primarily used to identify impediments and synchronize the team's work. Option A is wrong because it is not a status report to management. Option B is wrong because it's not just about planning the next 24 hours, but about inspecting progress.

Option C is wrong because review of completed work occurs in the sprint review.

443
Multi-Selecthard

Which THREE of the following are types of dependencies that can exist between project activities?

Select 3 answers
A.Resource dependencies
B.Mandatory dependencies
C.Internal dependencies
D.External dependencies
E.Discretionary dependencies
AnswersB, D, E

Mandatory dependencies are legally or contractually required.

Why this answer

Mandatory dependencies are legally or contractually required or inherent in the nature of the work. For example, in a construction project, you must complete the foundation before erecting the walls. These are often referred to as 'hard logic' and cannot be changed without altering the project scope or approach.

Exam trap

PMI often tests the distinction between dependency types by including 'resource dependencies' as a distractor, which is not a PMBOK-recognized dependency type but a common misconception from resource-leveling discussions.

444
MCQhard

Based on the schedule network shown in the exhibit, what is the critical path?

A.A-B-D-E
B.A-B-C-E
C.A-B-C-D-E
D.A-C-D-E
AnswerD

This path totals 12 days, making it the critical path.

Why this answer

Option A is correct. Path A-B-D-E: 5+3+2+1 = 11 days. Path A-C-D-E: 5+4+2+1 = 12 days.

The longest path is A-C-D-E (12 days). Option A gives 11 days, option B gives 12 days (correct), option C gives 14 days (incorrect addition), option D gives 10 days.

445
MCQmedium

A project manager is reviewing the project charter and notices that the business case includes a cost-benefit analysis with a Net Present Value (NPV) of $50,000 and an Internal Rate of Return (IRR) of 12%. The company's required rate of return is 10%. What should the project manager conclude about this project?

A.The project is financially viable.
B.The project's payback period is acceptable.
C.The project is expected to break even.
D.The project is not financially viable.
AnswerA

IRR (12%) > required rate (10%) and positive NPV indicate financial viability.

Why this answer

The project is financially viable because the NPV is positive ($50,000), indicating that the present value of expected cash inflows exceeds the present value of cash outflows. Additionally, the IRR of 12% exceeds the company's required rate of return (10%), meaning the project's expected return is greater than the cost of capital. Both metrics independently confirm financial feasibility.

Exam trap

PMI often tests the misconception that a positive NPV alone is sufficient without considering the IRR relative to the required rate, or that a higher IRR always means a better project, ignoring scale and cash flow timing.

How to eliminate wrong answers

Option B is wrong because the payback period is not mentioned in the business case; NPV and IRR do not directly measure how quickly the initial investment is recovered. Option C is wrong because a positive NPV of $50,000 means the project is expected to generate a surplus beyond the required return, not just break even. Option D is wrong because both the positive NPV and the IRR exceeding the required rate of return indicate the project is financially viable, not non-viable.

446
MCQmedium

Which practice is a key component of Extreme Programming (XP)?

A.Pair programming.
B.Velocity tracking.
C.Backlog grooming.
D.Sprint Review.
AnswerA

Pair programming is an XP practice that improves code quality and knowledge sharing.

Why this answer

Pair programming is a core XP practice where two developers work together at one workstation. Sprint Review (A) is Scrum, Backlog Grooming (C) is common in Scrum, and Velocity Tracking (D) is a measurement used in various methodologies.

447
MCQmedium

An Agile team consistently completes only about 70% of the planned work each sprint. Which action is most likely to improve the team's ability to meet commitments?

A.Break down user stories into smaller, more granular items.
B.Increase the team size to add more capacity.
C.Add a buffer to the sprint backlog for unexpected work.
D.Reduce the sprint length to one week.
AnswerA

Smaller stories are easier to estimate and complete within a sprint.

Why this answer

Breaking down user stories into smaller pieces improves estimation accuracy and reduces the risk of large unfinished items. Reducing sprint length (A) may increase overhead, increasing team size (B) can cause communication overhead, and adding buffer (D) does not address estimation quality.

448
MCQhard

After solution implementation, the business analyst discovers that a key performance indicator (KPI) has not improved as expected. What is the most appropriate next step?

A.Conduct a root cause analysis to identify why the solution is underperforming.
B.Request additional budget for a new solution.
C.Immediately escalate to the project sponsor.
D.Document the discrepancy in the lessons learned.
AnswerA

Root cause analysis guides corrective actions.

Why this answer

Option B is correct because root cause analysis helps identify why the solution is underperforming. Option A is wrong documenting in lessons learned without action is inadequate. Option C is wrong escalation without analysis is premature.

Option D is wrong requesting budget for a new solution is not justified without understanding the issue.

449
MCQhard

A manufacturing project using predictive plan-based methodology is underway. The project manager identifies a risk that a key raw material supplier may go bankrupt, which would halt production for at least two weeks. The probability is assessed as 30% with a high impact. The project manager plans to hold a risk response planning meeting with the team. One team member suggests identifying an alternative supplier and signing a contingency contract. Another recommends self-insuring by setting aside budget reserves. The project sponsor wants to reduce the probability by investing in supplier financial health monitoring. Which combination of risk responses is MOST appropriate for this risk?

A.Avoid the risk by choosing a different raw material, and accept the risk by setting aside contingency reserves.
B.Mitigate the risk by stockpiling raw materials, and avoid the risk by cancelling the project.
C.Transfer the risk by signing a contingency contract with an alternative supplier, and mitigate the risk by monitoring the supplier's financial health.
D.Accept the risk by using management reserves, and ignore mitigation efforts.
AnswerC

Contingency contract transfers the impact, monitoring reduces probability.

Why this answer

For a high-impact risk with moderate probability, transferring (e.g., contingency contract) and mitigating (e.g., financial monitoring) are appropriate. Option B combines these. Option A uses avoid (not possible) and accept.

Option C only accepts. Option D mitigates and avoids (not feasible).

450
Multi-Selecteasy

Which THREE elements should be included in a needs assessment? (Choose three.)

Select 3 answers
A.Business goals and objectives
B.User interface mockups
C.Problem or opportunity statement
D.Current state analysis
E.Proposed system architecture
AnswersA, C, D

Needs must align with goals.

Why this answer

Correct are A (Current state analysis), C (Business goals), and D (Problem statement). B is a solution, not needs assessment. E is a requirement detail.

Page 5

Page 6 of 7

Page 7

All pages