Bird
0
0

What will happen if a backend bucket referenced by a load balancer is deleted?

medium📝 service behavior Q5 of 15
GCP - Cloud Load Balancing
What will happen if a backend bucket referenced by a load balancer is deleted?
ATraffic is redirected to a default backend service.
BThe load balancer automatically creates a new backend bucket.
CThe load balancer will return 404 errors for requests to that backend bucket.
DThe load balancer continues serving cached content indefinitely.
Step-by-Step Solution
Solution:
  1. Step 1: Understand backend bucket deletion impact

    If the backend bucket is deleted, the load balancer cannot serve content from it.
  2. Step 2: Identify load balancer behavior on missing backend

    Requests to the deleted backend bucket result in 404 Not Found errors.
  3. Final Answer:

    The load balancer will return 404 errors for requests to that backend bucket. -> Option C
  4. Quick Check:

    Deleted backend bucket causes 404 errors [OK]
Quick Trick: Deleted backend buckets cause 404 errors [OK]
Common Mistakes:
  • Assuming automatic backend bucket recreation
  • Thinking traffic redirects automatically
  • Believing cached content serves forever

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes