CRISC Risk and Control Monitoring and Reporting • Set 5
CRISC Risk and Control Monitoring and Reporting Practice Test 5 — 15 questions with explanations. Free, no signup.
The exhibit shows a control monitoring configuration in JSON format. Which of the following is the MOST critical gap in this monitoring setup?
Refer to the exhibit.
```
JSON Policy - Control Monitoring Configuration
{
"controlId": "C-102",
"monitoringType": "automated",
"frequency": "daily",
"dataSource": "transaction_log",
"threshold": 1000,
"alertRecipients": ["riskteam@company.com"],
"escalationLevels": [
{"level": 1, "condition": "breach_duration > 1 hour", "action": "email"},
{"level": 2, "condition": "breach_duration > 4 hours", "action": "sms"}
],
"lastTested": "2024-08-15",
"owner": "Risk Owner"
}
```