Courseiva

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

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

Page 6

Page 7 of 7

451
MCQeasy

A project manager is developing the project schedule for a construction project. The team has identified all activities and their dependencies. Which tool should the project manager use to determine the critical path?

A.Work breakdown structure (WBS)
B.Critical path method (CPM)
C.Program Evaluation and Review Technique (PERT)
D.Gantt chart
AnswerB

CPM calculates the critical path.

Why this answer

The Critical Path Method (CPM) is the correct tool because it calculates the longest path through the project network diagram by analyzing activity durations and dependencies, identifying which activities have zero float and thus determine the project's minimum completion time. The question specifically asks for determining the critical path, which is the core output of CPM, not just visualizing or estimating durations.

Exam trap

The trap here is that candidates confuse PERT with CPM because both use network diagrams, but PERT is for probabilistic duration estimation while CPM is specifically for identifying the critical path via float calculations.

How to eliminate wrong answers

Option A is wrong because the Work Breakdown Structure (WBS) is a hierarchical decomposition of project deliverables and work packages, not a scheduling tool; it does not include dependencies or durations needed to calculate the critical path. Option C is wrong because Program Evaluation and Review Technique (PERT) is a probabilistic method for estimating activity durations using optimistic, pessimistic, and most likely times, but it does not directly determine the critical path; CPM is the deterministic method for that. Option D is wrong because a Gantt chart is a visual bar chart showing activities over time, but it does not perform the forward/backward pass calculations required to identify the critical path; it merely displays the schedule after CPM analysis.

452
MCQeasy

A project manager is defining the business analysis approach for a new software development project. The stakeholders are located in different countries and have varying levels of technical expertise. Which business analysis framework is most suitable for ensuring effective communication and collaboration?

A.Agile
B.PRINCE2
C.Lean
D.Waterfall
AnswerA

Agile promotes continuous collaboration and adaptability.

Why this answer

Agile emphasizes iterative communication and collaboration, making it ideal for distributed teams with diverse expertise.

453
MCQhard

During Sprint Planning, the team realizes the password reset story involves a third-party email service that has not been integrated yet. The team has no experience with that service. What is the best action?

A.Accept the story and figure it out during the Sprint.
B.Create a time-boxed spike to research the integration.
C.Add more developers to the team for this Sprint.
D.Remove the story from the Product Backlog.
AnswerB

A spike reduces uncertainty and informs estimation.

Why this answer

The team has no experience with the third-party email service, and integrating it involves unknown technical risks. A time-boxed spike (Option B) is the best action because it allows the team to research the integration within a defined timebox, reducing uncertainty before committing to the story in a Sprint. This aligns with the Scrum principle of managing risk through validated learning, not through guesswork or scope changes.

Exam trap

PMI often tests the misconception that 'just figure it out during the Sprint' (Option A) is acceptable, but the CAPM expects you to recognize that unknown technical risks require a spike to protect the Sprint Goal and avoid waste.

How to eliminate wrong answers

Option A is wrong because accepting the story without understanding the third-party service's API, authentication (e.g., OAuth 2.0), or rate limits risks incomplete work and Sprint failure. Option C is wrong because adding more developers does not resolve the lack of knowledge about the email service's integration specifics; it may even increase coordination overhead without addressing the root cause. Option D is wrong because removing the story from the Product Backlog is premature; the story has business value, and a spike can provide the necessary research to proceed.

454
MCQmedium

A project manager identifies a risk that could cause a 10-day delay. The probability of occurrence is 30%. What is the expected monetary value (EMV) of this risk?

A.3 days
B.10 days
C.0.3 days
D.30 days
AnswerA

EMV = 0.3 × 10 = 3 days.

Why this answer

EMV is calculated as Probability × Impact. Here, 0.3 × 10 days = 3 days. EMV is used to quantify risk in monetary terms, but in this case impact is in days.

455
Multi-Selecteasy

Which TWO of the following are commonly used requirements elicitation techniques?

Select 2 answers
A.Monte Carlo Simulation
B.Prototyping
C.Parametric Estimating
D.Brainstorming
E.Variance Analysis
AnswersB, D

Prototyping allows stakeholders to interact with a model to refine requirements.

Why this answer

Brainstorming and Prototyping are direct elicitation techniques. Variance Analysis, Monte Carlo Simulation, and Parametric Estimating are from other knowledge areas (monitoring, risk, cost).

456
MCQeasy

Refer to the exhibit. A business analyst has documented the current and target states for invoice processing. What business analysis technique is being used?

A.Feasibility study
B.SWOT analysis
C.Gap analysis
D.Root cause analysis
AnswerC

Gap analysis compares current and desired states to identify differences.

Why this answer

The business analyst is comparing the current state and target state of invoice processing to identify the differences or gaps that need to be addressed. This is the core definition of gap analysis, which is a technique used to determine the steps required to move from the current state to the desired future state. The exhibit explicitly shows a 'Current State' and 'Target State' for invoice processing, making gap analysis the correct technique.

Exam trap

The trap here is that candidates may confuse gap analysis with root cause analysis because both involve analyzing problems, but gap analysis focuses on the difference between current and target states, while root cause analysis digs into the origin of a single problem.

How to eliminate wrong answers

Option A is wrong because a feasibility study assesses whether a project or solution is viable in terms of cost, time, and resources, not by comparing current and target states. Option B is wrong because SWOT analysis evaluates internal Strengths and Weaknesses and external Opportunities and Threats, not a direct comparison of current and target process states. Option D is wrong because root cause analysis is used to identify the underlying cause of a problem or defect, not to document the difference between current and target states.

457
MCQeasy

Refer to the exhibit. Based on the server health check, which requirement is most likely to be triggered?

A.Add more memory
B.Replace the server
C.Increase CPU capacity
D.Expand disk space on /var/log
AnswerD

Correct: Disk usage at 92% with critical error.

Why this answer

The error message indicates a critical disk space issue on /var/log, so expanding disk space is the most likely requirement. CPU and memory are within normal ranges, and replacing the server is premature.

458
MCQhard

A financial services company is adopting Scrum for a critical compliance project. The team has six developers, one product owner, and one Scrum Master. After three sprints, the product owner is frustrated because the team has only delivered 40% of the planned features. The team says they are working full capacity but keep getting interrupted by urgent production support requests from the operations team. The Scrum Master notices that the team’s velocity is dropping each sprint. The product owner insists on increasing the sprint length from two weeks to four weeks to allow more time for delivery. However, the compliance deadline is fixed. The Scrum Master must recommend a course of action. What should the Scrum Master do?

A.Ask the product owner to prioritize production support requests as part of the sprint backlog and limit work in progress
B.Instruct the team to work overtime to meet the original sprint commitments
C.Increase the sprint length to four weeks to give the team more time to complete work
D.Remove the Scrum Master position to save costs and let the team self-manage
AnswerA

This acknowledges support work as legitimate and helps the team focus by limiting multitasking.

Why this answer

It addresses the root cause of the team's velocity drop: unplanned production support requests. By asking the Product Owner to prioritize these requests into the sprint backlog, the team can formally account for the work, limit work in progress (WIP), and maintain a sustainable pace. This aligns with Scrum's principle of transparency and allows the team to make realistic commitments while still protecting the fixed compliance deadline.

Exam trap

The trap here is that candidates may think extending the sprint length (Option C) will give the team more time to complete work, but they fail to recognize that it does not address the root cause of interruptions and actually reduces the frequency of feedback and adaptation, which is critical for meeting a fixed deadline.

How to eliminate wrong answers

Option B is wrong because instructing the team to work overtime is unsustainable, violates the Agile principle of a sustainable pace, and will likely lead to burnout and further velocity drops. Option C is wrong because increasing the sprint length to four weeks does not eliminate the interruptions; it only delays the feedback loop and reduces the team's ability to inspect and adapt, which is critical for a fixed compliance deadline. Option D is wrong because removing the Scrum Master position removes the servant-leader who facilitates the Scrum process, removes impediments (like the production support interruptions), and helps the team self-manage; it would not solve the problem and would likely worsen the situation.

459
MCQeasy

In Kanban, the team is experiencing frequent bottlenecks at the testing stage. Which practice should they adopt to improve flow?

A.Increase the batch size of work items.
B.Conduct daily stand-up meetings.
C.Add more testers to the testing phase.
D.Limit the WIP at each stage, especially testing.
AnswerD

WIP limits expose bottlenecks and encourage flow.

Why this answer

In Kanban, limiting Work in Progress (WIP) at each stage is a core practice to expose bottlenecks and improve flow. By capping the number of items allowed in testing, the team prevents work from piling up, forcing them to finish existing tasks before pulling new ones. This directly addresses the frequent bottlenecks by making the constraint visible and actionable, enabling the team to focus on completing testing rather than starting more work.

Exam trap

The trap here is that candidates often confuse adding more testers (Option C) as a quick fix for a bottleneck, but the CAPM exam emphasizes that Kanban focuses on limiting WIP to expose and address constraints rather than simply adding resources.

How to eliminate wrong answers

Option A is wrong because increasing batch size of work items typically increases cycle time and variability, worsening bottlenecks rather than improving flow. Option B is wrong because daily stand-up meetings are a Scrum event for coordination and impediment identification, but they do not directly control or limit the amount of work in progress to alleviate a specific bottleneck. Option C is wrong because adding more testers to the testing phase may provide temporary relief but does not address the systemic flow issue; it often leads to increased coordination overhead and can mask the root cause of the bottleneck, violating the Kanban principle of making policies explicit and improving the system rather than adding resources.

460
MCQhard

You are the project manager for a large infrastructure project using a predictive plan-based methodology. The project has a critical path duration of 200 days. After 50 days of execution, a major delay occurs on a critical path activity due to unforeseen ground conditions, adding 20 days to that activity. The project has no float on the critical path. The sponsor requests a recovery plan to bring the project back on schedule. The team proposes two options: (1) crash activity X on the critical path by adding overtime, costing $10,000 and saving 5 days; (2) fast-track activity Y and Z by starting Y earlier, saving 10 days but increasing risk. What is the BEST integrated approach?

A.Crash activity X to gain 5 days, then accept the 15-day delay and request a schedule baseline change.
B.Implement only the fast-tracking option to save 10 days, then accept the remaining 10-day delay.
C.Implement only the crashing option to save 5 days, and then use management reserves to absorb the remaining 15 days.
D.Fast-track activities Y and Z to gain 10 days, crash activity X to gain 5 days, then negotiate a schedule change for the remaining 5 days.
AnswerD

Combines two compression techniques to recover most of the delay, then formally adjusts the schedule.

Why this answer

The project is delayed by 20 days on the critical path. The team proposes two recovery techniques: crashing (cost $10,000, saves 5 days) and fast-tracking (saves 10 days, increases risk). Option D combines both techniques to recover 15 days (10+5), then negotiates a schedule change for the remaining 5 days.

This is the most effective integrated approach because it maximizes recovery while acknowledging the need for a baseline change for the remainder. Option A only crashes, saving only 5 days, leaving 15 days delay, and requires a baseline change; it does not utilize fast-tracking. Option B only fast-tracks, saving 10 days, leaving 10 days delay; it does not use crashing.

Option C crashes but then uses management reserves, which are typically for unforeseen risks, not for recovery from known delays; management reserves should not be used to absorb planned recovery shortfall. Therefore, D is correct.

461
MCQhard

A team using Scrum has a velocity of 30 story points per Sprint. The Product Owner wants to plan for the next release with 150 story points of work remaining. The team is stable. Which release planning approach aligns with agile principles?

A.Plan the first Sprint in detail and forecast the rest using velocity.
B.Create a detailed schedule with buffers.
C.Commit to delivering all 150 points in exactly 5 Sprints.
D.Plan work in detail for all 5 Sprints now.
AnswerA

This approach uses empirical data for forecasting while keeping detailed planning short-term.

Why this answer

It aligns with agile principles of iterative planning and empirical data: plan the first Sprint in detail based on the team's capacity and use velocity to forecast the remaining Sprints, acknowledging that estimates may change. Option B is incorrect because detailed schedules with buffers are a traditional, plan-driven approach. Option C is incorrect because committing to a fixed number of Sprints ignores variability and violates agile's embrace of change.

Option D is incorrect because detailed planning for all Sprints upfront is wasteful and contradicts agile's just-in-time planning.

462
MCQeasy

In a Kanban system, what is the primary purpose of limiting Work in Progress (WIP)?

A.To identify bottlenecks and improve flow by preventing overloading.
B.To assign work to the most available team member.
C.To measure the team's velocity accurately.
D.To ensure each work item has high quality before moving to the next stage.
AnswerA

WIP limits reveal bottlenecks when a column hits its limit, prompting the team to address the constraint and improve flow.

Why this answer

In Kanban, limiting Work in Progress (WIP) is primarily to identify bottlenecks and improve flow by preventing overloading of the system. Option A correctly states this purpose. Option B is incorrect because WIP limits do not assign work to team members; work is pulled based on capacity.

Option C is incorrect because velocity is a Scrum metric, not directly measured by WIP limits in Kanban. Option D is incorrect because while quality may improve indirectly, the primary purpose is flow management, not ensuring individual work item quality.

463
Multi-Selectmedium

Which TWO of the following are true regarding a project's life cycle?

Select 2 answers
A.Hybrid life cycles combine predictive and adaptive approaches.
B.Adaptive life cycles are only used for software projects.
C.Predictive life cycles are also called waterfall.
D.All projects have the same number of phases.
E.The project life cycle defines the product life cycle.
AnswersA, C

Hybrid life cycles blend elements of both predictive and adaptive to suit project needs.

Why this answer

Hybrid life cycles intentionally blend predictive (plan-driven) and adaptive (iterative) approaches to leverage the strengths of both. For example, a project might use a predictive phase for requirements gathering and high-level design, then switch to adaptive sprints for development and testing. This allows flexibility in execution while maintaining upfront planning where needed.

Exam trap

The trap here is that candidates often confuse the project life cycle with the product life cycle, assuming they are the same or that the project life cycle defines the product life cycle, when in fact the product life cycle is the broader umbrella.

464
MCQeasy

A project manager is creating the project schedule. The team estimates that the optimistic time for an activity is 10 days, the pessimistic time is 30 days, and the most likely time is 15 days. Using PERT three-point estimation, what is the expected duration?

A.16.67 days
B.18.33 days
C.20.00 days
D.15.00 days
AnswerA

Correct calculation using PERT formula.

Why this answer

The PERT three-point estimate formula is (Optimistic + 4×Most Likely + Pessimistic) / 6. Plugging in the values: (10 + 4×15 + 30) / 6 = (10 + 60 + 30) / 6 = 100 / 6 = 16.67 days. This weighted average gives more influence to the most likely estimate, reflecting a beta distribution.

Exam trap

The trap here is that candidates often use a simple arithmetic mean (average) instead of the weighted PERT formula, leading them to select 18.33 days (Option B).

How to eliminate wrong answers

Option B (18.33 days) is wrong because it results from using a simple average (10+15+30)/3 = 18.33, ignoring the PERT weighting factor of 4 for the most likely time. Option C (20.00 days) is wrong because it incorrectly uses the midpoint between optimistic and pessimistic (10+30)/2 = 20, which disregards the most likely estimate entirely. Option D (15.00 days) is wrong because it assumes the expected duration equals the most likely time, failing to account for the influence of optimistic and pessimistic extremes.

465
MCQeasy

A business analyst is selecting a business analysis framework for a small project with limited budget. Which framework characteristic is most important to consider?

A.Scalability to fit the project size and complexity
B.Alignment with industry standards
C.Comprehensiveness to cover all possible scenarios
D.Integration with existing project management tools
AnswerA

Scalability allows the framework to be adapted without waste.

Why this answer

For a small project with a limited budget, the most important characteristic of a business analysis framework is scalability, because it allows the framework to be tailored to the project's size and complexity without incurring unnecessary overhead or costs. A framework that is too rigid or comprehensive would waste resources on activities that do not add value for a small project, while a scalable approach ensures that only essential analysis tasks are performed. This directly aligns with the principle of 'just enough' business analysis, which is critical when budget constraints are tight.

Exam trap

The trap here is that candidates often choose 'comprehensiveness' (Option C) because they assume a framework must cover all scenarios to be effective, but the CAPM exam tests the understanding that frameworks must be tailored to project constraints, and for a small budget, scalability is the key enabler of cost efficiency.

How to eliminate wrong answers

Option B is wrong because alignment with industry standards, while beneficial for consistency and interoperability, is not the most critical factor when budget is limited; a small project can still succeed without strict adherence to standards if the framework is scalable. Option C is wrong because comprehensiveness to cover all possible scenarios would introduce excessive documentation and analysis activities, driving up costs and time, which is counterproductive for a small project with a limited budget. Option D is wrong because integration with existing project management tools is a convenience feature, not a primary driver; a scalable framework can be adapted to work with minimal tooling, and forcing integration could add unnecessary expense.

466
MCQeasy

A business analyst is working on a project to develop a mobile banking application. During the requirements analysis phase, the BA creates a set of user stories and acceptance criteria. The BA then conducts a peer review with the development team. The team points out that the stories are too large and vague to estimate. The BA needs to refine the requirements to make them actionable. The project is using an agile methodology with two-week sprints. What should the BA do?

A.Split the large user stories into smaller, more specific stories with acceptance criteria.
B.Add more detail to the existing user stories and acceptance criteria.
C.Create a prototype to clarify requirements and then rewrite stories.
D.Ask the development team to re-estimate the stories as they are.
AnswerA

Splitting stories makes them estimable and sprint-ready.

Why this answer

In agile methodologies, user stories must be small enough to fit within a single sprint and provide clear, testable acceptance criteria for estimation and development. Splitting large, vague stories into smaller, specific stories with acceptance criteria directly addresses the team's inability to estimate, enabling accurate sprint planning and incremental delivery. This aligns with the INVEST principle (Independent, Negotiable, Valuable, Estimable, Small, Testable) for effective user stories.

Exam trap

PMI often tests the misconception that adding more detail or creating a prototype is sufficient to make stories actionable, but the core agile requirement is that stories must be small enough to be estimable and completed within a single sprint.

How to eliminate wrong answers

Option B is wrong because simply adding more detail to existing large stories does not reduce their size; they remain too large for a two-week sprint and still cannot be reliably estimated. Option C is wrong because creating a prototype is a discovery technique that may clarify requirements but does not inherently produce actionable, estimable user stories; it adds an extra step and delays refinement. Option D is wrong because asking the team to re-estimate stories that are known to be too large and vague will yield unreliable estimates, violating the core agile principle that stories must be estimable to be planned.

467
MCQhard

Before approving a major IT system upgrade, the steering committee wants to understand whether the proposed solution is technically feasible and aligns with the organization's strategic goals. The business analyst should recommend conducting which type of analysis?

A.Feasibility study
B.Business case development
C.Return on investment (ROI) analysis
D.SWOT analysis
AnswerA

Feasibility study evaluates viability before significant investment.

Why this answer

A feasibility study assesses technical, economic, and operational viability before committing to a project. A business case is built after feasibility; ROI analysis is part of the business case; SWOT analysis is for strategic positioning.

468
MCQmedium

In a project to implement a new customer relationship management (CRM) system, the business analyst needs to understand the current workflows and identify areas for improvement. Which technique should be used?

A.Document analysis
B.Process modeling
C.Benchmarking
D.Root cause analysis
AnswerB

Process modeling captures current workflows and identifies improvement opportunities.

Why this answer

Process modeling is the correct technique because it visually maps out the current workflows, showing the sequence of activities, decision points, and handoffs in the CRM system. This allows the business analyst to identify inefficiencies, bottlenecks, and areas for improvement in the existing processes before designing the new system.

Exam trap

The trap here is that candidates often confuse 'document analysis' (reviewing existing materials) with 'process modeling' (creating a visual representation of workflows), leading them to pick A when the question specifically asks for a technique to understand and improve workflows.

How to eliminate wrong answers

Option A is wrong because document analysis involves reviewing existing documentation (e.g., user manuals, process documents) to gather information, but it does not actively model or visualize workflows to identify improvement areas. Option C is wrong because benchmarking compares performance metrics against industry standards or competitors, which is useful for setting targets but not for understanding current internal workflows. Option D is wrong because root cause analysis is used to identify the underlying causes of a specific problem or defect, not to map and analyze entire workflows for improvement.

469
MCQhard

A project manager is estimating activity durations for a software development project. The team has historical data from similar projects, but the current project involves new technology that could cause delays. Which estimating technique should the project manager use to account for uncertainty?

A.Parametric estimating
B.Analogous estimating
C.Three-point estimating
D.Bottom-up estimating
AnswerC

Incorporates uncertainty via three values.

Why this answer

Three-point estimating (C) is correct because it explicitly accounts for uncertainty by using optimistic, most likely, and pessimistic estimates. The new technology introduces unknown risks, making the triangular or PERT distribution ideal for modeling the potential delay range.

Exam trap

The trap here is that candidates often choose analogous estimating (B) because it seems quick and uses past data, but they miss that new technology invalidates the similarity assumption, making three-point estimating the correct choice for uncertainty.

How to eliminate wrong answers

Option A is wrong because parametric estimating uses statistical relationships between historical data and variables (e.g., lines of code per hour) but does not inherently model uncertainty from novel technology. Option B is wrong because analogous estimating relies on historical data from similar projects, which is less reliable when new technology introduces unknown delays. Option D is wrong because bottom-up estimating aggregates detailed estimates from individual work packages, but it does not incorporate a formal uncertainty range unless combined with three-point estimates.

470
MCQmedium

In a Kanban system, the team notices that work items are spending too much time in the 'In Progress' column. Which practice should the team adopt to improve flow?

A.Use longer development cycles.
B.Increase the number of items allowed in the 'In Progress' column.
C.Remove the 'In Progress' column to simplify the board.
D.Set a strict WIP limit for the 'In Progress' column.
AnswerD

WIP limits prevent overloading and help identify bottlenecks.

Why this answer

Setting a strict Work In Progress (WIP) limit for the 'In Progress' column directly addresses the bottleneck by capping the number of items the team can work on simultaneously. This forces the team to finish existing work before pulling new items, reducing multitasking and cycle time. In Kanban, WIP limits are the primary mechanism to expose flow inefficiencies and improve throughput.

Exam trap

PMI often tests the misconception that increasing WIP limits or removing columns will 'simplify' the process, when in fact the correct Kanban response to a bottleneck is to enforce stricter limits to expose and resolve the constraint.

How to eliminate wrong answers

Option A is wrong because longer development cycles increase batch size and delay feedback, worsening flow rather than improving it. Option B is wrong because increasing the WIP limit would allow more items to accumulate in the column, exacerbating the bottleneck and increasing lead time. Option C is wrong because removing the 'In Progress' column hides the bottleneck and eliminates the ability to visualize and manage work in that state, violating a core Kanban principle of making work visible.

471
MCQmedium

A Product Owner frequently misses backlog refinement sessions, leaving user stories vague. The Development Team is struggling to estimate and plan Sprints. What fundamental Scrum role is being neglected?

A.Product Owner
B.Project Manager
C.Scrum Master
D.Development Team
AnswerA

The Product Owner is accountable for the Product Backlog, including its content, availability, and prioritization. Frequent absence from refinement neglects this duty.

Why this answer

The Product Owner is responsible for maximizing the value of the product and managing the Product Backlog, including its refinement. By frequently missing backlog refinement sessions, the Product Owner is neglecting this fundamental Scrum role. Option A is correct.

Option B is incorrect because the Project Manager role does not exist in pure Scrum. Option C is incorrect because the Scrum Master facilitates the Scrum process but does not own the backlog. Option D is incorrect because the Development Team is responsible for delivering the product, not for refining the backlog.

472
Matchingmedium

Match each project constraint to its typical trade-off.

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

Concepts
Matches

What work is included

Time available for completion

Budget allocated

Standards to be met

People and equipment available

Why these pairings

The triple constraint model (scope, time, cost) states that changing one constraint typically impacts the others. Scope increases lead to time and cost increases; reducing time requires scope or cost adjustments; reducing cost requires scope or time adjustments. Common confusions include reversing the direction of trade-offs.

473
MCQmedium

A project manager notices that the project's cost performance index (CPI) is 0.85. What does this indicate?

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

Correct: CPI less than 1 means cost overrun.

Why this answer

CPI < 1 indicates that the project is over budget, as the value earned is less than the cost incurred.

474
Multi-Selecthard

Which TWO of the following are valid techniques for schedule compression in a predictive project?

Select 2 answers
A.Fast tracking
B.Adding lag
C.Monte Carlo simulation
D.Crashing
E.Resource leveling
AnswersA, D

Fast tracking performs activities in parallel.

Why this answer

Options A and D are correct. Fast tracking involves overlapping activities that would normally be done in sequence, shortening the schedule. Crashing adds resources to critical path activities to reduce duration.

Option B is wrong because adding lag increases duration. Option C is wrong because Monte Carlo simulation is a risk analysis technique, not schedule compression. Option E is wrong because resource leveling often lengthens the schedule by balancing resource demand.

475
Multi-Selecteasy

Which TWO of the following are considered business analysis planning activities?

Select 2 answers
A.Conducting interviews to gather requirements
B.Developing wireframes for the user interface
C.Defining project success criteria
D.Conducting stakeholder analysis
E.Selecting elicitation techniques
AnswersD, E

Stakeholder analysis is a key planning activity.

Why this answer

Business analysis planning activities involve identifying stakeholders and determining how to elicit requirements. Conducting stakeholder analysis (D) is a planning activity to understand who will be impacted and their involvement. Selecting elicitation techniques (E) is also planning as it defines how requirements will be gathered.

Option A (conducting interviews) is part of elicitation execution, not planning. Option B (developing wireframes) is solution design. Option C (defining project success criteria) is typically part of project management or scope definition, not specifically business analysis planning.

476
MCQmedium

In a predictive project, the project manager must formally accept the project's deliverables. Which process group does this activity belong to?

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

Correct: Deliverables are formally accepted during project or phase closing.

Why this answer

Formal acceptance of deliverables occurs during the Closing process group, specifically in the Validate Scope and Close Project processes.

477
MCQeasy

A business analyst is using a business analysis framework to identify stakeholders. Which technique is most effective for ensuring all affected parties are considered?

A.Brainstorming with the project team
B.Conducting one-on-one interviews with known stakeholders
C.Creating a stakeholder map and validating with experts
D.Distributing a questionnaire to the organization
AnswerC

A stakeholder map systematically identifies and categorizes stakeholders.

Why this answer

Stakeholder mapping, when validated with experts, systematically identifies all affected parties by visually representing relationships, influence, and impact. This technique leverages expert judgment to cross-check the map against organizational knowledge, ensuring no stakeholder group is overlooked. It is more comprehensive than ad-hoc methods because it follows a structured framework (e.g., PMI's stakeholder identification process) and incorporates validation to fill gaps.

Exam trap

The trap here is that candidates confuse 'brainstorming' (Option A) as a comprehensive technique, but the CAPM exam requires a structured, validated approach (stakeholder mapping with expert validation) to ensure all affected parties are considered, not just those immediately visible.

How to eliminate wrong answers

Option A is wrong because brainstorming with the project team is unstructured and relies on the team's limited perspective, often missing stakeholders outside their immediate awareness (e.g., regulatory bodies or downstream users). Option B is wrong because one-on-one interviews with known stakeholders only capture their personal views, creating a snowball effect that may still miss indirect or marginalized stakeholders not in the interviewee's network. Option D is wrong because distributing a questionnaire to the organization is passive and relies on self-identification, which can lead to low response rates and overlook stakeholders who do not see themselves as affected (e.g., future users or external auditors).

478
MCQmedium

A business analyst is working on a project to implement a new human resources software. The project is using an Agile framework with two-week sprints. After three sprints, the product owner is frustrated because the team has not delivered any working functionality that can be demoed. The business analyst realizes that the user stories lack acceptance criteria and are too large to complete in a sprint. The team is also spending too much time on documentation. As the business analyst, what should you do to improve the situation?

A.Replace the product owner with a more experienced one who understands Agile.
B.Reduce documentation requirements to free up more development time.
C.Work with the product owner to break down large stories into smaller ones with clear acceptance criteria.
D.Increase the sprint duration to four weeks to allow more time for completion.
AnswerC

Smaller stories with acceptance criteria are easier to estimate and demonstrate.

Why this answer

The core issue is that user stories are too large and lack acceptance criteria, which prevents the team from delivering working functionality within the sprint. By working with the product owner to break down large stories into smaller ones with clear acceptance criteria, the team gains clarity on what to build and can complete work within a sprint. Option A is incorrect because replacing the product owner does not address the root cause of poorly defined stories.

Option B is incorrect because reducing documentation does not fix the lack of acceptance criteria or story sizing. Option D is incorrect because increasing sprint duration does not solve the underlying problem of story quality and may reduce feedback frequency.

479
MCQmedium

How many work packages are at WBS level 2 (the second level) in this exhibit?

A.3
B.4
C.2
D.6
AnswerA

The three decomposition elements at level 2 are Planning, Execution, and Closure.

Why this answer

Level 1 is '1.0 Project'. Level 2 consists of '1.1 Planning', '1.2 Execution', and '1.3 Closure' — that's three work packages. Option B incorrectly counts four, option C counts two, and option D counts six (the leaf nodes).

480
MCQhard

You are a project manager working on a large infrastructure project under a strong matrix organization. The project charter has been signed, and you have been given authority to manage the project. However, the functional manager of the engineering department is refusing to assign the promised resources, claiming that another project has higher priority. You have already held a meeting with the sponsor and functional manager, but the functional manager remains uncooperative. The sponsor is concerned about the project's viability. What is the most effective course of action?

A.Contact the other project's manager to negotiate resource sharing directly
B.Formally document the issue and escalate to the PMO for resolution
C.Request the sponsor to reaffirm the project's priority and enforce resource allocation per the charter
D.Proceed with the project using available resources and adjust the schedule
AnswerC

The sponsor has authority to prioritize projects and ensure resource commitments are honored.

Why this answer

In a strong matrix, the project manager has significant authority, but functional managers still control resources. The best action is to refer to the project charter and sponsor to enforce resource commitments. Option A is too adversarial.

Option B is premature rescheduling. Option D undermines the project manager's authority.

481
MCQmedium

A project manager learns of a policy requiring all cloud resources to have tags for CostCenter, Environment, and Owner. Which project management process is being supported by enforcing these tags?

A.Executing
B.Initiating
C.Monitoring and Controlling
D.Closing
AnswerC

Tracking costs and resource usage.

Why this answer

Enforcing resource tags supports Monitoring and Controlling processes by enabling cost tracking, resource allocation, and compliance auditing during project execution. The tags allow the project manager to monitor actual costs against budget and ensure resources are used as planned. Option A (Executing) involves performing the work, not monitoring policies.

Option B (Initiating) defines the project. Option D (Closing) finalizes and closes the project.

482
MCQhard

A project manager is estimating activity durations for a new software development project. The manager has data from three similar previous projects, but the new project is slightly larger in scope. Which estimating technique is most appropriate given the available data?

A.Analogous estimating
B.Parametric estimating
C.Three-point estimating
D.Bottom-up estimating
AnswerA

Uses historical data from similar projects to estimate durations; appropriate here.

Why this answer

Analogous estimating is the most appropriate technique because it uses historical data from similar previous projects to estimate the current project's activity durations, adjusting for known differences such as scope. The other techniques are less suitable: parametric estimating requires a statistical relationship, three-point estimating needs optimistic/pessimistic/most likely estimates, and bottom-up estimating is too detailed for early stages.

483
Multi-Selecthard

Which THREE factors should a business analyst consider when selecting an elicitation technique for a project?

Select 3 answers
A.Availability of stakeholders
B.Project manager's preference
C.Type of information needed
D.Cost of the technique
E.Level of detail required
AnswersA, C, E

Stakeholder availability influences technique choice (e.g., workshops vs surveys).

Why this answer

A is correct because stakeholder availability directly impacts the feasibility of scheduling and conducting elicitation activities such as interviews, workshops, or focus groups. If key stakeholders are unavailable, the chosen technique may be impractical or yield incomplete information, making this a primary logistical consideration in technique selection.

Exam trap

The trap here is that candidates often confuse 'project manager's preference' or 'cost' as valid selection criteria, but the CAPM exam specifically tests the BABOK's three primary factors: stakeholder availability, type of information needed, and level of detail required.

484
MCQmedium

Based on the exhibit, what is the most significant risk for the upcoming iteration?

A.The team is overcommitting based on historical velocity data.
B.The product backlog may have scope creep from new requirements.
C.The team's velocity is dropping, indicating a need to add more team members.
D.The team's velocity is trending upward, so the plan is realistic.
AnswerA

The planned 30 points exceed the average velocity of 21, indicating overcommitment.

Why this answer

The exhibit shows a planned velocity of 30 story points per iteration, but historical velocity averages 21 story points. This mismatch means the team is overcommitting, which will likely lead to unfinished work and reduced quality. In Agile, using historical velocity as a baseline is critical for realistic iteration planning.

Exam trap

PMI often tests the misconception that a team can simply increase velocity by working harder or adding resources, rather than respecting historical data as a reliable predictor of capacity.

How to eliminate wrong answers

Option B is wrong because scope creep from new requirements is a product backlog management issue, not the most significant risk shown in the exhibit; the exhibit focuses on velocity data, not backlog changes. Option C is wrong because the team's velocity is not dropping—it is stable at 30 story points—and adding more team members often disrupts team dynamics and does not guarantee increased velocity. Option D is wrong because the velocity is not trending upward; it is flat at 30, making the plan to deliver 40 unrealistic.

485
MCQmedium

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

A.15 days
B.9 days
C.14 days
D.12 days
AnswerA

Correct calculation of longest path.

Why this answer

The critical path is A -> C -> D with a total duration of 5 + 4 + 6 = 15 days. The other path A -> B -> D is 5+3+6=14 days.

486
MCQeasy

In Extreme Programming (XP), which practice involves integrating and testing the entire system multiple times per day?

A.Continuous integration
B.Test-driven development
C.Refactoring
D.Pair programming
AnswerA

CI ensures that code is integrated and tested frequently, reducing integration issues.

Why this answer

Continuous integration (CI) is the practice of integrating code changes frequently, often multiple times per day, followed by automated testing. Option B (test-driven development) focuses on writing tests before code. Option C (refactoring) is about improving code structure without changing behavior.

Option D (pair programming) involves two developers working together on the same code. Only CI involves integrating and testing the entire system multiple times per day.

487
MCQeasy

Refer to the exhibit. The project manager is reviewing deployment logs. Which statement best describes the event?

A.The database remained unavailable after retries
B.The deployment succeeded without any issues
C.A warning was logged but no error occurred
D.A temporary error occurred and was automatically resolved
AnswerD

The error was followed by a successful retry, indicating resolution.

Why this answer

The deployment log shows a temporary error (e.g., database unavailable) that was resolved automatically after a retry. The event indicates an error occurred but was successfully mitigated, not a success or permanent failure. Options A, B, and C are incorrect: A is wrong because the database became available after retries; B is wrong because an error did occur; C is wrong because no warning was logged and an error did occur.

Page 6

Page 7 of 7

All pages