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 1 day ago
Total Questions : 1085

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)
$54.25
$154.99

COF-C02 Testing Engine

COF-C02 PDF (Printable)
$59.5
$169.99

COF-C02 PDF + Testing Engine

COF-C02 PDF (Printable)
$74.55
$212.99
Question # 241

True or False: Snowpipe via REST API can only reference External Stages as source.

Options:

A.  

True

B.  

False

Discussion 0
Question # 242

What is the MINIMUM edition of Snowflake that is required to use a SCIM security integration?

Options:

A.  

Business Critical Edition

B.  

Standard Edition

C.  

Virtual Private Snowflake (VPS)

D.  

Enterprise Edition

Discussion 0
Question # 243

The Snowflake cloud services layer is responsible for which tasks? (Choose two.)

Options:

A.  

Local disk caching

B.  

Authentication and access control

C.  

Metadata management

D.  

Query processing

E.  

Database storage

Discussion 0
Question # 244

When loading data into Snowflake via Snowpipe what is the compressed file size recommendation?

Options:

A.  

10-50 MB

B.  

100-250 MB

C.  

300-500 MB

D.  

1000-1500 MB

Discussion 0
Question # 245

Which minimum Snowflake edition allows for a dedicated metadata store?

Options:

A.  

Standard

B.  

Enterprise

C.  

Business Critical

D.  

Virtual Private Snowflake

Discussion 0
Question # 246

The is the minimum Fail-safe retention time period for transient tables?

Options:

A.  

1 day

B.  

7 days

C.  

12 hours

D.  

0 days

Discussion 0
Question # 247

What do the terms scale up and scale out refer to in Snowflake? (Choose two.)

Options:

A.  

Scaling out adds clusters of the same size to a virtual warehouse to handle more concurrent queries.

B.  

Scaling out adds clusters of varying sizes to a virtual warehouse.

C.  

Scaling out adds additional database servers to an existing running cluster to handle more concurrent queries.

D.  

Snowflake recommends using both scaling up and scaling out to handle more concurrent queries.

E.  

Scaling up resizes a virtual warehouse so it can handle more complex workloads.

F.  

Scaling up adds additional database servers to an existing running cluster to handle larger workloads.

Discussion 0
Question # 248

Which of the following features, associated with Continuous Data Protection (CDP), require additional Snowflake-provided data storage? (Choose two.)

Options:

A.  

Tri-Secret Secure

B.  

Time Travel

C.  

Fail-safe

D.  

Data encryption

E.  

External stages

Discussion 0
Question # 249

Users are responsible for data storage costs until what occurs?

Options:

A.  

Data expires from Time Travel

B.  

Data expires from Fail-safe

C.  

Data is deleted from a table

D.  

Data is truncated from a table

Discussion 0
Question # 250

The following JSON is stored in a VARIANT column called src of the CAR_SALES table:

Question # 250

A user needs to extract the dealership information from the JSON.

How can this be accomplished?

Options:

A.  

select src:dealership from car_sales;

B.  

select src.dealership from car_sales;

C.  

select src:Dealership from car_sales;

D.  

select dealership from car_sales;

Discussion 0
Question # 251

What are best practice recommendations for using the ACCOUNTADMIN system-defined role in Snowflake? (Choose two.)

Options:

A.  

Ensure all ACCOUNTADMIN roles use Multi-factor Authentication (MFA).

B.  

All users granted ACCOUNTADMIN role must be owned by the ACCOUNTADMIN role.

C.  

The ACCOUNTADMIN role must be granted to only one user.

D.  

Assign the ACCOUNTADMIN role to at least two users, but as few as possible.

E.  

All users granted ACCOUNTADMIN role must also be granted SECURITYADMIN role.

Discussion 0
Question # 252

Files have been uploaded to a Snowflake internal stage. The files now need to be deleted.

Which SQL command should be used to delete the files?

Options:

A.  

PURGE

B.  

MODIFY

C.  

REMOVE

D.  

DELETE

Discussion 0
Question # 253

What is the purpose of multi-cluster virtual warehouses?

Options:

A.  

To create separate data warehouses to increase query optimization

B.  

To allow users the ability to choose the type of compute nodes that make up a virtual warehouse cluster

C.  

To eliminate or reduce Queuing of concurrent queries

D.  

To allow the warehouse to resize automatically

Discussion 0
Question # 254

What are the correct parameters for time travel and fail-safe in the Snowflake Enterprise Edition?

Options:

A.  

Default Time Travel Retention is set to 0 days.Maximum Time Travel Retention is 30 days.Fail Safe retention time is 1 day.

B.  

Default Time Travel Retention is set to 1 day.Maximum Time Travel Retention is 365 days.Fail Safe retention time is 7 days.

C.  

Default Time Travel Retention is set to 0 days.Maximum Time Travel Retention is 90 days.Fail Safe retention time is 7 days.

D.  

Default Time Travel Retention is set to 1 day.Maximum Time Travel Retention is 90 days.Fail Safe retention time is 7 days.

E.  

Default Time Travel Retention is set to 7 days.Maximum Time Travel Retention is 1 day.Fail Safe retention time is 90 days.

F.  

Default Time Travel Retention is set to 90 days.Maximum Time Travel Retention is 7 days.Fail Safe retention time is 356 days.

Discussion 0
Question # 255

Which Snowflake function will interpret an input string as a JSON document, and produce a VARIANT value?

Options:

A.  

parse_json()

B.  

json_extract_path_text()

C.  

object_construct()

D.  

flatten

Discussion 0
Question # 256

Which of the following is a data tokenization integration partner?

Options:

A.  

Protegrity

B.  

Tableau

C.  

DBeaver

D.  

SAP

Discussion 0
Question # 257

Which command sets the Virtual Warehouse for a session?

Options:

A.  

COPY WAREHOUSE FROM < < config file > > ;

B.  

SET WAREHOUSE = < < warehouse name > > ;

C.  

USE WAREHOUSE < < warehouse name > > ;

D.  

USE VIRTUAL_WAREHOUSE < < warehouse name > > ;

Discussion 0
Question # 258

Which of the following is an example of an operation that can be completed without requiring compute, assuming no queries have been executed previously?

Options:

A.  

SELECT SUM (ORDER_AMT) FROM SALES;

B.  

SELECT AVG(ORDER_QTY) FROM SALES;

C.  

SELECT MIN(ORDER_AMT) FROM SALES;

D.  

SELECT ORDER_AMT * ORDER_QTY FROM SALES;

Discussion 0
Question # 259

What affects whether the query results cache can be used?

Options:

A.  

If the query contains a deterministic function

B.  

If the virtual warehouse has been suspended

C.  

If the referenced data in the table has changed

D.  

If multiple users are using the same virtual warehouse

Discussion 0
Question # 260

What are supported file formats for unloading data from Snowflake? (Choose three.)

Options:

A.  

XML

B.  

JSON

C.  

Parquet

D.  

ORC

E.  

AVRO

F.  

CSV

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

Free Exams Sample Questions