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 # 121

What is the MINIMUM permission needed to access a file URL from an external stage?

Options:

A.  

MODIFY

B.  

READ

C.  

SELECT

D.  

USAGE

Discussion 0
Question # 122

Which file function generates a SnowFlake-hosted URL that must be authenticated when used?

Options:

A.  

GET_STATE_LOCATION

B.  

GET_PRESENT_URL

C.  

BUILD_SCOPED_FILE_URL

D.  

BUILD_STAGE_FILE_URL

Discussion 0
Question # 123

What are characteristic of Snowsight worksheet? (Select TWO.)

Options:

A.  

Worksheets can be grouped under folder, and a folder of folders.

B.  

Each worksheet is a unique Snowflake session.

C.  

Users are limited to running only one on a worksheet.

D.  

The Snowflake session ends when a user switches worksheets.

E.  

Users can import worksheets and share them with other users.

Discussion 0
Question # 124

The effects of query pruning can be observed by evaluating which statistics? (Select TWO).

Options:

A.  

Partitions scanned

B.  

Partitions total

C.  

Bytes scanned

D.  

Bytes read from result

E.  

Bytes written

Discussion 0
Question # 125

Which Snowflake edition offers the highest level of security for organizations that have the strictest requirements?

Options:

A.  

Standard

B.  

Enterprise

C.  

Business Critical

D.  

Virtual Private Snowflake (VPS)

Discussion 0
Question # 126

Which copy option is used to include column headers when unloading data to Parquet files?

Options:

A.  

PARSE_HEADER = TRUE

B.  

SKIP_HEADER = < integer >

C.  

HEADER = TRUE

D.  

HEADER = ( ' < header_1 > ' = ' < value_1 > ' )

Discussion 0
Question # 127

There are two Snowflake accounts in the same cloud provider region: one is production and the other is non-production. How can data be easily transferred from the production account to the non-production account?

Options:

A.  

Clone the data from the production account to the non-production account.

B.  

Create a data share from the production account to the non-production account.

C.  

Create a subscription in the production account and have it publish to the non-production account.

D.  

Create a reader account using the production account and link the reader account to the non-production account.

Discussion 0
Question # 128

How are network policies defined in Snowflake?

Options:

A.  

They are a set of rules that define the network routes within Snowflake.

B.  

They are a set of rules that dictate how Snowflake accounts can be used between multiple users.

C.  

They are a set of rules that define how data can be transferred between different Snowflake accounts within an organization.

D.  

They are a set of rules that control access to Snowflake accounts by specifying the IP addresses or ranges of IP addresses that are allowed to connectto Snowflake.

Discussion 0
Question # 129

Which role has the ability to create a share from a shared database by default?

Options:

A.  

ACCOUNTADMIN

B.  

SECURITYADMIN

C.  

SYSADMIN

D.  

ORGADMIN

Discussion 0
Question # 130

What does the TableScan operator represent in the Query Profile?

Options:

A.  

The access to a single table

B.  

The access to data stored in stage objects

C.  

The list of values provided with the VALUES clause

D.  

The records generated using the TABLE (GENERATOR (...)) construct

Discussion 0
Question # 131

For Directory tables, what stage allows for automatic refreshing of metadata?

Options:

A.  

User stage

B.  

Table stage

C.  

Named internal stage

D.  

Named external stage

Discussion 0
Question # 132

Which Snowflake layer is associated with virtual warehouses?

Options:

A.  

Cloud services

B.  

Query processing

C.  

Elastic memory

D.  

Database storage

Discussion 0
Question # 133

Which URL provides access to files in Snowflake without authorization?

Options:

A.  

File URL

B.  

Scoped URL

C.  

Pre-signed URL

D.  

Scoped file URL

Discussion 0
Question # 134

When floating-point number columns are unloaded to CSV or JSON files, Snowflake truncates the values to approximately what?

Options:

A.  

(12,2)

B.  

(10,4)

C.  

(14,8)

D.  

(15,9)

Discussion 0
Question # 135

When using the ALLOW_CLI£NT_MFA_CACHING parameter, how long is a cached Multi-Factor Authentication (MFA) token valid for?

Options:

A.  

1 hour

B.  

2 hours

C.  

4 hours

D.  

8 hours

Discussion 0
Question # 136

How long is a query visible in the Query History page in the Snowflake Web Interface (Ul)?

Options:

A.  

60 minutes

B.  

24 hours

C.  

14 days

D.  

30 days

Discussion 0
Question # 137

A Snowflake user is writing a User-Defined Function (UDF) that includes some unqualified object names.

How will those object names be resolved during execution?

Options:

A.  

Snowflake will resolve them according to the SEARCH_PATH parameter.

B.  

Snowflake will only check the schema the UDF belongs to.

C.  

Snowflake will first check the current schema, and then the schema the previous query used

D.  

Snowflake will first check the current schema, and them the PUBLIC schema of the current database.

Discussion 0
Question # 138

When unloading data, which file format preserves the data values for floating-point number columns?

Options:

A.  

Avro

B.  

CSV

C.  

JSON

D.  

Parquet

Discussion 0
Question # 139

How does Snowflake describe its unique architecture?

Options:

A.  

A single-cluster shared data architecture using a central data repository and massively parallel processing (MPP)

B.  

A multi-duster shared nothing architecture using a soloed data repository and massively parallel processing (MPP)

C.  

A single-cluster shared nothing architecture using a sliced data repository and symmetric multiprocessing (SMP)

D.  

A multi-cluster shared nothing architecture using a siloed data repository and symmetric multiprocessing (SMP)

Discussion 0
Question # 140

A user wants to add additional privileges to the system-defined roles for their virtual warehouse. How does Snowflake recommend they accomplish this?

Options:

A.  

Grant the additional privileges to a custom role.

B.  

Grant the additional privileges to the ACCOUNTADMIN role.

C.  

Grant the additional privileges to the SYSADMIN role.

D.  

Grant the additional privileges to the ORGADMIN role.

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

Free Exams Sample Questions