
Ultimate access to all questions.
Mountkirk Games is building a new game which is expected to be very popular. They plan to deploy the game's backend on Google Compute Engine to capture streaming metrics, run intensive analytics, and utilize an autoscaling server environment integrated with a managed NoSQL database. The game communicates with the backend over a REST API. You are in charge of the new Game Backend Platform architecture and want to follow Google-recommended practices. How should you design the backend?
A
Create an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L4 load balancer.
B
Create an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L4 load balancer.
C
Create an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L7 load balancer.
D
Create an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L7 load balancer.