Skip to content

Commit 5ff5562

Browse files
authored
raising acrolinx
1 parent 29cbaf7 commit 5ff5562

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

learn-pr/wwl-data-ai/orchestrate-data-movement-transformation-azure-data-factory/7-knowledge-check.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ quiz:
1919
choices:
2020
- content: "You must publish a pipeline before you can run it in debug mode."
2121
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."
2323
- content: "Debug runs only test the published version of a pipeline."
2424
isCorrect: false
2525
explanation: "Incorrect. Debug runs test the current draft version of a pipeline, not only the published version."
2626
- content: "The Debug feature lets you run pipelines with draft changes and optionally set breakpoints for partial testing."
2727
isCorrect: true
2828
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."
3030
isCorrect: false
3131
explanation: "Incorrect. Debug runs can be monitored directly in the Azure Data Factory monitoring interface."
3232
- content: "What is an example of a branching activity used in control flows?"
@@ -36,8 +36,9 @@ quiz:
3636
explanation: "Correct. An example of a branching activity is *The If-condition* activity which is similar to an if-statement provided in programming languages."
3737
- content: "Until-condition"
3838
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."
4040
- content: "Lookup-condition"
4141
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."
43+
4344

0 commit comments

Comments
 (0)