
Answer-first summary for fast verification
Answer: Cloud Composer
**Correct Option: C. Cloud Composer** Cloud Composer is a fully managed workflow orchestration service that leverages Apache Airflow. It is specifically designed for designing, scheduling, and overseeing intricate data pipelines and ETL processes. Its features include visual workflow creation, dynamic scalability, built-in failure recovery, and seamless integration with Google Cloud services like BigQuery, Dataflow, and Cloud Storage. **Why other options are not suitable**: - **A. Cloud Run**: A serverless platform for containerized applications, not designed for workflow orchestration. - **B. Cloud Storage**: Offers object storage capabilities, lacking workflow management features. - **D. Cloud Functions**: A serverless solution for event-driven computing, not tailored for complex pipeline orchestration.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with designing a data pipeline for a global e-commerce platform that processes millions of transactions daily. The pipeline must handle complex workflows including data ingestion, transformation, and loading into a data warehouse for analytics. The solution must be scalable, reliable, and integrate seamlessly with other Google Cloud services. Which Google Cloud tool is the BEST choice for orchestrating and managing these complex data pipeline workflows? (Choose one correct option)
A
Cloud Run
B
Cloud Storage
C
Cloud Composer
D
Cloud Functions
No comments yet.