- A
Business impact analysis (BIA)
Why wrong: Incorrect. A BIA identifies critical business processes and their dependencies, as well as recovery time objectives. It does not serve as a record of risk acceptance decisions.
- B
Risk register
Correct. The risk register is used to track identified risks, their characteristics, and the chosen treatment. Updating it with the acceptance decision, rationale, and approval is essential for risk governance.
- C
Security baseline configuration document
Why wrong: Incorrect. A security baseline defines the minimum security configuration settings for systems. It does not document risk decisions or approvals.
- D
Incident response plan
Why wrong: Incorrect. The incident response plan provides step-by-step procedures for handling security incidents. It is not the appropriate place to record risk acceptance decisions.
SY0-701 Security Program Management and Oversight Practice Question
This SY0-701 practice question tests your understanding of security program management and oversight. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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 security manager is leading a risk assessment for the organization. The team identifies a legacy application that contains a known critical vulnerability. The vendor has discontinued support and no patch is available. The manager calculates that the annualized loss expectancy (ALE) for exploiting this vulnerability is $50,000. Implementing a third-party web application firewall (WAF) as a compensating control would cost $80,000 per year. The organization's leadership decides that accepting the risk is the most cost-effective approach. Which of the following documents should the security manager update to formally record this risk acceptance decision and obtain the necessary sign-off?
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
Risk register
The risk register is the correct document to update because it formally tracks identified risks, their assessed impact, and the chosen risk response (acceptance). Recording the decision to accept the $50,000 ALE risk and obtaining sign-off ensures auditability and accountability, which is a key requirement in risk management frameworks like NIST SP 800-37.
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.
- ✗
Business impact analysis (BIA)
Why it's wrong here
Incorrect. A BIA identifies critical business processes and their dependencies, as well as recovery time objectives. It does not serve as a record of risk acceptance decisions.
When this WOULD be correct
A BIA would be the correct document to update when the organization needs to quantify and prioritize the potential business impact of losing critical systems or processes, such as after identifying a new critical application that supports a core business function, to inform disaster recovery and continuity planning.
- ✓
Risk register
Why this is correct
Correct. The risk register is used to track identified risks, their characteristics, and the chosen treatment. Updating it with the acceptance decision, rationale, and approval is essential for risk governance.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Security baseline configuration document
Why it's wrong here
Incorrect. A security baseline defines the minimum security configuration settings for systems. It does not document risk decisions or approvals.
When this WOULD be correct
A security baseline configuration document would be correct if the question asked for the document that specifies mandatory security settings for a system, such as after a vulnerability scan reveals misconfigurations that need to be hardened.
- ✗
Incident response plan
Why it's wrong here
Incorrect. The incident response plan provides step-by-step procedures for handling security incidents. It is not the appropriate place to record risk acceptance decisions.
When this WOULD be correct
A security manager needs to update the document that defines the steps to take when a security incident occurs, such as a data breach or system compromise, to ensure the organization's response is effective and compliant.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The SY0-701 exam frequently reuses these exact scenarios with slightly different constraints.
✓Risk registerCorrect answer▾
Why this is correct
Correct. The risk register is used to track identified risks, their characteristics, and the chosen treatment. Updating it with the acceptance decision, rationale, and approval is essential for risk governance.
✗Business impact analysis (BIA)Wrong answer — click to see why▾
Why this is wrong here
A BIA documents the impact of disruptions on business operations, not the formal acceptance of specific risks. The risk acceptance decision should be recorded in the risk register, which tracks identified risks, their assessments, and management decisions including acceptance and sign-off.
★ When this WOULD be the correct answer
A BIA would be the correct document to update when the organization needs to quantify and prioritize the potential business impact of losing critical systems or processes, such as after identifying a new critical application that supports a core business function, to inform disaster recovery and continuity planning.
Why candidates choose this
Candidates may confuse risk acceptance with business impact analysis because both involve assessing financial consequences, but the BIA focuses on impact quantification for continuity planning, not on recording risk management decisions.
✗Security baseline configuration documentWrong answer — click to see why▾
Why this is wrong here
A security baseline configuration document defines secure settings for systems, not risk acceptance decisions. The question asks for recording a formal risk acceptance decision with sign-off, which is a function of the risk register.
★ When this WOULD be the correct answer
A security baseline configuration document would be correct if the question asked for the document that specifies mandatory security settings for a system, such as after a vulnerability scan reveals misconfigurations that need to be hardened.
Why candidates choose this
Candidates may confuse compensating controls (like a WAF) with configuration baselines, or think that documenting a control decision belongs in a configuration document rather than a risk management document.
✗Incident response planWrong answer — click to see why▾
Why this is wrong here
The incident response plan outlines procedures for detecting, responding to, and recovering from security incidents, not for formally documenting risk acceptance decisions or obtaining sign-off on risk treatment.
★ When this WOULD be the correct answer
A security manager needs to update the document that defines the steps to take when a security incident occurs, such as a data breach or system compromise, to ensure the organization's response is effective and compliant.
Why candidates choose this
Candidates may confuse risk acceptance with incident response because both involve handling vulnerabilities, but risk acceptance is a proactive decision made before an incident, while incident response is reactive.
Analysis generated from the official SY0-701blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse the risk register with the BIA, mistakenly thinking the BIA is used to document risk acceptance decisions, when in fact the BIA only quantifies impact and does not track risk treatment or sign-off.
Detailed technical explanation
How to think about this question
Under the hood, the risk register is a living document that includes fields such as risk ID, description, likelihood, impact, ALE, risk owner, and the chosen response (avoid, mitigate, transfer, accept). In this scenario, the ALE of $50,000 is less than the $80,000 WAF cost, making acceptance financially justified; the register must capture this cost-benefit analysis and the formal sign-off from leadership to satisfy compliance requirements like PCI DSS or SOX.
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 developer is choosing between AES-256 (symmetric) and RSA-2048 (asymmetric) for encrypting a large file that will be sent to a partner. Symmetric encryption is fast but requires key exchange; asymmetric is slower but solves the key distribution problem. A hybrid approach — encrypt the file with AES, encrypt the AES key with RSA — is standard. Questions like this test whether you understand when each approach applies.
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.
- →
Security Program Management and Oversight — study guide chapter
Learn the concepts, then practise the questions
- →
Security Program Management and Oversight practice questions
Targeted practice on this topic area only
- →
All SY0-701 questions
1,152 questions across all exam domains
- →
Security+ SY0-701 study guide
Full concept coverage aligned to exam objectives
- →
SY0-701 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related SY0-701 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
General Security Concepts practice questions
Practise SY0-701 questions linked to General Security Concepts.
Threats, Vulnerabilities, and Mitigations practice questions
Practise SY0-701 questions linked to Threats, Vulnerabilities, and Mitigations.
Security Architecture practice questions
Practise SY0-701 questions linked to Security Architecture.
Security Operations practice questions
Practise SY0-701 questions linked to Security Operations.
Security Program Management and Oversight practice questions
Practise SY0-701 questions linked to Security Program Management and Oversight.
Security+ social engineering questions
Practise SY0-701 questions linked to Security+ social engineering questions.
Security+ cryptography practice questions
Practise SY0-701 questions linked to Security+ cryptography.
Security+ IAM questions
Practise SY0-701 questions linked to Security+ IAM questions.
Security+ risk management questions
Practise SY0-701 questions linked to Security+ risk management questions.
Security+ incident response questions
Practise SY0-701 questions linked to Security+ incident response questions.
Security+ malware questions
Practise SY0-701 questions linked to Security+ malware questions.
Security+ vulnerability management questions
Practise SY0-701 questions linked to Security+ vulnerability management questions.
Practice this exam
Start a free SY0-701 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 SY0-701 question test?
Security Program Management and Oversight — This question tests Security Program Management and Oversight — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Risk register — The risk register is the correct document to update because it formally tracks identified risks, their assessed impact, and the chosen risk response (acceptance). Recording the decision to accept the $50,000 ALE risk and obtaining sign-off ensures auditability and accountability, which is a key requirement in risk management frameworks like NIST SP 800-37.
What should I do if I get this SY0-701 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
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 →
Keep practising
More SY0-701 practice questions
- An HR analyst must send a salary file to an external auditor. The auditor only needs names, departments, and salary tota…
- An investigator receives a suspect laptop drive that may be used in court. Which approach best supports a forensically s…
- An investigator must collect data from a suspected insider-threat laptop so the evidence could be used in an HR and lega…
- An NDR tool shows a production web server sending small, periodic DNS queries to random-looking subdomains under a domai…
- An investigator needs to make a forensic image of a suspect laptop without changing the original drive contents. Which t…
- An operations team manages Linux servers over SSH. The security team wants to stop direct management access from employe…
Last reviewed: Jun 11, 2026
This SY0-701 practice question is part of Courseiva's free CompTIA 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 SY0-701 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.