Google Cloud Associate Data Practitioner — Question 33

You are a data analyst at your organization. You have been given a BigQuery dataset that includes customer information. The dataset contains inconsistencies and errors, such as missing values, duplicates, and formatting issues. You need to effectively and quickly clean the data. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because BigQuery's built-in functions allow for efficient and direct data cleaning within the database, minimizing the need for external processing. Options A and B involve additional tools and steps that may complicate the cleaning process. Option C requires exporting and manually editing the data, which can be time-consuming and prone to errors.