Bird
0
0

Which JSON field must you include to correctly reference a backend bucket in a Google Cloud Load Balancer configuration?

easy📝 Syntax Q3 of 15
GCP - Cloud Load Balancing
Which JSON field must you include to correctly reference a backend bucket in a Google Cloud Load Balancer configuration?
A"storageBucket": "gs://your-bucket"
B"backendService": "projects/your-project/global/backendServices/your-service"
C"instanceGroup": "projects/your-project/zones/zone/instanceGroups/your-group"
D"backendBucket": "projects/your-project/global/backendBuckets/your-bucket"
Step-by-Step Solution
Solution:
  1. Step 1: Identify backend bucket reference field

    The correct field to specify a backend bucket is "backendBucket" in the load balancer configuration.
  2. Step 2: Use the full resource path

    The value must be the full resource path including project and global scope, e.g., "projects/your-project/global/backendBuckets/your-bucket".
  3. Final Answer:

    "backendBucket": "projects/your-project/global/backendBuckets/your-bucket" -> Option D
  4. Quick Check:

    Check for "backendBucket" field and full resource path [OK]
Quick Trick: Use "backendBucket" with full resource path [OK]
Common Mistakes:
  • Using "backendService" instead of "backendBucket"
  • Specifying only bucket name without full path
  • Confusing instance group references with backend buckets

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes