Topic 1 Question 164
3 つ選択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?
Ensure that the load tests validate the performance of Cloud Bigtable
Create a separate Google Cloud project to use for the load-testing environment
Schedule the load-testing tool to regularly run against the production environment
Ensure all third-party systems your services use is capable of handling high load
Instrument the production services to record every transaction for replay by the load-testing tool
Instrument the load-testing tool and the target services with detailed logging and metrics collection
ユーザの投票
コメント(17)
after reading link: https://cloud.google.com/bigtable/docs/performance A:Run your typical workloads against Bigtable :Always run your own typical workloads against a Bigtable cluster when doing capacity planning, so you can figure out the best resource allocation for your applications. B. Create a separate Google Cloud project to use for the load-testing environment F : The most important/standard factor of testing, you gather logs and metrics in TEST environment for further scaling.
👍 24rishab862021/06/04AB&F Creating a separate project is highly recommended. It gives you total isolation from your product environment, and make sure it will not share the resources with your product env such as service quota
👍 7PeppaPig2021/08/19Answer should be BEF
👍 4MrXBasit2021/06/29
シャッフルモード