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

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

Snowflake COF-C03 Premium Access
Questions 222

What are two ways to create and manage Data Shares in Snowflake? (Choose two.)

Options:
A.

Via the Snowflake Web Interface (Ul)

B.

Via thedata_share=trueparameter

C.

Via SQL commands

D.

Via Virtual Warehouses

Questions 223

A company ' s security audit requires generating a report listing all Snowflake logins (e.g.. date and user) within the last 90 days. Which of the following statements will return the required information?

Options:
A.

SELECT LAST_SUCCESS_LOGIN, LOGIN_NAMEFROM ACCOUNT_USAGE.USERS;

B.

SELECT EVENT_TIMESTAMP, USER_NAMEFROM table(information_schema.login_history_by_user())

C.

SELECT EVENT_TIMESTAMP, USER_NAMEFROM ACCOUNT_USAGE.ACCESS_HISTORY;

D.

SELECT EVENT_TIMESTAMP, USER_NAMEFROM ACCOUNT_USAGE.LOGIN_HISTORY;

Questions 224

Which of the following compute resources or features are managed by Snowflake? (Select TWO).

Options:
A.

Execute a COPY command

B.

Updating data

C.

Snowpipe

D.

AUTOMATIC__CLUSTERING

E.

Scaling up a warehouse

Questions 225

Which of the following are best practice recommendations that should be considered when loading data into Snowflake? (Select TWO).

Options:
A.

Load files that are approximately 25 MB or smaller.

B.

Remove all dates and timestamps.

C.

Load files that are approximately 100-250 MB (or larger)

D.

Avoid using embedded characters such as commas for numeric data types

E.

Remove semi-structured data types

Questions 226

A virtual warehouse ' s auto-suspend and auto-resume settings apply to which of the following?

Options:
A.

The primary cluster in the virtual warehouse

B.

The entire virtual warehouse

C.

The database in which the virtual warehouse resides

D.

The Queries currently being run on the virtual warehouse

Questions 227

What Snowflake features allow virtual warehouses to handle high concurrency workloads? (Select TWO)

Options:
A.

The ability to scale up warehouses

B.

The use of warehouse auto scaling

C.

The ability to resize warehouses

D.

Use of multi-clustered warehouses

E.

The use of warehouse indexing

Questions 228

What feature can be used to reorganize a very large table on one or more columns?

Options:
A.

Micro-partitions

B.

Clustering keys

C.

Key partitions

D.

Clustered partitions

Questions 229

What is the default File Format used in the COPY command if one is not specified?

Options:
A.

CSV

B.

JSON

C.

Parquet

D.

XML

Questions 230

Query compilation occurs in which architecture layer of the Snowflake Cloud Data Platform?

Options:
A.

Compute layer

B.

Storage layer

C.

Cloud infrastructure layer

D.

Cloud services layer

Questions 231

What are the default Time Travel and Fail-safe retention periods for transient tables?

Options:
A.

Time Travel - 1 day. Fail-safe - 1 day

B.

Time Travel - 0 days. Fail-safe - 1 day

C.

Time Travel - 1 day. Fail-safe - 0 days

D.

Transient tables are retained in neither Fail-safe nor Time Travel

Questions 232

True or False: A Virtual Warehouse can be resized while suspended.

Options:
A.

True

B.

False

Questions 233

A user needs to create a materialized view in the schema MYDB.MYSCHEMA.

Which statements will provide this access?

Options:
A.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO ROLE MYROLE;

B.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER USER1;

C.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO USER1;

D.

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYDB.MYSCHEMA TO MYROLE;

Questions 234

In which use cases does Snowflake apply egress charges?

Options:
A.

Data sharing within a specific region

B.

Query result retrieval

C.

Database replication

D.

Loading data into Snowflake

Questions 235

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 236

Which of the following commands cannot be used within a reader account?

Options:
A.

CREATE SHARE

B.

ALTER WAREHOUSE

C.

DROP ROLE

D.

SHOW SCHEMAS

E.

DESCRBE TABLE

Questions 237

A company strongly encourages all Snowflake users to self-enroll in Snowflake ' s default Multi-Factor Authentication (MFA) service to provide increased login security for users connecting to Snowflake.

Which application will the Snowflake users need to install on their devices in order to connect with MFA?

Options:
A.

Okta Verify

B.

Duo Mobile

C.

Microsoft Authenticator

D.

Google Authenticator

Questions 238

Which Snowflake table stores file-level metadata about unstructured data files in a stage, including size, last-modified timestamp, and Snowflake file URL?

Options:
A.

Directory table

B.

External table

C.

Dynamic table

D.

Iceberg table

Questions 239

Which view should be checked to ensure that data has loaded successfully before removing staged files?

Options:
A.

LOAD_HISTORY

B.

STAGE_STORAGE_USAGE_HISTORY

C.

COPY_HISTORY

D.

DATA TRANSFER HISTORY

Questions 240

In addition to performing all the standard steps to share data, which privilege must be granted on each database referenced by a secure view in order to be shared?

Options:
A.

READ

B.

REFERENCES

C.

REFERENCEJJSAGE

D.

USAGE