Data Engineering on Microsoft Azure — Question 67
You have an Azure Data Factory pipeline named pipeline1 that contains a data flow activity named activity1.
You need to run pipeline1.
Which runtime will be used to run activity1?
Answer options
- A. Azure Integration runtime
- B. Self-hosted integration runtime
- C. SSIS integration runtime
Correct answer: A
Explanation
The Azure Integration runtime is the default runtime for executing data flow activities in Azure Data Factory, making it the correct choice. The Self-hosted integration runtime is used for on-premises data sources, while the SSIS integration runtime is specifically for executing SSIS packages, neither of which are applicable in this scenario.