CV0-002 · Question #537
A company is migrating its application to a cloud provider. Six months before going live, a representative from each stakeholder group validated the functionality and performance in the QA environment
The correct answer is A. The test scenario audiences are different between QA and production.. The observed performance degradation in production after successful QA testing suggests a critical difference in the testing methodology or environment's representativeness compared to the live system.
Question
A company is migrating its application to a cloud provider. Six months before going live, a representative from each stakeholder group validated the functionality and performance in the QA environment and did not identify any issues. After going live, the system response time is slower that the testing environment. Which of the following is the MOST likely gap in the testing plan?
Options
- AThe test scenario audiences are different between QA and production.
- BThe application version deployed in production is different than the one deployed in QA.
- CSystem configuration testing in QA and production is different.
- DThe test plan in QA is different than the production environment.
How the community answered
(29 responses)- A52% (15)
- B10% (3)
- C31% (9)
- D7% (2)
Why each option
The observed performance degradation in production after successful QA testing suggests a critical difference in the testing methodology or environment's representativeness compared to the live system.
If the test scenario audiences in QA are different from the actual production users in terms of number, behavior, or concurrency, the QA environment will not accurately simulate the production load. This discrepancy is a common reason for performance issues like slower response times once an application goes live with real user traffic.
While different application versions can cause issues, the question implies performance was 'validated' in QA, suggesting the version was stable. A version mismatch is typically a deployment error, not a gap in the *testing plan* itself.
System configuration differences between QA and production can certainly cause problems, but 'System configuration testing in QA and production is different' is vague. If the *configurations themselves* were different, that's a key issue, but the phrasing doesn't make it the most likely gap in the *testing plan* for performance when compared to audience simulation.
A 'different test plan' is too general and does not specifically pinpoint why performance suffered, especially after functionality and performance were 'validated.' It is less specific than addressing the user load aspect, which directly impacts response time.
Concept tested: Performance testing gaps, environment parity
Topics
Community Discussion
No community discussion yet for this question.