Which columns are part of the result set of the Snowflake LATERAL FLATTEN command? (Choose two.)
When loading data into Snowflake, how should the data be organized?
Which Snowflake feature allows a user to substitute a randomly generated identifier for sensitive data, in order to prevent unauthorized users access to the data, before loading it into Snowflake?
In an auto-scaling multi-cluster virtual warehouse with the setting SCALING_POLICY = ECONOMY enabled, when is another cluster started?
The is the minimum Fail-safe retention time period for transient tables?
What are the responsibilities of Snowflake's Cloud Service layer? (Choose three.)
What affects whether the query results cache can be used?
Which of the following statements describe features of Snowflake data caching? (Choose two.)
What impacts the credit consumption of maintaining a materialized view? (Choose two.)
How long is the Fail-safe period for temporary and transient tables?
How are serverless features billed?
Which of the following are best practices for loading data into Snowflake? (Choose three.)
What is the minimum Snowflake edition that has column-level security enabled?
What is the following SQL command used for?
Select * from table(validate(t1, job_id => '_last'));
When cloning a database, what is cloned with the database? (Choose two.)
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?
Files have been uploaded to a Snowflake internal stage. The files now need to be deleted.
Which SQL command should be used to delete the files?
When should a multi-cluster warehouse be used in auto-scaling mode?
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?
What are common issues found by using the Query Profile? (Choose two.)