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

Questions 241

Which Snowflake function is maintained separately from the data and helps to support features such as Time Travel, Secure Data Sharing, and pruning?

Options:
A.

Column compression

B.

Data clustering

C.

Micro-partitioning

D.

Metadata management

Snowflake COF-C03 Premium Access
Questions 242

A permanent table and temporary table have the same name, TBL1, in a schema.

What will happen if a user executes select * from TBL1 ;?

Options:
A.

The temporary table will take precedence over the permanent table.

B.

The permanent table will take precedence over the temporary table.

C.

An error will say there cannot be two tables with the same name in a schema.

D.

The table that was created most recently will take precedence over the older table.

Questions 243

A user wants to access files stored in a stage without authenticating into Snowflake. Which type of URL should be used?

Options:
A.

File URL

B.

Staged URL

C.

Scoped URL

D.

Pre-signed URL

Questions 244

Which Snowflake function will parse a JSON-null into a SQL-null?

Options:
A.

TO_CHAR

B.

TO_VARIANT

C.

TO_VARCHAR

D.

STRIP NULL VALUE

Questions 245

What metadata does Snowflake store for rows in micro-partitions? (Select TWO).

Options:
A.

Range of values

B.

Distinct values

C.

Index values

D.

Sorted values

E.

Null values

Questions 246

Which commands can only be executed using SnowSQL? (Select TWO).

Options:
A.

COPY INTO

B.

GET

C.

LIST

D.

PUT

E.

REMOVE

Questions 247

How can a dropped internal stage be restored?

Options:
A.

Enable Time Travel.

B.

Clone the dropped stage.

C.

Execute the UNDROP command.

D.

Recreate the dropped stage.

Questions 248

Which metadata table will store the storage utilization information even for dropped tables?

Options:
A.

DATABASE_STORAGE_USAGE_HISTORY

B.

TABLE_STORAGE_METRICS

C.

STORAGE_DAILY_HISTORY

D.

STAGE STORAGE USAGE HISTORY

Questions 249

Which operation can be performed on Snowflake external tables?

Options:
A.

INSERT

B.

JOIN

C.

RENAME

D.

ALTER

Questions 250

What does the LATERAL modifier for the FLATTEN function do?

Options:
A.

Casts the values of the flattened data

B.

Extracts the path of the flattened data

C.

Joins information outside the object with the flattened data

D.

Retrieves a single instance of a repeating element in the flattened data

Questions 251

Which statements describe benefits of Snowflake ' s separation of compute and storage? (Select TWO).

Options:
A.

The separation allows independent scaling of computing resources.

B.

The separation ensures consistent data encryption across all virtual data warehouses.

C.

The separation supports automatic conversion of semi-structured data into structured data for advanced data analysis.

D.

Storage volume growth and compute usage growth can be tightly coupled.

E.

Compute can be scaled up or down without the requirement to add more storage.

Questions 252

What are the least privileges needed to view and modify resource monitors? (Select TWO).

Options:
A.

SELECT

B.

OWNERSHIP

C.

MONITOR

D.

MODIFY

E.

USAGE

Questions 253

How can a Snowflake user traverse semi-structured data?

Options:
A.

Insert a colon (:) between the VARIANT column name and any first-level element.

B.

Insert a colon (:) between the VARIANT column name and any second-level element. C. Insert a double colon (: :) between the VARIANT column name and any first-level element.

C.

Insert a double colon (: :) between the VARIANT column name and any second-level element.

Questions 254

What is the minimum Snowflake Edition that supports secure storage of Protected Health Information (PHI) data?

Options:
A.

Standard Edition

B.

Enterprise Edition

C.

Business Critical Edition

D.

Virtual Private Snowflake Edition

Questions 255

A tag object has been assigned to a table (TABLE_A) in a schema within a Snowflake database.

Which CREATE object statement will automatically assign the TABLE_A tag to a target object?

Options:
A.

CREATE TABLE < table_name > LIKE TABLE_A;

B.

CREATE VIEW < view_name > AS SELECT * FROM TABLE_A;

C.

CREATE TABLE < table_name > AS SELECT * FROM TABLE_A;

D.

CREATE MATERIALIZED VIEW < view name > AS SELECT * FROM TABLE A;

Questions 256

What does SnowCD help Snowflake users to do?

Options:
A.

Copy data into files.

B.

Manage different databases and schemas.

C.

Troubleshoot network connections to Snowflake.

D.

Write SELECT queries to retrieve data from external tables.

Questions 257

Which Snowflake role can manage any object grant globally, including modifying and revoking grants?

Options:
A.

USERADMIN

B.

ORGADMIN

C.

SYSADMIN

D.

SECURITYADMIN

Questions 258

Which Snowflake database object can be used to track data changes made to table data?

Options:
A.

Tag

B.

Task

C.

Stream

D.

Stored procedure

Questions 259

Who can activate and enforce a network policy for all users in a Snowflake account? (Select TWO).

Options:
A.

A user with an USERADMIN or higher role

B.

A user with a SECURITYADMIN or higher role

C.

A role that has been granted the ATTACH POLICY privilege

D.

A role that has the NETWORK_POLlCY account parameter set

E.

A role that has the ownership of the network policy

Questions 260

Which type of loop requires a BREAK statement to stop executing?

Options:
A.

FOR

B.

LOOP

C.

REPEAT

D.

WHILE