Question 267 of 315
Single answerFor this question, refer to the Mountkirk Games case study. You are in charge of the new Game Backend Platform architecture. The game communicates with the backend over a REST API.
You want to follow Google-recommended practices. How should you design the backend?
You want to follow Google-recommended practices. How should you design the backend?
ACreate an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L4 load balancer.
BCreate an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L4 load balancer.
✓CCreate an instance template for the backend. For every region, deploy it on a multi-zone managed instance group. Use an L7 load balancer.
DCreate an instance template for the backend. For every region, deploy it on a single-zone managed instance group. Use an L7 load balancer.
✓
Correct Answer: 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.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.