ASSOCIATE-CLOUD-ENGINEER · Question #391
ASSOCIATE-CLOUD-ENGINEER Question #391: Real Exam Question with Answer & Explanation
The correct answer is B: Create a VPC in the Standard Tier and one in the Premium Tier. Deploy development workloads in. Google Cloud offers two networking tiers: Premium Tier: Uses Google’s highly optimized global network to deliver low latency, high availability, and high performance. Standard Tier: Uses the public internet for routing, which is more cost-effective but may introduce higher latenc
Question
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?
Options
- ACreate a VPC in the Standard Tier and one in the Premium Tier. Deploy production workloads in
- BCreate a VPC in the Standard Tier and one in the Premium Tier. Deploy development workloads in
- CCreate a VPC in the Premium Tier, and deploy both production and development workloads on
- DCreate a VPC in the Standard Tier, and deploy both production and development workloads on
Explanation
Google Cloud offers two networking tiers: Premium Tier: Uses Google’s highly optimized global network to deliver low latency, high availability, and high performance. Standard Tier: Uses the public internet for routing, which is more cost-effective but may introduce higher latency compared to the Premium Tier. Given requirements: Minimize Latency for Production Systems: Production workloads, especially for a financial services company where every millisecond matters, should leverage the Premium Tier to take advantage of Google's global network for low latency and high reliability. Minimize Costs for the Development Environment: Development workloads can tolerate higher latency. Therefore, deploying them on the Standard Tier will help reduce costs while still providing the necessary connectivity. Chosen solution suggests creating two separate VPCs: One VPC in the Premium Tier for production workloads. One VPC in the Standard Tier for development workloads. This design meets both requirements: it minimizes latency for production systems by using the Premium Tier and minimizes costs for the development environment by using the Standard Tier.
Community Discussion
No community discussion yet for this question.