Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

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

Questions 181

Which common query problems are identified by the Query Profile? (Select TWO.)

Options:
A.

Syntax error

B.

Inefficient pruning

C.

Ambiguous column names

D.

Queries too large to fit in memory

E.

Object does not exist or not authorized

Snowflake COF-C02 Premium Access
Questions 182

Which data formats are supported by Snowflake when unloading semi-structured data? (Select TWO).

Options:
A.

Binary file in Avro

B.

Binary file in Parquet

C.

Comma-separated JSON

D.

Newline Delimited JSON

E.

Plain text file containing XML elements

Questions 183

What happens when a network policy includes values that appear in both the allowed and blocked IP address list?

Options:
A.

Those IP addresses are allowed access to the Snowflake account as Snowflake applies the allowed IP address list first.

B.

Those IP addresses are denied access lei the Snowflake account as Snowflake applies the blocked IP address list first.

C.

Snowflake issues an alert message and adds the duplicate IP address values lo both ' he allowed and blocked IP address lists.

D.

Snowflake issues an error message and adds the duplicate IP address values to both the allowed and blocked IP address list

Questions 184

How does Snowflake reorganize data when it is loaded? (Select TWO).

Options:
A.

Binary format

B.

Columnar format

C.

Compressed format

D.

Raw format

E.

Zipped format

Questions 185

What is the MINIMUM permission needed to access a file URL from an external stage?

Options:
A.

MODIFY

B.

READ

C.

SELECT

D.

USAGE

Questions 186

When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately what?

Options:
A.

(12,2)

B.

(10,4)

C.

(14,8)

D.

(15,9)

Questions 187

When referring to User-Defined Function (UDF) names in Snowflake, what does the term overloading mean?

Options:
A.

There are multiple SOL UDFs with the same names and the same number of arguments.

B.

There are multiple SQL UDFs with the same names and the same number of argument types.

C.

There are multiple SQL UDFs with the same names but with a different number of arguments or argument types.

D.

There are multiple SQL UDFs with different names but the same number of arguments or argument types.

Questions 188

Which Snowflow object does not consume and storage costs?

Options:
A.

Secure view

B.

Materialized view

C.

Temporary table

D.

Transient table

Questions 189

Which use case does the search optimization service support?

Options:
A.

Disjuncts (OR) in join predicates

B.

LIKE/ILIKE/RLIKE join predicates

C.

Join predicates on VARIANT columns

D.

Conjunctions (AND) of multiple equality predicates

Questions 190

Which file function generates a SnowFlake-hosted URL that must be authenticated when used?

Options:
A.

GET_STATE_LOCATION

B.

GET_PRESENT_URL

C.

BUILD_SCOPED_FILE_URL

D.

BUILD_STAGE_FILE_URL

Questions 191

What is the Fail-safe retention period for transient and temporary tables?

Options:
A.

0 days

B.

1 day

C.

7 days

D.

90 days

Questions 192

Which Snowflake mechanism is used to limit the number of micro-partitions scanned by a query?

Options:
A.

Caching

B.

Cluster depth

C.

Query pruning

D.

Retrieval optimization

Questions 193

What are valid sub-clauses to the OVER clause for a window function? (Select TWO).

Options:
A.

GROUP BY

B.

LIMIT

C.

ORDER BY

D.

PARTITION BY

E.

UNION ALL

Questions 194

What criteria does Snowflake use to determine the current role when initiating a session? (Select TWO).

Options:
A.

If a role was specified as part of the connection and that role has been granted to the Snowflake user, the specified role becomes the current role.

B.

If no role was specified as part of the connection and a default role has been defined for the Snowflake user, that role becomes the current role.

C.

If no role was specified as part of the connection and a default role has not been set for the Snowflake user, the session will not be initiated and the log in will fail.

D.

If a role was specified as part of the connection and that role has not been granted to the Snowflake user, it will be ignored and the default role will become the current role.

E.

If a role was specified as part of the connection and that role has not been granted to the Snowflake user, the role is automatically granted and it becomes the current role.

Questions 195

What is the only supported character set for loading and unloading data from all supported file formats?

Options:
A.

UTF-8

B.

UTF-16

C.

ISO-8859-1

D.

WINDOWS-1253

Questions 196

How can a user get the MOST detailed information about individual table storage details in Snowflake?

Options:
A.

SHOW TABLES command

B.

SHOW EXTERNAL TABLES command

C.

TABLES view

D.

TABLE STORAGE METRICS view

Questions 197

Which Snowflake edition offers the highest level of security for organizations that have the strictest requirements?

Options:
A.

Standard

B.

Enterprise

C.

Business Critical

D.

Virtual Private Snowflake (VPS)

Questions 198

A user wants to add additional privileges to the system-defined roles for their virtual warehouse. How does Snowflake recommend they accomplish this?

Options:
A.

Grant the additional privileges to a custom role.

B.

Grant the additional privileges to the ACCOUNTADMIN role.

C.

Grant the additional privileges to the SYSADMIN role.

D.

Grant the additional privileges to the ORGADMIN role.

Questions 199

What activities can a user with the ORGADMIN role perform? (Select TWO).

Options:
A.

Create an account for an organization.

B.

Edit the account data for an organization.

C.

Delete the account data for an organization.

D.

View usage information for all accounts in an organization.

E.

Select all the data in tables for all accounts in an organization.

Questions 200

A user has semi-structured data to load into Snowflake but is not sure what types of operations will need to be performed on the data. Based on this situation, what type of column does Snowflake recommend be used?

Options:
A.

ARRAY

B.

OBJECT

C.

TEXT

D.

VARIANT