
Explanation:
Correct Option: C. Cloud Composer
Cloud Composer is a fully managed workflow orchestration service that leverages Apache Airflow. It is specifically designed for orchestrating complex workflows, managing dependencies, and providing a visual interface for workflow management. Key features include:
Why other options are not suitable:
Ultimate access to all questions.
No comments yet.
You are designing a data processing pipeline on Google Cloud that involves multiple steps including data ingestion, transformation, and loading into BigQuery. The pipeline must handle dependencies between tasks, manage retries for failed tasks, and scale dynamically based on the workload. Additionally, the solution must integrate seamlessly with other Google Cloud services and provide a visual interface for monitoring and managing workflows. Which Google Cloud service is best suited for orchestrating this complex workflow? Choose one correct option.
A
Cloud Storage
B
Cloud Functions
C
Cloud Composer
D
Cloud Pub/Sub