
Ultimate access to all questions.
You're designing an application that uses Cloud Storage for data storage and processing. The application's pipelines fetch raw data from one Cloud Storage bucket and save processed data in another. Your goal is to build a resilient architecture against Google Cloud regional failures, aiming for the lowest possible recovery point objective (RPO) without disrupting applications that access the stored data. What strategy should you implement to achieve this resilience and minimize RPO in Cloud Storage?
A
Implement multi-regional Cloud Storage buckets in your setup.
B
Use two regional Cloud Storage buckets and modify your application to write outputs to both.
C
Opt for a dual-region Cloud Storage bucket with turbo replication enabled.
D
Deploy two regional Cloud Storage buckets and schedule daily data copies from one to the other.