
Answer-first summary for fast verification
Answer: Tests should scale well beyond the prior approaches
The correct answer is A: 'Tests should scale well beyond the prior approaches.' The scenario indicates that Mountkirk Games had issues with scaling their existing infrastructure due to the unexpected popularity of their games. Therefore, the new testing strategy should focus on ensuring that the system can handle a significantly higher volume of traffic and users than previously managed. This aligns with the requirement to dynamically scale based on game activity. Additionally, testing should ensure that the game can handle scalability challenges to prevent the issues faced with their previous cloud provider.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Mountkirk Games makes online, session-based, multiplayer games for popular mobile platforms. Historically, they used cloud providers to lease physical servers and faced issues with scaling their global audience, application servers, MySQL databases, and analytics tools due to unexpected popularity. For their new game, which is expected to be very popular, they plan to deploy the backend on Google Compute Engine to capture streaming metrics, run intensive analytics, and take advantage of autoscaling and managed NoSQL services. Mountkirk Games wants you to design their new testing strategy. How should the test coverage differ from their existing backends on the other platforms?
A
Tests should scale well beyond the prior approaches
B
Unit tests are no longer required, only end-to-end tests
C
Tests should be applied after the release is in the production environment
D
Tests should include directly testing the Google Cloud Platform (GCP) infrastructure