Which of the following are best practice recommendations that should be considered when loading data into Snowflake? (Select TWO).
How long is the Fail-safe period for temporary and transient tables?
What will happen if a Snowflake user increases the size of a suspended virtual warehouse?
Which file function generates a SnowFlake-hosted URL that must be authenticated when used?
Which database objects can be shared using Secure Data Sharing? (Select TWO).
What are ways to create and manage data shares in Snowflake? (Select TWO)
How long is Snowpipe data load history retained?
When unloading to a stage, which of the following is a recommended practice or approach?
True or False: Reader Accounts are able to extract data from shared data objects for use outside of Snowflake.
Which Snowflake feature is used for both querying and restoring data?
When is the result set cache no longer available? (Select TWO)
Which copy INTO command outputs the data into one file?
In the query profiler view for a query, which components represent areas that can be used to help optimize query performance? (Select TWO)
What is a characteristic of the Snowflake Query Profile?
What actions will prevent leveraging of the ResultSet cache? (Choose two.)
A sales table FCT_SALES has 100 million records.
The following Query was executed
SELECT COUNT (1) FROM FCT__SALES;
How did Snowflake fulfill this query?
A user is loading JSON documents composed of a huge array containing multiple records into Snowflake. The user enables the strip__outer_array file format option
What does the STRIP_OUTER_ARRAY file format do?
The following JSON is stored in a VARIANT column called src of the CAR_SALES table:

A user needs to extract the dealership information from the JSON.
How can this be accomplished?
Which queries will require a running virtual warehouse? (Select TWO).
Which data sharing mechanism can be used to share data privately or publicly within the Snowflake Marketplace?