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

What tasks can be completed using the copy command? (Select TWO)

Options:

A.  

Columns can be aggregated

B.  

Columns can be joined with an existing table

C.  

Columns can be reordered

D.  

Columns can be omitted

E.  

Data can be loaded without the need to spin up a virtual warehouse

Discussion 0
Question # 202

In the query profiler view for a query, which components represent areas that can be used to help optimize query performance? (Select TWO)

Options:

A.  

Bytes scanned

B.  

Bytes sent over the network

C.  

Number of partitions scanned

D.  

Percentage scanned from cache

E.  

External bytes scanned

Discussion 0
Question # 203

What is a key feature of Snowflake architecture?

Options:

A.  

Zero-copy cloning creates a mirror copy of a database that updates with the original

B.  

Software updates are automatically applied on a quarterly basis

C.  

Snowflake eliminates resource contention with its virtual warehouse implementation

D.  

Multi-cluster warehouses allow users to run a query that spans across multiple clusters

E.  

Snowflake automatically sorts DATE columns during ingest for fast retrieval by date

Discussion 0
Question # 204

A marketing co-worker has requested the ability to change a warehouse size on their medium virtual warehouse called mktg__WH.

Which of the following statements will accommodate this request?

Options:

A.  

ALLOW RESIZE ON WAREHOUSE MKTG__WH TO USER MKTG__LEAD;

B.  

GRANT MODIFY ON WAREHOUSE MKTG WH TO ROLE MARKETING;

C.  

GRANT MODIFY ON WAREHOUSE MKTG__WH TO USER MKTG__LEAD;

D.  

GRANT OPERATE ON WAREHOUSE MKTG WH TO ROLE MARKETING;

Discussion 0
Question # 205

Which data type can be used to store geospatial data in Snowflake?

Options:

A.  

Variant

B.  

Object

C.  

Geometry

D.  

Geography

Discussion 0
Question # 206

What happens when an external or an internal stage is dropped? (Select TWO).

Options:

A.  

When dropping an external stage, the files are not removed and only the stage is dropped

B.  

When dropping an external stage, both the stage and the files within the stage are removed

C.  

When dropping an internal stage, the files are deleted with the stage and the files are recoverable

D.  

When dropping an internal stage, the files are deleted with the stage and the files are not recoverable

E.  

When dropping an internal stage, only selected files are deleted with the stage and are not recoverable

Discussion 0
Question # 207

What SQL command would be used to view all roles that were granted to user.1?

Options:

A.  

show grants to user USER1;

B.  

show grants of user USER1;

C.  

describe user USER1;

D.  

show grants on user USER1;

Discussion 0
Question # 208

What data is stored in the Snowflake storage layer? (Select TWO).

Options:

A.  

Snowflake parameters

B.  

Micro-partitions

C.  

Query history

D.  

Persisted query results

E.  

Standard and secure view results

Discussion 0
Question # 209

True or False: Fail-safe can be disabled within a Snowflake account.

Options:

A.  

True

B.  

False

Discussion 0
Question # 210

Which of the following objects can be shared through secure data sharing?

Options:

A.  

Masking policy

B.  

Stored procedure

C.  

Task

D.  

External table

Discussion 0
Question # 211

A company ' s security audit requires generating a report listing all Snowflake logins (e.g.. date and user) within the last 90 days. Which of the following statements will return the required information?

Options:

A.  

SELECT LAST_SUCCESS_LOGIN, LOGIN_NAMEFROM ACCOUNT_USAG

E.  

USERS;

B.  

SELECT EVENT_TIMESTAMP, USER_NAMEFROM table(information_schema.login_history_by_user())

C.  

SELECT EVENT_TIMESTAMP, USER_NAMEFROM ACCOUNT_USAG

E.  

ACCESS_HISTORY;

D.  

SELECT EVENT_TIMESTAMP, USER_NAMEFROM ACCOUNT_USAG

E.  

LOGIN_HISTORY;

Discussion 0
Question # 212

What Snowflake role must be granted for a user to create and manage accounts?

Options:

A.  

ACCOUNTADMIN

B.  

ORGADMIN

C.  

SECURITYADMIN

D.  

SYSADMIN

Discussion 0
Question # 213

Which data types does Snowflake support when querying semi-structured data? (Select TWO)

Options:

A.  

VARIANT

B.  

ARRAY

C.  

VARCHAR

D.  

XML

E.  

BLOB

Discussion 0
Question # 214

Which services does the Snowflake Cloud Services layer manage? (Select TWO).

Options:

A.  

Compute resources

B.  

Query execution

C.  

Authentication

D.  

Data storage

E.  

Metadata

Discussion 0
Question # 215

What is a machine learning and data science partner within the Snowflake Partner Ecosystem?

Options:

A.  

Informatica

B.  

Power Bl

C.  

Adobe

D.  

Data Robot

Discussion 0
Question # 216

What is the recommended file sizing for data loading using Snowpipe?

Options:

A.  

A compressed file size greater than 100 MB, and up to 250 MB

B.  

A compressed file size greater than 100 GB, and up to 250 GB

C.  

A compressed file size greater than 10 MB, and up to 100 MB

D.  

A compressed file size greater than 1 GB, and up to 2 GB

Discussion 0
Question # 217

A user has unloaded data from Snowflake to a stage

Which SQL command should be used to validate which data was loaded into the stage?

Options:

A.  

list @file__stage

B.  

show @file__stage

C.  

view @file__stage

D.  

verify @file__stage

Discussion 0
Question # 218

Which of the following commands cannot be used within a reader account?

Options:

A.  

CREATE SHARE

B.  

ALTER WAREHOUSE

C.  

DROP ROLE

D.  

SHOW SCHEMAS

E.  

DESCRBE TABLE

Discussion 0
Question # 219

What are the default Time Travel and Fail-safe retention periods for transient tables?

Options:

A.  

Time Travel - 1 day. Fail-safe - 1 day

B.  

Time Travel - 0 days. Fail-safe - 1 day

C.  

Time Travel - 1 day. Fail-safe - 0 days

D.  

Transient tables are retained in neither Fail-safe nor Time Travel

Discussion 0
Question # 220

Which of the following objects can be directly restored using the UNDROP command? (Choose two.)

Options:

A.  

Schema

B.  

View

C.  

Internal stage

D.  

Table

E.  

User

F.  

Role

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

Free Exams Sample Questions