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

The PUT command: (Choose two.)

    Correct Answer: C, D

    The PUT command in Snowflake automatically compresses files using Gzip as the default compression method. Additionally, all files are automatically encrypted during the transfer process using 128-bit or 256-bit keys. This ensures both efficient data storage and secure data transfer.

Discussion
SV1122Options: CD

Uploaded files are automatically encrypted with 128-bit or 256-bit keys. AUTO_COMPRESS is TRUE by default and by default it uses GZIP. https://docs.snowflake.com/en/sql-reference/sql/put.html

ramisouOptions: CD

CD are the correct options

ajay_1233456Options: CD

CD are the correct options

N89Options: CD

CD are the correct options

bharathmvOptions: CD

CD is correct

Fosterchild123Options: CD

C and D make sense. AUTO_COMPRESS is an optional parameter for the PUT command with a default value of TRUE. This means C is definitely an answer. Also PUT automatically encrypts all data with 128-bit or 256-bit keys

Mallikharjuna452Options: CD

The PUT command in Snowflake automatically compresses files using Gzip and encrypts the files during the transfer process

pranaligOptions: CD

correct answer:CD

PrashantGupta1616Options: CD

C. Automatically compresses files using Gzip D. Automatically encrypts files Therefore, the correct options are: C. Automatically compresses files using Gzip D. Automatically encrypts files The PUT command in Snowflake compresses files using Gzip by default and encrypts files during the transfer to a stage, ensuring secure and efficient data loading.

JasMozaiOptions: CD

PUT does not support uploading files to external stages. All files stored on internal stages for data loading and unloading operations are automatically encrypted using AES-256 strong encryption on the server side. By default, Snowflake provides additional client-side encryption with a 128-bit key (with the option to configure a 256-bit key). AUTO_COMPRESS is TRUE by default and by default it uses GZIP.

_yyuktaOptions: CD

c and d

BobFarOptions: CD

CD are the correct answer!

Mayuri917233Options: CD

CD are the correct options

Tapasgup007Options: CD

CD are correct

[Removed]Options: BD

First we will create a stage and then use PUT to load the data from onprem to that stage. Hence B. And the data will be transferred to the stage and will be encrypted, Hence D. So I guess it should be B and D.

bharathmv

CD is right answer

Percy2112Options: AB

CD are default in snowflake. For compression and encryption , snowflake take care. AB are the correct option.