Exam Associate-Data-Practitioner Topic 1 Question 88 Discussion
Actual exam question for Google's Associate-Data-Practitioner exam
Question #: 88
Topic #: 1
Question #: 88
Topic #: 1
You are constructing a data pipeline to process sensitive customer data stored in a Cloud Storage bucket. You need to ensure that this data remains accessible, even in the event of a single-zone outage. What should you do?
Suggested Answer: C Vote an answer
Storing the data in amulti-region bucketensures high availability and durability, even in the event of a single- zone outage. Multi-region buckets replicate data across multiple locations within the selected region, providing resilience against zone-level failures and ensuring that the data remains accessible. This approach is particularly suitable for sensitive customer data that must remain available without interruptions.
A single-zone outage requires high availability across zones or regions. Cloud Storage offers location-based redundancy options:
* Option A: Cloud CDN caches content for web delivery but doesn't protect against underlying storage outages-it's for performance, not availability of the source data.
* Option B: Object Versioning retains old versions of objects, protecting against overwrites or deletions, but doesn't ensure availability during a zone failure (still tied to one location).
* Option C: Multi-region buckets (e.g., us or eu) replicate data across multiple regions, ensuring accessibility even if a single zone or region fails. This provides the highest availability for sensitive data in a pipeline.
A single-zone outage requires high availability across zones or regions. Cloud Storage offers location-based redundancy options:
* Option A: Cloud CDN caches content for web delivery but doesn't protect against underlying storage outages-it's for performance, not availability of the source data.
* Option B: Object Versioning retains old versions of objects, protecting against overwrites or deletions, but doesn't ensure availability during a zone failure (still tied to one location).
* Option C: Multi-region buckets (e.g., us or eu) replicate data across multiple regions, ensuring accessibility even if a single zone or region fails. This provides the highest availability for sensitive data in a pipeline.
by Benson at May 29, 2025, 10:30 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).