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

Questions 61

The Information Schema and Account Usage Share provide storage information for which of the following objects? (Choose three.)

Options:
A.

Users

B.

Tables

C.

Databases

D.

Internal Stages

Snowflake COF-C02 Premium Access
Questions 62

What is the purpose of an External Function?

Options:
A.

To call code that executes outside of Snowflake

B.

To run a function in another Snowflake database

C.

To share data in Snowflake with external parties

D.

To ingest data from on-premises data sources

Questions 63

Where would a Snowflake user find information about query activity from 90 days ago?

Options:
A.

account__usage . query history view

B.

account__usage.query__history__archive View

C.

information__schema . cruery_history view

D.

information__schema - query history_by_ses s i on view

Questions 64

What is a limitation of a Materialized View?

Options:
A.

A Materialized View cannot support any aggregate functions

B.

A Materialized View can only reference up to two tables

C.

A Materialized View cannot be joined with other tables

D.

A Materialized View cannot be defined with a JOIN

Questions 65

Which of the following indicates that it may be appropriate to use a clustering key for a table? (Select TWO).

Options:
A.

The table contains a column that has very low cardinality

B.

DML statements that are being issued against the table are blocked

C.

The table has a small number of micro-partitions

D.

Queries on the table are running slower than expected

E.

The clustering depth for the table is large

Questions 66

Which of the following describes how multiple Snowflake accounts in a single organization relate to various cloud providers?

Options:
A.

Each Snowflake account can be hosted in a different cloud vendor and region.

B.

Each Snowflake account must be hosted in a different cloud vendor and region

C.

All Snowflake accounts must be hosted in the same cloud vendor and region

D.

Each Snowflake account can be hosted in a different cloud vendor, but must be in the same region.

Questions 67

What are ways to create and manage data shares in Snowflake? (Select TWO)

Options:
A.

Through the Snowflake web interface (Ul)

B.

Through the DATA_SHARE=TRUE parameter

C.

Through SQL commands

D.

Through the enable__share=true parameter

E.

Using the CREATE SHARE AS SELECT * TABLE command

Questions 68

Which data type can be used to store geospatial data in Snowflake?

Options:
A.

Variant

B.

Object

C.

Geometry

D.

Geography

Questions 69

What happens when a virtual warehouse is resized?

Options:
A.

When increasing the size of an active warehouse the compute resource for all running and queued queries on the warehouse are affected

B.

When reducing the size of a warehouse the compute resources are removed only when they are no longer being used to execute any current statements.

C.

The warehouse will be suspended while the new compute resource is provisioned and will resume automatically once provisioning is complete.

D.

Users who are trying to use the warehouse will receive an error message until the resizing is complete

Questions 70

Which of the following describes how clustering keys work in Snowflake?

Options:
A.

Clustering keys update the micro-partitions in place with a full sort, and impact the DML operations.

B.

Clustering keys sort the designated columns over time, without blocking DML operations

C.

Clustering keys create a distributed, parallel data structure of pointers to a table ' s rows and columns

D.

Clustering keys establish a hashed key on each node of a virtual warehouse to optimize joins at run-time

Questions 71

Which cache type is used to cache data output from SQL queries?

Options:
A.

Metadata cache

B.

Result cache

C.

Remote cache

D.

Local file cache

Questions 72

What tasks can be completed using the copy command? (Select TWO)

Options:
A.

Columns can be aggregated

B.

Columns can be joined with an existing table

C.

Columns can be reordered

D.

Columns can be omitted

E.

Data can be loaded without the need to spin up a virtual warehouse

Questions 73

Which of the following conditions must be met in order to return results from the results cache? (Select TWO).

Options:
A.

The user has the appropriate privileges on the objects associated with the query

B.

Micro-partitions have been reclustered since the query was last run

C.

The new query is run using the same virtual warehouse as the previous query

D.

The query includes a User Defined Function (UDF)

E.

The query has been run within 24 hours of the previously-run query

Questions 74

What happens to the underlying table data when a CLUSTER BY clause is added to a Snowflake table?

Options:
A.

Data is hashed by the cluster key to facilitate fast searches for common data values

B.

Larger micro-partitions are created for common data values to reduce the number of partitions that must be scanned

C.

Smaller micro-partitions are created for common data values to allow for more parallelism

D.

Data may be colocated by the cluster key within the micro-partitions to improve pruning performance

Questions 75

A user has unloaded data from Snowflake to a stage

Which SQL command should be used to validate which data was loaded into the stage?

Options:
A.

list @file__stage

B.

show @file__stage

C.

view @file__stage

D.

verify @file__stage

Questions 76

Which semi-structured file formats are supported when unloading data from a table? (Select TWO).

Options:
A.

ORC

B.

XML

C.

Avro

D.

Parquet

E.

JSON

Questions 77

Which data types does Snowflake support when querying semi-structured data? (Select TWO)

Options:
A.

VARIANT

B.

ARRAY

C.

VARCHAR

D.

XML

E.

BLOB

Questions 78

Which Snowflake objects track DML changes made to tables, like inserts, updates, and deletes?

Options:
A.

Pipes

B.

Streams

C.

Tasks

D.

Procedures

Questions 79

A user unloaded a Snowflake table called mytable to an internal stage called mystage.

Which command can be used to view the list of files that has been uploaded to the staged?

Options:
A.

list @mytable;

B.

list @%raytable;

C.

list @ %m.ystage;

D.

list @mystage;

Questions 80

Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?

Options:
A.

Pipe

B.

External stage

C.

Task

D.

Stream