
Ultimate access to all questions.
You are tasked with designing a Dataflow pipeline for a batch processing job in a cloud environment. It's critical to ensure the continuity of the job even in the face of potential failures in multiple zones at the time of job submission. How would you approach this to enhance the resilience of your Dataflow pipeline against zonal failures?
A
Submit duplicate pipelines in two different zones by using the --zone flag.
B
Set the pipeline staging location as a regional Cloud Storage bucket.
C
Specify a worker region by using the --region flag.
D
Create an Eventarc trigger to resubmit the job in case of zonal failure when submitting the job.