QuestionQ48
Designing and planning a cloud solution architectureRefer to the Mountkirk Games case study for this question. Mountkirk Games wants to future-proof its solution so it can benefit from cloud and technology improvements as they become available. Which two actions should it take?
Choose two
- 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.
Community Discussion