Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

SnowPro Core Certification Exam

Last Update 4 hours ago Total Questions : 1085

The SnowPro Core Certification Exam content is now fully updated, with all current exam questions added 4 hours ago. Deciding to include COF-C02 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our COF-C02 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these COF-C02 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any SnowPro Core Certification Exam practice test comfortably within the allotted time.

Question # 241

When used with a SELECT statement in the COPY INTO < location > command, what statement will unload data from a table as JSON?

A.

TO_OBJECT

B.

TO_JSON

C.

PARSE_JSON

D.

OBJECT_CONSTRUCT

Question # 242

When regularly unloading similarly formatted semi-structured data, where should copy options be specified?

A.

In a table definition

B.

In a named file format

C.

In a named stage definition

D.

In the copy command

Question # 243

When would a user use the GET command?

A.

A staged file needs to be unloaded to a local machine.

B.

A file on a local machine needs to be loaded onto a stage.

C.

A query result needs to be opened in a third-party tool.

D.

A file needs to be permanently deleted from Snowflake.

Question # 244

A user wants to create objects within a schema but wants to restrict other users ' ability to grant privileges on these objects What configuration should be used to create the schema?

A.

Use a regular (non-managed) schema

B.

Use a managed access schema

C.

Use a transient schema.

D.

Set the Def ault_DDL_collation parameter.

Question # 245

Use of what parameter will allow files to be loaded even if the file metadata has expired?

A.

MATCH_BY_COLUMN_NAME = CASE_INSENSITIVE

B.

ENFORCE_LENGTH = TRUE

C.

PURGE = TRUE

D.

LOAD_UNCERTAIN_FILES = TRUE

Question # 246

When using the COPY INTO < location > command to unload table data into a CSV file, which option would compress the file using the default algorithm?

A.

SNAPPY

B.

DEFLATE

C.

NONE

D.

AUTO

Question # 247

In addition to performing all the standard steps to share data, which privilege must be granted on each database referenced by a secure view in order to be shared?

A.

READ

B.

REFERENCES

C.

REFERENCEJJSAGE

D.

USAGE

Question # 248

A company stores Personal Identifiable Information (PII) in Snowflake across multiple countries, including the United States, Canada, and the United Kingdom.

How can Snowflake be used to automatically identify data, in order to support data governance requirements for each country?

A.

Tag all columns directly that contain PII.

B.

Create a custom User-Defined Function (UDF).

C.

Use semantic category classification.

D.

Implement a third-party service to protect the data.

Question # 249

Which object can be shared from a database in an account with other Snowflake accounts using Secure Data Sharing?

A.

Event table

B.

Iceberg table

C.

Temporary table

D.

Stored procedure

Question # 250

What is SnowSQL used for?

A.

Developing dashboards

B.

Loading and unloading data

C.

Developing Snowflake Native Apps

D.

Monitoring data transformation activity

Question # 251

Which command can be performed on a Snowflake secure view?

A.

SELECT

B.

INSERT

C.

UPDATE

D.

DELETE

Question # 252

What command will grant the SELECT privilege on all new tables created in the mydb.myschema schema to the read_only role?

A.

GRANT SELECT ON ALL TABLES IN SCHEMA mydb.myschema TO ROLE read_only;

B.

GRANT USAGE ON FUTURE SCHEMAS IN DATABASE mydb TO ROLE read_only;

C.

GRANT SELECT ON FUTURE TABLES IN SCHEMA mydb.myschema TO ROLE read_only;

D.

GRANT USAGE ON ALL SCHEMAS IN DATABASE mydb TO ROLE read_only;

Question # 253

What activities can a user with the ORGADMIN role perform? (Select TWO).

A.

Create information_schema in a database

B.

View usage information for all accounts in the organization.

C.

Enable database cloning for an account in the organization.

D.

Enable database replication for an account in the organization.

E.

View micro-partition information for all accounts in the organization.

Question # 254

Who can access the data published in a Data Exchange?

A.

Only the data provider who published the data

B.

Any Snowflake user, regardless of their role or permissions

C.

Any user who has been provided with a unique Data Exchange URL

D.

Only the users that the data provider has invited to the Data Exchange

Question # 255

When an ACCOUNTADMIN grants a user a custom role, which additional privileges will the user have by default?

A.

The privileges that have been granted to the ACCOUNTADMIN role

B.

The privileges on objects held by the custom role

C.

The privileges accessed by the PUBLIC role

D.

The privileges accessed by the USERADMIN role

Question # 256

Which commands will indicate if Multi-Factor Authentication, or MFA, has been enabled for a given user? Select TWO.

A.

SHOW USERS

B.

DESCRIBE USER

C.

SHOW PARAMETERS

D.

SHOW USER FUNCTIONS

E.

SHOW CONNECTIONS

Question # 257

Which privilege allows a user to change the state of a virtual warehouse that was set to AUTO_RESUME = FALSE?

A.

APPLYBUDGET

B.

MONITOR

C.

OPERATE

D.

USAGE

Question # 258

What is a non-configurable feature that provides historical data that Snowflake may recover during a 7-day period?

A.

Fail-safe

B.

Time Travel

C.

Cloning

D.

Account replication

Question # 259

How can network and private connectivity security be managed in Snowflake?

A.

By setting up network policies with IPv4 IP addresses

B.

By putting the Snowflake URL on the allowed list for get method responses

C.

By manually setting up vulnerability patch management policies

D.

By manually setting up an Intrusion Prevention System (IPS) on each account

Question # 260

Which function converts a VARIANT JSON null value to a SQL NULL?

A.

CAST

B.

TO_CHAR

C.

TRY_CAST

D.

TO_BINARY