Practice free →
HomeGCP Data Engineercloudcomputinggcpdeanalysisops › Which GCP BigQuery feature should a Data Enginee…

Which GCP BigQuery feature should a Data Engineer use to RECOVER a table to its state from up to 7 days ago — without restoring from backup?

ACloud DNS
BCloud Memorystore
CBigQuery time travel (using SYSTEM_TIME AS OF queries within 7 days)
DManual quarterly backups to CSV
Answer & Solution
Correct answer: C. BigQuery time travel (using SYSTEM_TIME AS OF queries within 7 days)
BigQuery time travel = 7-day point-in-time recovery (per PDE §5.5). The other options aren't time-travel.
Solve this in the app — GCP Data Engineer practice & 24k+ MCQs →
Related questions