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

Questions 281

Which object provides a list of the files stored in a stage?

Options:
A.

Semantic view

B.

Directory table

C.

Materialized view

D.

Information schema

Snowflake COF-C03 Premium Access
Questions 282

What is the recommended use for the COPY INTO < location > SINGLE = TRUE command?

Options:
A.

To load data without duplications

B.

To load an individual file

C.

To copy data and parse the results into single stages

D.

To unload a single file from a table into a stage

Questions 283

How should a data provider securely share Snowflake objects with a data consumer who does not have a Snowflake account?

Options:
A.

Give the consumer owner ' s rights on the provider ' s Snowflake account.

B.

Unload the data into the consumer ' s cloud storage.

C.

Create a reader account for the consumer.

D.

Create and replicate a share, then give the consumer access to the replication.

Questions 284

What is a fundamental characteristic of Snowflake micro-partitions?

Options:
A.

They can be read directly as files.

B.

They serve as an index for Snowflake tables.

C.

They are sized based on Time Travel requirements.

D.

Once established they cannot be changed.

Questions 285

What does the Remote Disk I/O statistic in the Query Profile indicate?

Options:
A.

Time spent reading from the result cache.

B.

Time spent reading from the virtual warehouse cache.

C.

Time when the query processing was blocked by remote disk access.

D.

The level of network activity between the Cloud Services layer and the virtual warehouse.

Questions 286

What metadata can be accessed through the INFORMATION_SCHEMA? (Select TWO).

Options:
A.

The date a database was created.

B.

A query ID from the query plan.

C.

The micro-partition pruning efficiency of a table.

D.

The clustering status of a table.

E.

A table ' s credit consumption.

Questions 287

Which Snowflake governance feature allows users to assign metadata labels to improve data governance and database access control?

Options:
A.

Secure functions

B.

Secure views

C.

Object tagging

D.

Row-level security

Questions 288

Which object can be used to query the data loading history for the last 365 days for a Snowflake account?

The SNOWFLAKE.ACCOUNT_USAGE.COPY_HISTORY view

The SNOWFLAKE.ACCOUNT_USAGE.DATA_TRANSFER_HISTORY view

The database INFORMATION_SCHEMA.COPY_HISTORY table function

The database INFORMATION_SCHEMA.DATA_TRANSFER_HISTORY table function

Options:
Questions 289

What can be used to improve the performance of queries that are run on an external table ?

Options:
A.

Search Optimization Service

B.

Query Acceleration Service

C.

Clustering key

D.

Materialized view

Questions 290

How can a relational table be unloaded into a JSON file?

Options:
A.

Use the OBJECT_CONSTRUCT function with the COPY INTO < location > command.

B.

Use the COPY INTO < location > command with the file format set as JSON.

C.

Use the PUT command with the file format set as JSON.

D.

Use the GET command with the file format set as JSON.

Questions 291

Which actions can be performed using a resource monitor in Snowflake? (Select TWO).

Options:
A.

Monitor the performance of individual queries in real-time

B.

Automatically allocate more storage space to a virtual warehouse

C.

Modify the queries being executed within a virtual warehouse.

D.

Suspend a virtual warehouse when its credit usage reaches a defined limit.

E.

Trigger a notification to account administrators when credit usage reaches a specified threshold

Questions 292

Assuming the data provider has granted the required permissions to the objects in a share, which statement will grant permissions to the role consumer_role, allowing access to the database share_db?

Options:
A.

grant imported privileges on database share_db to role consumer_role;

B.

grant usage on database share_db to role consumer_role;

C.

grant ownership on database share_db to role consumer_role;

D.

grant all on database share_db to role consumer_role;

Questions 293

What does the :: operator do when used with a VARIANT value?

Options:
A.

Converts a VARIANT value into an object.

B.

Extracts the raw value from the VARIANT column.

C.

Casts the value from a VARIANT to a specified data type.

D.

Generates a random sample from the VARIANT column.

Questions 294

What is used to denote a pre-computed data set derived from a SELECT query specification and stored for later use?

Options:
A.

View

B.

Secure view

C.

Materialized view

D.

External table

Questions 295

The VALIDATE table function has which parameter as an input argument for a Snowflake user?

Options:
A.

Last_QUERY_ID

B.

CURRENT_STATEMENT

C.

UUID_STRING

D.

JOB_ID

Questions 296

Which data types optimally store semi-structured data? (Select TWO).

Options:
A.

ARRAY

B.

CHARACTER

C.

STRING

D.

VARCHAR

E.

VARIANT

Questions 297

Which privilege is required to use the search optimization service in Snowflake?

Options:
A.

GRANT SEARCH OPTIMIZATION ON SCHEMA < schema_name > TO ROLE < role >

B.

GRANT SEARCH OPTIMIZATION ON DATABASE < database_name > TO ROLE < role >

C.

GRANT ADD SEARCH OPTIMIZATION ON SCHEMA < schema_name > TO ROLE < role >

D.

GRANT ADD SEARCH OPTIMIZATION ON DATABASE < database name > TO ROLE < role >

Questions 298

How does a Snowflake stored procedure compare to a User-Defined Function (UDF)?

Options:
A.

A single executable statement can call only two stored procedures. In contrast, a single SQL statement can call multiple UDFs.

B.

A single executable statement can call only one stored procedure. In contrast, a single SQL statement can call multiple UDFs.

C.

A single executable statement can call multiple stored procedures. In contrast, multiple SQL statements can call the same UDFs.

D.

Multiple executable statements can call more than one stored procedure. In contrast, a single SQL statement can call multiple UDFs.

Questions 299

Which command can be used to list all the file formats for which a user has access privileges?

Options:
A.

LIST

B.

ALTER FILE FORMAT

C.

DESCRIBE FILE FORMAT

D.

SHOW FILE FORMATS

Questions 300

What will happen if a Snowflake user increases the size of a suspended virtual warehouse?

Options:
A.

The provisioning of new compute resources for the warehouse will begin immediately.

B.

The warehouse will remain suspended but new resources will be added to the query acceleration service.

C.

The provisioning of additional compute resources will be in effect when the warehouse is next resumed.

D.

The warehouse will resume immediately and start to share the compute load with other running virtual warehouses.