Question 289 of 315
Single answerFor this question, refer to the TerramEarth case study. A new architecture that writes all incoming data to BigQuery has been introduced. You notice that the data is dirty, and want to ensure data quality on an automated daily basis while managing cost.
What should you do?
ASet up a streaming Cloud Dataflow job, receiving data by the ingestion process. Clean the data in a Cloud Dataflow pipeline.
BCreate a Cloud Function that reads data from BigQuery and cleans it. Trigger the Cloud Function from a Compute Engine instance.
CCreate a SQL statement on the data in BigQuery, and save it as a view. Run the view daily, and save the result to a new table.
✓DUse Cloud Dataprep and configure the BigQuery tables as the source. Schedule a daily job to clean the data. Most Voted
✓
Correct Answer: D
Use Cloud Dataprep and configure the BigQuery tables as the source. Schedule a daily job to clean the data. Most Voted
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.