Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As the lead architect for Mountkirk Games' new Game Backend Platform, and given that the game client communicates via a REST API, what is the Google-recommended design for 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.