Which of the following best describes fault tolerance in a cloud infrastructure?
Think about what it means for a system to keep working even if parts fail.
Fault tolerance means the system keeps working even when some parts fail, ensuring reliability.
You want to design a web application on GCP that remains available even if one zone goes down. Which architecture choice supports this?
Think about spreading resources to avoid a single point of failure.
Deploying across multiple zones with load balancing ensures the app stays available if one zone fails.
What is the most likely reliability impact if Identity and Access Management (IAM) roles are misconfigured in a GCP project?
Consider what happens if users or services cannot access what they need.
Misconfigured IAM can block access to services, causing outages and reducing reliability.
What happens when a Compute Engine instance group with autohealing enabled detects an unhealthy instance?
Think about how autohealing helps maintain service availability.
Autohealing replaces unhealthy instances automatically to keep the service running smoothly.
You manage a critical database on GCP that must be recoverable within minutes after failure. Which backup strategy best supports this reliability requirement?
Consider backup methods that minimize downtime and data loss.
Continuous replication with high availability and automated failover allows quick recovery and minimal downtime.