- A
Accept the current risk because the system meets the 99.5% availability threshold
Why wrong: Accepting without understanding the clinical impact may ignore patient safety risks.
- B
Reduce the risk by implementing a load balancer and additional application servers
Why wrong: The issue is likely a software configuration problem (connection pooling), not capacity.
- C
Document the system as high risk and require immediate remediation, such as upgrading the database server hardware
Why wrong: The availability metric is within acceptable range; hardware may not solve the issue.
- D
Conduct a deeper analysis to quantify the impact of these brief outages on clinical workflows and patient safety, then reassess risk
A deeper analysis will clarify the true risk level before deciding on treatment.
Quick Answer
The answer is to conduct a deeper analysis to quantify the impact of these brief outages on clinical workflows and patient safety, then reassess risk. This is correct because the EHR system’s 99.9% uptime metric (0.1% unavailability) falls within the acceptable threshold of 99.5%, yet the 10-15 second unresponsiveness represents a functional availability failure that standard binary uptime calculations miss. In clinical systems, even short interruptions can degrade patient safety and workflow integrity, so an availability risk analysis for clinical systems must consider quality of service, not just raw uptime percentages. On the SSCP exam, this scenario tests your understanding that risk treatment decisions require context-specific impact assessment, not just policy thresholds—a common trap is to accept the vendor’s technical explanation without evaluating operational harm. Remember the mnemonic: “Uptime is binary, but risk is clinical”—always measure availability against the actual user experience, not just the server dashboard.
SSCP Risk Identification, Monitoring and Analysis Practice Question
This SSCP practice question tests your understanding of risk identification, monitoring and analysis. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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.
You are a risk analyst at a healthcare organization. The organization recently deployed a new electronic health records (EHR) system. During the first month of operation, the IT helpdesk received multiple reports from doctors that the system becomes unresponsive for 10-15 seconds several times a day. The EHR vendor attributes this to insufficient database connection pooling, but the organization's system administrator notes that the database server's CPU and memory utilization never exceed 30%. The organization has a risk management policy that requires any system with availability <99.5% to be treated as a high risk. Based on initial data, the system has been unavailable for about 0.1% of the time (excluding planned maintenance). However, doctors report that the brief unresponsiveness is causing frustration and potential misdiagnosis due to interrupted workflows. You need to recommend a risk treatment approach. What should you do?
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.
Clue:
"never"Why it matters: Absolute qualifier. True only if the statement has zero exceptions — be cautious of options that seem obvious but break down in edge cases.
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
Conduct a deeper analysis to quantify the impact of these brief outages on clinical workflows and patient safety, then reassess risk
Option D is correct because the risk management policy defines high risk based on availability <99.5%, and the system currently shows 99.9% availability (0.1% unavailability). However, the brief 10-15 second unresponsiveness may still pose a clinical safety risk that is not captured by a simple uptime metric. A deeper analysis is required to quantify the actual impact on clinical workflows and patient safety before deciding on risk treatment, as the policy may need to consider functional availability rather than just binary uptime.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Accept the current risk because the system meets the 99.5% availability threshold
Why it's wrong here
Accepting without understanding the clinical impact may ignore patient safety risks.
- ✗
Reduce the risk by implementing a load balancer and additional application servers
Why it's wrong here
The issue is likely a software configuration problem (connection pooling), not capacity.
- ✗
Document the system as high risk and require immediate remediation, such as upgrading the database server hardware
Why it's wrong here
The availability metric is within acceptable range; hardware may not solve the issue.
- ✓
Conduct a deeper analysis to quantify the impact of these brief outages on clinical workflows and patient safety, then reassess risk
Why this is correct
A deeper analysis will clarify the true risk level before deciding on treatment.
Clue confirmation
The clue words "first", "never" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates focus on the 99.5% availability threshold and assume the risk is acceptable (Option A) or immediately high (Option C), without recognizing that the policy requires a risk assessment that includes impact analysis, and that the technical symptom (connection pooling) may not be resolved by hardware upgrades or load balancers.
Detailed technical explanation
How to think about this question
Database connection pooling works by maintaining a cache of database connections so they can be reused, avoiding the overhead of establishing a new connection for each request. When the pool size is too small, threads block waiting for a connection, causing application-level unresponsiveness even though the database server has idle CPU and memory. This is a classic example of a 'connection starvation' scenario, where the bottleneck is at the middleware layer, not the database server itself. In healthcare environments, even brief unresponsiveness can disrupt clinical workflows, and risk assessment must consider both quantitative availability and qualitative impact on patient safety.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A security team runs a vulnerability scan on a web application and discovers an unpatched SQL injection flaw. The team prioritises remediation by CVSS score — critical flaws are patched within 24 hours, high within 7 days. Questions like this test whether you understand vulnerability management processes, scanning tools, and remediation prioritisation.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Risk Identification, Monitoring and Analysis — study guide chapter
Learn the concepts, then practise the questions
- →
Risk Identification, Monitoring and Analysis practice questions
Targeted practice on this topic area only
- →
All SSCP questions
504 questions across all exam domains
- →
Systems Security Certified Practitioner SSCP study guide
Full concept coverage aligned to exam objectives
- →
SSCP practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related SSCP practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Risk Identification, Monitoring and Analysis practice questions
Practise SSCP questions linked to Risk Identification, Monitoring and Analysis.
Network and Communications Security practice questions
Practise SSCP questions linked to Network and Communications Security.
Systems and Application Security practice questions
Practise SSCP questions linked to Systems and Application Security.
Security Operations and Administration practice questions
Practise SSCP questions linked to Security Operations and Administration.
Incident Response and Recovery practice questions
Practise SSCP questions linked to Incident Response and Recovery.
Access Controls practice questions
Practise SSCP questions linked to Access Controls.
Cryptography practice questions
Practise SSCP questions linked to Cryptography.
SSCP fundamentals practice questions
Practise SSCP questions linked to SSCP fundamentals.
SSCP scenario practice questions
Practise SSCP questions linked to SSCP scenario.
SSCP troubleshooting practice questions
Practise SSCP questions linked to SSCP troubleshooting.
Practice this exam
Start a free SSCP 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 SSCP question test?
Risk Identification, Monitoring and Analysis — This question tests Risk Identification, Monitoring and Analysis — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Conduct a deeper analysis to quantify the impact of these brief outages on clinical workflows and patient safety, then reassess risk — Option D is correct because the risk management policy defines high risk based on availability <99.5%, and the system currently shows 99.9% availability (0.1% unavailability). However, the brief 10-15 second unresponsiveness may still pose a clinical safety risk that is not captured by a simple uptime metric. A deeper analysis is required to quantify the actual impact on clinical workflows and patient safety before deciding on risk treatment, as the policy may need to consider functional availability rather than just binary uptime.
What should I do if I get this SSCP question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "first", "never". 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?
Read the scenario before looking for a memorised answer.
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 →
Last reviewed: Jun 11, 2026
This SSCP practice question is part of Courseiva's free ISC2 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 SSCP 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.