
Answer-first summary for fast verification
Answer: Create a scalable environment in GCP for simulating production load
The correct answer is A. Creating a scalable environment in GCP for simulating production load allows you to economically test the backend under realistic conditions. Unlike the existing infrastructure, GCP can dynamically scale to simulate different levels of load. Testing in this way will ensure that the backend can handle the expected volume of users and scale appropriately. Option B is incorrect because the existing infrastructure did not scale well and using it to test would not be feasible. Option C is not correct because it's best practice to keep test and production environments separate, and it may not provide realistic load simulations. Option D is also incorrect because static environments do not provide the dynamic scaling needed for thorough testing.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Mountkirk Games has encountered issues with scaling their global audience and infrastructure with their previous cloud provider. Now, they have deployed their new backend on Google Cloud Platform (GCP) and need to ensure it can handle the expected load. You want to create a thorough testing process for new versions of the backend before they are released to the public, ensuring the testing environment can scale economically. How should you design the process?
A
Create a scalable environment in GCP for simulating production load
B
Use the existing infrastructure to test the GCP-based backend at scale
C
Build stress tests into each component of your application using resources internal to GCP to simulate load
D
Create a set of static environments in GCP to test different levels of load