0
0
GCPcloud~5 mins

Backend services and backend buckets in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a backend service in Google Cloud Platform?
A backend service is a configuration that defines how Cloud Load Balancing distributes traffic to backend instances or endpoints. It controls health checks, session affinity, and load balancing policies.
Click to reveal answer
beginner
What is a backend bucket in Google Cloud Platform?
A backend bucket is a Cloud Storage bucket configured as a backend for Cloud Load Balancing. It serves static content directly to users through the load balancer.
Click to reveal answer
intermediate
How does a backend service differ from a backend bucket?
A backend service routes traffic to compute resources like VM instances or instance groups, while a backend bucket serves static content from a Cloud Storage bucket.
Click to reveal answer
beginner
Why are health checks important for backend services?
Health checks monitor the status of backend instances to ensure traffic is only sent to healthy, responsive resources, improving reliability and user experience.
Click to reveal answer
intermediate
Can a backend bucket be used with HTTPS load balancing?
Yes, backend buckets can be used with HTTPS load balancers to serve static content securely over HTTPS.
Click to reveal answer
What type of content does a backend bucket serve?
AStatic content from Cloud Storage
BDynamic content from VM instances
CDatabase queries
DAPI requests
Which component controls traffic distribution in a backend service?
AFirewall rules
BHealth checks
CCloud Storage bucket
DLoad balancing policies
What ensures that traffic is only sent to healthy backend instances?
ABackend bucket
BHealth checks
CCloud DNS
DIAM roles
Can backend services include instance groups as backends?
AYes
BNo
COnly for backend buckets
DOnly for Cloud Storage
Which Google Cloud product is used to store content served by backend buckets?
ACompute Engine
BCloud SQL
CCloud Storage
DCloud Functions
Explain the roles of backend services and backend buckets in Google Cloud Load Balancing.
Think about how dynamic and static content are handled differently.
You got /4 concepts.
    Describe how health checks improve the reliability of backend services.
    Consider what happens if a backend instance stops responding.
    You got /4 concepts.