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

Questions 221

Which commands are restricted in owner ' s rights stored procedures? (Select TWO).

Options:
A.

SHOW

B.

MERGE

C.

INSERT

D.

DELETE

E.

DESCRIBE

Snowflake COF-C03 Premium Access
Questions 222

How can a Snowflake administrator determine which user has accessed a database object that contains sensitive information?

Options:
A.

Review the granted privileges to the database object.

B.

Review the row access policy for the database object.

C.

Query the ACCESS_HlSTORY view in the ACCOUNT_USAGE schema.

D.

Query the REPLICATION USAGE HISTORY view in the ORGANIZATION USAGE schema.

Questions 223

What step can reduce data spilling in Snowflake?

Options:
A.

Using a larger virtual warehouse

B.

Increasing the virtual warehouse maximum timeout limit

C.

Increasing the amount of remote storage for the virtual warehouse

D.

Using a common table expression (CTE) instead of a temporary table

Questions 224

What Snowflake feature provides a data hub for secure data collaboration, with a selected group of invited members?

Options:
A.

Data Replication

B.

Secure Data Sharing

C.

Data Exchange

D.

Snowflake Marketplace

Questions 225

What is the primary purpose of a directory table in Snowflake?

Options:
A.

To store actual data from external stages

B.

To automatically expire file URLs for security

C.

To manage user privileges and access control

D.

To store file-level metadata about data files in a stage

Questions 226

What is the purpose of a Query Profile?

Options:
A.

To profile how many times a particular query was executed and analyze its u^age statistics over time.

B.

To profile a particular query to understand the mechanics of the query, its behavior, and performance.

C.

To profile the user and/or executing role of a query and all privileges and policies applied on the objects within the query.

D.

To profile which queries are running in each warehouse and identify proper warehouse utilization and sizing for better performance and cost balancing.

Questions 227

For which use cases is running a virtual warehouse required? (Select TWO).

Options:
A.

When creating a table

B.

When loading data into a table

C.

When unloading data from a table

D.

When executing a show command

E.

When executing a list command

Questions 228

How can a Snowflake user validate data that is unloaded using the COPY INTO < location > command?

Options:
A.

Load the data into a CSV file.

B.

Load the data into a relational table.

C.

Use the VALlDATlON_MODE - SQL statement.

D.

Use the validation mode = return rows statement.

Questions 229

Which views are included in the DATA SHARING USAGE schema? (Select TWO).

Options:
A.

ACCESS_HISTORY

B.

DATA_TRANSFER_HISTORY

C.

WAREHOUSE_METERING_HISTORY

D.

MONETIZED_USAGE_DAILY

E.

LISTING TELEMETRY DAILY

Questions 230

What objects in Snowflake are supported by Dynamic Data Masking? (Select TWO). '

Options:
A.

Views

B.

Materialized views

C.

Tables

D.

External tables

E.

Future grants

Questions 231

A user with which privileges can create or manage other users in a Snowflake account? (Select TWO).

Options:
A.

GRANT

B.

SELECT

C.

MODIFY

D.

OWNERSHIP

E.

CREATE USER

Questions 232

While working with unstructured data, which file function generates a Snowflake-hosted file URL to a staged file using the stage name and relative file path as inputs?

Options:
A.

GET_PRESIGNED_URL

B.

GET_ABSOLUTE_PATH

C.

BUILD_STAGE_FILE_URL

D.

BUILD SCOPED FILE URL

Questions 233

What type of query will benefit from the query acceleration service?

Options:
A.

Queries without filters or aggregation

B.

Queries with large scans and selective filters

C.

Queries where the GROUP BY has high cardinality

D.

Queries of tables that have search optimization service enabled

Questions 234

How can performance be optimized for a query that returns a small amount of data from a very large base table?

Options:
A.

Use clustering keys

B.

Create materialized views

C.

Use the search optimization service

D.

Use the query acceleration service

Questions 235

Which command is used to start configuring Snowflake for Single Sign-On (SSO)?

Options:
A.

CREATE SESSION POLICY

B.

CREATE NETWORK RULE

C.

CREATE SECURITY INTEGRATION

D.

CREATE PASSWORD POLICY

Questions 236

Which Snowflake view is used to support compliance auditing?

Options:
A.

ACCESS_HISTORY

B.

COPY_HISTORY

C.

QUERY_HISTORY

D.

ROW ACCESS POLICIES

Questions 237

Which Snowflake object does not consume any storage costs?

Options:
A.

Secure view

B.

Materialized view

C.

Temporary table

D.

Transient table

Questions 238

What feature of Snowflake Continuous Data Protection can be used for maintenance of historical data?

Options:
A.

Access control

B.

Fail-safe

C.

Network policies

D.

Time Travel

Questions 239

What is a directory table in Snowflake?

Options:
A.

A separate database object that is used to store file-level metadata

B.

An object layered on a stage that is used to store file-level metadata

C.

A database object with grantable privileges for unstructured data tasks

D.

A Snowflake table specifically designed for storing unstructured files

Questions 240

Which VALIDATION_MODE value will return the errors across the files specified in a COPY command, including files that were partially loaded during an earlier load?

Options:
A.

RETURN_-1_R0WS

B.

RETURN_n_ROWS

C.

RETURN_ERRORS

D.

RETURN ALL ERRORS