Question 144 of 307
Single answerYou have several Spark jobs that run on a Cloud Dataproc cluster on a schedule. Some of the jobs run in sequence, and some of the jobs run concurrently. You need to automate this process. What should you do?
ACreate a Cloud Dataproc Workflow Template
BCreate an initialization action to execute the jobs
✓CCreate a Directed Acyclic Graph in Cloud Composer
DCreate a Bash script that uses the Cloud SDK to create a cluster, execute jobs, and then tear down the cluster
✓
Correct Answer: C
Create a Directed Acyclic Graph in Cloud Composer
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.