Multiple choice technology performance

What could be the possible reason/reasons for poor response time bottleneck

  1. • High percentage of CPU usage

  2. • Poor logical database design, such as bad table design

  3. • Inefficient session and state management

  4. • High queue length on server side

Reveal answer Fill a bubble to check yourself
B,C,D Correct answer
Explanation

Poor database design, inefficient session/state management, and high queue length on the server directly degrade response times. High CPU usage is typically a symptom or cause of resource saturation rather than a direct software/architecture-based bottleneck.