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 problems most often originate in the application program itself due to inefficient algorithms, poor data structures, unnecessary computations, or suboptimal database queries. While OS, hardware, and database issues can cause problems, they are less common than application-level issues.