Snowflake COF-C02 - SnowPro Core Certification Exam
How can a row access policy be applied to a table or a view? (Choose two.)
Which of the following features, associated with Continuous Data Protection (CDP), require additional Snowflake-provided data storage? (Choose two.)
Which of the following describes a Snowflake stored procedure?
Which of the following statements describe features of Snowflake data caching? (Choose two.)
Which command should be used to load data from a file, located in an external stage, into a table in Snowflake?
Which of the following significantly improves the performance of selective point lookup queries on a table?
What are the correct parameters for time travel and fail-safe in the Snowflake Enterprise Edition?
Which SQL commands, when committed, will consume a stream and advance the stream offset? (Choose two.)
A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 GB. A warehouse size small is being used. The following COPY INTO command was executed:
COPY INTO SAMPLE FROM @~/SAMPLE.JSON (TYPE=JSON)
The load failed with this error:
Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.
How can this issue be resolved?
What is the following SQL command used for?
Select * from table(validate(t1, job_id = > ' _last ' ));
Which Snowflake function will interpret an input string as a JSON document, and produce a VARIANT value?
What types of data listings are available in the Snowflake Data Marketplace? (Choose two.)
Assume there is a table consisting of five micro-partitions with values ranging from A to Z.
Which diagram indicates a well-clustered table?
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 of the following accurately describes shares?
Why does Snowflake recommend file sizes of 100-250 MB compressed when loading data?
The Snowflake Cloud Data Platform is described as having which of the following architectures?
When cloning a database, what is cloned with the database? (Choose two.)
What is true about sharing data in Snowflake? (Choose two.)
What is a best practice after creating a custom role?
