GCP Professional Cloud Architect Practice Question

Your company hosts a Java web service on a single n2-standard-4 Compute Engine VM in the us-central1-b zone behind a regional external HTTP(S) load balancer. A recent kernel panic left the service offline until an admin manually recreated the instance. The CTO asks for a redesign that (1) restores a failed VM within 90 seconds, (2) survives the loss of an entire zone in us-central1, (3) keeps operational effort and cost low, and (4) requires no application changes. Which solution best meets these requirements?

  • Place the current VM in a single-zone managed instance group, enable automatic restart and live migration, and rely on the existing HTTP(S) load balancer to handle recovery.

  • Containerize the application and deploy it on Cloud Run with the minimum instances setting at zero, fronted by Cloud CDN to absorb failures.

  • Move the workload to a regional managed instance group with a minimum size of two instances distributed across two zones, configure an HTTP health check for autohealing, enable autoscaling to a maximum of four instances, and keep the existing external HTTP(S) load balancer in front of the group.

  • Create one unmanaged instance group in each zone and use Cloud Scheduler to invoke a Cloud Function that recreates any VM failing a health probe; continue using a regional TCP load balancer to distribute traffic across groups.

GCP Professional Cloud Architect
Designing and planning a cloud solution architecture
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot