Google Cloud Professional Data Engineer — Question 305

You have a data stored in BigQuery. The data in the BigQuery dataset must be highly available. You need to define a storage, backup, and recovery strategy of this data that minimizes cost. How should you configure the BigQuery table that have a recovery point objective (RPO) of 30 days?

Answer options

Correct answer: C

Explanation

The correct answer is C because setting the dataset to be multi-regional provides higher availability and redundancy across multiple locations, ensuring recovery using point-in-time snapshots aligns with the 30-day RPO. The other options either limit the dataset to regional storage, which does not offer the same level of availability and resilience, or involve unnecessary complexity with scheduled backups when point-in-time snapshots are sufficient.