
Ultimate access to all questions.
You are tasked with creating tests for data pipelines in Azure Data Factory. Describe the types of tests you would implement to ensure the quality and reliability of the data pipelines. Also, explain how you would integrate these tests into the pipeline deployment process.
A
Implement unit tests for individual activities, integration tests for pipeline workflows, and monitoring tests for performance. Integrate tests using Azure DevOps pipelines.
B
Implement unit tests for individual activities, integration tests for pipeline workflows, and monitoring tests for performance. Integrate tests using Azure Data Factory triggers.
C
Implement unit tests for individual activities, integration tests for pipeline workflows, and monitoring tests for performance. Integrate tests using Azure Functions.
D
Implement unit tests for individual activities, integration tests for pipeline workflows, and monitoring tests for performance. Integrate tests using Azure Logic Apps.