nerdexam
MicrosoftMicrosoft

DP-203 · Question #232

DP-203 Question #232: Real Exam Question with Answer & Explanation

The correct answer is B: Parquet. Automatic creation of statistics is turned on for Parquet files. For CSV files, you need to create statistics manually until automatic creation of CSV files statistics is supported. https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-statistics

Submitted by luis.pe· Mar 30, 2026

Question

You have an Azure subscription that contains an Azure Blob Storage account named storage1 and an Azure Synapse Analytics dedicated SQL pool named Pool1. You need to store data in storage1. The data will be read by Pool1. The solution must meet the following requirements: - Enable Pool1 to skip columns and rows that are unnecessary in a query. - Automatically create column statistics. - Minimize the size of files. Which type of file should you use?

Options

  • AJSON
  • BParquet
  • CAvro
  • DCSV

Explanation

Automatic creation of statistics is turned on for Parquet files. For CSV files, you need to create statistics manually until automatic creation of CSV files statistics is supported. https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-statistics

Community Discussion

No community discussion yet for this question.

Full DP-203 PracticeBrowse All DP-203 Questions