Multiple choice technology architecture

Which among the below is potential to negatively impact performance test results ?

  1. Multiple web servers with a load balancer

  2. Data caching on client side

  3. Parameterize input parameters

  4. Placing a rendezvous point

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

Client-side data caching artificially improves performance test results because cached responses avoid server requests entirely. This masks true server capacity and response times. Unlike production where users have diverse cache states, performance tests should reflect worst-case uncached scenarios to accurately measure server capabilities.