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: 13

Questions 241

What role is required to use Partner Connect?

Options:
A.

ACCOUNTADMIN

B.

ORGADMIN

C.

SECURITYADMIN

D.

SYSADMIN

Snowflake COF-C02 Premium Access
Questions 242

What happens when a database is cloned?

Options:
A.

It does not retain any privileges granted on the source object.

B.

It replicates all granted privileges on the corresponding source objects.

C.

It replicates all granted privileges on the corresponding child objects.

D.

It replicates all granted privileges on the corresponding child schema objects.

Questions 243

Which Snowflake URL type is used by directory tables?

Options:
A.

File

B.

Pre-signed

C.

Scoped

D.

Virtual-hosted style

Questions 244

Which statement describes pruning?

Options:
A.

The filtering or disregarding of micro-partitions that are not needed to return a query.

B.

The return of micro-partitions values that overlap with each other to reduce a query ' s runtime.

C.

A service that is handled by the Snowflake Cloud Services layer to optimize caching.

D.

The ability to allow the result of a query to be accessed as if it were a table.

Questions 245

Which Snowflake URL type allows users or applications to download or access files directly from Snowflake stage without authentication?

Options:
A.

Directory

B.

File

C.

Pre-signed

D.

Scoped

Questions 246

Which of the following can be used when unloading data from Snowflake? (Choose two.)

Options:
A.

When unloading semi-structured data, it is recommended that the STRIP_OUTER_ARRAY option be used.

B.

Use the ENCODING file format option to change the encoding from the default UTF-8.

C.

The OBJECT_CONSTRUCT function can be used to convert relational data to semi-structured data.

D.

By using the SINGLE = TRUE parameter, a single file up to 5 GB in size can be exported to the storage layer.

E.

Use the PARSE_JSON function to ensure structured data will be unloaded into the VARIANT data type.

Questions 247

Which of the following practices are recommended when creating a user in Snowflake? (Choose two.)

Options:
A.

Configure the user to be initially disabled.

B.

Force an immediate password change.

C.

Set a default role for the user.

D.

Set the number of minutes to unlock to 15 minutes.

E.

Set the user ' s access to expire within a specified timeframe.

Questions 248

Which commands should be used to grant the privilege allowing a role to select data from all current tables and any tables that will be created later in a schema? (Choose two.)

Options:
A.

grant USAGE on all tables in schema DB1.SCHEMA to role MYROLE;

B.

grant USAGE on future tables in schema DB1.SCHEMA to role MYROLE;

C.

grant SELECT on all tables in schema DB1.SCHEMA to role MYROLE;

D.

grant SELECT on future tables in schema DB1.SCHEMA to role MYROLE;

E.

grant SELECT on all tables in database DB1 to role MYROLE;

F.

grant SELECT on future tables in database DB1 to role MYROLE;

Questions 249

Network policies can be applied to which of the following Snowflake objects? (Choose two.)

Options:
A.

Roles

B.

Databases

C.

Warehouses

D.

Users

E.

Accounts

Questions 250

How can a Snowflake user optimize query performance in Snowflake? (Select TWO).

Options:
A.

Create a view.

B.

Cluster a table.

C.

Enable the search optimization service.

D.

Enable Time Travel.

E.

Index a table.

Questions 251

Which type of join will list a I rows in the specified table, even if those rows have no match in the other table?

Options:
A.

Cross join

B.

Inner join

C.

Natural join

D.

Outer join

Questions 252

Which pages are included in the Activity area of Snowsight? (Select TWO).

Options:
A.

Contacts

B.

Sharing settings

C.

Copy History

D.

Query History

E.

Automatic Clustering History

Questions 253

What effect does WAIT_FOR_COMPLETION = TRUE have when running an ALTER WAREHOUSE command and changing the warehouse size?

Options:
A.

The warehouse size does not change until all queries currently running in the warehouse have completed.

B.

The warehouse size does not change until all queries currently in the warehouse queue have completed.

C.

The warehouse size does not change until the warehouse is suspended and restarted.

D.

It does not return from the command until the warehouse has finished changing its size.

Questions 254

Which of the following describes the Snowflake Cloud Services layer?

Options:
A.

Coordinates activities in the Snowflake account

B.

Executes queries submitted by the Snowflake account users

C.

Manages quotas on the Snowflake account storage

D.

Manages the virtual warehouse cache to speed up queries

Questions 255

Which TABLE function helps to convert semi-structured data to a relational representation?

Options:
A.

CHECK_JSON

B.

TO_JSON

C.

FLATTEN

D.

PARSE_JSON

Questions 256

Which formats does Snowflake store unstructured data in? (Choose two.)

Options:
A.

GeoJSON

B.

Array

C.

XML

D.

Object

E.

BLOB

Questions 257

Which transformation is supported by a COPY INTO < table > command?

Options:
A.

Filter using a where clause

B.

Filter using a limit keyword

C.

Cast using a SELECT statement

D.

Order using an ORDER BY clause

Questions 258

Which parameter can be used to instruct a COPY command to verify data files instead of loading them into a specified table?

Options:
A.

STRIP_NULL_VALUES

B.

SKIP_BYTE_ORDER_MARK

C.

REPLACE_INVALID_CHARACTERS

D.

VALIDATION_MODE

Questions 259

At what levels can a resource monitor be configured? (Select TWO).

Options:
A.

Account

B.

Database

C.

Organization

D.

Schema

E.

Virtual warehouse

Questions 260

What is the MAXIMUM size limit for a record of a VARIANT data type?

Options:
A.

8MB

B.

16MB

C.

32MB

D.

128MB