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/deploy-paas-solutions-with-azure-sql/9-knowledge-check.yml
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -22,43 +22,43 @@ quiz:
22
22
choices:
23
23
- content: "Azure SQL Database"
24
24
isCorrect: false
25
-
explanation: "That's incorrect. Azure SQL managed instance is the only offering here that supports cross-database transactions."
25
+
explanation: "Incorrect. Azure SQL managed instance is the only offering here that supports cross-database transactions."
26
26
- content: "Azure SQL Database Hyperscale"
27
27
isCorrect: false
28
-
explanation: "That's incorrect. Azure SQL managed instance is the only offering here that supports cross-database transactions."
28
+
explanation: "Incorrect. Azure SQL managed instance is the only offering here that supports cross-database transactions."
29
29
- content: "Azure SQL Managed Instance"
30
30
isCorrect: true
31
-
explanation: "That's correct. Azure SQL managed instance is the only offering here that supports cross-database transactions."
31
+
explanation: "Correct. Azure SQL managed instance is the only offering here that supports cross-database transactions."
32
32
- content: "You're building a new cloud database that you expect to grow to 50 TB. Which is the best option for your database?"
33
33
choices:
34
34
- content: "Azure SQL Managed Instance"
35
35
isCorrect: false
36
-
explanation: "That's incorrect. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
37
-
- content: "Azure SQL Database Serverless"
36
+
explanation: "Incorrect. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
37
+
- content: "Serverless"
38
38
isCorrect: false
39
-
explanation: "That's incorrect. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
39
+
explanation: "Incorrect. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
40
40
- content: "Azure SQL Database Hyperscale"
41
41
isCorrect: true
42
-
explanation: "That's correct. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
42
+
explanation: "Correct. Azure SQL Database Hyperscale is the only option that supports 50 TB of data."
43
43
- content: "You're building a database for testing purposes that will be used less than 8 hours a day. It's expected to be 20 GB in size. What is your most cost-effective option?"
44
44
choices:
45
-
- content: "Azure SQL Database Serverless"
45
+
- content: "Serverless"
46
46
isCorrect: true
47
-
explanation: "That's correct. Serverless will reduce the cost significantly for a database that is only used during business hours."
47
+
explanation: "Correct. Serverless will reduce the cost significantly for a database that is only used during business hours."
48
48
- content: "Azure SQL Database Elastic Pools"
49
49
isCorrect: false
50
-
explanation: "That's incorrect. Serverless will reduce the cost significantly for a database that is only used during business hours."
50
+
explanation: "Incorrect. Serverless will reduce the cost significantly for a database that is only used during business hours."
51
51
- content: "Azure SQL Managed Instance"
52
52
isCorrect: false
53
-
explanation: "That's incorrect. Serverless will reduce the cost significantly for a database that is only used during business hours."
53
+
explanation: "Incorrect. Serverless will reduce the cost significantly for a database that is only used during business hours."
54
54
- content: "How often do differential backups occur with Azure SQL managed instance?"
55
55
choices:
56
56
- content: "Every 1 hour"
57
57
isCorrect: false
58
-
explanation: "That's incorrect. With Azure SQL managed instance, differential backups occur every 12 hours."
58
+
explanation: "Incorrect. With Azure SQL managed instance, differential backups occur every 12 hours."
59
59
- content: "Every 12 hours"
60
60
isCorrect: true
61
-
explanation: "That's correct. With Azure SQL managed instance, differential backups occur every 12 hours."
61
+
explanation: "Correct. With Azure SQL managed instance, differential backups occur every 12 hours."
62
62
- content: "Every 24 hours"
63
63
isCorrect: false
64
-
explanation: "That's incorrect. With Azure SQL managed instance, differential backups occur every 12 hours."
64
+
explanation: "Incorrect. With Azure SQL managed instance, differential backups occur every 12 hours."
The Platform as a Service (PaaS) offering for SQL Server can be a great solution for certain workloads. The PaaS offering provides less granular control over the infrastructure. It also relegates management of the underlying components (memory, CPU, storage, operating system, etc.) to Microsoft Azure.
2
2
3
-
This module will focus on ways to provision and deploy Azure SQL Database, Azure SQL managed instances and Azure SQL Edge, as well as provide guidance on the various options when performing a migration to these platforms.
3
+
This module focuses on ways to provision and deploy Azure SQL Database and Azure SQL managed instances, as well as provide guidance on the various options when performing a migration to these platforms.
4
4
5
5
## Learning objectives
6
6
@@ -9,4 +9,3 @@ At the end of this module, you'll be able to:
9
9
- Understand PaaS provisioning and deployment options
10
10
- Understand elastic pools and hyperscale features
0 commit comments