
Ultimate access to all questions.
You are responsible for validating the integrity and completeness of data loaded into an Azure Data Lake Storage Gen2 from various sources. Describe the validation process you would implement using Azure Data Factory, including the types of checks you would perform and how you would automate these checks within the pipeline.
A
Perform manual checks on a sample of the data after loading.
B
Use data transformation activities in Azure Data Factory to compare row counts and checksum values between source and destination, and set up conditional activities to flag discrepancies.
C
Rely on the source system's data quality reports to ensure data integrity.
D
Validate data by exporting it to an external tool for analysis.