Multiple choice technology testing

Which of the following is the best example of reliability failure for an application?

  1. Slow Response Time

  2. Excessive Memory Consumption

  3. Random Application termination

  4. Failure to encrypt data

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Reliability refers to a system's ability to perform its intended functions correctly and consistently over time without unexpected failures. Random application termination represents a complete loss of service availability, which is a fundamental reliability issue. The other options represent different concerns: performance (slow response), resource management (memory consumption), and security (encryption).