Pre-Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

COF-C02 SnowPro Core Certification Exam is now Stable and With Pass Result | Test Your Knowledge for Free

Exams4sure Dumps

COF-C02 Practice Questions

SnowPro Core Certification Exam

Last Update 2 days ago
Total Questions : 948

Dive into our fully updated and stable COF-C02 practice test platform, featuring all the latest SnowPro Core Certification exam questions added this week. Our preparation tool is more than just a Snowflake study aid; it's a strategic advantage.

Our free SnowPro Core Certification practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about COF-C02. Use this test to pinpoint which areas you need to focus your study on.

COF-C02 PDF

COF-C02 PDF (Printable)
$43.75
$124.99

COF-C02 Testing Engine

COF-C02 PDF (Printable)
$50.75
$144.99

COF-C02 PDF + Testing Engine

COF-C02 PDF (Printable)
$63.7
$181.99
Question # 121

What type of columns does Snowflake recommend to be used as clustering keys? (Select TWO).

Options:

A.  

A VARIANT column

B.  

A column with very low cardinality

C.  

A column with very high cardinality

D.  

A column that is most actively used in selective filters

E.  

A column that is most actively used in join predicates

Discussion 0
Question # 122

What file formats does Snowflake support for loading semi-structured data? (Choose three.)

Options:

A.  

TSV

B.  

JSON

C.  

PDF

D.  

Avro

E.  

Parquet

F.  

JPEG

Discussion 0
Question # 123

A materialized view should be created when which of the following occurs? (Choose two.)

Options:

A.  

There is minimal cost associated with running the query.

B.  

The query consumes many compute resources every time it runs.

C.  

The base table gets updated frequently.

D.  

The query is highly optimized and does not consume many compute resources.

E.  

The results of the query do not change often and are used frequently.

Discussion 0
Question # 124

Which privilege is required for a role to be able to resume a suspended warehouse if auto-resume is not enabled?

Options:

A.  

USAGE

B.  

OPERATE

C.  

MONITOR

D.  

MODIFY

Discussion 0
Question # 125

What effect does WAIT_FOR_COMPLETION = TRUE have when running an ALTER WAREHOUSE command and changing the warehouse size?

Options:

A.  

The warehouse size does not change until all queries currently running in the warehouse have completed.

B.  

The warehouse size does not change until all queries currently in the warehouse queue have completed.

C.  

The warehouse size does not change until the warehouse is suspended and restarted.

D.  

It does not return from the command until the warehouse has finished changing its size.

Discussion 0
Question # 126

What can a Snowflake user do in the Activity section in Snowsight?

Options:

A.  

Create dashboards.

B.  

Write and run SQL queries.

C.  

Explore databases and objects.

D.  

Explore executed query performance.

Discussion 0
Question # 127

By definition, a secure view is exposed only to users with what privilege?

Options:

A.  

IMPORT SHARE

B.  

OWNERSHIP

C.  

REFERENCES

D.  

USAGE

Discussion 0
Question # 128

Which privilege must be granted to a share to allow secure views the ability to reference data in multiple databases?

Options:

A.  

CREATE_SHARE on the account

B.  

SHARE on databases and schemas

C.  

SELECT on tables used by the secure view

D.  

REFERENCE_USAGE on databases

Discussion 0
Question # 129

Which Snowflake feature will allow small volumes of data to continuously load into Snowflake and will incrementally make the data available for analysis?

Options:

A.  

COPY INTO

B.  

CREATE PIPE

C.  

INSERT INTO

D.  

TABLE STREAM

Discussion 0
Question # 130

Which file format will keep floating-point numbers from being truncated when data is unloaded?

Options:

A.  

CSV

B.  

JSON

C.  

ORC

D.  

Parquet

Discussion 0
Question # 131

Which Snowflake feature allows a user to track sensitive data for compliance, discovery, protection, and resource usage?

Options:

A.  

Tags

B.  

Comments

C.  

Internal tokenization

D.  

Row access policies

Discussion 0
Question # 132

What does a masking policy consist of in Snowflake?

Options:

A.  

A single data type, with one or more conditions, and one or more masking functions

B.  

A single data type, with only one condition, and only one masking function

C.  

Multiple data types, with only one condition, and one or more masking functions

D.  

Multiple data types, with one or more conditions, and one or more masking functions

Discussion 0
Question # 133

Which Snowflake command can be used to unload the result of a query to a single file?

Options:

A.  

Use COPY INTO followed by a GET command to download the file.

B.  

Use COPY INTO followed by a put command to download the file.

C.  

Use COPY INTO with SINGLE = TRUE followed by a GET command to download the file.

D.  

Use COPY INTO with SINGLE = TRUE followed by a PUT command to download the file.

Discussion 0
Question # 134

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

Discussion 0
Question # 135

What does a Notify & Suspend action for a resource monitor do?

Options:

A.  

Send an alert notification to all account users who have notifications enabled.

B.  

Send an alert notification to all virtual warehouse users when thresholds over 100% have been met.

C.  

Send a notification to all account administrators who have notifications enabled, and suspend all assigned warehouses after all statements being executed by the warehouses have completed.

D.  

Send a notification to all account administrators who have notifications enabled, and suspend all assigned warehouses immediately, canceling any statements being executed by the warehouses.

Discussion 0
Question # 136

Which Snowflake data types can be used to build nested hierarchical data? (Select TWO)

Options:

A.  

INTEGER

B.  

OBJECT

C.  

VARIANT

D.  

VARCHAR

E.  

LIST

Discussion 0
Question # 137

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 LIKE TABLE_A;

B.  

CREATE VIEW AS SELECT * FROM TABLE_A;

C.  

CREATE TABLE AS SELECT * FROM TABLE_A;

D.  

CREATE MATERIALIZED VIEW AS SELECT * FROM TABLE A;

Discussion 0
Question # 138

What happens when a Snowflake user changes the data retention period at the schema level?

Options:

A.  

All child objects will retain data for the new retention period.

B.  

All child objects that do not have an explicit retention period will automatically inherit the new retention period.

C.  

All child objects with an explicit retention period will be overridden with the new retention period.

D.  

All explicit child object retention periods will remain unchanged.

Discussion 0
Question # 139

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.

Discussion 0
Question # 140

How can a Snowflake user validate data that is unloaded using the COPY INTO 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.

Discussion 0
Get COF-C02 dumps and pass your exam in 24 hours!

Free Exams Sample Questions