DP-200 Exam QuestionsBrowse all questions from this exam

DP-200 Exam - Question 87


Note: This question is a part of series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.

You develop a data ingestion process that will import data to an enterprise data warehouse in Azure Synapse Analytics. The data to be ingested resides in parquet files stored in an Azure Data Lake Gen 2 storage account.

You need to load the data from the Azure Data Lake Gen 2 storage account into the Data Warehouse.

Solution:

1. Use Azure Data Factory to convert the parquet files to CSV files

2. Create an external data source pointing to the Azure Data Lake Gen 2 storage account

3. Create an external file format and external table using the external data source

4. Load the data using the CREATE TABLE AS SELECT statement

Does the solution meet the goal?

Show Answer
Correct Answer: B

The proposed solution involves an unnecessary step of converting parquet files to CSV files. Azure Synapse Analytics can directly read parquet files, which are optimized for big data operations. Adding an extra conversion step is not required and introduces additional overhead. Therefore, the proposed solution does not meet the goal efficiently.

Discussion

8 comments
Sign in to comment
vaseva1
Apr 5, 2021

It is not necessary to convert the parquet files to CSV files.--> Answer No

Mily94
Apr 25, 2021

indeed, it is not necessary to convert parquet to CSV, but the question is if that apporach meet the goal - A: yes

Qrm_1972
May 6, 2021

Correct answer is ( B-------- No )

Ash001
Apr 3, 2021

It should be No as per the details provided.

KpKo
May 1, 2021

The answer should be A: Yes. Since it meets the goal though it is not necessary to change the parquet to csv but you can change it.

Wendy_DK
Apr 20, 2021

Correct Answer is B

maciejt
May 23, 2021

You can just use data factory to read parquest and ingest to Synapse with auto creating table, but per se the given solution meets the goal even if in not optimal way

nishant_678993
Jun 7, 2021

why would i convert to csv ..When my further steps are going to read data from ADLS. Explanation says not required and ANSWER says YES.

FredNoOption: B
Nov 23, 2021

No need to convert to CSV File