- A
Validate the KRI data and investigate the root cause
Data integrity check is essential before any action.
- B
Implement additional controls to reduce failed logins
Why wrong: Should verify data first; controls may be unnecessary.
- C
Revert the firewall change immediately
Why wrong: Could disrupt business; need confirmation first.
- D
Increase the KRI threshold to eliminate false positives
Why wrong: Threshold manipulation without analysis hides risk.
Quick Answer
The correct first step when a KRI threshold breach occurs is to validate the data and investigate the root cause. This is because a threshold breach may result from a data integrity issue—such as a configuration error or false positive—rather than an actual increase in risk exposure. In the CRISC exam, this scenario tests your understanding of the risk response lifecycle, emphasizing that verification must precede any corrective or escalatory action. A common trap is jumping to remediation or escalation without confirming the breach is real, which wastes resources and undermines the risk management process. Remember the memory tip: “Verify before you rectify”—always confirm the data’s accuracy and the underlying cause before deciding on a response.
CRISC Risk and Control Monitoring and Reporting Practice Question
This CRISC practice question tests your understanding of risk and control monitoring and reporting. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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 company's key risk indicator (KRI) for 'failed login attempts' has exceeded its threshold by 20%. The control owner reports that a recent firewall change caused false positives. What should the risk practitioner do FIRST?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"first"Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
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
Validate the KRI data and investigate the root cause
The correct answer is C. The first step is to verify the KRI data and confirm whether the threshold breach is real or due to a configuration issue. Option A is premature because the threshold breach may be invalid. Option B is corrective action without confirmation. Option D is too drastic without understanding the root cause.
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Validate the KRI data and investigate the root cause
Why this is correct
Data integrity check is essential before any action.
Clue confirmation
The clue word "first" in the question point toward this answer.
Related concept
Static NAT maps one inside address to one outside address.
- ✗
Implement additional controls to reduce failed logins
Why it's wrong here
Should verify data first; controls may be unnecessary.
- ✗
Revert the firewall change immediately
Why it's wrong here
Could disrupt business; need confirmation first.
- ✗
Increase the KRI threshold to eliminate false positives
Why it's wrong here
Threshold manipulation without analysis hides risk.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
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.
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related CRISC NAT questions on configuration and troubleshooting.
- →
Risk and Control Monitoring and Reporting — study guide chapter
Learn the concepts, then practise the questions
- →
Risk and Control Monitoring and Reporting practice questions
Targeted practice on this topic area only
- →
All CRISC questions
500 questions across all exam domains
- →
Certified in Risk and Information Systems Control CRISC study guide
Full concept coverage aligned to exam objectives
- →
CRISC practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CRISC practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
IT Risk Identification practice questions
Practise CRISC questions linked to IT Risk Identification.
Risk Response and Mitigation practice questions
Practise CRISC questions linked to Risk Response and Mitigation.
Risk and Control Monitoring and Reporting practice questions
Practise CRISC questions linked to Risk and Control Monitoring and Reporting.
IT Risk Assessment practice questions
Practise CRISC questions linked to IT Risk Assessment.
CRISC fundamentals practice questions
Practise CRISC questions linked to CRISC fundamentals.
CRISC scenario practice questions
Practise CRISC questions linked to CRISC scenario.
CRISC troubleshooting practice questions
Practise CRISC questions linked to CRISC troubleshooting.
Practice this exam
Start a free CRISC 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 CRISC question test?
Risk and Control Monitoring and Reporting — This question tests Risk and Control Monitoring and Reporting — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: Validate the KRI data and investigate the root cause — The correct answer is C. The first step is to verify the KRI data and confirm whether the threshold breach is real or due to a configuration issue. Option A is premature because the threshold breach may be invalid. Option B is corrective action without confirmation. Option D is too drastic without understanding the root cause.
What should I do if I get this CRISC question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related CRISC NAT questions on configuration and troubleshooting.
Are there clue words in this question I should notice?
Yes — watch for: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
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 →
Same concept, more angles
1 more ways this is tested on CRISC
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company has implemented a key risk indicator (KRI) for system availability, with a threshold of 99.5%. The monitoring team observes that availability has dropped to 99.2% for two consecutive months. What is the most appropriate next step?
medium- A.Implement additional redundancy to improve availability.
- B.Increase the threshold to 99.0% to avoid false alarms.
- ✓ C.Notify the risk owner and initiate a root cause analysis.
- D.Escalate immediately to the board of directors.
Why C: Option C is correct because a sustained breach of a KRI threshold (99.2% vs. 99.5%) for two consecutive months indicates a systemic issue that requires formal risk management action. The risk owner must be notified to assess the impact, and a root cause analysis (RCA) should be initiated to identify underlying failures—such as network congestion, hardware faults, or software bugs—before any remediation is planned.
Keep practising
More CRISC practice questions
- Match each risk response strategy to its definition.
- Match each information security objective to its description.
- A healthcare organization is migrating its electronic health records (EHR) system to a public cloud. The risk manager id…
- You are the IT risk manager at a multinational corporation that recently migrated its customer database to a cloud-based…
- A multinational corporation is expanding its cloud infrastructure to include a new SaaS application that stores sensitiv…
- An organization is implementing a new identity and access management (IAM) system. The risk manager is tasked with ident…
Last reviewed: Jun 24, 2026
This CRISC practice question is part of Courseiva's free ISACA 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 CRISC 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.