nerdexam
Isaca

CISA · Question #7

Which of the following metrics is the BEST indicator of the performance of a web application?

The correct answer is D. Average response time. The average response time is the best metric for indicating web application performance because it directly measures the end-user experience, showing how quickly requests are processed.

Submitted by ahmad_uae· Apr 18, 2026Information Systems Operations and Business Resilience

Question

Which of the following metrics is the BEST indicator of the performance of a web application?

Options

  • AServer thread count
  • BServer uptime
  • CHTTP server error rate
  • DAverage response time

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    3% (1)
  • D
    88% (28)

Why each option

The average response time is the best metric for indicating web application performance because it directly measures the end-user experience, showing how quickly requests are processed.

AServer thread count

Server thread count indicates server load or capacity but doesn't directly measure the speed at which individual user requests are fulfilled.

BServer uptime

Server uptime measures availability, not performance; a server can be up but performing poorly.

CHTTP server error rate

HTTP server error rate indicates reliability or functionality issues, not the speed or responsiveness of successful operations.

DAverage response timeCorrect

Average response time directly reflects the end-user experience by measuring the total time from when a user sends a request to when they receive a complete response. A lower average response time indicates a more performant and responsive application, which is a critical factor for user satisfaction and operational efficiency.

Concept tested: Web application performance metrics

Source: https://learn.microsoft.com/en-us/azure/azure-monitor/app/web-app-performance-monitoring

Topics

#Web application performance#Performance metrics#Application monitoring#Response time

Community Discussion

No community discussion yet for this question.

Full CISA Practice