
Explanation:
The correct answer is D. Cloud Composer. Cloud Composer is a fully managed workflow orchestration service built on Apache Airflow, designed for authoring, scheduling, and monitoring workflows. It excels in managing batch jobs with interdependent steps, supporting shell scripts, Hadoop jobs, and BigQuery queries, and allows for defining retries for each task.
Ultimate access to all questions.
No comments yet.
You are tasked with implementing several batch jobs that have interdependent steps requiring execution in a specific sequence. These jobs include shell scripts, Hadoop jobs, and BigQuery queries, with durations varying from minutes to hours. Each failed step must be retried a predetermined number of times. Which service is best suited for managing these jobs?
A
Cloud Functions
B
Cloud Dataflow
C
Cloud Scheduler
D
Cloud Composer