Click a node to navigate. Scroll to zoom. Drag to pan.
Loading graph...
Risk Management
The review board evaluates whether candidates can identify risks in a scenario, assess their probability and impact, and propose concrete mitigation strategies. Candidates who only address risks when prompted score lower than those who weave risk awareness throughout their architecture.
This matrix helps prioritize risks and determine which require active mitigation vs monitoring.
Figure 1. Performance degradation sits in the top-right quadrant (high probability and high impact), making it the single risk most deserving of proactive architectural investment. Security vulnerabilities land in the contingency quadrant: catastrophic if they occur, but low probability with proper controls in place.
Response Strategies by Quadrant
Quadrant
Strategy
Action
High Probability, High Impact
Mitigate Actively
Invest in prevention. Design architecture to avoid this risk. Budget time and resources.
Low Probability, High Impact
Contingency Plan
Have a documented response plan. Do not invest in prevention, but be prepared to respond.
High Probability, Low Impact
Monitor Closely
Accept the risk but track it. Set thresholds for escalation.
Low Probability, Low Impact
Accept and Monitor
Log the risk but do not invest resources. Review periodically.
Risk Response Flow
Once a risk is identified, assess it, classify it, and assign a response strategy. This flow ensures consistent handling across the project.
Figure 2. Risks with changing probability must re-enter the scoring step rather than being reassigned a response directly. A risk that was medium last sprint may now be critical. CAB escalation on materialization ensures deployment decisions account for the active incident.
Risk Register Template
A risk register tracks risks throughout the project. In a CTA scenario, reference the risk register as part of governance.
Field
Description
Example
Risk ID
Unique identifier
RISK-001
Category
Technical, Organizational, Data, Integration
Technical
Description
What could go wrong
”SOQL queries on Account may degrade with 10M+ records”
Probability
High, Medium, Low
High
Impact
Critical, High, Medium, Low
High
Risk Score
Probability x Impact (numeric)
9 (3 x 3)
Mitigation Strategy
What you will do to reduce probability or impact
”Implement skinny tables, selective indexes, archive records >5 years”
Present risks as a structured, proactive analysis, not as an afterthought.
Structure the discussion as:
Identify the top 3-5 risks specific to the scenario (not generic risks)
For each risk, state:
What the risk is and why it exists in this specific scenario
How likely it is and how severe the impact would be
What the architecture does to prevent it
What the fallback plan is if prevention fails
Connect risks to architecture decisions: “I chose middleware over point-to-point integration partly because it reduces the integration failure risk by providing retry logic and monitoring.”
CTA Risk Presentation Pattern
“The top risk I see in this scenario is [risk]. It’s likely because [reason specific to scenario]. If it materializes, the impact is [consequence]. My architecture mitigates this by [architectural decision]. As a contingency, [fallback plan].”