DA0-001 · Question #297
DA0-001 Question #297: Real Exam Question with Answer & Explanation
The correct answer is A: Remove redundant data.. The missing step in the Extract, Transform, Load (ETL) process is typically the cleaning step, which involves removing redundant data or deduplication. This step is crucial in the ETL process to ensure that the data loaded into the destination is accurate and not inflated by dupl
Question
Given the diagram below: Which of the following steps is missing?
Options
- ARemove redundant data.
- BValidate the data types.
- CConnect to the data API.
- DNormalize the data.
Explanation
The missing step in the Extract, Transform, Load (ETL) process is typically the cleaning step, which involves removing redundant data or deduplication. This step is crucial in the ETL process to ensure that the data loaded into the destination is accurate and not inflated by duplicate records. The other options, like validating data types and connecting to the data API, are important but do not fit into the standard ETL process steps as a cleaning operation. Normalizing the data is part of the 'Transform' step, which was already listed.
Topics
Community Discussion
No community discussion yet for this question.