- (Exam Topic 1)
What services does Snowflake automatically provide for customer that they may have been responsible for with their on premise system? Select all the below that apply.
Correct Answer:
ABD
- (Exam Topic 3)
What affects whether the query results cache can be used?
Correct Answer:
B
- (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:
- (Exam Topic 1)
If a Small Warehouse is made up of 2 servers/cluster, how many servers/cluster make up a Medium Warehouse?
Correct Answer:
A
Reference: https://docs.snowflake.com/en/user-guide/warehouses-overview.html
- (Exam Topic 2)
A marketing co-worker has requested the ability to change a warehouse size on their medium virtual warehouse called mktg__WH.
Which of the following statements will accommodate this request?
Correct Answer:
B