nerdexam
Google

PROFESSIONAL-CLOUD-DEVOPS-ENGINEER · Question #50

You are configuring the frontend tier of an application deployed in Google Cloud. The frontend tier is hosted in nginx and deployed using a managed instance group with an Envoy-based external…

The correct answer is D. Standard Tier with a regional load balancer. For an application deployed entirely within one region (europe-west2) serving only users from within that region (United Kingdom), the most cost-effective solution is to use the Standard Network Tier with a regional load balancer.

Submitted by yaw92· Apr 18, 2026Implementing and managing cost controls

Question

You are configuring the frontend tier of an application deployed in Google Cloud. The frontend tier is hosted in nginx and deployed using a managed instance group with an Envoy-based external HTTP(S) load balancer in front. The application is deployed entirely within the europe-west2 region, and only serves users based in the United Kingdom. You need to choose the most cost- effective network tier and load balancing configuration. What should you use?

Options

  • APremium Tier with a global load balancer
  • BPremium Tier with a regional load balancer
  • CStandard Tier with a global load balancer
  • DStandard Tier with a regional load balancer

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    4% (1)
  • D
    83% (20)

Why each option

For an application deployed entirely within one region (europe-west2) serving only users from within that region (United Kingdom), the most cost-effective solution is to use the Standard Network Tier with a regional load balancer.

APremium Tier with a global load balancer

Premium Tier with a global load balancer is more expensive and unnecessary for an application that is regionally deployed and serves only regional users.

BPremium Tier with a regional load balancer

Premium Tier with a regional load balancer is more expensive than Standard Tier, as Premium Tier provides global routing capabilities that are not needed for a strictly regional service.

CStandard Tier with a global load balancer

Standard Tier with a global load balancer is not a valid configuration; global load balancers on Google Cloud primarily leverage the Premium Tier network.

DStandard Tier with a regional load balancerCorrect

The Standard Network Tier is designed for regional traffic and offers a more cost-effective option than the Premium Tier, which is optimized for global reach. A regional load balancer is sufficient for an application that is deployed within a single region and exclusively serves users within that same region, avoiding the higher costs associated with global load balancers and the Premium Tier when not needed.

Concept tested: Google Cloud Network Tiers and Load Balancer types

Source: https://cloud.google.com/network-tiers/docs/overview

Topics

#Google Cloud Networking#Load Balancing#Network Tiers#Cost Optimization

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Practice