Skip to content

Commit 6598480

Browse files
authored
Merge pull request #53062 from weslbo/patch-1
Revise knowledge check questions and authorship
2 parents 41f52bc + 5ff5562 commit 6598480

1 file changed

Lines changed: 17 additions & 12 deletions

File tree

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

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 04/19/2022
8-
author: wwlpublish
9-
ms.author: jamesh
7+
ms.date: 01/08/2026
8+
author: weslbo
9+
ms.author: wedebols
1010
ms.topic: unit
1111
module_assessment: true
1212
azureSandbox: false
@@ -15,25 +15,30 @@ durationInMinutes: 3
1515
quiz:
1616
title: "Check your knowledge"
1717
questions:
18-
- content: "What is a supported connector for built-in parameterization?"
18+
- content: "Which of the following statements about debugging pipelines in Azure Data Factory is correct?"
1919
choices:
20-
- content: "Azure Data Lake Storage Gen2"
20+
- content: "You must publish a pipeline before you can run it in debug mode."
2121
isCorrect: false
22-
explanation: "Incorrect. Azure Synapse Analytics is a supported connector for built-in parameterization for Linked Services in Azure Data Factory."
23-
- content: "Azure Synapse Analytics"
22+
explanation: "Incorrect. Pipelines don't need to be published to run in debug mode; debug runs work with unpublished (draft) changes."
23+
- content: "Debug runs only test the published version of a pipeline."
24+
isCorrect: false
25+
explanation: "Incorrect. Debug runs test the current draft version of a pipeline, not only the published version."
26+
- content: "The Debug feature lets you run pipelines with draft changes and optionally set breakpoints for partial testing."
2427
isCorrect: true
25-
explanation: "Correct. Azure Synapse Analytics is a supported connector for built-in parameterization for Linked Services in Azure Data Factory."
26-
- content: "Azure Key Vault"
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 can't be monitored in the Azure Data Factory UI."
2730
isCorrect: false
28-
explanation: "Incorrect. Azure Synapse Analytics is a supported connector for built-in parameterization for Linked Services in Azure Data Factory."
31+
explanation: "Incorrect. Debug runs can be monitored directly in the Azure Data Factory monitoring interface."
2932
- content: "What is an example of a branching activity used in control flows?"
3033
choices:
3134
- content: "The If-condition"
3235
isCorrect: true
3336
explanation: "Correct. An example of a branching activity is *The If-condition* activity which is similar to an if-statement provided in programming languages."
3437
- content: "Until-condition"
3538
isCorrect: false
36-
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."
3740
- content: "Lookup-condition"
3841
isCorrect: false
39-
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+
44+

0 commit comments

Comments
 (0)