Google Cloud Professional Cloud Architect — Question 80
For this question, refer to the Mountkirk Games case study. Mountkirk Games wants to design their solution for the future in order to take advantage of cloud and technology improvements as they become available. Which two steps should they take? (Choose two.)
Answer options
- A. Store as much analytics and game activity data as financially feasible today so it can be used to train machine learning models to predict user behavior in the future.
- B. Begin packaging their game backend artifacts in container images and running them on Google Kubernetes Engine to improve the ability to scale up or down based on game activity.
- C. Set up a CI/CD pipeline using Jenkins and Spinnaker to automate canary deployments and improve development velocity.
- D. Adopt a schema versioning tool to reduce downtime when adding new game features that require storing additional player data in the database.
- E. Implement a weekly rolling maintenance process for the Linux virtual machines so they can apply critical kernel patches and package updates and reduce the risk of 0-day vulnerabilities.
Correct answer: A, B
Explanation
The correct choices, A and B, focus on leveraging data for future machine learning capabilities and utilizing containerization to enhance scalability, both of which are crucial for adapting to future technology advancements. Options C, D, and E, while beneficial for development and maintenance, do not directly align with the strategic goal of preparing for future cloud improvements.