In the Snowflake access control model, which entity owns an object by default?
Which command can be used to load data files into a Snowflake stage?
What occurs when a pipe is recreated using the CREATE OR REPLACE PIPE command?
Which of the following are characteristics of Snowflake virtual warehouses? (Choose two.)
Which command sets the Virtual Warehouse for a session?
Users are responsible for data storage costs until what occurs?
Which of the following describes a Snowflake stored procedure?
Which of the following is a data tokenization integration partner?
What types of data listings are available in the Snowflake Data Marketplace? (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?
A single user of a virtual warehouse has set the warehouse to auto-resume and auto-suspend after 10 minutes. The warehouse is currently suspended and the user performs the following actions:
1. Runs a query that takes 3 minutes to complete
2. Leaves for 15 minutes
3. Returns and runs a query that takes 10 seconds to complete
4. Manually suspends the warehouse as soon as the last query was completed
When the user returns, how much billable compute time will have been consumed?
Which of the following are best practices for loading data into Snowflake? (Choose three.)
Which columns are part of the result set of the Snowflake LATERAL FLATTEN command? (Choose two.)
Which statements are true concerning Snowflake's underlying cloud infrastructure? (Select THREE),
What features that are part of the Continuous Data Protection (CDP) feature set in Snowflake do not require additional configuration? (Choose two.)