ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 167 - DP-300 discussion

Report
Export

You have an Azure Synapse Analytics workspace named WS1 that contains an Apache Spark pool named Pool1. You plan to create a database named DB1 in Pool1.

You need to ensure that when tables are created in DB1, the tables are available automatically as external tables to the built-in serverless SQL pool. Which format should you use for the tables in DB1?

A.
JSON
Answers
A.
JSON
B.
CSV
Answers
B.
CSV
C.
Parquet
Answers
C.
Parquet
D.
ORC
Answers
D.
ORC
Suggested answer: C

Explanation:

Serverless SQL pool can automatically synchronize metadata from Apache Spark. A serverless SQL pool database will be created for each database existing in serverless Apache Spark pools. For each Spark external table based on Parquet and located in Azure Storage, an external table is created in a serverless SQL pool database. As such, you can shut down your Spark pools and still query Spark external tables from serverless SQL pool.

Reference:

https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/develop-storage-files-spark-tables

asked 02/10/2024
ERIK BURDETT
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first