Question 306 of 315
Single answerDress4Win has end-to-end tests covering 100% of their endpoints.
They want to ensure that the move to the cloud does not introduce any new bugs.
Which additional testing methods should the developers employ to prevent an outage?
AThey should enable Google Stackdriver Debugger on the application code to show errors in the code.
✓BThey should add additional unit tests and production scale load tests on their cloud staging environment.
CThey should run the end-to-end tests in the cloud staging environment to determine if the code is working as intended.
DThey should add canary tests so developers can measure how much of an impact the new release causes to latency.
✓
Correct Answer: B
They should add additional unit tests and production scale load tests on their cloud staging environment.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.