
Ultimate access to all questions.
In a data processing pipeline, you encounter a scenario where a significant portion of the incoming data has missing values in critical fields. These fields are essential for downstream analytics and reporting. What strategies would you employ to handle missing data effectively without compromising the integrity of the data?
A
Delete records with missing values.
B
Replace missing values with a constant default value.
C
Use interpolation techniques to estimate missing values.
D
Flag missing values and exclude them from analysis.