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/implement-compliance-controls-sensitive-data/10-knowledge-check.yml
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ metadata:
6
6
prefetch-feature-rollout: true
7
7
title: Knowledge check
8
8
description: "Knowledge check"
9
-
ms.date: 09/02/2022
10
-
author: wwlpublish
9
+
ms.date: 02/26/2025
10
+
author: JulianePadrao
11
11
ms.author: jupadrao
12
12
ms.topic: unit
13
13
azureSandbox: false
@@ -22,43 +22,43 @@ quiz:
22
22
choices:
23
23
- content: "In the extended properties for each object"
24
24
isCorrect: false
25
-
explanation: "That's incorrect. This was the case in older versions of SQL Server, but not in SQL Server 2019."
25
+
explanation: "Incorrect. This was the case in older versions of SQL Server, but not in SQL Server 2019."
26
26
- content: "In the sys.sensitivity_classifications catalog view"
27
27
isCorrect: true
28
-
explanation: "That's correct. This is the correct view."
28
+
explanation: "Correct. This is the correct view."
29
29
- content: "In the sys.all_columns catalog view"
30
30
isCorrect: false
31
-
explanation: "That's incorrect. This view does contain classification."
31
+
explanation: "Incorrect. This view does contain classification."
32
32
- content: "Which server-level action group audits queries and stored procedures executed against an Azure SQL Database?"
33
33
choices:
34
34
- content: "BATCH_STARTED_GROUP"
35
35
isCorrect: false
36
-
explanation: "That's incorrect. BATCH_STARTED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation starts executing."
36
+
explanation: "Incorrect. BATCH_STARTED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation starts executing."
37
37
- content: "BATCH_COMPLETED_GROUP"
38
38
isCorrect: true
39
-
explanation: "That's correct. BATCH_COMPLETED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation completes executing."
39
+
explanation: "Correct. BATCH_COMPLETED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation completes executing."
40
40
- content: "SENSITIVE_BATCH_COMPLETED_GROUP"
41
41
isCorrect: false
42
-
explanation: "That's incorrect. SENSITIVE_BATCH_COMPLETED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation completes executing on sensitive data classified labels."
42
+
explanation: "Incorrect. SENSITIVE_BATCH_COMPLETED_GROUP is raised whenever any batch text, stored procedure, or transaction management operation completes executing on sensitive data classified labels."
43
43
- content: "Which block predicate prevents users from updating rows to values that violate its row-level security predicate?"
44
44
choices:
45
45
- content: "AFTER INSERT"
46
46
isCorrect: false
47
-
explanation: "That's incorrect. AFTER INSERT prevents users from inserting rows with values that violate the predicate."
47
+
explanation: "Incorrect. AFTER INSERT prevents users from inserting rows with values that violate the predicate."
48
48
- content: "BEFORE UPDATE"
49
49
isCorrect: false
50
-
explanation: "That's incorrect. BEFORE UPDATE prevents users from updating rows that currently violate the predicate."
50
+
explanation: "Incorrect. BEFORE UPDATE prevents users from updating rows that currently violate the predicate."
51
51
- content: "AFTER UPDATE"
52
52
isCorrect: true
53
-
explanation: "That's correct. AFTER UPDATE prevents users from updating rows to values that violate the predicate."
53
+
explanation: "Correct. AFTER UPDATE prevents users from updating rows to values that violate the predicate."
54
54
- content: "Which of the following features can be used to automate data discovery through the provision of data scanning and classification as a service?"
55
55
choices:
56
56
- content: "Database auditing"
57
57
isCorrect: false
58
-
explanation: "That's incorrect. Database auditing tracks database events and writes them to an audit log in your Azure Storage account, Log Analytics workspace or Event Hubs."
58
+
explanation: "Incorrect. Database auditing tracks database events and writes them to an audit log in your Azure Storage account, Log Analytics workspace or Event Hubs."
59
59
- content: "Dynamic data masking"
60
60
isCorrect: false
61
-
explanation: "That's incorrect. Dynamic data masking works by obfuscating data in order to limit its exposure."
61
+
explanation: "Incorrect. Dynamic data masking works by obfuscating data in order to limit its exposure."
62
62
- content: "Azure Purview"
63
63
isCorrect: true
64
-
explanation: "That's correct. Azure Purview automates data discovery by providing data scanning and classification as a service for assets across your data estate."
64
+
explanation: "Correct. Azure Purview automates data discovery by providing data scanning and classification as a service for assets across your data estate."
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/implement-compliance-controls-sensitive-data/6-understand-microsoft-defender-for-sql.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ metadata:
6
6
prefetch-feature-rollout: true
7
7
title: Understand Microsoft Defender for SQL
8
8
description: "Understand Microsoft Defender for SQL"
0 commit comments