00:00

QUESTION 56

- (Exam Topic 3)
Which command can be used to load data files into a Snowflake stage?

Correct Answer: C

QUESTION 57

- (Exam Topic 3)
Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?

Correct Answer: D
https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html
VALIDATION_MODE = RETURnN__ROWS | RETURN_ERRORS | RETURN_ALL_ERRORS
String (constant) that instructs the COPY command to validate the data files instead
of loading them into the
specified table; i.e. the COPY command tests the files for errors but does not load them. The command validates the data to be loaded and returns results based on the validation option specified:

QUESTION 58

- (Exam Topic 1)
Which of the following are common use cases for zero-copy cloning? Choose 3 answers

Correct Answer: ABC
Reference: https://community.snowflake.com/s/question/0D50Z00009C3VlMSAV/zero-copy-cloning

QUESTION 59

- (Exam Topic 2)
Which of the following are valid methods for authenticating users for access into Snowflake? (Select THREE)

Correct Answer: BDE

QUESTION 60

- (Exam Topic 3)
What file formats does Snowflake support for loading semi-structured data? (Choose three.)

Correct Answer: BDE