Google Cloud Professional Cloud Architect — Question 101
You are helping the QA team to roll out a new load-testing tool to test the scalability of your primary cloud services that run on Google Compute Engine with Cloud
Bigtable.
Which three requirements should they include? (Choose three.)
Answer options
- A. Ensure that the load tests validate the performance of Cloud Bigtable
- B. Create a separate Google Cloud project to use for the load-testing environment
- C. Schedule the load-testing tool to regularly run against the production environment
- D. Ensure all third-party systems your services use is capable of handling high load
- E. Instrument the production services to record every transaction for replay by the load-testing tool
- F. Instrument the load-testing tool and the target services with detailed logging and metrics collection
Correct answer: A, B, F
Explanation
Option A is correct because validating Cloud Bigtable's performance is essential for understanding its behavior under load. Option B is also correct as having a separate Google Cloud project helps isolate the load-testing environment from production. Option F is necessary to gather detailed metrics for analysis but does not involve the actual testing of Cloud Bigtable's performance. The other options do not directly pertain to the requirements for effective load testing in this context.