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

Free Snowflake COF-C03 Practice Exam with Questions & Answers | Set: 14

Questions 261

Which object can be used with Secure Data Sharing?

Options:
A.

View

B.

Materialized view

C.

External table

D.

User-Defined Function (UDF)

Snowflake COF-C03 Premium Access
Questions 262

What information is found within the Statistic output in the Query Profile Overview?

Options:
A.

Operator tree

B.

Table pruning

C.

Most expensive nodes

D.

Nodes by execution time

Questions 263

What transformations are supported when loading data into a table using the COPY INTO < table > command? (Select TWO).

Options:
A.

Column reordering

B.

Column omission

C.

JOIN function

D.

FLATTEN function

E.

GROUP BY function

Questions 264

What happens when a Snowflake user changes the data retention period at the schema level?

Options:
A.

All child objects will retain data for the new retention period.

B.

All child objects that do not have an explicit retention period will automatically inherit the new retention period.

C.

All child objects with an explicit retention period will be overridden with the new retention period.

D.

All explicit child object retention periods will remain unchanged.

Questions 265

Which ACCOUNT_USAGE schema database role provides visibility into policy-related information?

Options:
A.

USAGE_VIEWER

B.

GOVERNANCE_VIEWER

C.

OBJECT_VIEWER

D.

SECURITY_VIEWER

Questions 266

A Snowflake account has activated federated authentication.

What will occur when a user with a password that was defined by Snowflake attempts to log in to Snowflake?

Options:
A.

The user will be unable to enter a password.

B.

The user will encounter an error, and will not be able to log in.

C.

The user will be able to log into Snowflake successfully.

D.

After entering the username and password, the user will be redirected to an Identity Provider (IdP) login page.

Questions 267

Which privilege must be granted by one role to another role, and cannot be revoked?

Options:
A.

MONITOR

B.

OPERATE

C.

OWNERSHIP

D.

ALL

Questions 268

What is the relationship between a Query Profile and a virtual warehouse?

Options:
A.

A Query Profile can help users right-size virtual warehouses.

B.

A Query Profile defines the hardware specifications of the virtual warehouse.

C.

A Query Profile can help determine the number of virtual warehouses available.

D.

A Query Profile automatically scales the virtual warehouse based on the query complexity.

Questions 269

Which Snowflake command can be used to unload the result of a query to a single file?

Options:
A.

Use COPY INTO < external stage > followed by a GET command to download the file.

B.

Use COPY INTO < internal stage > followed by a put command to download the file.

C.

Use COPY INTO < internal stage > with SINGLE = TRUE followed by a GET command to download the file.

D.

Use COPY INTO < external stage > with SINGLE = TRUE followed by a PUT command to download the file.

Questions 270

What is the purpose of the Snowflake SPLIT TO_TABLE function?

Options:
A.

To count the number of characters in a string

B.

To split a string into an array of sub-strings

C.

To split a string and flatten the results into rows

D.

To split a string and flatten the results into columns

Questions 271

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?

Options:
A.

File URL

B.

Scoped URL

C.

Relative URL

D.

Pre-Signed URL

Questions 272

Which command is used to unload data from a Snowflake database table into one or more files in a Snowflake stage?

Options:
A.

CREATE STAGE

B.

COPY INTO < table >

C.

COPY INTO < location >

D.

CREATE PIPE

Questions 273

Which data types can be used in Snowflake to store semi-structured data? (Select TWO)

Options:
A.

ARRAY

B.

BLOB

C.

CLOB

D.

JSON

E.

VARIANT

Questions 274

Which solution improves the performance of point lookup queries that return a small number of rows from large tables using highly selective filters?

Options:
A.

Automatic clustering

B.

Materialized views

C.

Query acceleration service

D.

Search optimization service

Questions 275

A JSON file, that contains lots of dates and arrays, needs to be processed in Snowflake. The user wants to ensure optimal performance while querying the data.

How can this be achieved?

Options:
A.

Flatten the data and store it in structured data types in a flattened table. Query the table.

B.

Store the data in a table with a variant data type. Query the table.

C.

Store the data in a table with a vai : ant data type and include STRIP_NULL_VALUES while loading the table. Query the table.

D.

Store the data in an external stage and create views on top of it. Query the views.

Questions 276

A materialized view should be created when which of the following occurs? (Choose two.)

Options:
A.

There is minimal cost associated with running the query.

B.

The query consumes many compute resources every time it runs.

C.

The base table gets updated frequently.

D.

The query is highly optimized and does not consume many compute resources.

E.

The results of the query do not change often and are used frequently.

Questions 277

How does Snowflake recommend handling the bulk loading of data batches from files already available in cloud storage?

Options:
A.

Use Snowpipe.

B.

Use the INSERT command.

C.

Use an external table.

D.

Use the COPY command.

Questions 278

When should a user consider disabling auto-suspend for a virtual warehouse? (Select TWO).

Options:
A.

When users will be using compute at different times throughout a 24/7 period

B.

When managing a steady workload

C.

When the compute must be available with no delay or lag time

D.

When the user does not want to have to manually turn on the warehouse each time it is needed

E.

When the warehouse is shared across different teams

Questions 279

How can a user change which columns are referenced in a view?

Options:
A.

Modify the columns in the underlying table

B.

Use the ALTER VIEW command to update the view

C.

Recreate the view with the required changes

D.

Materialize the view to perform the changes

Questions 280

What service is provided as an integrated Snowflake feature to enhance Multi-Factor Authentication (MFA) support?

Options:
A.

Duo Security

B.

OAuth

C.

Okta

D.

Single Sign-On (SSO)