Multiple choice technology architecture

Which of the following is not a measure of Response time ?

  1. Time to service a web request

  2. Time to service a database transaction

  3. Time spent in disk subsystem

  4. Time to restart a service

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

Response time measures how long a system takes to handle requests when operational. Options A, B, and C all measure actual request handling time, making them valid response time metrics. Restarting a service (D) is about availability and recovery, not response time measurement.