Topic 5 Question 2
Mountkirk Games has deployed their new backend on Google Cloud Platform (GCP). You want to create a through testing process for new versions of the backend before they are released to the public. You want the testing environment to scale in an economical way. How should you design the process?
Create a scalable environment in GCP for simulating production load
Use the existing infrastructure to test the GCP-based backend at scale
Build stress tests into each component of your application using resources internal to GCP to simulate load
Create a set of static environments in GCP to test different levels of load ג€" for example, high, medium, and low
解説
From scenario: Requirements for Game Backend Platform
- Dynamically scale up or down based on game activity
- Connect to a managed NoSQL database service
- Run customize Linux distro
ユーザの投票
コメント(17)
A is correct because simulating production load in GCP can scale in an economical way.
B is not correct because one of the pain points about the existing infrastructure was precisely that the environment did not scale well. C is not correct because it is a best practice to have a clear separation between test and production environments. Generating test load should not be done from a production environment. D is not correct because Mountkirk Games wants the testing environment to scale as needed. Defining several static environments for specific levels of load goes against this requirement.
👍 34shandy2019/11/26The question is taken from Google Practice Exam A: is correct because simulating production load in GCP can scale in an economical way.
B: is not correct because one of the pain points about the existing infrastructure was precisely that the environment did not scale well.
C: is not correct because it is a best practice to have a clear separation between test and production environments. Generating test load should not be done from a production environment.
D: is not correct because Mountkirk Games wants the testing environment to scale as needed. Defining several static environments for specific levels of load goes against this requirement.
👍 15mlantonis2020/07/01A is meaningful
👍 3AshokC2020/09/17
シャッフルモード