Snowflake COF-C02 Practice Test - Questions Answers, Page 30
List of questions
Related questions
Question 291

If a multi-cluster warehouse is using an economy scaling policy, how long will queries wait in the queue before another cluster is started?
Explanation:
In a multi-cluster warehouse with an economy scaling policy, queries will wait in the queue for 2 minutes before another cluster is started. This is to minimize costs by allowing queries to queue up for a short period before adding additional compute resources. References: [COF-C02] SnowPro Core Certification Exam Study Guide
Question 292

What happens when a database is cloned?
Explanation:
When a database is cloned in Snowflake, it does not retain any privileges that were granted on the source object. The clone will need to have privileges reassigned as necessary for users to access it. References: [COF-C02] SnowPro Core Certification Exam Study Guide
Question 293

Which native data types are used for storing semi-structured data in Snowflake? (Select TWO)
Explanation:
Snowflake supports semi-structured data types, which include OBJECT and VARIANT. These data types are capable of storing JSON-like data structures, allowing for flexibility in data representation.OBJECT can directly contain VARIANT, and thus indirectly contain any other data type, including itself1.
Question 294

Snowflake's hierarchical key mode includes which keys? (Select TWO).
Explanation:
Snowflake's hierarchical key model includes several levels of keys, where Account master keys and File keys are part of this hierarchy.Account master keys are used to encrypt all the data within an account, while File keys are used to encrypt individual files within the database2.
Question 295

How does Snowflake recommend handling the bulk loading of data batches from files already available in cloud storage?
Explanation:
Snowflake recommends using the COPY command for bulk loading data batches from files already available in cloud storage.This command allows for efficient and large-scale data loading operations from files staged in cloud storage into Snowflake tables3.
Question 296

What role is required to use Partner Connect?
Explanation:
To use Partner Connect, the ACCOUNTADMIN role is required.Partner Connect allows account administrators to easily create trial accounts with selected Snowflake business partners and integrate these accounts with Snowflake
Question 297

How does a scoped URL expire?
Explanation:
A scoped URL expires when the persisted query result period ends, which is typically after the results cache expires.This is currently set to 24 hours
Question 298

Which features make up Snowflake's column level security? (Select TWO).
Explanation:
Snowflake's column level security features include Dynamic Data Masking and External Tokenization.Dynamic Data Masking uses masking policies to selectively mask data at query time, while External Tokenization allows for the tokenization of data before loading it into Snowflake and detokenizing it at query runtime5.
Question 299

What is the difference between a stored procedure and a User-Defined Function (UDF)?
Explanation:
Stored procedures in Snowflake can perform a variety of database operations, including DDL and DML, whereas UDFs are designed to return values and cannot execute database operations1.
Question 300

When should a user consider disabling auto-suspend for a virtual warehouse? (Select TWO).
Explanation:
Disabling auto-suspend for a virtual warehouse is recommended when there is a steady workload, which ensures that compute resources are always available.Additionally, it is advisable to disable auto-suspend when immediate availability of compute resources is critical, eliminating any startup delay
Question