Data Engineering on Microsoft Azure — Question 63
You have an Azure data factory named ADF1 and an Azure Synapse Analytics workspace that contains a pipeline named SynPipeLine1. SynPipeLine1 includes a Notebook activity.
You create a pipeline in ADF1 named ADFPipeline1.
You need to invoke SynPipeLine1 from ADFPipeline1.
Which type of activity should you use?
Answer options
- A. Web
- B. Spark
- C. Custom
- D. Notebook
Correct answer: A
Explanation
The correct answer is A, as a Web activity allows you to call and trigger pipelines in Azure Synapse Analytics from Azure Data Factory. The other options, Spark, Custom, and Notebook, do not facilitate the invocation of external pipelines directly.