0
0
GCPcloud~5 mins

High availability configuration in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does high availability mean in cloud infrastructure?
High availability means making sure a service or system stays up and running almost all the time, even if some parts fail. It’s like having backup plans so users don’t notice problems.
Click to reveal answer
beginner
Name a common GCP service used to achieve high availability for web applications.
Google Cloud Load Balancing is commonly used. It spreads user traffic across multiple servers in different zones to avoid downtime if one server or zone fails.
Click to reveal answer
beginner
Why is deploying resources in multiple zones important for high availability?
Multiple zones mean if one zone has a problem (like power loss), other zones keep working. This reduces the chance of total service failure.
Click to reveal answer
intermediate
What role does health checking play in high availability?
Health checks monitor if servers are working well. If a server fails, traffic is sent to healthy servers only, keeping the service available.
Click to reveal answer
intermediate
Explain the difference between regional and zonal resources in GCP for high availability.
Zonal resources exist in one zone only, so if that zone fails, the resource is unavailable. Regional resources span multiple zones, so they keep working even if one zone fails.
Click to reveal answer
Which GCP service helps distribute traffic to multiple instances for high availability?
ACloud Storage
BCloud Functions
CCloud Load Balancing
DCloud Pub/Sub
Deploying resources in multiple zones helps to:
AReduce latency by using only one zone
BIncrease availability by avoiding single points of failure
CSave costs by using fewer resources
DMake backups faster
What does a health check do in a high availability setup?
AMonitors server status and routes traffic away from unhealthy servers
BDeletes unhealthy servers automatically
CCreates new servers on demand
DEncrypts data between servers
Which type of GCP resource is more resilient to zone failures?
AZonal resource
BSingle-instance resource
CTemporary resource
DRegional resource
High availability aims to:
AKeep services running with minimal downtime
BMake services faster only
CMake services cheaper
DLimit user access
Describe how you would design a high availability setup for a web app on GCP.
Think about spreading resources and checking their health.
You got /4 concepts.
    Explain why health checks are important in a high availability configuration.
    Consider how the system knows which servers to use.
    You got /4 concepts.