Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 111

True or False: During data unloading, only JSON and CSV files can be compressed.

    Correct Answer: B

    The statement is false. During data unloading, various file formats, including JSON, CSV, and Parquet, can be compressed. The question implies that only JSON and CSV can be compressed, which is incorrect since Parquet files can also be compressed.

Discussion
isolated_sniperOption: B

During data loading, compression can be enabled for CSV, JSON PARQUET, AVRO, XML type files. ref: https://docs.snowflake.com/en/sql-reference/sql/create-file-format

subhataanu

question is on data 'unloading'

lakediverOption: B

Along with JSON and CSV - Parquet files are also compressed while unloading https://docs.snowflake.com/en/sql-reference/sql/copy-into-location

Aaron_w_mendelsonOption: B

B "By default, all unloaded data files are compressed using gzip, unless compression is explicitly disabled or one of the other supported compression methods is explicitly specified." https://docs.snowflake.com/en/user-guide/intro-summary-unloading

RajuNaikOption: B

Data can be unloaded into csv,json and Parquet. so answer is False

arpit_dataguyOption: B

csv, json & parquet can be compressed

_yyuktaOption: B

B. False

alanhuangjobOption: B

CSV for structured data; JSON and Parquet for semi-structured data.

Sk1020Option: B

Unloading supports structured formatting CSV format and unstructured JSON and Parquet formats only. Hence FALSE is correct answer.

Sid460545Option: B

Also Parquet file.. So false

Mallikharjuna452Option: B

B.False

ThaiyaOption: A

only JSON and CSV formats can be unloaded into. Parquet AVro etc only for loading.

Mayuri917233Option: B

B is correct