Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 263 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 263
Topic #: 1
[All SnowPro Core Questions]

When unloading data to an external stage, which compression format can be used for Parquet files with the COPY INTO command?

  • A. BROTLI
  • B. GZIP
  • C. LZO
  • D. ZSTD
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Raju039
Highly Voted 1 year, 8 months ago
Selected Answer: C
LZO is for Parquet file and GZIP is for JSON file.
upvoted 7 times
...
PrashantGupta1616
Most Recent 5 months, 1 week ago
Selected Answer: C
LZO is for Parquet file and GZIP is for JSON file.
upvoted 1 times
...
PrashantGupta1616
5 months, 2 weeks ago
Selected Answer: C
LZO is for Parquet file and GZIP is for JSON file.
upvoted 1 times
...
_yyukta
8 months, 4 weeks ago
Selected Answer: C
C. LZO
upvoted 1 times
...
MultiCloudIronMan
1 year, 4 months ago
Selected Answer: C
Correct
upvoted 1 times
...
dmitriypo
1 year, 6 months ago
Selected Answer: C
LZO https://docs.snowflake.com/en/sql-reference/sql/copy-into-location#syntax
upvoted 1 times
...
aroma
1 year, 7 months ago
TYPE = PARQUET COMPRESSION = AUTO | LZO | SNAPPY | NONE SNAPPY Files are compressed using the Snappy algorithm by default. You can optionally specify this value.
upvoted 2 times
...
KarBiswa
1 year, 8 months ago
Selected Answer: C
Parquet compression
upvoted 2 times
...
EmiB
1 year, 8 months ago
Selected Answer: C
LZO and SNAPPY
upvoted 3 times
...
SexyPotato
1 year, 8 months ago
None if the above. by default it should be Snappy. "When unloading data, files are compressed using the Snappy algorithm by default. You can optionally specify this value." https://docs.snowflake.com/en/sql-reference/sql/create-file-format#type-parquet:~:text=When%20unloading%20data%2C%20files%20are%20compressed%20using%20the%20Snappy%20algorithm%20by%20default.%20You%20can%20optionally%20specify%20this%20value.
upvoted 3 times
...
thejeby
1 year, 9 months ago
Selected Answer: C
C - LZO: https://docs.snowflake.com/en/sql-reference/sql/copy-into-location.html#type-parquet Options Default: Auto = Snappy LZO Snappy None Other options are:
upvoted 2 times
...
BigDataBB
1 year, 10 months ago
Selected Answer: C
if You try You will disvover that "By default, all unloaded data files are compressed using gzip" is false for parquet file type COPY INTO @SG_PROVA FROM GAME_LOGS FILE_FORMAT = ( TYPE = PARQUET); -- sg_prova/data_0_0_0.snappy.parquet COPY INTO @SG_PROVA/data2 FROM GAME_LOGS FILE_FORMAT = ( TYPE = PARQUET COMPRESSION = LZO); -- sg_prova/data2_0_0_0.lzo.parquet COPY INTO @SG_PROVA/data3 FROM GAME_LOGS FILE_FORMAT = ( TYPE = PARQUET COMPRESSION = GZIP); -- Invalid compression format GZIP
upvoted 2 times
...
SV1122
1 year, 10 months ago
Selected Answer: C
LZO https://docs.snowflake.com/en/sql-reference/sql/copy-into-location.html#format-type-options-formattypeoptions
upvoted 1 times
...
SD1SD
1 year, 10 months ago
https://docs.snowflake.com/en/user-guide/intro-summary-unloading.html Compression of Output Data Files The following table describes how Snowflake handles compression for the output files generated by Snowflake when unloading data: Location of Files Supported Notes Internal or external location gzip 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. bzip2 Brotli Zstandard
upvoted 1 times
...
AlexbDku
1 year, 11 months ago
Selected Answer: C
C - LZO
upvoted 2 times
...
halol
1 year, 11 months ago
Selected Answer: C
When unloading data, files are compressed using the Snappy algorithm by default. If unloading data to LZO-compressed files, specify this value. https://docs.snowflake.com/en/sql-reference/sql/create-file-format.html#type-parquet
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...