Question-34: The proportion of application code that is tested and whether or not the test cases cover the whole of the code is referred to as test coverage. It should be understood that. If you have 10,000 lines of code, for instance, your test cases need to be able to test the complete codebase. If just 5,000 out of 10,000 lines of code are tested, then the coverage is considered to be 50%. Mountkirk Games would want you to plan their new testing approach for them. In what ways should the test coverage be different from their already established backends on the various other platforms?
A. The tests should go much beyond the methods that came before them.
B. No longer are unit tests necessary; only end-to-end tests are required.
C. After the release has been implemented in the production environment, testing should begin.
D. During testing, you should also directly test the infrastructure provided by Google Cloud Platform (GCP).
Correct Answer

Get All 340 Questions and Answer for Google Professional Cloud Architect

: 1 Explanation: Tests should include directly testing the Google Cloud Platform (GCP) infrastructure. Testing their resources running on GCP infrastructure or testing GCP services itself? Regardless, Option-4 suggests SLA requirements which is not the problem. The problem is scalability that can be resolved through stress testing. Also, GCP services are indirectly tested through it (Option-4). Hence, I choose option 1. One of the technical requirements says Dynamically scale up or down based on game activity. In addition, most testers would write black box or grey box test cases without knowing the cloud infrastructure, nor how GCP services are built.