Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)
When retrieving data from a table which type of query will benefit the MOST from use of the search optimization service?
In the Snowflake access control model, which entity owns an object by default?
Which services does the Snowflake Cloud Services layer manage? (Choose two.)
Which data types does Snowflake support when querying semi-structured data? (Select TWO)
The fail-safe retention period is how many days?
Which command can be used to stage local files from which Snowflake interface?
What can be used to view warehouse usage over time? (Select Two).
Which feature is only available in the Enterprise or higher editions of Snowflake?
Which command is used to unload data from a Snowflake table into a file in a stage?
A user has 10 files in a stage containing new customer data. The ingest operation completes with no errors, using the following command:
COPY INTO my__table FROM @my__stage;
The next day the user adds 10 files to the stage so that now the stage contains a mixture of new customer data and updates to the previous data. The user did not remove the 10 original files.
If the user runs the same copy into command what will happen?
Which is the MINIMUM required Snowflake edition that a user must have if they want to use AWS/Azure Privatelink or Google Cloud Private Service Connect?
What is a limitation of a Materialized View?
How would you determine the size of the virtual warehouse used for a task?
Which of the following is a valid source for an external stage when the Snowflake account is located on Microsoft Azure?
Which of the following objects can be shared through secure data sharing?
What is the minimum Snowflake edition required to create a materialized view?
When reviewing the load for a warehouse using the load monitoring chart, the chart indicates that a high volume of Queries are always queuing in the warehouse
According to recommended best practice, what should be done to reduce the Queue volume? (Select TWO).
True or False: Loading data into Snowflake requires that source data files be no larger than 16MB.
A user has unloaded data from Snowflake to a stage
Which SQL command should be used to validate which data was loaded into the stage?