DS0-001 · Question #112
DS0-001 Question #112: Real Exam Question with Answer & Explanation
The correct answer is A: Impacts. Impacts (A) is correct because the term specifically refers to the consequences or effects that result from a successful attack - SQL injection can corrupt or expose data, while a DoS attack disrupts availability; both describe what actually happens after exploitation occurs. Ris
Question
Which of the following characterizes the disruptive effects of a SQL injection and a denial-of- service attack?
Options
- AImpacts
- BRisks
- CThreats
- DVulnerabilities
Explanation
Impacts (A) is correct because the term specifically refers to the consequences or effects that result from a successful attack - SQL injection can corrupt or expose data, while a DoS attack disrupts availability; both describe what actually happens after exploitation occurs.
Risks (B) is wrong because risk refers to the probability that a threat will exploit a vulnerability and cause harm - it's a likelihood calculation, not a description of effects.
Threats (C) is wrong because threats are the agents or events capable of causing harm (e.g., the attacker or the attack technique itself), not the resulting damage.
Vulnerabilities (D) is wrong because vulnerabilities are the weaknesses in a system that get exploited (e.g., unparameterized SQL queries, unprotected bandwidth) - the precondition, not the outcome.
Memory tip: Think of the attack chain - Vulnerability → Threat → Risk → Impact. When a question mentions "effects" or "disruptive results," you're at the end of the chain: that's always Impact.
Community Discussion
No community discussion yet for this question.