A virtual warehouse is created using the following command:
Create warehouse my_WH with
warehouse_size = MEDIUM
min_cluster_count = 1
max_cluster_count = 1
auto_suspend = 60
auto_resume = true;
The image below is a graphical representation of the warehouse utilization across two days.
What action should be taken to address this situation?
In a Snowflake role hierarchy, what is the top-level role?
A company needs to allow some users to see Personally Identifiable Information (PII) while limiting other users from seeing the full value of the PII.
Which Snowflake feature will support this?
What type of query benefits the MOST from search optimization?
Which of the following statements apply to Snowflake in terms of security? (Choose two.)
Which of the following features are available with the Snowflake Enterprise edition? (Choose two.)
What are the responsibilities of Snowflake's Cloud Service layer? (Choose three.)
Assume there is a table consisting of five micro-partitions with values ranging from A to Z.
Which diagram indicates a well-clustered table?
Which of the following describes the Snowflake Cloud Services layer?
When cloning a database containing stored procedures and regular views, that have fully qualified table references, which of the following will occur?
A running virtual warehouse is suspended.
What is the MINIMUM amount of time that the warehouse will incur charges for when it is restarted?
When publishing a Snowflake Data Marketplace listing into a remote region what should be taken into consideration? (Choose two.)
A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 GB. A warehouse size small is being used. The following COPY INTO command was executed:
COPY INTO SAMPLE FROM @~/SAMPLE.JSON (TYPE=JSON)
The load failed with this error:
Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.
How can this issue be resolved?
Which Snowflake architectural layer is responsible for a query execution plan?
What is the SNOWFLAKE.ACCOUNT_USAGE view that contains information about which objects were read by queries within the last 365 days (1 year)?