Study PMI-CPMAI Contingencies, Incident Response, and Recovery: key concepts, common traps, and exam decision cues.
Contingency planning is part of trustworthy AI operations, not an optional appendix. PMI-CPMAI usually favors the team that decides in advance how it will respond to harmful outputs, service failure, rollback conditions, emergency change, and recovery rather than improvising under pressure.
AI incidents can take many forms:
A strong contingency plan defines what happens when these events appear, who responds, and how the organization decides between pause, rollback, escalation, or recovery.
Higher-risk use cases often require:
Lower-risk internal advisory tools may use a lighter response model, but they still need one. The project manager should match contingency depth to business impact rather than using one uniform pattern for all AI systems.
flowchart TD
A["Incident or harmful behavior detected"] --> B["Assess severity and impact"]
B --> C["Pause or rollback"]
B --> D["Recover with controlled fix"]
B --> E["Escalate for governance or external action"]
The point of this structure is not bureaucracy. It is fast, governable response under uncertainty.
Rollback means moving away from the current live state to a safer prior condition or disabling the AI function. Recovery means restoring acceptable service after the issue is contained. The project should be clear about both. Many weak plans say “we can recover” without defining whether rollback is possible, who can authorize it, or how long restoration may take.
When a serious issue appears, teams need to know:
If emergency authority is vague, the organization may hesitate too long or act inconsistently.
Earlier choices about rollout, monitoring, governance, and support shape what incident response is possible. That is why contingency planning should not be bolted on at the end. It should reflect the actual operating model, the actual stakeholders, and the actual recovery options the organization has.
One of the weakest signs in an AI operating model is a contingency plan that exists only on paper. A stronger project asks whether the organization has actually walked through the response path. That may involve a tabletop review, a rollback rehearsal, or a structured discussion of how manual fallback would work if the AI output had to be paused quickly. The point is not to simulate every possible failure. The point is to learn whether the assigned owners understand the decision path, the escalation triggers, and the practical consequences of the recovery plan.
This matters because some incident-response weaknesses are only discovered when people try to use the plan. A rollback may sound simple until the team realizes the manual process is not staffed, the handoff path is unclear, or the audit record expected during the incident was never defined. A brief rehearsal can expose those problems before a real event turns them into a business crisis.
A live AI claims-routing system begins sending unusual recommendations after an upstream data issue. A strong contingency plan would define how the anomaly is detected, who can pause or roll back the AI routing component, how manual routing resumes, and what incident documentation is required for later governance review.
Scenario: A live AI recommendation system begins producing harmful outputs after a data feed problem. The monitoring team detects the issue quickly, but the organization has not clearly assigned who may pause the service, trigger fallback operations, or approve an emergency fix.
Question: What should the project manager conclude?
Best answer: C
Explanation: C is best because detection alone is not enough. The incident-response design must specify who can act, how fallback occurs, and how accountability is preserved during emergency response.
Why the other options are weaker: