Bird
0
0

Consider this scenario: A performance test runs 100 users simultaneously on a website. The average response time is 2 seconds, but 10 users experience 10 seconds delay. What does this indicate?

medium📝 Conceptual Q13 of 15
Testing Fundamentals - Non-Functional Testing
Consider this scenario: A performance test runs 100 users simultaneously on a website. The average response time is 2 seconds, but 10 users experience 10 seconds delay. What does this indicate?
AThe test is invalid because average time is low
BThe website handles load well with no issues
CThere is a performance bottleneck affecting some users
DAll users have the same experience
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the response times

    Most users get 2 seconds, but some have 10 seconds delay, showing inconsistency.
  2. Step 2: Understand what inconsistent delays mean

    Long delays for some users suggest a bottleneck or problem under load.
  3. Final Answer:

    There is a performance bottleneck affecting some users -> Option C
  4. Quick Check:

    High delay for some = bottleneck [OK]
Quick Trick: Look for slow responses in some users to spot bottlenecks [OK]
Common Mistakes:
  • Ignoring slow user delays and trusting only average
  • Assuming test is invalid without checking details
  • Thinking all users have same experience

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes