Big Halloween Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Snowflake COF-C02 Practice Exam with Questions & Answers | Set: 13

Questions 241

What affects whether the query results cache can be used?

Options:
A.

If the query contains a deterministic function

B.

If the virtual warehouse has been suspended

C.

If the referenced data in the table has changed

D.

If multiple users are using the same virtual warehouse

Snowflake COF-C02 Premium Access
Questions 242

What is the purpose of multi-cluster virtual warehouses?

Options:
A.

To create separate data warehouses to increase query optimization

B.

To allow users the ability to choose the type of compute nodes that make up a virtual warehouse cluster

C.

To eliminate or reduce Queuing of concurrent queries

D.

To allow the warehouse to resize automatically

Questions 243

What do the terms scale up and scale out refer to in Snowflake? (Choose two.)

Options:
A.

Scaling out adds clusters of the same size to a virtual warehouse to handle more concurrent queries.

B.

Scaling out adds clusters of varying sizes to a virtual warehouse.

C.

Scaling out adds additional database servers to an existing running cluster to handle more concurrent queries.

D.

Snowflake recommends using both scaling up and scaling out to handle more concurrent queries.

E.

Scaling up resizes a virtual warehouse so it can handle more complex workloads.

F.

Scaling up adds additional database servers to an existing running cluster to handle larger workloads.

Questions 244

Which Snowflake function will interpret an input string as a JSON document, and produce a VARIANT value?

Options:
A.

parse_json()

B.

json_extract_path_text()

C.

object_construct()

D.

flatten

Questions 245

What is an advantage of using an explain plan instead of the query profiler to evaluate the performance of a query?

Options:
A.

The explain plan output is available graphically.

B.

An explain plan can be used to conduct performance analysis without executing a query.

C.

An explain plan will handle queries with temporary tables and the query profiler will not.

D.

An explain plan's output will display automatic data skew optimization information.

Questions 246

Which Snowflake feature allows a user to substitute a randomly generated identifier for sensitive data, in order to prevent unauthorized users access to the data, before loading it into Snowflake?

Options:
A.

External Tokenization

B.

External Tables

C.

Materialized Views

D.

User-Defined Table Functions (UDTF)

Questions 247

What are best practice recommendations for using the ACCOUNTADMIN system-defined role in Snowflake? (Choose two.)

Options:
A.

Ensure all ACCOUNTADMIN roles use Multi-factor Authentication (MFA).

B.

All users granted ACCOUNTADMIN role must be owned by the ACCOUNTADMIN role.

C.

The ACCOUNTADMIN role must be granted to only one user.

D.

Assign the ACCOUNTADMIN role to at least two users, but as few as possible.

E.

All users granted ACCOUNTADMIN role must also be granted SECURITYADMIN role.

Questions 248

A user created a new worksheet within the Snowsight Ul and wants to share this with teammates

How can this worksheet be shared?

Options:
A.

Create a zero-copy clone of the worksheet and grant permissions to teammates

B.

Create a private Data Exchange so that any teammate can use the worksheet

C.

Share the worksheet with teammates within Snowsight

D.

Create a database and grant all permissions to teammates

Questions 249

Snowflake supports the use of external stages with which cloud platforms? (Choose three.)

Options:
A.

Amazon Web Services

B.

Docker

C.

IBM Cloud

D.

Microsoft Azure Cloud

E.

Google Cloud Platform

F.

Oracle Cloud

Questions 250

The Snowflake Search Optimization Services supports improved performance of which kind of query?

Options:
A.

Queries against large tables where frequent DML occurs

B.

Queries against tables larger than 1 TB

C.

Selective point lookup queries

D.

Queries against a subset of columns in a table

Questions 251

What impacts the credit consumption of maintaining a materialized view? (Choose two.)

Options:
A.

Whether or not it is also a secure view

B.

How often the underlying base table is queried

C.

How often the base table changes

D.

Whether the materialized view has a cluster key defined

E.

How often the materialized view is queried

Questions 252

What features that are part of the Continuous Data Protection (CDP) feature set in Snowflake do not require additional configuration? (Choose two.)

Options:
A.

Row level access policies

B.

Data masking policies

C.

Data encryption

D.

Time Travel

E.

External tokenization

Questions 253

What is the minimum Snowflake edition that has column-level security enabled?

Options:
A.

Standard

B.

Enterprise

C.

Business Critical

D.

Virtual Private Snowflake

Questions 254

What is the MINIMUM edition of Snowflake that is required to use a SCIM security integration?

Options:
A.

Business Critical Edition

B.

Standard Edition

C.

Virtual Private Snowflake (VPS)

D.

Enterprise Edition

Questions 255

Which command should be used to download files from a Snowflake stage to a local folder on a client's machine?

Options:
A.

PUT

B.

GET

C.

COPY

D.

SELECT

Questions 256

What actions will prevent leveraging of the ResultSet cache? (Choose two.)

Options:
A.

Removing a column from the query SELECT list

B.

Stopping the virtual warehouse that the query is running against

C.

Clustering of the data used by the query

D.

Executing the RESULTS_SCAN() table function

E.

Changing a column that is not in the cached query

Questions 257

When cloning a database containing stored procedures and regular views, that have fully qualified table references, which of the following will occur?

Options:
A.

The cloned views and the stored procedures will reference the cloned tables in the cloned database.

B.

An error will occur, as views with qualified references cannot be cloned.

C.

An error will occur, as stored objects cannot be cloned.

D.

The stored procedures and views will refer to tables in the source database.

Questions 258

When loading data into Snowflake via Snowpipe what is the compressed file size recommendation?

Options:
A.

10-50 MB

B.

100-250 MB

C.

300-500 MB

D.

1000-1500 MB

Questions 259

How can a row access policy be applied to a table or a view? (Choose two.)

Options:
A.

Within the policy DDL

B.

Within the create table or create view DDL

C.

By future APPLY for all objects in a schema

D.

Within a control table

E.

Using the command ALTER ADD ROW ACCESS POLICY ;