Google Cloud Associate Cloud Engineer — Question 275
You work for a financial services company that operates as a stock market broker. Your company is planning to migrate to Google Cloud. You need to plan the network design in Google Cloud. Your design must:
• Minimize the latency between all production systems.
• Minimize costs related to your development environment.
What should you do?
Answer options
- A. Create a VPC in the Standard Tier and one in the Premium Tier. Deploy production workloads in the Standard Tier and development workloads in the Premium Tier.
- B. Create a VPC in the Standard Tier and one in the Premium Tier. Deploy development workloads in the Standard Tier and production workloads in the Premium Tier.
- C. Create a VPC in the Premium Tier, and deploy both production and development workloads on this VPC.
- D. Create a VPC in the Standard Tier, and deploy both production and development workloads on this VPC.
Correct answer: B
Explanation
The correct answer is B because deploying production workloads in the Premium Tier ensures lower latency, while placing development workloads in the Standard Tier helps to reduce costs. Options A and D do not optimize for latency in production, and option C does not address the cost concern for the development environment.