
Ultimate access to all questions.
Your company is planning to implement a data integration solution to consolidate data from multiple sources into a single view. Describe the steps you would take to design and implement an ETL pipeline for data integration, and explain the considerations involved in ensuring data consistency and accuracy across the sources.
A
Use a single-stage ETL process to load all data into a central repository and perform all transformations and integration there, without considering data consistency and accuracy.
B
Design a multi-stage ETL pipeline with data validation and reconciliation steps to ensure data consistency and accuracy across the sources, leveraging data quality tools and techniques.
C
Use a traditional file-based approach to integrate the data, as it is more cost-effective than using an ETL pipeline.
D
Focus only on the ETL process and ignore the data integration aspect, as it is not relevant to data consistency and accuracy.