How long does Snowflake retain information in the ACCESS HISTORY view?
7 days
14 days
28 days
365 days
Snowflake retains information in the ACCESS HISTORY view for 365 days. This allows users to query the access history of Snowflake objects within the last year1.
What is the MINIMUM Snowflake edition required to use the periodic rekeying of micro-partitions?
Enterprise
Business Critical
Standard
Virtual Private Snowflake
Periodic rekeying of micro-partitions is a feature that requires the Enterprise Edition of Snowflake or higher. This feature is part of Snowflake’s comprehensive approach to encryption key management, ensuring data security through regular rekeying1. References: [COF-C02] SnowPro Core Certification Exam Study Guide
Which REST API can be used with unstructured data?
inscrtFilcs
insertReport
GET /api/tiles/
loadHistoryScan
The REST API used with unstructured data in Snowflake is GET /api/files/, which retrieves (downloads) a data file from an internal or external stage4.
Which statement describes pruning?
The filtering or disregarding of micro-partitions that are not needed to return a query.
The return of micro-partitions values that overlap with each other to reduce a query's runtime.
A service that is handled by the Snowflake Cloud Services layer to optimize caching.
The ability to allow the result of a query to be accessed as if it were a table.
Pruning in Snowflake refers to the process of filtering or disregarding micro-partitions that are not needed to satisfy the conditions of a query. This optimization technique helps reduce the amount of data scanned, thereby improving query performance
What is the relationship between a Query Profile and a virtual warehouse?
A Query Profile can help users right-size virtual warehouses.
A Query Profile defines the hardware specifications of the virtual warehouse.
A Query Profile can help determine the number of virtual warehouses available.
A Query Profile automatically scales the virtual warehouse based on the query complexity.
A Query Profile provides detailed execution information for a query, which can be used to analyze the performance and behavior of queries. This information can help users optimize and right-size their virtual warehouses for better efficiency. References: [COF-C02] SnowPro Core Certification Exam Study Guide
Using variables in Snowflake is denoted by using which SQL character?
@
&
$
#
∗∗VeryComprehensiveExplanation=InSnowflake,variablesaredenotedbyadollarsign(). Variables can be used in SQL statements where a literal constant is allowed, and they must be prefixed with a $ sign to distinguish them from bind values and column names.
Query parsing and compilation occurs in which architecture layer of the Snowflake Cloud Data Platform?
Cloud services layer
Compute layer
Storage layer
Cloud agnostic layer
Query parsing and compilation in Snowflake occur within the cloud services layer. This layer is responsible for various management tasks, including query compilation and optimization
Which transformation is supported by a COPY INTO