Courseiva

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

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

Page 4

Page 5 of 7

Page 6
301
MCQeasy

A project manager is developing a work breakdown structure (WBS) for a construction project. Which approach should be used to ensure all deliverables are identified?

A.Analogous estimating
B.Bottom-up estimating
C.Decomposition
D.Rolling wave planning
AnswerC

Correct: Decomposition is the hierarchical breakdown of the total scope of work into smaller components.

Why this answer

Decomposition is the process of breaking down deliverables into smaller components, which ensures all are identified. Other options are estimating or planning techniques.

302
MCQhard

A Product Owner is struggling to prioritize a backlog that includes both technical debt and new features. According to agile principles, which approach is most appropriate?

A.Alternate between technical debt and features each sprint.
B.Always prioritize technical debt because it improves velocity.
C.Prioritize based on business value, considering the cost of delay for each item.
D.Always prioritize new features over technical debt because they deliver immediate value.
AnswerC

Cost of delay helps evaluate the relative value of features and debt.

Why this answer

Agile prioritization focuses on business value and cost of delay, considering both new features and technical debt. Option A is wrong because ignoring technical debt can harm future value delivery. Option B is wrong because value should be the primary driver.

Option D is wrong because arbitrary alternation is not value-driven.

303
Multi-Selecthard

Which TWO of the following are key elements of a requirements management plan?

Select 2 answers
A.Change control process for requirements
B.Requirements traceability matrix template
C.User stories
D.System design documents
E.Test cases
AnswersA, B

Change control is a key part of managing requirements.

Why this answer

The requirements management plan includes the traceability matrix and the change control process to manage requirements throughout the project. System design documents, test cases, and user stories are outputs or artifacts, not elements of the plan itself.

304
MCQmedium

During requirements validation, the business analyst discovers that a key requirement conflicts with an existing system constraint. The project manager wants to proceed with the requirement as-is to meet customer expectations. What should the business analyst do?

A.Escalate directly to the project sponsor.
B.Document the conflict, analyze trade-offs, and facilitate a decision with stakeholders.
C.Modify the requirement to avoid the constraint without informing stakeholders.
D.Accept the project manager's decision and proceed.
AnswerB

This follows the business analysis framework for conflict resolution.

Why this answer

The business analyst's role in requirements validation includes documenting conflicts, analyzing trade-offs (e.g., cost, schedule, technical feasibility), and facilitating a decision among stakeholders. This aligns with the BABOK® Guide's requirement for collaborative decision-making, ensuring that the project manager's desire to meet customer expectations is balanced against the system constraint through an informed, consensus-driven process.

Exam trap

The trap here is that candidates may assume the project manager's authority overrides the business analyst's validation duties, leading them to choose Option D, but the CAPM exam tests the principle that the business analyst must facilitate stakeholder consensus rather than unilaterally accept or escalate decisions.

How to eliminate wrong answers

Option A is wrong because escalating directly to the project sponsor bypasses the established stakeholder decision-making process and the business analyst's responsibility to facilitate trade-off analysis, which could lead to an uninformed or premature decision. Option C is wrong because modifying the requirement without informing stakeholders violates the principle of transparency and could introduce unapproved changes that break traceability, leading to rework or compliance issues. Option D is wrong because accepting the project manager's decision without analysis or documentation ignores the business analyst's duty to validate requirements against constraints and risks, potentially resulting in a solution that is technically infeasible or costly to implement.

305
Multi-Selectmedium

Which TWO of the following are key responsibilities of a business analyst in the context of project management?

Select 2 answers
A.Allocating project resources
B.Performing stakeholder analysis
C.Conducting performance appraisals for team members
D.Identifying and documenting business requirements
E.Creating the project schedule
AnswersB, D

Stakeholder analysis is a key business analysis activity.

Why this answer

Stakeholder analysis is a core responsibility of a business analyst (BA) in project management, as defined by the BABOK guide. The BA identifies stakeholders, analyzes their interests and influence, and documents their needs to ensure alignment with business objectives. This directly supports the project manager in managing expectations and requirements.

Exam trap

PMI often tests the distinction between BA and PM responsibilities, trapping candidates who confuse resource allocation or scheduling tasks with the BA's focus on requirements and stakeholder engagement.

306
MCQeasy

A business analyst reviews existing project documentation, process flows, and system manuals to understand the current environment. This technique is called:

A.Interview
B.Document analysis
C.Survey
D.Brainstorming
AnswerB

Document analysis reviews existing materials for information.

Why this answer

Document analysis. Option A is wrong because interviews involve direct interaction. Option C is wrong because surveys collect data from many respondents.

Option D is wrong because brainstorming is a group creativity technique. Document analysis involves reviewing existing materials like project documentation, process flows, and manuals to understand the current state.

307
MCQeasy

A project manager is reviewing the project schedule and notices that work package 'WP-101' consistently shows a negative float value. What is the most likely cause of this issue?

A.The activity durations for WP-101 were estimated too aggressively.
B.The project network diagram contains a logical dependency error.
C.The critical path method was applied incorrectly.
D.Resource leveling was not performed for the project.
AnswerA

Aggressive duration estimates can compress the schedule, leading to negative float. This is a common cause when estimates are optimistic.

Why this answer

Negative float indicates that there is insufficient schedule flexibility to meet the project deadline. The most common cause is overly optimistic activity duration estimates, which compress the schedule and eliminate float. Errors in the network diagram or critical path calculation could also cause negative float, but these are less likely if the schedule logic is sound.

Resource leveling typically affects resource allocation, not float directly.

308
Matchingmedium

Match each conflict resolution technique to its description.

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

Concepts
Matches

Seek a win-win solution

Each party gives up something

One party imposes a solution

Emphasize areas of agreement

Retreat from the conflict

Why these pairings

The correct matches are: Withdraw/Avoid (retreating), Smooth/Accommodate (emphasizing agreement), and Collaborate/Problem Solve (integrating perspectives). Common confusions include misattributing definitions to Force or Compromise.

309
Multi-Selectmedium

Which TWO activities are considered part of Product Backlog refinement? (Select TWO)

Select 2 answers
A.Running the Daily Scrum
B.Conducting the Sprint Retrospective
C.Prioritizing items in the Product Backlog
D.Demonstrating the increment at the Sprint Review
E.Adding detailed acceptance criteria to user stories
AnswersC, E

The Product Owner continuously prioritizes backlog items to maximize value; this is part of ongoing refinement.

Why this answer

Options C and E are correct because prioritizing items in the Product Backlog and adding detailed acceptance criteria to user stories are key activities in Product Backlog refinement. Refinement involves breaking down items, adding details, and ordering them to make them ready for upcoming Sprints. Options A, B, and D are not part of refinement: the Daily Scrum, Sprint Retrospective, and Sprint Review are separate Scrum events.

310
MCQhard

Refer to the exhibit. A business analyst is evaluating the stability of a microservice. Which observation is most concerning for meeting non-functional requirements?

A.The environment variables define database connection.
B.The container has restarted 3 times.
C.The container mounts a volume with read-write access.
D.The container is using an image tagged 'v2'.
AnswerB

A restart count of 3 indicates the container has crashed multiple times, which affects reliability, a key non-functional requirement.

Why this answer

A restart count of 3 indicates the container has crashed multiple times, which affects reliability, a key non-functional requirement. Option A is wrong because environment variables are expected for configuration. Option C is wrong because mounting a volume with read-write access is common for stateful services.

Option D is wrong because using image v2 is not inherently problematic.

311
Multi-Selecteasy

Which TWO practices are part of the Scrum framework?

Select 2 answers
A.Pair Programming
B.Sprint Review
C.Continuous Deployment
D.Sprint Retrospective
E.Backlog Refinement
AnswersB, D

The Sprint Review is a Scrum event to inspect the increment and adapt the Product Backlog.

Why this answer

The correct answers are B (Sprint Review) and D (Sprint Retrospective). These are two of the five formal events defined in the Scrum Guide. Sprint Review occurs at the end of each Sprint to inspect the Increment and adapt the Product Backlog.

Sprint Retrospective is held after Sprint Review to inspect the team's processes and plan improvements. Option A (Pair Programming) is an Extreme Programming (XP) practice, not a formal Scrum event. Option C (Continuous Deployment) is a DevOps practice, not defined in Scrum.

Option E (Backlog Refinement) is a common practice in Scrum but is not a time-boxed event in the Scrum Guide; it is considered an ongoing activity.

312
MCQhard

You are the Scrum Master for a distributed team of 8 developers working on a mobile app. The team uses two-week Sprints and has a stable velocity of 20 story points. In the current Sprint, the team committed to 22 points. By Day 5 of the Sprint (out of 10), the team has completed only 6 points. During the Daily Scrum, several members mention they are blocked by missing API documentation from a third-party vendor. The Product Owner says the vendor promised the documentation by Day 3, but it has not arrived. The developers have started working on other tasks, but they are not well-defined and are causing confusion. What should the Scrum Master do?

A.Tell the team to continue working on other tasks and hope the documentation arrives soon.
B.Facilitate a meeting with the vendor to escalate the issue, and work with the team to re-prioritize the Sprint Backlog, possibly removing low-priority items to achieve a realistic Sprint Goal.
C.Ask the Product Owner to remove the blocked stories from the Sprint Backlog without consulting the team.
D.Extend the Sprint by 3 days to allow the vendor to deliver the documentation and the team to complete the work.
AnswerB

The Scrum Master removes impediments and helps the team self-organize to adjust the Sprint Backlog.

Why this answer

The Scrum Master's primary responsibility is to remove impediments and facilitate the team's progress. By escalating the missing API documentation to the vendor and facilitating a re-prioritization of the Sprint Backlog, the Scrum Master directly addresses the blocker and ensures the team can focus on well-defined, achievable work. This aligns with the Scrum Guide's principle of transparency and adaptation within the Sprint, especially given the team's stable velocity of 20 points and the current 6-point completion rate.

Exam trap

The trap here is that candidates may think extending the Sprint (Option D) is a valid solution, but Scrum strictly enforces time-boxed Sprints, and altering the duration would break the empirical inspection and adaptation cycle.

How to eliminate wrong answers

Option A is wrong because it ignores the Scrum Master's role as an impediment remover; hoping for the documentation to arrive without proactive escalation leaves the team blocked and risks Sprint failure. Option C is wrong because the Product Owner cannot unilaterally remove stories from the Sprint Backlog without consulting the team, as this violates the collaborative commitment made during Sprint Planning and undermines team ownership. Option D is wrong because extending the Sprint violates the time-boxed nature of Sprints in Scrum, which are fixed at two weeks; changing the Sprint duration would set a bad precedent and does not address the root cause of the missing documentation.

313
MCQmedium

During requirements prioritization, the business analyst receives conflicting input from stakeholders. Which technique should be used to reach a consensus?

A.Interviewing
B.Observation
C.Delphi technique
D.Brainstorming
AnswerC

Delphi technique achieves consensus through anonymous rounds.

Why this answer

The Delphi technique is specifically designed to achieve consensus through anonymous, iterative rounds of feedback, making it ideal for resolving conflicting stakeholder input during prioritization. Option A (Interviewing) is a one-on-one data-gathering method that does not build group consensus. Option B (Observation) is used to understand current processes, not to prioritize requirements.

Option D (Brainstorming) generates ideas but does not resolve conflicts or reach consensus.

314
MCQhard

A project is in the executing phase, and the team is frequently reworking deliverables due to defects. Which process is most likely inadequate?

A.Quality management
B.Scope verification
C.Communications management
D.Risk management
AnswerA

Rework is a sign that quality standards are not being met and quality control is insufficient.

Why this answer

Rework indicates issues with quality management. Scope verification is about formal acceptance, not preventing defects. Risk management might identify potential defects but doesn't prevent them directly.

315
MCQmedium

Refer to the exhibit. A business analyst is reviewing the requirements specification for a web application. Which requirement has a missing acceptance criterion and is therefore incomplete?

A.REQ-001
B.REQ-004
C.REQ-002
D.REQ-003
AnswerD

Correct: REQ-003 has an empty acceptance_criteria array, meaning no criteria are defined.

Why this answer

REQ-003 is incomplete because it states 'The system shall load the homepage within 2 seconds' but fails to specify under which network conditions (e.g., 3G, 4G, or broadband), browser type, or concurrent user load this performance target must be met. Without these acceptance criteria, the requirement cannot be objectively verified or tested.

Exam trap

The PMI exam often tests the distinction between a functional requirement (what the system does) and a complete requirement (which includes measurable acceptance criteria), tricking candidates into thinking a vague performance target is acceptable without specifying test conditions.

How to eliminate wrong answers

Option A (REQ-001) is wrong because it includes a clear acceptance criterion: 'The login page must display an error message for invalid credentials within 1 second,' which specifies both the behavior and a measurable time constraint. Option B (REQ-004) is wrong because it defines a specific data format (JSON) and a response time (500 ms) for the API endpoint, making it testable and complete. Option C (REQ-002) is wrong because it explicitly states the supported browsers (Chrome, Firefox, Safari) and the requirement for responsive design, providing verifiable conditions.

316
MCQmedium

A project team is adopting Kanban. They currently have a cycle time of 10 days and a throughput of 5 items per week. The team wants to improve predictability. Which action would most directly help?

A.Add more team members.
B.Decrease the WIP limits.
C.Make the work items smaller.
D.Increase the WIP limits.
AnswerC

Smaller items reduce variance in size and complexity, leading to more predictable cycle times.

Why this answer

Making work items smaller directly reduces variability in cycle time and throughput, which improves predictability in Kanban. Smaller items are easier to estimate, flow more consistently through the system, and reduce the risk of large items blocking the workflow, leading to more reliable delivery forecasts.

Exam trap

The trap here is that candidates confuse improving flow (by adjusting WIP limits) with improving predictability (which requires reducing variability in item size), leading them to choose Option B instead of C.

How to eliminate wrong answers

Option A is wrong because adding more team members does not directly improve predictability; it may increase throughput but can introduce coordination overhead and variability, making cycle times less predictable. Option B is wrong because decreasing WIP limits can reduce multitasking and improve flow, but it does not directly address the size or variability of work items, which is the root cause of unpredictability. Option D is wrong because increasing WIP limits would increase work in progress, leading to longer cycle times, more context switching, and higher variability, which worsens predictability.

317
MCQhard

A business analyst is facilitating a requirements prioritization session for a new e-commerce platform. The project has a strict deadline and limited resources. Which prioritization technique should be used to maximize value delivered within constraints?

A.MoSCoW
B.Weighted scoring
C.Timeboxing
D.Kano model
AnswerA

MoSCoW is widely used for prioritizing requirements with fixed deadlines.

Why this answer

MoSCoW categorizes requirements into Must have, Should have, Could have, and Won't have, which is effective for delivering maximum value under time and resource constraints.

318
MCQeasy

During a project’s initiation phase, the business analyst is conducting a stakeholder analysis. Which technique is most appropriate for categorizing stakeholders based on their power and interest?

A.Delphi Technique
B.Power/Interest Grid
C.Nominal Group Technique
D.Brainstorming
AnswerB

Correct: This grid categorizes stakeholders by power and interest.

Why this answer

The Power/Interest Grid is a standard stakeholder classification technique. Brainstorming generates ideas, Nominal Group Technique is for group decision-making, and Delphi Technique achieves consensus through anonymous rounds.

319
MCQhard

A team is struggling with frequent requirement changes during a Sprint. The Product Owner keeps adding new items. What should the Scrum Master do?

A.Accept the changes as the Product Owner is the voice of the customer.
B.Ask the team to work overtime to include the new items.
C.Increase the Sprint length to accommodate changes.
D.Remind the Product Owner that once a Sprint is planned, no changes are allowed that endanger the Sprint Goal, and help them hold off until the next Sprint.
AnswerD

This protects the Sprint's focus and teaches the PO to respect the timebox.

Why this answer

Once a Sprint is planned, the Product Owner should not add items that would endanger the Sprint Goal. The Scrum Master's role is to protect the Sprint and guide the Product Owner to defer changes to future Sprints. Option A is incorrect because blindly accepting changes disrupts the Sprint.

Option B is incorrect because asking the team to work overtime is unsustainable and violates the principle of sustainable pace. Option C is incorrect because increasing the Sprint length breaks the timebox and does not address the root cause.

320
Multi-Selecteasy

Which TWO of the following are typically outputs of the Initiating process group?

Select 2 answers
A.Work breakdown structure
B.Project management plan
C.Project charter
D.Risk register
E.Stakeholder register
AnswersC, E

The project charter is developed in the Initiating group.

Why this answer

The project charter is a key output of the Initiating process group because it formally authorizes the project and provides the project manager with the authority to apply organizational resources to project activities. The stakeholder register is also an output of Initiating, as it identifies all stakeholders and their relevant information, which is essential for planning stakeholder engagement.

Exam trap

The trap here is that candidates often confuse the outputs of Initiating with those of Planning, mistakenly selecting the project management plan or WBS because they are foundational documents, but they are formally created later in the Planning process group.

321
MCQhard

A business analyst is facilitating a requirements workshop for a new payment system. The workshop includes representatives from sales, finance, IT, and customer support. During the session, the sales team insists on supporting multiple currencies, while finance emphasizes strict audit trails. IT wants a microservices architecture, but customer support demands a simple user interface. The conversation becomes heated, and no decisions are made. The project sponsor wants a single recommendation that balances these needs. As the business analyst, what is the best approach to move forward?

A.Schedule a follow-up meeting with each department separately to gather more details.
B.Use a prioritization matrix based on business goals, such as revenue impact and compliance, to rank requirements.
C.Create a requirements document that includes all demands and let the project manager decide.
D.Propose a solution that addresses the most vocal stakeholder's needs first to build goodwill.
AnswerB

Objective criteria helps stakeholders see trade-offs and reach consensus.

Why this answer

Using a prioritization matrix based on business goals (e.g., revenue impact, compliance) provides an objective framework to resolve conflicting stakeholder requirements. This approach aligns with business analysis best practices for managing trade-offs and ensuring decisions support overall business objectives. Option A delays resolution and may miss cross-departmental dependencies.

Option C abdicates the BA's responsibility to facilitate decisions and may lead to arbitrary choices. Option D risks alienating other stakeholders and does not address the core conflict.

322
MCQhard

A business analyst is evaluating a proposed solution and discovers that it does not fully address the root cause of the business problem. What should the analyst do next?

A.Revisit the needs assessment and adjust requirements.
B.Proceed with implementation and document the gap.
C.Escalate to the project sponsor for a decision.
D.Recommend terminating the project.
AnswerA

Revisiting the needs assessment allows correction of the solution direction.

Why this answer

When a proposed solution does not fully address the root cause, the business analyst should revisit the needs assessment to ensure requirements accurately reflect the problem and adjust them accordingly. Option B is wrong because proceeding with a flawed solution wastes resources and does not resolve the issue. Option C is wrong because while escalation may be needed, the first step is to reanalyze the problem and propose adjustments.

Option D is wrong because terminating the project is premature without further analysis and potential requirement adjustments.

323
MCQmedium

During a requirements validation session, the project sponsor questions whether a particular requirement aligns with the business case. The business analyst recalls that the requirement originated from a regulatory compliance need. What should the BA do to resolve the concern?

A.Ignore the sponsor's comment and proceed with the requirement as documented.
B.Show the sponsor the traceability link to the regulatory requirement.
C.Remove the requirement to address the sponsor's concern.
D.Postpone the discussion until the next stakeholder meeting.
AnswerB

Tracing back to the source clarifies the necessity and aligns with the business case.

Why this answer

The business analyst (BA) should use the traceability link to demonstrate how the requirement directly maps to a regulatory compliance need, which is a valid justification within the business case. Traceability ensures that every requirement is linked back to a business objective or external driver, such as a regulation, and provides objective evidence to resolve the sponsor's concern without subjective debate.

Exam trap

The trap here is that candidates may assume the sponsor's authority means the requirement should be removed or deferred, but the CAPM exam tests the use of traceability as an objective tool to validate requirements against their source, not subjective opinion.

How to eliminate wrong answers

Option A is wrong because ignoring the sponsor's comment violates the principle of stakeholder engagement and could lead to scope creep or non-compliance if the requirement is not properly justified. Option C is wrong because removing the requirement without analysis would risk violating the regulatory compliance need, potentially causing legal or audit failures. Option D is wrong because postponing the discussion delays resolution and does not address the sponsor's immediate concern, which can be resolved now with the traceability link.

324
MCQmedium

During a project, multiple stakeholders have conflicting requirements for a new software feature. The business analyst needs to prioritize the requirements to ensure the most critical ones are delivered first. Which technique is most appropriate for prioritizing requirements?

A.MoSCoW
B.Interview
C.Brainstorming
D.Observation
AnswerA

MoSCoW is a proven prioritization technique.

Why this answer

MoSCoW (Must have, Should have, Could have, Won't have) is a prioritization technique that helps categorize requirements based on importance. Brainstorming, interviews, and observation are elicitation, not prioritization, techniques.

325
MCQhard

A business analyst is reviewing the output of a requirements validation session. The following issues were identified: 'Requirement REQ-001 has no associated business objective', 'Requirement REQ-002 has a conflicting priority with REQ-003'. What is the most likely cause of these issues?

A.The project scope statement is incomplete.
B.The requirements management plan was not followed.
C.The business analyst did not use a standard template.
D.The requirements traceability matrix was not properly maintained.
AnswerD

Correct. The RTM is designed to track relationships between requirements and business objectives, and conflicts in priorities are also managed in the RTM.

Why this answer

The requirements traceability matrix (RTM) is a tool used to ensure that each requirement is linked to a business objective and that dependencies and conflicts are identified. The issues described—missing links and conflicting priorities—are typical signs of a poorly maintained RTM. Option D correctly identifies this cause.

Option A is incorrect because scope statement incompleteness might cause missing requirements, but not specifically the linkage issues. Option B is incorrect because the requirements management plan dictates processes, but the specific tool (RTM) is the issue. Option C is incorrect because templates provide structure, but not maintenance.

Exam trap

Candidates might assume that missing business objectives indicate a scope problem, but the RTM is the specific tool that captures these links.

326
MCQhard

A project team using a Kanban board wants to predict when all remaining backlog items will be completed. Which metric is most useful for this prediction?

A.Velocity
B.Cumulative flow diagram
C.Cycle time
D.Lead time
AnswerC

Cycle time measures the time to complete a task, useful for forecasting in Kanban.

Why this answer

Cycle time measures the time from when work starts on an item until it is completed, providing a reliable basis for forecasting completion of items in a flow-based system like Kanban. Option C is correct. Velocity (A) is used in Scrum and is not directly applicable to Kanban's flow-based approach.

Cumulative flow diagram (B) visualizes WIP and cycle time but does not directly predict completion as effectively as cycle time itself. Lead time (D) includes waiting time before work starts, making it less precise for predicting completion once work is in progress.

327
Multi-Selectmedium

Which TWO of the following are considered key constraints in project management that form the traditional 'triple constraint'?

Select 2 answers
A.Quality
B.Resources
C.Time
D.Scope
E.Risk
AnswersC, D

Time is a core constraint of the triple constraint.

Why this answer

The triple constraint traditionally includes scope, time, and cost. Quality is often added but not part of the original triple. Risk and resources are separate knowledge areas.

328
MCQeasy

During requirements gathering, the BA wants to ensure that each requirement can be traced back to its origin. Which tool is best for this purpose?

A.Requirements traceability matrix
B.Business process model
C.Use case diagram
D.Stakeholder map
AnswerA

The Requirements Traceability Matrix (RTM) links each requirement to its origin, such as stakeholder requests, business needs, or regulations, and is the best tool for tracing requirements back to their source.

Why this answer

The Requirements Traceability Matrix (RTM) is the best tool for tracing each requirement back to its origin, as it links requirements to their source (e.g., stakeholder requests, regulations) and tracks them throughout the project. Option B (Business Process Model) is incorrect because it focuses on documenting workflows, not tracing requirement origins. Option C (Use Case Diagram) is incorrect because it shows interactions between actors and system functions, but does not directly trace to origin.

Option D (Stakeholder Map) is incorrect because it identifies stakeholders and their relationships, not requirement origins.

329
Multi-Selecteasy

A business analyst is eliciting requirements for a new order processing system. The team needs to document the sequence of steps in the current business process. Which TWO techniques are most appropriate for this purpose?

Select 2 answers
A.Gantt charts
B.Entity-relationship diagrams
C.Flowcharts
D.Use case diagrams
E.Decision trees
AnswersC, D

Correct: Flowcharts explicitly map the sequence of activities in a process.

Why this answer

Use case diagrams and flowcharts are both suitable for documenting process flows. Use case diagrams show interactions between actors and the system, while flowcharts depict the sequence of steps. Entity-relationship diagrams are for data modeling, Gantt charts for scheduling, and decision trees for decision logic, not process sequences.

330
MCQhard

A project manager notices that the team is frequently redoing work because requirements were unclear. Which process group interaction would help address this issue?

A.Direct progression from Initiating to Closing
B.Sequential handoffs from Executing to Closing
C.Continuous monitoring between Initiating and Planning
D.Iterative interactions between Planning and Executing
AnswerD

Replanning based on execution feedback reduces rework.

Why this answer

Iterative interactions between the Planning and Executing process groups allow for continuous feedback and refinement of requirements, reducing the need for rework. Option A is incorrect because a direct progression from Initiating to Closing skips the iterative cycles needed for requirement clarity. Option B is incorrect because sequential handoffs from Executing to Closing do not address issues that arise during planning.

Option C is incorrect because continuous monitoring between Initiating and Planning does not cover the execution phase where rework occurs.

331
MCQmedium

During a predictive project's execution phase, a key stakeholder requests a change that adds a minor feature. The project manager assesses the impact and determines the change will increase cost by 5% and extend the schedule by two days, which is within the contingency reserves. What should the project manager do first?

A.Submit a change request to the change control board (CCB).
B.Approve the change immediately and inform the team.
C.Update the project charter to reflect the new feature.
D.Implement the change since it is within the contingency reserves.
AnswerA

This follows the formal change control process.

Why this answer

The change control process requires submitting any change request to the Change Control Board (CCB) for evaluation and approval before implementation, even if the impact is within contingency reserves. Option B is incorrect because the project manager cannot unilaterally approve changes unless explicitly granted that authority. Option C is incorrect because the project charter is a high-level document and is not updated for minor feature changes; such updates are handled through integrated change control.

Option D is incorrect because implementing the change without formal approval bypasses the established change control process.

332
MCQhard

A software development project is facing high uncertainty in requirements. The team is experienced and prefers frequent feedback. Which project life cycle approach is most appropriate?

A.Incremental life cycle
B.Adaptive (agile) life cycle
C.Iterative life cycle
D.Predictive life cycle
AnswerB

Adaptive embraces change and frequent feedback.

Why this answer

Adaptive (agile) life cycles are designed for high uncertainty and frequent feedback, matching the project's need for flexibility and iterative validation. Option A (Incremental) is inappropriate as it relies on stable requirements and planned increments. Option C (Iterative) involves repeated cycles but typically with less emphasis on adapting to changing requirements.

Option D (Predictive) is unsuitable due to its rigid upfront planning and low tolerance for uncertainty.

333
Multi-Selectmedium

Which TWO statements about the Sprint Backlog are true? (Select TWO)

Select 2 answers
A.It is a subset of the Product Backlog.
B.It is created during Sprint Planning.
C.It includes tasks decomposed from user stories.
D.It is owned by the Product Owner.
E.It cannot be changed during the Sprint.
AnswersB, C

During Sprint Planning, the team selects items and creates a plan, which becomes the Sprint Backlog.

Why this answer

Options B and C are correct. The Sprint Backlog is created during Sprint Planning (B) and includes tasks decomposed from user stories (C). Option A is false because the Sprint Backlog is not just a subset; it includes the plan for delivery.

Option D is false because the Sprint Backlog is owned by the Development Team, not the Product Owner. Option E is false because the Sprint Backlog can be changed during the Sprint by the Development Team as needed.

334
MCQmedium

You are a business analyst on a project to upgrade the network infrastructure in a large organization. The project plan was created using a predictive approach, and requirements were gathered months ago. During implementation, the team discovers that some requirements conflict with a new company-wide security policy issued after the project started. The project manager says the scope is frozen and changes cannot be accommodated. The sponsor is not involved daily. As the business analyst, what is the most effective action to take?

A.Ask the project manager to reconvene the change control board to evaluate the conflicts.
B.Proceed with the original requirements and note the security conflicts in a lessons learned document.
C.Update the requirements to align with the new policy without formal approval to save time.
D.Analyze the impact of the security policy on the project and present options to the sponsor for a decision.
AnswerD

The sponsor can authorize changes and balance compliance with project constraints.

Why this answer

The most effective action because as a business analyst, you should analyze the impact of the new security policy on the project and present options to the sponsor for decision. The sponsor has authority to approve changes, and since the project manager refuses to accommodate changes, escalating to the sponsor with impact analysis enables informed decision-making. Option A is ineffective because the project manager has already stated the scope is frozen, so reconvening the change control board without analysis may be premature.

Option B is incorrect because ignoring the conflict and only noting it in lessons learned does not address the issue; it could lead to security non-compliance. Option C is wrong because updating requirements without formal approval violates the scope freeze and could lead to unauthorized changes.

335
MCQeasy

A business analyst needs to understand how users currently perform a task before designing a new system. Which elicitation technique is best for capturing step-by-step processes in the actual work environment?

A.Interviews
B.Survey questionnaire
C.Observation
D.Prototyping
AnswerC

Observation allows the analyst to see the real process without relying on memory.

Why this answer

Observation is the correct elicitation technique because it allows the business analyst to witness the actual step-by-step process in the user's real work environment, capturing nuances and implicit steps that users may not articulate in interviews or surveys. This technique is ideal for understanding current workflows without relying on users' memory or interpretation, ensuring the new system design accurately reflects real-world constraints.

Exam trap

The trap here is that candidates often choose interviews (A) because they assume users can accurately describe their own processes, but the CAPM exam emphasizes that observation reveals unspoken details that interviews miss, especially for complex or habitual tasks.

How to eliminate wrong answers

Option A is wrong because interviews rely on users' self-reported descriptions of their tasks, which can omit routine steps or introduce bias due to memory lapses, failing to capture the precise sequence of actions in the actual environment. Option B is wrong because survey questionnaires gather broad, static data from many respondents but cannot capture dynamic, step-by-step processes or contextual details of a specific workflow. Option D is wrong because prototyping is used to validate and refine a proposed system design, not to understand existing user processes; it focuses on future solutions rather than current task execution.

336
MCQhard

A global retail company is implementing a new e-commerce platform to replace a legacy system. The business analysis team has identified the following: The legacy system has been customized over 10 years, resulting in many undocumented business rules. The project timeline is aggressive (6 months), and the budget is fixed. The project sponsor insists on using an agile methodology to deliver quickly. The core team includes business analysts, developers, and testers, but the key business stakeholders (e.g., from merchandising, logistics, and customer service) are only available for one hour per week due to their operational roles. After the first sprint review, stakeholders expressed dissatisfaction that the delivered features do not match their expectations. The product owner is overwhelmed and struggles to prioritize the backlog. The business analysts notice that many requirements are still ambiguous and that the stakeholder feedback is inconsistent across different departments. The project is at risk of delivering a solution that does not meet business needs. What is the most effective course of action for the business analysts to take at this point?

A.Negotiate with the sponsor and stakeholders to extend the sprint duration to two weeks and require a minimum of three hours per week from key stakeholders
B.Immediately reduce the project scope to the most essential features and accelerate the next sprint
C.Conduct a series of observation sessions in the stores and warehouses to uncover undocumented business rules
D.Request that the project sponsor approve a shift to a predictive (waterfall) lifecycle to define all requirements upfront
AnswerA

This increases stakeholder engagement, allowing for better requirements elicitation and validation.

Why this answer

The root cause of the problem is insufficient stakeholder availability leading to poor requirements definition and inconsistent feedback. Extending the sprint duration to two weeks and requiring a minimum of three hours per week from key stakeholders directly addresses this by allowing more time for meaningful engagement and clarification. Option B (reducing scope) may help but does not resolve the core issue of stakeholder availability; it might still result in missing critical features.

Option C (observation sessions) could uncover undocumented rules but does not directly improve stakeholder engagement in the iterative process. Option D (shifting to waterfall) conflicts with the sponsor's agile mandate and would not necessarily resolve the stakeholder availability constraint.

337
MCQmedium

A project manager is estimating activity durations. The team provides three estimates: optimistic 10 days, pessimistic 20 days, most likely 14 days. Using the PERT beta distribution, what is the expected duration?

A.14 days
B.14.67 days
C.15 days
D.14.33 days
AnswerD

Correct calculation using the PERT formula.

Why this answer

PERT expected = (O + 4M + P)/6 = (10 + 4*14 + 20)/6 = (10 + 56 + 20)/6 = 86/6 = 14.33 days.

338
MCQmedium

A software development project is using a predictive approach with a detailed project schedule based on the critical path method (CPM). The project is currently in the execution phase. The team reports that a critical task (Task X) is two weeks behind schedule. Task X has a total float of 0 and has two immediate successors: Task Y and Task Z, both of which are also on the critical path. The project manager has the ability to add resources to overlapping tasks. The project sponsor is concerned about the schedule delay and wants a recovery plan. The project manager needs to determine the best course of action to get the project back on track without impacting quality or budget excessively.

A.Reduce the scope of Task X to meet the original deadline.
B.Re-baseline the schedule to reflect the delay and inform the sponsor.
C.Crash Task X by adding more resources to complete it faster.
D.Fast-track the successors by starting them as soon as possible even if the predecessor is incomplete.
AnswerC

Crashing is appropriate for critical path tasks to reduce duration with additional resources.

Why this answer

Crashing Task X by adding resources is the most effective way to compress the schedule of a critical path task with zero float, directly addressing the two-week delay without altering scope or re-baselining. Fast-tracking successors (option D) risks rework and does not reduce the duration of Task X itself. Reducing scope (option A) compromises requirements, and re-baselining (option B) accepts the delay rather than recovering it.

Therefore, option C is correct.

339
Multi-Selectmedium

Which THREE are formal Scrum ceremonies (events) as defined in the Scrum Guide?

Select 3 answers
A.Sprint Planning.
B.Backlog refinement.
C.Daily Scrum.
D.Sprint Review.
E.Release planning.
AnswersA, C, D

Sprint Planning is a Scrum ceremony to plan the work for the sprint.

Why this answer

The Scrum Guide defines five formal events: Sprint Planning, Daily Scrum, Sprint Review, Sprint Retrospective, and the Sprint itself. Backlog refinement is not a formal ceremony; it is an ongoing activity. Release planning is not part of Scrum.

Therefore, the three correct ceremonies among the options are Sprint Planning (A), Daily Scrum (C), and Sprint Review (D).

340
MCQmedium

After deploying a new CRM system, the project team measures user adoption rates, number of support tickets, and average response time. This activity belongs to which business analysis domain?

A.Requirements Elicitation
B.Needs Assessment
C.Solution Evaluation
D.Requirements Traceability
AnswerC

Solution Evaluation assesses how well the solution meets business needs.

Why this answer

The activity of measuring user adoption rates, support tickets, and response time after deployment is part of Solution Evaluation, which assesses whether the solution meets business needs. Needs Assessment (B) occurs before solution selection. Requirements Elicitation (A) involves gathering requirements, not post-deployment measurement.

Requirements Traceability (D) is about tracking requirements throughout the project, not evaluating performance.

341
MCQeasy

A manufacturing company is implementing a new ERP system. The project team includes members from IT, finance, and operations. The organization uses a strong matrix structure. Recently, the project has been missing milestones because the operations manager frequently assigns urgent operational tasks to the operations team members, who are also assigned part-time to the project. The project manager has discussed this with the operations manager, but the situation continues. The project sponsor is concerned about the delays and wants a solution within two days. What should the project manager do?

A.Compress the project schedule by fast-tracking remaining activities.
B.Request that the functional managers allocate dedicated resources to the project for its duration.
C.Escalate the issue to the project sponsor and ask for intervention.
D.Document the issue in the issue log and update the risk register.
AnswerB

In a strong matrix, the PM can negotiate for dedicated resources to eliminate the conflict.

Why this answer

In a strong matrix organization, functional managers retain authority over their team members' assignments. Since the operations manager continues to pull operations staff for urgent tasks despite the project manager's discussion, the root cause is resource availability. The most effective solution is to request dedicated resources from the functional managers, ensuring the project has full-time commitment from key team members and eliminating the conflict that causes milestone delays.

Exam trap

PMI often tests the distinction between passive documentation (issue log/risk register) and active resolution; the trap here is that candidates choose D because it seems like proper process, but it fails to address the immediate need for a solution within two days as requested by the sponsor.

How to eliminate wrong answers

Option A is wrong because fast-tracking (performing activities in parallel) increases risk and does not address the root cause of resource unavailability; it may even worsen delays if resources are still pulled away. Option C is wrong because the project manager should first attempt to resolve resource conflicts at the functional manager level before escalating to the sponsor; escalation without first securing dedicated resources bypasses the proper chain of authority in a matrix structure. Option D is wrong because documenting the issue in the issue log and updating the risk register is a passive response that does not actively resolve the ongoing resource conflict; it fails to take corrective action to meet the sponsor's two-day deadline.

342
MCQmedium

Refer to the exhibit. What is the total float of Task B?

A.1 day
B.3 days
C.2 days
D.0 days
AnswerA

The critical path is A-C-D (11 days). Path A-B-D is 10 days, so float = 1 day.

Why this answer

Task B has a total float of 1 day because it lies on a non-critical path. The critical path (A-C-D) has a duration of 11 days, while the path containing Task B (A-B-D) has a duration of 10 days. Total float is calculated as the difference between the duration of the critical path and the duration of the path containing the task, which is 11 - 10 = 1 day.

Exam trap

The trap here is that candidates often mistakenly assume all tasks with dependencies have zero float, or they incorrectly calculate the path duration by omitting a task or misreading the diagram, leading them to pick 0 days or an inflated float value.

How to eliminate wrong answers

Option B (3 days) is wrong because it would require the path containing Task B to be 4 days shorter than the critical path, which is not the case. Option C (2 days) is wrong because it would imply a path duration of 5 days, but the actual path A-B-D-E is 6 days. Option D (0 days) is wrong because that would mean Task B is on the critical path, but the critical path is A-C-E (7 days), not A-B-D-E (6 days).

343
MCQhard

A business analyst is working on a regulatory compliance project with many diverse stakeholders. The analyst needs to categorize stakeholders based on their interest and influence to prioritize engagement. Which tool should the analyst use?

A.SWOT Analysis
B.Power/Interest Grid
C.RACI Matrix
D.Stakeholder Register
AnswerB

Directly maps stakeholders by power and interest for prioritization.

Why this answer

The Power/Interest Grid (Option B) is correct as it classifies stakeholders by power and interest to tailor engagement. SWOT Analysis (A) evaluates strengths, weaknesses, opportunities, threats. RACI Matrix (C) defines roles and responsibilities.

Stakeholder Register (D) lists stakeholders without categorization.

344
MCQmedium

A project manager is leading a requirements workshop for a new software system. The business analyst suggests using a technique that involves creating a visual representation of the sequence of steps in a business process. Which technique is being suggested?

A.Use case diagram
B.Mind map
C.Flow chart
D.Data flow diagram
AnswerC

Flow charts visually represent the sequence of steps in a process, ideal for business process modeling.

Why this answer

A flowchart is the correct technique because it visually represents the sequence of steps in a business process, using standardized symbols (e.g., ovals for start/end, rectangles for tasks, diamonds for decisions) to map the flow of activities. This aligns directly with the scenario of creating a visual representation of process steps during a requirements workshop.

Exam trap

The trap here is that candidates confuse a data flow diagram (DFD) with a flowchart because both use arrows and boxes, but DFDs model data movement and storage, not the sequential order of process steps.

How to eliminate wrong answers

Option A is wrong because a use case diagram shows interactions between actors and the system, not the sequential steps of a business process. Option B is wrong because a mind map is used for brainstorming and organizing ideas radially, not for depicting a step-by-step process flow. Option D is wrong because a data flow diagram focuses on the movement of data between external entities, processes, and data stores, not the sequence of steps in a business process.

345
MCQhard

A business analyst is facilitating a requirements workshop for a new regulatory compliance system. Stakeholders disagree on the priority of two requirements: Requirement X (must meet legal deadline) and Requirement Y (improves user efficiency). The project sponsor insists on including both, but the timeline is tight. What is the best approach to resolve this conflict?

A.Prioritize Requirement X because it is regulatory, and defer Requirement Y.
B.Escalate to the steering committee for a decision.
C.Include both requirements and extend the project deadline.
D.Conduct a feasibility study to evaluate trade-offs and present options.
AnswerD

A feasibility study provides objective data to guide decision-making.

Why this answer

Conducting a feasibility study allows the business analyst to objectively evaluate trade-offs between Requirement X (regulatory compliance) and Requirement Y (user efficiency) within the tight timeline. This approach provides data-driven options (e.g., scope adjustments, resource reallocation) to the project sponsor, enabling an informed decision without prematurely sacrificing either requirement or escalating unnecessarily. It aligns with the BABOK® Guide's principle of collaborative decision-making through analysis rather than assumption.

Exam trap

PMI often tests the misconception that regulatory requirements must always be prioritized over user efficiency, but the trap here is that the best approach is to analyze trade-offs first (feasibility study) rather than making a unilateral decision or escalating prematurely.

How to eliminate wrong answers

Option A is wrong because it assumes regulatory requirements always take precedence without analyzing the actual impact of deferring Requirement Y, which could lead to user adoption failures and rework costs later. Option B is wrong because escalating to the steering committee bypasses the business analyst's role to facilitate trade-off analysis and present options, and the sponsor has already expressed a preference for both requirements. Option C is wrong because extending the project deadline without first evaluating feasibility ignores the sponsor's constraint of a tight timeline and may introduce scope creep or resource conflicts.

346
MCQhard

Refer to the exhibit. A business analyst is troubleshooting a performance issue reported by users. The ping and traceroute show successful connectivity to the server at 10.0.0.1. Despite this, the application response is slow. Which analysis step should the analyst take next?

A.Reboot the server
B.Check the server CPU utilization
C.Increase bandwidth
D.Verify DNS resolution
AnswerB

High CPU usage could cause slow responses, and network is fine, so server resources are the logical next check.

Why this answer

Since network connectivity is confirmed, the next step is to investigate server-side performance, such as CPU utilization, to identify bottlenecks.

347
MCQeasy

Refer to the exhibit. The team's velocity is 30 points per sprint, and they have already committed to stories totaling 22 points. What is the team's remaining capacity for this sprint?

A.22 points
B.30 points
C.8 points
D.52 points
AnswerC

30 - 22 = 8 points remaining capacity.

Why this answer

The team's remaining capacity is the difference between their velocity (30 points) and the work already committed (22 points), so 30 - 22 = 8 points. Option C is correct. Option A (22 points) is the committed work, not remaining capacity.

Option B (30 points) is the full velocity. Option D (52 points) adds them instead of subtracting.

348
Multi-Selectmedium

Which TWO of the following are considered examples of enterprise environmental factors (EEFs)?

Select 2 answers
A.Government regulations
B.Project charter
C.Company culture
D.Lessons learned from previous projects
E.Work breakdown structure template
AnswersA, C

Government regulations are external EEFs that the project must comply with.

Why this answer

Options A and C are correct because company culture and government regulations are external or internal factors that affect the project but are not part of organizational process assets. Lessons learned and templates are organizational process assets. The project charter is an output of the project.

349
MCQeasy

A business analyst is planning stakeholder engagement for a new regulatory compliance project. To ensure stakeholder buy-in and minimize risks, when should the business analyst involve key stakeholders?

A.Only during requirements gathering
B.Only at project sign-off
C.Early and continuously throughout the project
D.After the solution is developed
AnswerC

Continuous engagement ensures alignment and reduces rework.

Why this answer

Engaging stakeholders early and often is a best practice to gather accurate requirements, manage expectations, and reduce risks. Involving them only at sign-off or after development leads to rework and dissatisfaction.

350
Multi-Selecteasy

Which THREE are components of the project management plan?

Select 3 answers
A.Risk register
B.Cost baseline
C.Stakeholder register
D.Scope baseline
E.Schedule baseline
AnswersB, D, E

Part of the project management plan, defines the budget.

Why this answer

The cost baseline (B), scope baseline (D), and schedule baseline (E) are components of the project management plan. The risk register (A) and stakeholder register (C) are project documents, not part of the plan.

351
MCQeasy

A project team is using a colocation (war room) technique. What is the primary benefit?

A.Lower project costs
B.Reduced project risk
C.Improved communication and collaboration among team members
D.Faster decision making
AnswerC

Colocation fosters face-to-face communication, enhancing teamwork.

Why this answer

Colocation, also known as a war room, physically brings team members together to enhance communication and collaboration. This is the primary benefit as it reduces misunderstandings and fosters teamwork. Option C is correct.

Option A (lower project costs) is not a direct benefit; colocation often increases costs due to travel or facility expenses. Option B (reduced project risk) is not the primary benefit; while improved communication may help identify risks earlier, it is secondary. Option D (faster decision making) is a positive outcome of improved communication but not the primary benefit.

352
MCQeasy

Refer to the exhibit. If Activity B takes 2 extra days, what is the impact on the project finish date?

A.2 days delay
B.No impact
C.1 day delay
D.1 day early
AnswerA

The critical path increases by 2 days, delaying the finish date by 2 days.

Why this answer

Original critical path: A-B-C = 5+4+3=12 days; A-D = 11 days. After B takes 2 extra days, A-B-C = 5+6+3=14 days, still the longest path. Therefore, project finish is delayed by 2 days (from day 12 to day 14).

353
MCQmedium

A project manager is reviewing the business case for a new initiative. Which document should the project manager create to define how the project will deliver the expected benefits?

A.Project charter
B.Benefits management plan
C.Stakeholder register
D.Scope baseline
AnswerB

This plan outlines benefit realization.

Why this answer

The benefits management plan describes how and when benefits will be realized. Option A is wrong because the project charter authorizes the project. Option C is wrong because the stakeholder register lists stakeholders.

Option D is wrong because the scope baseline is part of the project management plan.

354
MCQhard

You are a senior business analyst on a multi-year program to overhaul the customer service operations. The program uses a tailored framework combining elements from BABOK and Agile. During the transition phase, you discover that the requirements traceability matrix is incomplete; many requirements are not linked to test cases or business objectives. The project manager is concerned about regulatory compliance and wants to ensure all requirements are validated. The testing team is falling behind schedule. As the business analyst, what is the most critical action to take?

A.Prioritize linking high-risk regulatory requirements to both test cases and business objectives first.
B.Focus on linking all requirements to test cases and ignore business objectives for now.
C.Stop all work and conduct a comprehensive audit of the traceability matrix.
D.Ask the project manager to extend the schedule for testing to accommodate incomplete traceability.
AnswerA

Targeting highest risk ensures compliance where most critical and manages time efficiently.

Why this answer

The most critical action because it addresses regulatory compliance by focusing on high-risk requirements first, linking them to both test cases and business objectives. This ensures that the most critical gaps are filled efficiently, without delaying the testing team unnecessarily. Option B is incorrect because ignoring business objectives undermines validation and traceability.

Option C is too extreme; a full audit would halt progress and waste time. Option D passes the problem to the project manager without solving the immediate compliance risk.

355
MCQeasy

A team is new to Agile and wants to implement a framework that emphasizes iterative development, time-boxed iterations, and a prioritized backlog. Which framework should they adopt?

A.Kanban
B.Scrum
C.Lean
D.Extreme Programming (XP)
AnswerB

Scrum fits the description perfectly.

Why this answer

Scrum is the correct framework because it explicitly prescribes time-boxed iterations (sprints), a prioritized backlog (Product Backlog), and iterative development through defined events like Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective. This aligns directly with the team's requirements for a structured Agile framework that enforces these core practices.

Exam trap

PMI often tests the distinction between frameworks that emphasize flow (Kanban) versus those that emphasize time-boxed iterations (Scrum), leading candidates to mistakenly choose Kanban because they associate it with Agile without recognizing its lack of fixed iterations and prioritized backlog.

How to eliminate wrong answers

Option A (Kanban) is wrong because Kanban focuses on continuous flow and visualizing work in progress (WIP) without requiring time-boxed iterations or a formally prioritized backlog; it uses a pull system rather than fixed-length sprints. Option C (Lean) is wrong because Lean is a set of principles (e.g., eliminate waste, amplify learning) derived from Toyota Production System, not a specific framework with time-boxed iterations and a backlog; it lacks prescribed ceremonies. Option D (Extreme Programming (XP)) is wrong because while XP emphasizes iterative development and customer involvement, its primary focus is on engineering practices (e.g., pair programming, test-driven development, continuous integration) and does not mandate a prioritized backlog or time-boxed iterations as its central mechanism.

356
Multi-Selectmedium

In a predictive project management approach, which TWO artifacts are components of the project management plan?

Select 2 answers
A.Schedule baseline
B.Lessons learned register
C.Requirements traceability matrix
D.Work breakdown structure dictionary
E.Project charter
AnswersA, D

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

Why this answer

The schedule baseline (option A) is a component of the project management plan as it represents the approved schedule model used to measure performance. The work breakdown structure dictionary (option D) is also a component, as it provides detailed information about each WBS element and is part of the scope baseline, which is a key component of the project management plan. In predictive (waterfall) project management, both baselines are formally integrated into the plan and are subject to change control processes.

Exam trap

The trap here is that candidates often confuse project documents (like the lessons learned register or requirements traceability matrix) with components of the project management plan, but the PMBOK Guide clearly distinguishes between the two categories, and the exam expects you to know which artifacts are formally part of the plan versus supporting documents.

357
MCQmedium

A project is behind schedule and over budget. The sponsor asks the project manager to reduce costs without affecting the end date. Which constraint should the project manager consider adjusting?

A.Scope
B.Quality
C.Time
D.Resources
AnswerA

Reducing scope can lower costs while maintaining schedule.

Why this answer

Reducing scope can lower costs without extending time, though it may affect quality. Option B is wrong because reducing quality directly may violate standards. Option C is wrong because extending time would not reduce costs.

Option D is wrong because resources increase costs.

358
Multi-Selectmedium

Which THREE activities are part of the Sprint Planning meeting in Scrum?

Select 3 answers
A.Selecting which Product Backlog items will be done in the Sprint.
B.Defining the Sprint Goal.
C.Creating a detailed release plan.
D.Estimating the effort of all items in the Product Backlog.
E.Decomposing selected items into tasks.
AnswersA, B, E

The team selects items from the Product Backlog to forecast for the Sprint.

Why this answer

Options A, B, and E are correct. Sprint Planning involves selecting Product Backlog items that will be done in the Sprint (A), defining a Sprint Goal (B), and decomposing selected items into tasks (E). Option C (creating a detailed release plan) is not part of Sprint Planning; release planning is typically a higher-level activity.

Option D (estimating the effort of all items in the Product Backlog) is done during Product Backlog refinement, not Sprint Planning.

359
MCQhard

A project manager sees this git log output. The team is delivering features in small increments. Which project life cycle phase does the 'Fix login bug' commit represent?

A.Initiating
B.Executing
C.Planning
D.Closing
AnswerB

Executing involves performing the work including bug fixes.

Why this answer

Fixing a bug is part of the Executing process group, where the project team performs the work of the project. Option A is incorrect because Initiating is about defining and authorizing the project. Option C is incorrect because Planning involves defining scope, objectives, and course of action.

Option D is incorrect because Closing involves finalizing all activities and transferring deliverables.

360
MCQeasy

Which of the following best defines a project?

A.An ongoing process to produce the same product repeatedly.
B.A set of tasks that can be completed in any order.
C.A temporary endeavor undertaken to create a unique product, service, or result.
D.A routine operation with a defined start and end.
AnswerC

This is the PMBOK definition of a project.

Why this answer

The Project Management Institute (PMI) defines a project as 'a temporary endeavor undertaken to create a unique product, service, or result.' The key characteristics are temporality (definite start and end) and uniqueness (the output is different from all other products or services). This definition is foundational to the CAPM exam and distinguishes projects from operations.

Exam trap

The trap here is that candidates confuse a project with a routine operation (Option D) because both have a start and end, but they fail to recognize that operations are ongoing and produce the same result, while projects are temporary and unique.

How to eliminate wrong answers

Option A is wrong because it describes an ongoing process or operations, which are repetitive and continuous, not temporary with a unique output. Option B is wrong because projects require tasks to be performed in a specific, logical order (often defined by dependencies and the Work Breakdown Structure), not in any order. Option D is wrong because while it mentions a defined start and end, it incorrectly labels a project as a 'routine operation'; routine operations are ongoing and produce the same result repeatedly, whereas projects are temporary and unique.

361
Matchingmedium

Match each knowledge area to its primary process.

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

Concepts
Matches

Collect Requirements

Develop Schedule

Estimate Costs

Identify Risks

Plan Communications

Why these pairings

Each knowledge area has a planning process that establishes the approach for that area. Common confusions arise from mixing up similar-sounding planning processes. The correct matches are Scope→Plan Scope Management, Time→Plan Schedule Management, Cost→Plan Cost Management, and Quality→Plan Quality Management.

362
MCQhard

An organization is considering a new software development project. The business analyst is asked to determine if the project is financially viable. Which analysis is most appropriate?

A.Cost-Benefit Analysis
B.Feasibility Study
C.Business Case
D.SWOT Analysis
AnswerA

Correct: CBA specifically measures financial viability.

Why this answer

Cost-Benefit Analysis directly assesses financial viability by comparing costs and benefits. Feasibility Study is broader, SWOT evaluates environment, and Business Case justifies the project but may not focus solely on financials.

363
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

A business case must include a cost-benefit analysis and financial metrics to justify the investment and demonstrate the project's value. Option A (user stories and acceptance criteria) are part of requirements documentation, not the business case. Option B (project milestones and deliverables) are part of the project management plan, not the business case.

Option D (risk register and risk responses) is part of the risk management plan, not the business case.

364
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

$40,000. EMV = Probability * Impact = 0.8 * $50,000 = $40,000. Option A ($10,000) incorrectly uses a probability of 0.2.

Option B ($50,000) uses the impact alone without probability. Option C ($80,000) is likely from multiplying 0.8 by $100,000 or a calculation error.

365
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

A CPI of 0.85 indicates that for every dollar spent, only $0.85 of value is earned, meaning the project is over budget (cost overrun). An SPI of 0.90 indicates that the project is progressing at 90% of the planned rate, meaning it is behind schedule. Therefore, option D is correct: the project is over budget and behind schedule.

Options A, B, and C are incorrect because they contradict these EVM interpretations.

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

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

368
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, the primary goal of every sprint, including the first, is to deliver a potentially releasable increment of the product. Option C is correct because delivering a small but complete user story that adds value ensures the team practices the full Scrum cycle—from backlog refinement to definition of done—while producing a tangible outcome that satisfies the product owner's need for visible progress. This approach balances team learning with value delivery, which is the core purpose of an agile iteration.

Exam trap

The trap here is that candidates confuse 'learning the codebase' with 'no deliverable,' and choose Option B or D, but Scrum mandates a potentially releasable increment every sprint, even the first, to enforce inspect-and-adapt cycles.

How to eliminate wrong answers

Option A is wrong because creating a detailed design document for the entire release violates agile principles of just-in-time planning and iterative development; it delays value delivery and assumes requirements are stable, which contradicts the empirical process control of Scrum. Option B is wrong because focusing exclusively on setting up the development environment and CI/CD pipeline, while important, does not constitute a potentially releasable increment; the sprint goal must include a deliverable that provides business value, not just technical infrastructure. Option D is wrong because skipping the sprint goal removes the time-boxed commitment and focus that drives agile teams; learning occurs naturally during the sprint, but without a goal, the team cannot inspect and adapt based on a working increment.

369
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

Test-driven development (TDD) (option B) and pair programming (option C) are core practices of Extreme Programming (XP). TDD involves writing automated tests before writing the code, and pair programming involves two programmers working together at one workstation. The other options are not XP core practices: Sprint review (A) is a Scrum ceremony, product backlog grooming (D) is a Scrum activity, and retrospectives (E) are also a Scrum event.

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

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

372
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

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.

373
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

In a predictive project life cycle, the scope is defined and fixed early in the project, while the time and cost are estimated based on that scope. Therefore, Option B correctly states that scope is fixed and time and cost are estimated. Option A is incorrect because not all three are fixed; time and cost are estimates.

Option C is incorrect because it describes an adaptive life cycle where scope is variable, not predictive. Option D is incorrect because scope is not variable in predictive life cycles.

374
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

The five process groups are Initiating, Planning, Executing, Monitoring and Controlling, and Closing. Each has a distinct purpose: Initiating authorizes, Planning defines scope and plan, Executes performs work, M&C tracks and adjusts, Closing formalizes completion.

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

Page 4

Page 5 of 7

Page 6

All pages