Snowflake COF-C02 Practice Test - Questions Answers, Page 35
Related questions
Question 341

What will prevent unauthorized access to a Snowflake account from an unknown source?
Explanation:
A network policy in Snowflake is used to restrict access to the Snowflake account from unauthorized or unknown sources.It allows administrators to specify allowed IP address ranges, thus preventing access from any IP addresses not listed in the policy1.
Question 342

What is the purpose of a Query Profile?
Explanation:
The purpose of a Query Profile is to provide a detailed analysis of a particular query's execution plan, including the mechanics, behavior, and performance.It helps in identifying potential performance bottlenecks and areas for optimization
Question 343

When enabling access to unstructured data, which URL permits temporary access to a staged file without the need to grant privileges to the stage or to issue access tokens?
Explanation:
A Scoped URL permits temporary access to a staged file without the need to grant privileges to the stage or to issue access tokens.It provides a secure way to share access to files stored in Snowflake
Question 344

What is the minimum Snowflake Edition that supports secure storage of Protected Health Information (PHI) data?
Explanation:
The minimum Snowflake Edition that supports secure storage of Protected Health Information (PHI) data is the Business Critical Edition.This edition offers enhanced security features necessary for compliance with regulations such as HIPAA and HITRUST CSF4.
Question 345

What metadata does Snowflake store for rows in micro-partitions? (Select TWO).
Explanation:
Snowflake stores metadata for rows in micro-partitions, including the range of values for each column and the number of distinct values1.
Question 346

Which statistics are displayed in a Query Profile that indicate that intermediate results do not fit in memory? (Select TWO).
Explanation:
The Query Profile statistics that indicate intermediate results do not fit in memory are the bytes spilled to local storage and bytes spilled to remote storage2.
Question 347

How can a Snowflake user validate data that is unloaded using the COPY INTO <location> command?
Explanation:
To validate data unloaded using the COPY INTO <location> command, a Snowflake user can use the VALIDATION_MODE parameter within the SQL statement to test the files for errors without loading them3.
Question 348

At what level is the MIN_DATA_RETENTION_TIME_IN_DAYS parameter set?
Explanation:
The MIN_DATA_RETENTION_TIME_IN_DAYS parameter is set at the account level.This parameter determines the minimum number of days Snowflake retains historical data for Time Travel operations
Question 349

What tasks can an account administrator perform in the Data Exchange? (Select TWO).
Explanation:
An account administrator in the Data Exchange can perform tasks such as adding and removing members and approving or denying listing approval requests.These tasks are part of managing the Data Exchange and ensuring that only authorized listings and members are part of it12.
Question 350

Which statistics can be used to identify queries that have inefficient pruning? (Select TWO).
Explanation:
The statistics that can be used to identify queries with inefficient pruning are 'Partitions scanned' and 'Partitions total'.These statistics indicate how much of the data was actually needed and scanned versus the total available, which can highlight inefficiencies in data pruning34.
Question