PROFESSIONAL-CLOUD-ARCHITECT · Question #24
Your solution is producing performance bugs in production that you did not see in staging and test environments. You want to adjust your test and deployment procedures to avoid this problem in the…
The correct answer is C. Increase the load on your test and staging environments. The problem is that performance issues were not caught in test and staging environments. It may be due to insufficient load during tests. To improve the situation, we need to catch performance issues in test and staging environments itself. For that, one way is to increase the…
Question
Options
- ADeploy fewer changes to production.
- BDeploy smaller changes to production.
- CIncrease the load on your test and staging environments.
- DDeploy changes to a small subset of users before rolling out to production.
How the community answered
(29 responses)- A10% (3)
- B7% (2)
- C79% (23)
- D3% (1)
Explanation
The problem is that performance issues were not caught in test and staging environments. It may be due to insufficient load during tests. To improve the situation, we need to catch performance issues in test and staging environments itself. For that, one way is to increase the load so that issues show up before production itself.
Topics
Community Discussion
No community discussion yet for this question.