Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are working on a data pipeline that ingests data from various sources into Azure Data Lake Storage. Some of the incoming data has missing values. How would you handle this scenario to ensure data quality and completeness?
A
Ignore the records with missing values and continue processing the rest of the data.
B
Fill in the missing values with a default value, such as zero or a placeholder string.
C
Use Azure Data Factory to apply a custom transformation to impute or estimate the missing values based on other data.
D
Drop the entire dataset and request a new dataset from the data provider.