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

Will data cached in a warehouse be lost when the warehouse is resized?

Options:

A.  

Possibly, if the warehouse is resized to a smaller size and the cache no longer fits.

B.  

Yes. because the compute resource is replaced in its entirety with a new compute resource.

C.  

No. because the size of the cache is independent from the warehouse size

D.  

Yes. became the new compute resource will no longer have access to the cache encryption key

Discussion 0
Question # 222

A user has an application that writes a new Tile to a cloud storage location every 5 minutes.

What would be the MOST efficient way to get the files into Snowflake?

Options:

A.  

Create a task that runs a copy into operation from an external stage every 5 minutes

B.  

Create a task that puts the files in an internal stage and automate the data loading wizard

C.  

Create a task that runs a GET operation to intermittently check for new files

D.  

Set up cloud provider notifications on the Tile location and use Snowpipe with auto-ingest

Discussion 0
Question # 223

How can data be shared in Snowflake with another account located in the same region without the need to copy or move the data?

Options:

A.  

Use the Snowflake Marketplace

B.  

Use a stream

C.  

Use a Data Exchange

D.  

Use a direct share

Discussion 0
Question # 224

A user needs to create a materialized view in the schema MYD

B.  

MYSCHEM

A.  

Which statements will provide this access?

Options:

A.  

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYD

B.  

MYSCHEMA TO ROLE MYROLE;

B.  

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYD

B.  

MYSCHEMA TO USER USER1;

C.  

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYD

B.  

MYSCHEMA TO USER1;

D.  

GRANT ROLE MYROLE TO USER USER1;CREATE MATERIALIZED VIEW ON SCHEMA MYD

B.  

MYSCHEMA TO MYROLE;

Discussion 0
Question # 225

Which SQL commands, when committed, will consume a stream and advance the stream offset? (Choose two.)

Options:

A.  

UPDATE TABLE FROM STREAM

B.  

SELECT FROM STREAM

C.  

INSERT INTO TABLE SELECT FROM STREAM

D.  

ALTER TABLE AS SELECT FROM STREAM

E.  

BEGIN COMMIT

Discussion 0
Question # 226

What is the default file size when unloading data from Snowflake using the COPY command?

Options:

A.  

5 MB

B.  

8 GB

C.  

16 MB

D.  

32 MB

Discussion 0
Question # 227

Assume there is a table consisting of five micro-partitions with values ranging from A to Z.

Which diagram indicates a well-clustered table?

Options:

A.  

B.  

C.  

D.  

Discussion 0
Question # 228

What happens to historical data when the retention period for an object ends?

Options:

A.  

The data is cloned into a historical object.

B.  

The data moves to Fail-safe

C.  

Time Travel on the historical data is dropped.

D.  

The object containing the historical data is dropped.

Discussion 0
Question # 229

What is an advantage of using an explain plan instead of the query profiler to evaluate the performance of a query?

Options:

A.  

The explain plan output is available graphically.

B.  

An explain plan can be used to conduct performance analysis without executing a query.

C.  

An explain plan will handle queries with temporary tables and the query profiler will not.

D.  

An explain plan ' s output will display automatic data skew optimization information.

Discussion 0
Question # 230

By default, which Snowflake role is required to create a share?

Options:

A.  

ORGADMIN

B.  

SECURITYADMIN

C.  

SHAREADMIN

D.  

ACCOUNTADMIN

Discussion 0
Question # 231

What is the maximum total Continuous Data Protection (CDP) charges incurred for a temporary table?

Options:

A.  

30 days

B.  

7 days

C.  

48 hours

D.  

24 hours

Discussion 0
Question # 232

Which Snowflake feature allows a user to substitute a randomly generated identifier for sensitive data, in order to prevent unauthorized users access to the data, before loading it into Snowflake?

Options:

A.  

External Tokenization

B.  

External Tables

C.  

Materialized Views

D.  

User-Defined Table Functions (UDTF)

Discussion 0
Question # 233

A user is preparing to load data from an external stage

Which practice will provide the MOST efficient loading performance?

Options:

A.  

Organize files into logical paths

B.  

Store the files on the external stage to ensure caching is maintained

C.  

Use pattern matching for regular expression execution

D.  

Load the data in one large file

Discussion 0
Question # 234

Network policies can be set at which Snowflake levels? (Choose two.)

Options:

A.  

Role

B.  

Schema

C.  

User

D.  

Database

E.  

Account

F.  

Tables

Discussion 0
Question # 235

Which of the following features are available with the Snowflake Enterprise edition? (Choose two.)

Options:

A.  

Database replication and failover

B.  

Automated index management

C.  

Customer managed keys (Tri-secret secure)

D.  

Extended time travel

E.  

Native support for geospatial data

Discussion 0
Question # 236

Which of the following statements describe features of Snowflake data caching? (Choose two.)

Options:

A.  

When a virtual warehouse is suspended, the data cache is saved on the remote storage layer.

B.  

When the data cache is full, the least-recently used data will be cleared to make room.

C.  

A user can only access their own queries from the query result cache.

D.  

A user must set USE_METADATA_CACHE to TRUE to use the metadata cache in queries.

E.  

The RESULT_SCAN table function can access and filter the contents of the query result cache.

Discussion 0
Question # 237

In the Snowflake access control model, which entity owns an object by default?

Options:

A.  

The user who created the object

B.  

The SYSADMIN role

C.  

Ownership depends on the type of object

D.  

The role used to create the object

Discussion 0
Question # 238

When loading data into Snowflake, how should the data be organized?

Options:

A.  

Into single files with 100-250 MB of compressed data per file

B.  

Into single files with 1-100 MB of compressed data per file

C.  

Into files of maximum size of 1 GB of compressed data per file

D.  

Into files of maximum size of 4 GB of compressed data per file

Discussion 0
Question # 239

A user created a transient table and made several changes to it over the course of several days. Three days after the table was created, the user would like to go back to the first version of the table.

How can this be accomplished?

Options:

A.  

Use Time Travel, as long as DATA_RETENTION_TIME_IN_DAYS was set to at least 3 days.

B.  

The transient table version cannot be retrieved after 24 hours.

C.  

Contact Snowflake Support to have the data retrieved from Fail-safe storage.

D.  

Use the FAIL_SAFE parameter for Time Travel to retrieve the data from Fail-safe storage.

Discussion 0
Question # 240

When cloning a database, what is cloned with the database? (Choose two.)

Options:

A.  

Privileges on the database

B.  

Existing child objects within the database

C.  

Future child objects within the database

D.  

Privileges on the schemas within the database

E.  

Only schemas and tables within the database

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

Free Exams Sample Questions