Multiple choice technology testing

Once a system has been tested and tuned for performance:

  1. It will never face a performance problem again

  2. It will have a performance problem if system grows

  3. It can have a performance problem if system grows

  4. It will have a performance problem only if application changes

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

Even after performance testing and tuning, systems can encounter performance problems when they grow (increased users, data, or traffic). Tuning is not permanent - it optimizes for current conditions. Option A is incorrect because performance problems can recur. Option B claims it will have problems, which is too definitive. Option D incorrectly limits problems to only application changes.