Trang chủ Professional Data Engineer 318 / 343
Quay lại bộ đề
Question #318 Topic 1
You are designing a stateful data processing pipeline that reads data from a Cloud Storage bucket and writes transformed data to a BigQuery table. The pipeline must be highly available and resilient to zonal failures within the us-central1 region. You need to configure a Dataflow pipeline ensuring minimal disruption during a zonal outage. What should you do?
A
Launch the Dataflow job with the --region=us-central1 parameter.
B
Deploy the Dataflow job to a single zone within us-central1 and configure it to use a regional persistent disk to store its state.
C
Deploy the Dataflow job to a single zone within us-central1 and use a multi-regional Cloud Storage bucket to store its state.
D
Launch the Dataflow job with the --zone=us-central1a parameter.