SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 111


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

Show Answer
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

12 comments
Sign in to comment
isolated_sniperOption: B
Apr 29, 2023

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
Jun 5, 2024

question is on data 'unloading'

arpit_dataguyOption: B
Jan 28, 2022

csv, json & parquet can be compressed

RajuNaikOption: B
Apr 26, 2023

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

Aaron_w_mendelsonOption: B
Oct 30, 2023

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

lakediverOption: B
Apr 11, 2024

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

Sid460545Option: B
Jan 31, 2022

Also Parquet file.. So false

Sk1020Option: B
Oct 31, 2022

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

alanhuangjobOption: B
Apr 5, 2023

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

_yyuktaOption: B
Feb 25, 2024

B. False

Mayuri917233Option: B
May 11, 2023

B is correct

ThaiyaOption: A
Sep 11, 2023

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

Mallikharjuna452Option: B
Jul 19, 2024

B.False