DP-200 Exam QuestionsBrowse all questions from this exam

DP-200 Exam - Question 31


Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have an Azure Storage account that contains 100 GB of files. The files contain text and numerical values. 75% of the rows contain description data that has an average length of 1.1 MB.

You plan to copy the data from the storage account to an enterprise data warehouse in Azure Synapse Analytics.

You need to prepare the files to ensure that the data copies quickly.

Solution: You modify the files to ensure that each row is less than 1 MB.

Does this meet the goal?

Show Answer
Correct Answer: B

The correct solution to ensure quick data copying into Azure Synapse Analytics involves more than just modifying file sizes. While keeping each row under 1 MB might help with compatibility, the more effective approach involves compressing the files into delimited text formats which are optimized for loading into data warehouses. This ensures smaller file sizes and adheres to best practices for data loading in Azure Synapse Analytics.

Discussion

8 comments
Sign in to comment
JohnCrawford
Apr 9, 2021

The only thing I've found mentioning row size when doing the loads relates to loads using Polybase. Then the row size needs to less than 1 MB. https://docs.microsoft.com/en-us/azure/data-factory/connector-azure-sql-data-warehouse

MayankSh
Apr 7, 2021

Earlier, the answer to this question was "Yes", but now it shows as "No". Can someone confirm what is the correct answer ?

dlamine9
May 16, 2021

so what is the correct answer

Anand_96
Jun 2, 2021

Answer is "yes"

Anand_96
Jun 2, 2021

Answer is "yes"

JaNieWiem
Apr 21, 2021

"Yes."

Simon2021
Jun 14, 2021

Answer is Yes. File size should be less than 1 MB.

ricardoveedgee
Jun 26, 2021

I concur. The correct answer is 'yes' since the no size limitation update (PolyBase) applies to only SQL Server 2019+. To date, Azure Synapse Analytics still has a cap at 1 MB.

Nevia
Apr 13, 2021

Row size should be still maximum 1 MB. So answer is YES. Also according to latest updates https://docs.microsoft.com/en-us/sql/relational-databases/polybase/polybase-versioned-feature-summary?view=sql-server-ver15

dumpi
Jun 13, 2021

correct answer is B

hsetin
Sep 6, 2021

it is not just about the size, it is the approach. the recommended approach is about zipping the file.

hsetin
Sep 6, 2021

REcommended approach as per this: https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/data-loading-best-practices