Multiple choice technology architecture

Performance problems are more likely in

  1. OS & HW

  2. Database

  3. Program

  4. Design

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

Performance bottlenecks typically manifest in the application code through inefficient algorithms, poor resource management, or suboptimal logic design. While OS, hardware, and database layers can contribute, the program layer is where most performance issues originate as it directly controls how resources are utilized.