CompTIA CASP+ (CAS-004) — Question 560
An organization that provides a SaaS solution recently experienced an incident involving customer data loss. The system has a level of self-healing that includes monitoring performance and available resources. When the system detects an issue, the self-healing process is supposed to restart parts of the software.
During the incident, when the self-healing system attempted to restart the services, available disk space on the data drive to restart all the services was inadequate. The self-healing system did not detect that some services did not fully restart and declared the system as fully operational.
Which of the following BEST describes the reason why the silent failure occurred?
Answer options
- A. The system logs rotated prematurely.
- B. The disk utilization alarms are higher than what the service restarts require.
- C. The number of nodes in the self-healing cluster was healthy.
- D. Conditional checks prior to the service restart succeeded.
Correct answer: B
Explanation
The correct answer is B because the disk utilization alarms being higher than necessary meant the self-healing system did not recognize the insufficient disk space for a full restart. Option A is incorrect as premature log rotation does not directly relate to service restarts. Option C is irrelevant since node health doesn't affect disk space issues. Option D is also wrong because successful conditional checks do not guarantee that there is enough disk space for the services to restart.