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/configure-database-authentication-authorization/3-describe-authentication-identities.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: Describe authentication and identities
8
8
description: "Describe authentication and identities"
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/configure-database-authentication-authorization/5-describe-database-object-permissions.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: Describe database and object permissions
8
8
description: "Describe database and object permissions"
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/configure-database-authentication-authorization/6-identify-authentication-and-authorization.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: Identify authentication and authorization failures
8
8
description: "Identify authentication and authorization failures"
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/configure-database-authentication-authorization/7-exercise-authorize-access-sql-database-azure-active-directory.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: 'Exercise: Authorize Access to Azure SQL Database with Microsoft Entra ID'
8
8
description: "Exercise: Authorize Access to Azure SQL Database with Microsoft Entra ID"
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/configure-database-authentication-authorization/8-knowledge-check.yml
+17-17Lines changed: 17 additions & 17 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: 04/26/2022
10
-
author: wwlpublish
9
+
ms.date: 02/25/2025
10
+
author: JulianePadrao
11
11
ms.author: jupadrao
12
12
ms.topic: unit
13
13
azureSandbox: false
@@ -22,55 +22,55 @@ quiz:
22
22
choices:
23
23
- content: "Kerberos"
24
24
isCorrect: false
25
-
explanation: "That's incorrect. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
25
+
explanation: "Incorrect. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
26
26
- content: "LDAP"
27
27
isCorrect: false
28
-
explanation: "That's incorrect. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
28
+
explanation: "Incorrect. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
29
29
- content: "OAuth"
30
30
isCorrect: true
31
-
explanation: "That's correct. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
31
+
explanation: "Correct. Microsoft Entra ID uses HTTPS protocols like SAML and OpenID Connect for authentication and uses OAuth for authorization."
32
32
- content: "Which database stores the information about logins in SQL Server?"
33
33
choices:
34
34
- content: "master"
35
35
isCorrect: true
36
-
explanation: "That's correct. Logins are stored in the master database."
36
+
explanation: "Correct. Logins are stored in the master database."
37
37
- content: "model"
38
38
isCorrect: false
39
-
explanation: "That's incorrect. The model database doesn't store any user or job information."
39
+
explanation: "Incorrect. The `model` database doesn't store any user or job information."
40
40
- content: "msdb"
41
41
isCorrect: false
42
-
explanation: "That's incorrect. The MSDB database stores data related to the SQL Server Agent."
42
+
explanation: "Incorrect. The `msdb` database stores data related to the SQL Server Agent."
43
43
- content: "Which role allows users to create users within a database?"
44
44
choices:
45
45
- content: "db_datareader"
46
46
isCorrect: false
47
-
explanation: "That's incorrect. This role only allows users to read all of the data in a given database, but not write any data."
47
+
explanation: "Incorrect. This role only allows users to read all of the data in a given database, but not write any data."
48
48
- content: "db_accessadmin"
49
49
isCorrect: true
50
-
explanation: "That's correct. Access admin can add users to the database and create them."
50
+
explanation: "Correct. Access admin can add users to the database and create them."
51
51
- content: "db_securityadmin"
52
52
isCorrect: false
53
-
explanation: "That's incorrect. The security admin role is privileged, but can't create logins and users."
53
+
explanation: "Incorrect. The security admin role is privileged, but can't create logins and users."
54
54
- content: "Which permission allows the user to perform any option against a database object?"
55
55
choices:
56
56
- content: "Control"
57
57
isCorrect: true
58
-
explanation: "That's correct. Control allows the user to drop or modify an object."
58
+
explanation: "Correct. Control allows the user to drop or modify an object."
59
59
- content: "Delete"
60
60
isCorrect: false
61
-
explanation: "That's incorrect. The delete permission only allows for deletion of data in a table."
61
+
explanation: "Incorrect. The `DELETE` permission only allows for deletion of data in a table."
62
62
- content: "View Definition"
63
63
isCorrect: false
64
-
explanation: "That's incorrect. View definition only allows the user to see the DDL for the object."
64
+
explanation: "Incorrect. View definition only allows the user to see the DDL for the object."
65
65
- content: "What feature allows a user to execute a stored procedure without having permission to access the tables referenced in the stored procedure?"
66
66
choices:
67
67
- content: "Ownership chaining"
68
68
isCorrect: true
69
-
explanation: "That's correct. Ownership chaining effectively gives the user temporary access to the objects called by the procedure."
69
+
explanation: "Correct. Ownership chaining effectively gives the user temporary access to the objects called by the procedure."
70
70
- content: "Principle of least privilege"
71
71
isCorrect: false
72
-
explanation: "That's incorrect. The principle of least privilege is a concept and not a functional action."
72
+
explanation: "Incorrect. The principle of least privilege is a concept and not a functional action."
73
73
- content: "Granular security"
74
74
isCorrect: false
75
-
explanation: "That's incorrect. Granular security would involve granting access to the procedure, but not actual manage the privileges."
75
+
explanation: "Incorrect. Granular security would involve granting access to the procedure, but not actual manage the privileges."
0 commit comments