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

What is the purpose of the Snowflake SPLIT TO_TABLE function?

Options:

A.  

To count the number of characters in a string

B.  

To split a string into an array of sub-strings

C.  

To split a string and flatten the results into rows

D.  

To split a string and flatten the results into columns

Discussion 0
Question # 282

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

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

B.  

CREATE VIEW < view_name > AS SELECT * FROM TABLE_A;

C.  

CREATE TABLE < table_name > AS SELECT * FROM TABLE_A;

D.  

CREATE MATERIALIZED VIEW < view name > AS SELECT * FROM TABLE A;

Discussion 0
Question # 284

Who can grant object privileges in a regular schema?

Options:

A.  

Object owner

B.  

Schema owner

C.  

Database owner

D.  

SYSADMIN

Discussion 0
Question # 285

What is a characteristic of materialized views in Snowflake?

Options:

A.  

Materialized views do not allow joins.

B.  

Clones of materialized views can be created directly by the user.

C.  

Multiple tables can be joined in the underlying query of a materialized view.

D.  

Aggregate functions can be used as window functions in materialized views.

Discussion 0
Question # 286

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

When enabling access to unstructured data, which URL permits temporary access to a staged file without the need to grant privileges to the stage or to issue access tokens?

Options:

A.  

File URL

B.  

Scoped URL

C.  

Relative URL

D.  

Pre-Signed URL

Discussion 0
Question # 288

Which Snowflake function will parse a JSON-null into a SQL-null?

Options:

A.  

TO_CHAR

B.  

TO_VARIANT

C.  

TO_VARCHAR

D.  

STRIP NULL VALUE

Discussion 0
Question # 289

Which statements describe benefits of Snowflake ' s separation of compute and storage? (Select TWO).

Options:

A.  

The separation allows independent scaling of computing resources.

B.  

The separation ensures consistent data encryption across all virtual data warehouses.

C.  

The separation supports automatic conversion of semi-structured data into structured data for advanced data analysis.

D.  

Storage volume growth and compute usage growth can be tightly coupled.

E.  

Compute can be scaled up or down without the requirement to add more storage.

Discussion 0
Question # 290

What are key characteristics of virtual warehouses in Snowflake? (Select TWO).

Options:

A.  

Warehouses that are multi-cluster can have nodes of different sizes.

B.  

Warehouses can be started and stopped at any time.

C.  

Warehouses can be resized at any time, even while running.

D.  

Warehouses are billed on a per-minute usage basis.

E.  

Warehouses can only be used for querying and cannot be used for data loading.

Discussion 0
Question # 291

Which Snowflake object does not consume any storage costs?

Options:

A.  

Secure view

B.  

Materialized view

C.  

Temporary table

D.  

Transient table

Discussion 0
Question # 292

Which commands are restricted in owner ' s rights stored procedures? (Select TWO).

Options:

A.  

SHOW

B.  

MERGE

C.  

INSERT

D.  

DELETE

E.  

DESCRIBE

Discussion 0
Question # 293

What type of query will benefit from the query acceleration service?

Options:

A.  

Queries without filters or aggregation

B.  

Queries with large scans and selective filters

C.  

Queries where the GROUP BY has high cardinality

D.  

Queries of tables that have search optimization service enabled

Discussion 0
Question # 294

Which type of loop requires a BREAK statement to stop executing?

Options:

A.  

FOR

B.  

LOOP

C.  

REPEAT

D.  

WHILE

Discussion 0
Question # 295

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

What tasks can an account administrator perform in the Data Exchange? (Select TWO).

Options:

A.  

Add and remove members.

B.  

Delete data categories.

C.  

Approve and deny listing approval requests.

D.  

Transfer listing ownership.

E.  

Transfer ownership of a provider profile.

Discussion 0
Question # 297

Which Snowflake view is used to support compliance auditing?

Options:

A.  

ACCESS_HISTORY

B.  

COPY_HISTORY

C.  

QUERY_HISTORY

D.  

ROW ACCESS POLICIES

Discussion 0
Question # 298

How is unstructured data retrieved from data storage?

Options:

A.  

SQL functions like the GET command can be used to copy the unstructured data to a location on the client.

B.  

SQL functions can be used to create different types of URLs pointing to the unstructured data. These URLs can be used to download the data to a client.

C.  

SQL functions can be used to retrieve the data from the query results cache. When the query results are output to a client, the unstructured data will be output to the client as files.

D.  

SQL functions can call on different web extensions designed to display different types of files as a web page. The web extensions will allow the files to be downloaded to the client.

Discussion 0
Question # 299

While working with unstructured data, which file function generates a Snowflake-hosted file URL to a staged file using the stage name and relative file path as inputs?

Options:

A.  

GET_PRESIGNED_URL

B.  

GET_ABSOLUTE_PATH

C.  

BUILD_STAGE_FILE_URL

D.  

BUILD SCOPED FILE URL

Discussion 0
Question # 300

Which commands can only be executed using SnowSQL? (Select TWO).

Options:

A.  

COPY INTO

B.  

GET

C.  

LIST

D.  

PUT

E.  

REMOVE

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

Free Exams Sample Questions