Q: 4
GlobalTech requires a Disaster Recovery (DR) plan for their core e-commerce
database (running on Cloud Spanner) with an aggressive Recovery Time Objective
(RTO) and Recovery Point Objective (RPO) of under 5 minutes. The application must
be available even if an entire region fails. Which Spanner configuration is required?
Options
Discussion
C . Monitoring and Logging are key here, plus Alerts for admin notifications and Error Reporting for surfacing app errors. Pretty sure this matches GCP's actual service names, unless they changed something.
Yeah I'm going with A for sure.
A , only multi-region Spanner (option A) guarantees sync replication and instant failover to meet both RTO and RPO under 5 minutes. Pretty sure that's what the official guide says, check labs if unsure.
D , async replication seems fast enough for <5min RTO/RPO but maybe I’m missing why it wouldn’t work. The multi-region setup is solid but async sounds right for DR to me-trap option?
I don’t think D fits, since async replication means you could lose data if the region fails. A
Probably D for this one, since async replication usually covers DR use cases with low RTO/RPO if regions are fast enough. The official guide and practice exams have similar examples. I might be off here, anybody see different guidance?
I don’t think it's D, since async replication risks missing the sub-5 min RPO. A
Probably A, since only multi-region covers a full region outage and hits that fast RTO/RPO. The other configs either risk data loss or take too long to restore. Let me know if someone actually made D work for this.
A makes sense here, since multi-region Spanner gives truly synchronous replication and automatic failover. That’s the only way to guarantee both sub-5 min RTO and RPO with no data loss, I think. Anyone see DR done another way for this?
D Async replication usually helps with DR but RPO could be a trap here, tempted to pick D not A.
Be respectful. No spam.
Question 4 of 35