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

Regardless of which notation is used, what are considerations for writing the column name and element names when traversing semi-structured data?

Options:

A.  

The column name and element names are both case-sensitive.

B.  

The column name and element names are both case-insensitive.

C.  

The column name is case-sensitive but element names are case-insensitive.

D.  

The column name is case-insensitive but element names are case-sensitive.

Discussion 0
Question # 162

What type of function returns one value for each Invocation?

Options:

A.  

Aggregate

B.  

Scalar

C.  

Table

D.  

Window

Discussion 0
Question # 163

What is it called when a customer managed key is combined with a Snowflake managed key to create a composite key for encryption?

Options:

A.  

Hierarchical key model

B.  

Client-side encryption

C.  

Tri-secret secure encryption

D.  

Key pair authentication

Discussion 0
Question # 164

What is used to denote a pre-computed data set derived from a SELECT query specification and stored for later use?

Options:

A.  

View

B.  

Secure view

C.  

Materialized view

D.  

External table

Discussion 0
Question # 165

Which view can be used to determine if a table has frequent row updates or deletes?

Options:

A.  

TABLES

B.  

TABLE_STORAGE_METRICS

C.  

STORAGE_DAILY_HISTORY

D.  

STORAGE USAGE

Discussion 0
Question # 166

Which data formats are supported by Snowflake when unloading semi-structured data? (Select TWO).

Options:

A.  

Binary file in Avro

B.  

Binary file in Parquet

C.  

Comma-separated JSON

D.  

Newline Delimited JSON

E.  

Plain text file containing XML elements

Discussion 0
Question # 167

What does the worksheet and database explorer feature in Snowsight allow users to do?

Options:

A.  

Add or remove users from a worksheet.

B.  

Move a worksheet to a folder or a dashboard.

C.  

Combine multiple worksheets into a single worksheet.

D.  

Tag frequently accessed worksheets for ease of access.

Discussion 0
Question # 168

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

Discussion 0
Question # 169

Which copy INTO command outputs the data into one file?

Options:

A.  

SINGLE=TRUE

B.  

MAX_FILE_NUMBER=1

C.  

FILE_NUMBER=1

D.  

MULTIPLE=FAISE

Discussion 0
Question # 170

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

Discussion 0
Question # 171

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

Discussion 0
Question # 172

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

Discussion 0
Question # 173

Which statement about billing applies to Snowflake credits?

Options:

A.  

Credits are billed per-minute with a 60-minute minimum

B.  

Credits are used to pay for cloud data storage usage

C.  

Credits are consumed based on the number of credits billed for each hour that a warehouse runs

D.  

Credits are consumed based on the warehouse size and the time the warehouse is running

Discussion 0
Question # 174

During periods of warehouse contention which parameter controls the maximum length of time a warehouse will hold a query for processing?

Options:

A.  

STATEMENT_TIMEOUT__IN__SECONDS

B.  

STATEMENT_QUEUED_TIMEOUT_IN_SECONDS

C.  

MAX_CONCURRENCY__LEVEL

D.  

QUERY_TIMEOUT_IN_SECONDS

Discussion 0
Question # 175

A user is loading JSON documents composed of a huge array containing multiple records into Snowflake. The user enables the strip__outer_array file format option

What does the STRIP_OUTER_ARRAY file format do?

Options:

A.  

It removes the last element of the outer array.

B.  

It removes the outer array structure and loads the records into separate table rows,

C.  

It removes the trailing spaces in the last element of the outer array and loads the records into separate table columns

D.  

It removes the NULL elements from the JSON object eliminating invalid data and enables the ability to load the records

Discussion 0
Question # 176

When unloading to a stage, which of the following is a recommended practice or approach?

Options:

A.  

Set SINGLE: = true for larger files

B.  

Use OBJECT_CONSTRUCT ( * ) when using Parquet

C.  

Avoid the use of the CAST function

D.  

Define an individual file format

Discussion 0
Question # 177

What is the MOST performant file format for loading data in Snowflake?

Options:

A.  

CSV (Unzipped)

B.  

Parquet

C.  

CSV (Gzipped)

D.  

ORC

Discussion 0
Question # 178

How long is Snowpipe data load history retained?

Options:

A.  

As configured in the create pipe settings

B.  

Until the pipe is dropped

C.  

64 days

D.  

14 days

Discussion 0
Question # 179

Which of the following describes external functions in Snowflake?

Options:

A.  

They are a type of User-defined Function (UDF).

B.  

They contain their own SQL code.

C.  

They call code that is stored inside of Snowflake.

D.  

They can return multiple rows for each row received

Discussion 0
Question # 180

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

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

Free Exams Sample Questions