Skip to content

Commit 0638587

Browse files
author
v-mangrandhi
committed
Feedback bug fixes
1 parent 2e97d55 commit 0638587

5 files changed

Lines changed: 51 additions & 65 deletions

File tree

learn-pr/sqlserver/sql-server-data-virtualization/2-polybase.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,3 @@ metadata:
1313
durationInMinutes: 8
1414
content: |
1515
[!include[](includes/2-polybase.md)]
16-
quiz:
17-
title: Knowledge check
18-
questions:
19-
- content: "Object storage is the recommended solution for high-transactional workloads."
20-
choices:
21-
- content: "True"
22-
isCorrect: false
23-
explanation: "Object storage is recommended for Big Data, Internet of Things (IoT), Analytics, AI, and Machine Learning workloads, not high-transactional or online transactional processing (OLTP) workloads."
24-
- content: "False"
25-
isCorrect: true
26-
explanation: "Object storage architecture was designed for Big Data, Internet of Things (IoT), Analytics, AI, and Machine Learning workloads, not high-transactional workloads."
27-
- content: "To run the PolyBase feature, you need to install and enable the PolyBase Query Service for External Data."
28-
choices:
29-
- content: "True"
30-
isCorrect: true
31-
explanation: "All PolyBase data sources require the **PolyBase Query Service for External Data** to be installed and enabled, even those that don't use the other PolyBase services."
32-
- content: "False"
33-
isCorrect: false
34-
explanation: "Not all PolyBase data sources need to have the PolyBase services configured and running, but they all require the **PolyBase Query Service for External Data** to be installed and enabled."
35-
- content: "SQL Server 2025 supports all types of object storage."
36-
choices:
37-
- content: "True"
38-
isCorrect: false
39-
explanation: "SQL Server 2025 supports S3-compatible object storage only."
40-
- content: "False"
41-
isCorrect: true
42-
explanation: "SQL Server 2025 supports S3-compatible object storage only."

learn-pr/sqlserver/sql-server-data-virtualization/3-polybase-credentials-data-sources.yml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,3 @@ metadata:
1313
durationInMinutes: 6
1414
content: |
1515
[!include[](includes/3-polybase-credentials-data-sources.md)]
16-
quiz:
17-
title: Knowledge check - Choose the best answer
18-
questions:
19-
- content: "SQL Server 2025 can access external data sources by:"
20-
choices:
21-
- content: "A. Using REST API to S3-compatible object storage providers."
22-
isCorrect: false
23-
explanation: "SQL Server 2025 can also query Delta table files on REST API data sources from a SELECT."
24-
- content: "B. Querying Delta table files."
25-
isCorrect: false
26-
explanation: "SQL Server 2025 can also access S3-compatible object storage providers through REST API."
27-
- content: "C. Accessing Parquet files on Open Database Connectivity (ODBC)-compatible data sources."
28-
isCorrect: false
29-
explanation: "SQL Server 2025 can access Parquet files only on data sources that use the REST API connectors, not generic ODBC."
30-
- content: "D. A and B."
31-
isCorrect: true
32-
explanation: "SQL Server 2025 can access S3-compatible object providers and query Delta table files through REST API."
33-
- content: "PolyBase allows SQL Server to connect to:"
34-
choices:
35-
- content: "A. SQL Server."
36-
isCorrect: false
37-
explanation: "PolyBase also allows SQL Server to connect to Oracle, Azure Blob Storage, Azure Data Lake Storage, and Teradata."
38-
- content: "B. Oracle."
39-
isCorrect: false
40-
explanation: "PolyBase also allows SQL Server to connect to SQL Server, Azure Blob Storage, Azure Data Lake Storage, and Teradata."
41-
- content: "C. Azure Blob Storage."
42-
isCorrect: false
43-
explanation: "PolyBase also allows SQL Server to connect to SQL Server, Oracle, Azure Data Lake Storage, and Teradata."
44-
- content: "D. Azure Data Lake Storage."
45-
isCorrect: false
46-
explanation: "PolyBase also allows SQL Server to connect to SQL Server, Oracle, Azure Blob Storage, and Teradata."
47-
- content: "E. Teradata."
48-
isCorrect: false
49-
explanation: "PolyBase also allows SQL Server to connect to SQL Server, Oracle, Azure Blob Storage, and Azure Data Lake Storage."
50-
- content: "F. A, B, C, D, and E."
51-
isCorrect: true
52-
explanation: "PolyBase allows SQL Server to connect to SQL Server, Oracle, Azure Blob Storage, Azure Data Lake Storage, Teradata, and more."
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.sql-server-data-virtualization.knowledge-check
3+
title: "Module assessment"
4+
metadata:
5+
title: "Knowledge check"
6+
description: "Knowledge check"
7+
ms.date: 02/26/2026
8+
author: HugoMSFT
9+
ms.author: hudequei
10+
ms.topic: unit
11+
ms.custom:
12+
- build-2023
13+
module_assessment: true
14+
durationInMinutes: 3
15+
content: "Choose the best response for each of the following questions."
16+
quiz:
17+
title: Knowledge check - Choose the best answer
18+
questions:
19+
- content: "SQL Server 2025 can access external data sources by:"
20+
choices:
21+
- content: "A. Using REST API to S3-compatible object storage providers."
22+
isCorrect: false
23+
explanation: "SQL Server 2025 can also query Delta table files on REST API data sources from a SELECT."
24+
- content: "B. Querying Delta table files."
25+
isCorrect: false
26+
explanation: "SQL Server 2025 can also access S3-compatible object storage providers through REST API."
27+
- content: "C. A and B."
28+
isCorrect: true
29+
explanation: "SQL Server 2025 can access S3-compatible object providers and query Delta table files through REST API."
30+
- content: "PolyBase allows SQL Server to connect to:"
31+
choices:
32+
- content: "A. SQL Server."
33+
isCorrect: false
34+
explanation: "PolyBase also allows SQL Server to connect to Oracle, Azure Blob Storage, Azure Data Lake Storage, and Teradata."
35+
- content: "B. Oracle."
36+
isCorrect: false
37+
explanation: "PolyBase also allows SQL Server to connect to SQL Server, Azure Blob Storage, Azure Data Lake Storage, and Teradata."
38+
- content: "C. Azure Blob Storage."
39+
isCorrect: false
40+
explanation: "PolyBase also allows SQL Server to connect to SQL Server, Oracle, Azure Data Lake Storage, and Teradata."
41+
- content: "D. Azure Data Lake Storage."
42+
isCorrect: false
43+
explanation: "PolyBase also allows SQL Server to connect to SQL Server, Oracle, Azure Blob Storage, and Teradata."
44+
- content: "E. Teradata."
45+
isCorrect: false
46+
explanation: "PolyBase also allows SQL Server to connect to SQL Server, Oracle, Azure Blob Storage, and Azure Data Lake Storage."
47+
- content: "F. A, B, C, D, and E."
48+
isCorrect: true
49+
explanation: "PolyBase allows SQL Server to connect to SQL Server, Oracle, Azure Blob Storage, Azure Data Lake Storage, Teradata, and more."

learn-pr/sqlserver/sql-server-data-virtualization/8-summary.yml renamed to learn-pr/sqlserver/sql-server-data-virtualization/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ metadata:
1212
- build-2023
1313
durationInMinutes: 2
1414
content: |
15-
[!include[](includes/8-summary.md)]
15+
[!include[](includes/9-summary.md)]

learn-pr/sqlserver/sql-server-data-virtualization/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ units:
4646
- learn.wwl.sql-server-data-virtualization.exercise-connect-azure-sql-database-use-polybase
4747
- learn.wwl.sql-server-data-virtualization.create-external-table-as-select
4848
- learn.wwl.sql-server-data-virtualization.exercise-create-external-table-as-select
49+
- learn.wwl.sql-server-data-virtualization.knowledge-check
4950
- learn.wwl.sql-server-data-virtualization.summary
5051
badge:
5152
uid: learn.wwl.sql-server-data-virtualization.badge

0 commit comments

Comments
 (0)