- A
The MSSP analysts lacked technical skills to recognize the incident's true severity
Why wrong: The analysts detected the activity but followed SLA rules; skills are not the primary issue.
- B
The incident severity was incorrectly classified as medium
Why wrong: Even if reclassified, the SLA might still cause delay; the main issue is the SLA duration.
- C
The internal incident response team was not available until 2:00 PM
Why wrong: The team could have been called earlier if the SLA permitted.
- D
The SLA for notification of medium-severity incidents was too long
The SLA allowed a 12-hour delay which was exploited by the attacker.
Quick Answer
The answer is that the SLA for notification of medium-severity incidents was too long. This is the primary issue because the MSSP’s contractual obligation—allowing up to 12 hours for notification—directly caused the delay, regardless of the classification’s accuracy. In incident response, an MSSP SLA impact on incident response notification delays is often rooted in overly permissive timeframes for lower-severity tiers, which can turn a manageable event into a data breach. On the CISM exam, this tests your understanding that governance and contractual controls, not technical skill, are the first place to look when a process fails; a common trap is blaming the analyst’s classification or the team’s availability. Remember the memory tip: “SLA, not the label”—the agreement’s clock, not the severity tag, is what drives the delay.
CISM Incident Management Practice Question
This CISM practice question tests your understanding of incident management. 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 multinational financial institution uses a third-party Managed Security Service Provider (MSSP) for 24/7 monitoring of its security infrastructure. During a targeted attack, the MSSP’s analysts detected anomalous activity on a critical server at 2:00 AM. However, due to the service level agreement (SLA) which allows up to 12 hours for notification of lower-priority incidents, the MSSP classified the incident as medium severity and did not notify the internal incident response team until 2:00 PM. By then, the attacker had exfiltrated sensitive customer data. The internal team is conducting a post-incident review. What is the PRIMARY issue that led to the delay?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"primary"Why it matters: Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.
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
The SLA for notification of medium-severity incidents was too long
The SLA had a notification window that was too long for this type of incident. The classification as medium severity might have been appropriate, but the SLA aggravated the delay. The team's availability and the MSSP's technical skills are secondary or not 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.
- ✗
The MSSP analysts lacked technical skills to recognize the incident's true severity
Why it's wrong here
The analysts detected the activity but followed SLA rules; skills are not the primary issue.
- ✗
The incident severity was incorrectly classified as medium
Why it's wrong here
Even if reclassified, the SLA might still cause delay; the main issue is the SLA duration.
- ✗
The internal incident response team was not available until 2:00 PM
Why it's wrong here
The team could have been called earlier if the SLA permitted.
- ✓
The SLA for notification of medium-severity incidents was too long
Why this is correct
The SLA allowed a 12-hour delay which was exploited by the attacker.
Clue confirmation
The clue word "primary" in the question point toward this answer.
Related concept
Static NAT maps one inside address to one outside address.
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 CISM NAT questions on configuration and troubleshooting.
- →
Incident Management — study guide chapter
Learn the concepts, then practise the questions
- →
Incident Management practice questions
Targeted practice on this topic area only
- →
All CISM questions
500 questions across all exam domains
- →
Certified Information Security Manager CISM study guide
Full concept coverage aligned to exam objectives
- →
CISM practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CISM practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Information Security Program practice questions
Practise CISM questions linked to Information Security Program.
Information Security Risk Management practice questions
Practise CISM questions linked to Information Security Risk Management.
Information Security Governance practice questions
Practise CISM questions linked to Information Security Governance.
Incident Management practice questions
Practise CISM questions linked to Incident Management.
CISM fundamentals practice questions
Practise CISM questions linked to CISM fundamentals.
CISM scenario practice questions
Practise CISM questions linked to CISM scenario.
CISM troubleshooting practice questions
Practise CISM questions linked to CISM troubleshooting.
Practice this exam
Start a free CISM 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 CISM question test?
Incident Management — This question tests Incident Management — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: The SLA for notification of medium-severity incidents was too long — The SLA had a notification window that was too long for this type of incident. The classification as medium severity might have been appropriate, but the SLA aggravated the delay. The team's availability and the MSSP's technical skills are secondary or not the root cause.
What should I do if I get this CISM 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 CISM NAT questions on configuration and troubleshooting.
Are there clue words in this question I should notice?
Yes — watch for: "primary". Asks for the main purpose or function, not a secondary benefit. Eliminate answers that describe side-effects or partial functions.
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 →
Keep practising
More CISM practice questions
- A financial institution is implementing a new online banking platform. The risk assessment identified that the authentic…
- Which of the following are key components of an information security program? (Select TWO)
- A multinational corporation is implementing an information security governance framework. The board has requested a mech…
- A healthcare organization is developing an information security strategy. The board has mandated that the strategy must…
- A newly appointed CISO wants to establish an information security governance committee. What is the PRIMARY purpose of t…
- Which TWO of the following are primary objectives of information security governance? (Choose two.)
Last reviewed: Jun 24, 2026
This CISM 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 CISM 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.