nerdexam
Microsoft

DP-203 · Question #166

Drag and Drop Question You need to build a solution to ensure that users can query specific files in an Azure Data Lake Storage Gen2 account from an Azure Synapse Analytics serverless SQL pool…

The correct answer is Create an external data source; Create an external file format object; Create an external table. To query files in Azure Data Lake Storage Gen2 from a Synapse serverless SQL pool, you must first create an External Data Source to define the connection to the storage account, then create an External File Format to specify how the files are structured (e.g., Parquet, CSV…

Submitted by daniela_cl· Mar 30, 2026Design and Implement Data Storage – Configure and query external tables and data sources in Azure Synapse Analytics serverless SQL pools (DP-203 / Azure Data Engineer Associate)

Question

Drag and Drop Question You need to build a solution to ensure that users can query specific files in an Azure Data Lake Storage Gen2 account from an Azure Synapse Analytics serverless SQL pool. Which three 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. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select. Answer:

Exhibit

DP-203 question #166 exhibit

Answer Area

Drag items

Create an external file format objectCreate an external data sourceCreate a query that uses Create Table as SelectCreate a tableCreate an external table

Correct arrangement

  • Create an external data source
  • Create an external file format object
  • Create an external table

Explanation

To query files in Azure Data Lake Storage Gen2 from a Synapse serverless SQL pool, you must first create an External Data Source to define the connection to the storage account, then create an External File Format to specify how the files are structured (e.g., Parquet, CSV, JSON), and finally create an External Table that maps to the files using both the data source and file format. This three-step sequence establishes the metadata layer that allows the serverless SQL pool to query the files without ingesting the data, following the PolyBase external table pattern.

Topics

#Azure Synapse Analytics#Serverless SQL Pool#Azure Data Lake Storage Gen2#External Tables / PolyBase

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice