🔥 40% Off Crucial Exams Memberships — Deal ends today!

2 hours, 31 minutes remaining!

GCP Professional Data Engineer Practice Question

Your team must build a daily batch workflow that cleanses raw sensor files in Cloud Storage with Dataflow, enriches each record with predictions from an existing AutoML classification model, and then loads the results into BigQuery for analytics. The solution must provide pipeline versioning, lineage and execution metadata, allow data scientists to add new transformation or training steps declaratively, and avoid writing custom scheduling or dependency code. Which design best meets these goals?

  • Implement a Vertex AI Pipeline where a custom container component launches the Dataflow cleansing job, followed by a built-in BatchPredictionJob component and a BigQuery SQL load component.

  • Combine all cleansing, prediction, and loading logic inside a single Dataflow pipeline that calls the AutoML model from a user-defined function and writes directly to BigQuery.

  • Build an Apache Airflow DAG in Cloud Composer that triggers a Dataflow job, calls the AutoML prediction API with Python operators, and then loads data into BigQuery.

  • Use Workflows to chain Cloud Functions that invoke the Dataflow Flex Template, call the AutoML model via REST, and insert the enriched records into BigQuery.

GCP Professional Data Engineer
Ingesting and processing the data
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot