Snowflake COF-C02 Practice Test - Questions Answers, Page 15

List of questions
Question 141

Which methods can be used to delete staged files from a Snowflake stage? (Choose two.)
To delete staged files from a Snowflake stage, you can specify thePURGEoption in theCOPY INTO <table>command, which will automatically delete the files after they have been successfully loaded.Additionally, you can use theREMOVEcommand after the load completes to manually delete the files from the stage12.
References =DROP STAGE,REMOVE
Question 142

Assume there is a table consisting of five micro-partitions with values ranging from A to Z.
Which diagram indicates a well-clustered table?
A well-clustered table in Snowflake means that the data is organized in such a way that related data points are stored close to each other within the micro-partitions. This optimizes query performance by reducing the amount of scanned data.The diagram indicated by option C shows a well-clustered table, as it likely represents a more evenly distributed range of values across the micro-partitions1.
References =Snowflake Micro-partitions & Table Clustering
Question 143

What is an advantage of using an explain plan instead of the query profiler to evaluate the performance of a query?
Question 144

Which data types are supported by Snowflake when using semi-structured data? (Choose two.)
Question 145

Why does Snowflake recommend file sizes of 100-250 MB compressed when loading data?
Question 146

Which of the following features are available with the Snowflake Enterprise edition? (Choose two.)
Question 147

What is the default file size when unloading data from Snowflake using the COPY command?
Question 148

What features that are part of the Continuous Data Protection (CDP) feature set in Snowflake do not require additional configuration? (Choose two.)
Question 149

Which Snowflake layer is always leveraged when accessing a query from the result cache?
Question 150

A Snowflake Administrator needs to ensure that sensitive corporate data in Snowflake tables is not visible to end users, but is partially visible to functional managers.
How can this requirement be met?
Question