DP-900 · Question #79
What is the role of a pipeline in a data factory in the management of activities?
The correct answer is A. A pipeline allows the management of activities as a set. A pipeline itself is a group of activities that performs a task altogether in an Azure data factory. It means pipeline allows the management of activities as a set, not individually. One can not deploy and schedule activities independently, but as a pipeline only. Option A is…
Question
Options
- AA pipeline allows the management of activities as a set
- BA pipeline allows the management of activities individually
- CA pipeline allows the management of activities individually and as a set both
- DThere is no role of pipeline in the management of activities
How the community answered
(49 responses)- A94% (46)
- C2% (1)
- D4% (2)
Explanation
A pipeline itself is a group of activities that performs a task altogether in an Azure data factory. It means pipeline allows the management of activities as a set, not individually. One can not deploy and schedule activities independently, but as a pipeline only. Option A is correct. A pipeline is a group of activities, grouped as per logic and performs a task altogether in a data factory. The pipeline allows the management of activities as a set. Option B is incorrect. A pipeline is a group of activities and does not allow the management of activities individually. Option C is incorrect. A pipeline allows the management of activities as a set only, not Option D is incorrect. A pipeline allows the management of activities as a set. documentation below from Azure: https://docs.microsoft.com/en-us/azure/data-factory/concepts-pipelines-activities
Topics
Community Discussion
No community discussion yet for this question.