Multiple choice technology performance

Which HTTP error code indicates that an individual business process is failing under load or the web application itself has crashed?

  1. 400

  2. 401

  3. 403

  4. 500

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

HTTP status code 500 (Internal Server Error) indicates a generic server-side error, representing application crashes or failures under load. Codes 400 (Bad Request), 401 (Unauthorized), and 403 (Forbidden) indicate client-side errors rather than server failures.