Associate Data Practitioner Exam QuestionsBrowse all questions from this exam

Associate Data Practitioner Exam - Question 17


You need to design a data pipeline that ingests data from CSV, Avro, and Parquet files into Cloud Storage. The data includes raw user input. You need to remove all malicious SQL injections before storing the data in BigQuery. Which data manipulation methodology should you choose?

Show Answer
Correct Answer:

Discussion

1 comment
Sign in to comment
n2183712847Option: C
Feb 27, 2025

"remove all malicious SQL injections before storing the data in BigQuery" If you are preforming transformation before, it is ETL. If you are doing after, it is ELT. If you are doing before and after, ETLT