Snowflake COF-C02 - SnowPro Core Certification Exam
Which command can be used to stage local files from which Snowflake interface?
Which account__usage views are used to evaluate the details of dynamic data masking? (Select TWO)
What is the purpose of an External Function?
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?
What happens when a cloned table is replicated to a secondary database? (Select 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?
How long is Snowpipe data load history retained?
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?
What are the default Time Travel and Fail-safe retention periods for transient tables?
What are two ways to create and manage Data Shares in Snowflake? (Choose two.)
True or False: Fail-safe can be disabled within a Snowflake account.
What transformations are supported in a CREATE PIPE ... AS COPY ... FROM (....) statement? (Select TWO.)
A developer is granted ownership of a table that has a masking policy. The developer ' s role is not able to see the masked data. Will the developer be able to modify the table to read the masked data?
What is the recommended file sizing for data loading using Snowpipe?
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?
What is a key feature of Snowflake architecture?
What happens when an external or an internal stage is dropped? (Select TWO).
When unloading to a stage, which of the following is a recommended practice or approach?
True or False: It is possible for a user to run a query against the query result cache without requiring an active Warehouse.
What feature can be used to reorganize a very large table on one or more columns?
