- A
Accept the risk and plan to deal with the issue if it arises.
Why wrong: Acceptance without contingency is passive and may not be sufficient for a high-impact risk.
- B
Transfer the risk by purchasing insurance against API deprecation.
Why wrong: Insurance typically does not cover technical obsolescence, and transfer does not address the dependency.
- C
Mitigate the risk by developing a workaround using an alternative API or building a fallback mechanism.
Mitigation reduces the probability or impact; a workaround proactively addresses the potential issue.
- D
Enhance the risk by increasing the use of the API to benefit from it before deprecation.
Why wrong: Enhancement is used for positive risks, not negative ones.
Quick Answer
The correct risk response strategy is to mitigate the risk by developing a workaround using an alternative API or building a fallback mechanism. This is the best risk mitigation strategy for API deprecation because it proactively reduces either the probability of project disruption or the impact if the API is withdrawn, ensuring continuity through a technical safety net. On the CAPM exam, this scenario tests your ability to distinguish between risk mitigation (reducing impact/probability) and other responses like avoidance (changing the plan entirely) or transfer (shifting the risk to a vendor). A common trap is confusing mitigation with avoidance; remember that mitigation accepts the risk still exists but prepares for it, whereas avoidance eliminates the threat by removing the dependency. For a memory tip, think of mitigation as building a "plan B bridge" — you still cross the river, but you have a backup route ready if the main bridge collapses.
CAPM Practice Question: Project Management Fundamentals and Core Concepts
This CAPM practice question tests your understanding of project management fundamentals and core concepts. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A project manager is leading a software development project. During the planning phase, the team identifies a significant risk that a key third-party API may be deprecated before the project completes. The project sponsor asks for a risk response strategy. Which strategy should the project manager recommend to best address this risk?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Mitigate the risk by developing a workaround using an alternative API or building a fallback mechanism.
Option C is correct because developing a workaround using an alternative API or building a fallback mechanism directly reduces the probability and/or impact of the API deprecation risk. This is a classic risk mitigation strategy that proactively ensures the project can continue even if the third-party API becomes unavailable, which is a common technical risk in software projects.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Accept the risk and plan to deal with the issue if it arises.
Why it's wrong here
Acceptance without contingency is passive and may not be sufficient for a high-impact risk.
- ✗
Transfer the risk by purchasing insurance against API deprecation.
Why it's wrong here
Insurance typically does not cover technical obsolescence, and transfer does not address the dependency.
- ✓
Mitigate the risk by developing a workaround using an alternative API or building a fallback mechanism.
Why this is correct
Mitigation reduces the probability or impact; a workaround proactively addresses the potential issue.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Enhance the risk by increasing the use of the API to benefit from it before deprecation.
Why it's wrong here
Enhancement is used for positive risks, not negative ones.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may confuse 'acceptance' (Option A) with a valid passive strategy, but for a significant technical risk like API deprecation, proactive mitigation is the standard recommended approach in project management.
Detailed technical explanation
How to think about this question
Risk mitigation in software projects often involves creating abstraction layers (e.g., using an adapter pattern) to decouple the core application from specific third-party APIs. This allows swapping the deprecated API with an alternative with minimal code changes. In real-world scenarios, teams might implement feature flags or circuit breakers to gracefully degrade functionality if the primary API fails, ensuring the system remains operational.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Project Management Fundamentals and Core Concepts — study guide chapter
Learn the concepts, then practise the questions
- →
Project Management Fundamentals and Core Concepts practice questions
Targeted practice on this topic area only
- →
All CAPM questions
503 questions across all exam domains
- →
Certified Associate in Project Management CAPM study guide
Full concept coverage aligned to exam objectives
- →
CAPM practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CAPM practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Agile Frameworks and Methodologies practice questions
Practise CAPM questions linked to Agile Frameworks and Methodologies.
Project Management Fundamentals and Core Concepts practice questions
Practise CAPM questions linked to Project Management Fundamentals and Core Concepts.
Predictive Plan-Based Methodologies practice questions
Practise CAPM questions linked to Predictive Plan-Based Methodologies.
Business Analysis Frameworks practice questions
Practise CAPM questions linked to Business Analysis Frameworks.
CAPM fundamentals practice questions
Practise CAPM questions linked to CAPM fundamentals.
CAPM scenario practice questions
Practise CAPM questions linked to CAPM scenario.
CAPM troubleshooting practice questions
Practise CAPM questions linked to CAPM troubleshooting.
Practice this exam
Start a free CAPM practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this CAPM question test?
Project Management Fundamentals and Core Concepts — This question tests Project Management Fundamentals and Core Concepts — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Mitigate the risk by developing a workaround using an alternative API or building a fallback mechanism. — Option C is correct because developing a workaround using an alternative API or building a fallback mechanism directly reduces the probability and/or impact of the API deprecation risk. This is a classic risk mitigation strategy that proactively ensures the project can continue even if the third-party API becomes unavailable, which is a common technical risk in software projects.
What should I do if I get this CAPM question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This CAPM practice question is part of Courseiva's free PMI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CAPM exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.