Skip to content

Certifications / GCP ADP / Study plan

Study plan

Every objective in the published exam guide, grouped by exam section and ordered the way the guide orders them.

0 answered correctly0 not correct, still open41 not tried yet0 of 41 objectives tried

This is a record of what you have tried, not a score and not a prediction of the real exam.

Start hereStudy noteData Preparation and Ingestion

When to load first and when to transform first, and what sits between the two

Objective 1 of 8 in Data Preparation and Ingestion, the first section in the guide. Not tried yet. See all 4 exam sections

What this note covers

ETL, ELT, and ETLT describe the order in which data extraction, transformation, and loading occur, and Google Cloud supports all three patterns depending on the target warehouse and transformation needs. Choosing between them depends on where you want transformation logic to run (in a dedicated processing engine vs. in the warehouse itself) and how much raw data you need to retain.

The facts the exam tests

  • ETL (Extract, Transform, Load) transforms data before loading using tools like Dataflow or Dataproc, and is typical when data must be cleaned, masked, or restructured before it reaches the destination, such as loading into Cloud SQL or Bigtable.
  • ELT (Extract, Load, Transform) loads raw data first, then transforms it using the destination engine's compute, and is the dominant pattern with BigQuery because it can run large-scale SQL transformations directly on loaded data.
  • ETLT (Extract, Transform, Load, Transform) applies light transformations (e.g., filtering, format conversion, PII masking) before loading, then applies further business-logic transformations inside the warehouse, combining benefits of both approaches.
  • Cloud Data Fusion and Dataflow are commonly used for ETL or the first-T in ETLT, while BigQuery SQL, scheduled queries, and dbt-style transformations are used for the ELT/second-T stage.
  • ELT is generally preferred on Google Cloud when using BigQuery because it separates storage and compute, allowing raw data to be retained for reprocessing and reducing pipeline complexity.
  • ETL is often chosen when transformations must occur before data reaches a destination that lacks strong transformation capabilities, or when compliance requires masking/redaction prior to storage.
Check this objectiveFree · always available

A retail analytics team ingests raw sales transaction files into Cloud Storage, then loads them unchanged into BigQuery staging tables. All cleansing, aggregation, and reshaping into reporting tables is performed afterward using scheduled BigQuery SQL queries. Which data manipulation methodology does this pipeline follow?

The 4 exam sections

Ordered as the guide orders them

Data Preparation and Ingestion~30% of the exam0 of 8 tried
Data Analysis and Presentation~27% of the exam0 of 12 tried
Data Pipeline Orchestration~18% of the exam0 of 9 tried
Data Management~25% of the exam0 of 12 tried

These are independent practice questions, written against this certification's published exam guide. They are not the certification vendor's own questions, and not the real exam.