You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/orchestrate-data-movement-transformation-azure-data-factory/7-knowledge-check.yml
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,14 @@ quiz:
19
19
choices:
20
20
- content: "You must publish a pipeline before you can run it in debug mode."
21
21
isCorrect: false
22
-
explanation: "Incorrect. Pipelines do not need to be published to run in debug mode; debug runs work with unpublished (draft) changes."
22
+
explanation: "Incorrect. Pipelines don't need to be published to run in debug mode; debug runs work with unpublished (draft) changes."
23
23
- content: "Debug runs only test the published version of a pipeline."
24
24
isCorrect: false
25
25
explanation: "Incorrect. Debug runs test the current draft version of a pipeline, not only the published version."
26
26
- content: "The Debug feature lets you run pipelines with draft changes and optionally set breakpoints for partial testing."
27
27
isCorrect: true
28
28
explanation: "Correct. The Debug feature lets you test a pipeline with draft changes, and you can set breakpoints to run only up to a specific activity."
29
-
- content: "Debug runs cannot be monitored in the Azure Data Factory UI."
29
+
- content: "Debug runs can't be monitored in the Azure Data Factory UI."
30
30
isCorrect: false
31
31
explanation: "Incorrect. Debug runs can be monitored directly in the Azure Data Factory monitoring interface."
32
32
- content: "What is an example of a branching activity used in control flows?"
@@ -36,8 +36,9 @@ quiz:
36
36
explanation: "Correct. An example of a branching activity is *The If-condition* activity which is similar to an if-statement provided in programming languages."
37
37
- content: "Until-condition"
38
38
isCorrect: false
39
-
explanation: "Incorrect. The until activity functionality is similar to a do-until loop used in programming. What it does is running a set of activities (do) in a loop until the condition (until) is met. Therefore it is not an example of a branching activity."
39
+
explanation: "Incorrect. The until activity functionality is similar to a do-until loop used in programming. What it does is running a set of activities (do) in a loop until the condition (until) is met. Therefore it isn't an example of a branching activity."
40
40
- content: "Lookup-condition"
41
41
isCorrect: false
42
-
explanation: "Incorrect. The Lookup activity, will read or look up a record or table name value from any external source. This output can further be referenced by succeeding activities. However, it is not an example of a branching activity."
42
+
explanation: "Incorrect. The Lookup activity will read or look up a record or table name value from any external source. This output can further be referenced by succeeding activities. However, it isn't an example of a branching activity."
0 commit comments