GCP Prep

Compute Practice Questions

Virtual machines, serverless runtimes and instance groups. 9 original questions with full explanations.

Read Compute Engine first

Question 1 of 9

0 answered · 9 remaining

Computemedium

A small team runs a public REST API with highly variable traffic — busy during business hours and almost no requests overnight. They want to minimise both cost and operational work. Which compute option best fits?

Select one answer

Select an answer to see the explanation.

These questions are written by GCP Prep to test understanding of publicly documented concepts. They are not real exam questions.

What this test covers

One concept per question. If you can explain each of these without hesitating, you are in good shape on Compute.

  • Scale to zero suits spiky traffic with a small operations team
  • Autohealing recreates unhealthy instances; load balancer health checks only redirect traffic
  • Kubernetes provides a consistent deployment target across environments
  • Spot capacity suits fault-tolerant, interruptible work
  • Baking a custom image minimises startup time and makes instances reproducible
  • Stopping an instance halts compute charges but not all associated resource charges
  • Cloud Run concurrency directly determines how many instances a given request rate needs
  • Sole tenancy provides dedicated physical hardware for licensing and compliance
  • Local SSD trades durability for maximum performance