Bird
0
0

Which backend type can serve static content directly in Google Cloud Load Balancing?

easy📝 Conceptual Q2 of 15
GCP - Cloud Load Balancing
Which backend type can serve static content directly in Google Cloud Load Balancing?
ABackend service with instance groups
BBackend bucket
CCloud SQL instance
DCloud Functions
Step-by-Step Solution
Solution:
  1. Step 1: Identify backend types for static content

    Backend buckets are designed to serve static content like images or HTML files directly.
  2. Step 2: Exclude other backend types

    Instance groups serve dynamic content, Cloud SQL is a database, and Cloud Functions run code, not static files.
  3. Final Answer:

    Backend bucket -> Option B
  4. Quick Check:

    Static content backend = backend bucket [OK]
Quick Trick: Static files served by backend buckets [OK]
Common Mistakes:
  • Choosing instance groups for static content
  • Confusing Cloud SQL with backend storage
  • Thinking Cloud Functions serve static files

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes