exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 1 question 19 discussion

Actual exam question from Microsoft's DP-300
Question #: 19
Topic #: 1
[All DP-300 Questions]

DRAG DROP -
You are creating a managed data warehouse solution on Microsoft Azure.
You must use PolyBase to retrieve data from Azure Blob storage that resides in parquet format and load the data into a large table called FactSalesOrderDetails.
You need to configure Azure Synapse Analytics to receive the data.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
To query the data in your Hadoop data source, you must define an external table to use in Transact-SQL queries. The following steps describe how to configure the external table.
Step 1: Create a master key on database.
1. Create a master key on the database. The master key is required to encrypt the credential secret.
(Create a database scoped credential for Azure blob storage.)
Step 2: Create an external data source for Azure Blob storage.
2. Create an external data source with CREATE EXTERNAL DATA SOURCE..
Step 3: Create an external file format to map the parquet files.
3. Create an external file format with CREATE EXTERNAL FILE FORMAT.
Step 4. Create an external table FactSalesOrderDetails
4. Create an external table pointing to data stored in Azure storage with CREATE EXTERNAL TABLE.
Reference:
https://docs.microsoft.com/en-us/sql/relational-databases/polybase/polybase-configure-azure-blob-storage

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Ciupaz
Highly Voted 6 months, 3 weeks ago
Question not for DP-300 exam.
upvoted 8 times
...
Icyb3r
Most Recent 9 months, 1 week ago
answer is correct. below video illustrate that: https://youtu.be/-DjOsJsIlA4?t=1266
upvoted 4 times
...
Backy
11 months ago
The sequence is not complete What is the point of step #1 to create master key if there is no step #2 to create a credential? The external data source requires a credential and not master key Without the credential, the list does not make sense The list Create a master key on the database CREATE DATABASE SCOPED CREDENTIAL AzureStorageCredential WITH IDENTITY = 'user', Secret = '<azure_storage_account_key>';
upvoted 1 times
...
tesen_tolga
1 year, 4 months ago
This is a DP-203 question.
upvoted 2 times
...
o2091
1 year, 8 months ago
Is it correct?
upvoted 1 times
jerkyflexoff
1 year, 7 months ago
Why dont you find out for yourself, and let us know.
upvoted 3 times
...
U_C
1 year, 7 months ago
I think it is correct.
upvoted 1 times
...
o2091
1 year, 6 months ago
its correct.
upvoted 4 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...