What are best practice recommendations for using the ACCOUNTADMIN system-defined role in Snowflake? (Choose two.)
What do the terms scale up and scale out refer to in Snowflake? (Choose two.)
What is the maximum total Continuous Data Protection (CDP) charges incurred for a temporary table?
Which command should be used to download files from a Snowflake stage to a local folder on a client's machine?
What is the following SQL command used for?
Select * from table(validate(t1, job_id => '_last'));
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 is the SNOWFLAKE.ACCOUNT_USAGE view that contains information about which objects were read by queries within the last 365 days (1 year)?
Which file formats are supported for unloading data from Snowflake? (Choose two.)
The Snowflake cloud services layer is responsible for which tasks? (Choose two.)
A column named "Data" contains VARIANT data and stores values as follows:
How will Snowflake extract the employee's name from the column data?
Which statements are true concerning Snowflake's underlying cloud infrastructure? (Select THREE),
True or False: Snowpipe via REST API can only reference External Stages as source.
What is the purpose of the STRIP NULL_VALUES file format option when loading semi-structured data files into Snowflake?