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

Which type of URL gives permanent access to files in cloud storage?

Options:

A.  

Pre-signed URL

B.  

Account URL

C.  

Scoped URL

D.  

File URL

Discussion 0
Question # 22

Which type of role can be granted to a share?

Options:

A.  

Account role

B.  

Custom role

C.  

Database role

D.  

Secondary role

Discussion 0
Question # 23

What does the :: operator do when used with a VARIANT value?

Options:

A.  

Converts a VARIANT value into an object.

B.  

Extracts the raw value from the VARIANT column.

C.  

Casts the value from a VARIANT to a specified data type.

D.  

Generates a random sample from the VARIANT column.

Discussion 0
Question # 24

Which JSON paths are considered to be equivalent in Snowflake? (Choose two.)

Options:

A.  

src[ ' customer ' ][ ' EMAIL ' ]

B.  

src[ ' CUSTOMER ' ][ ' Email ' ]

C.  

SRC:Customer.Email

D.  

src:customer.email

E.  

SRC:customer.email

Discussion 0
Question # 25

What is the outcome of querying a VARIANT column using an invalid path?

Options:

A.  

NULL

B.  

Undefined data

C.  

An empty siring

D.  

An invalid identifier error

Discussion 0
Question # 26

What situation is likely to cause data spillage when a query is run?

Options:

A.  

When the query contains multiple filters and no data is returned.

B.  

When a virtual warehouse runs out of memory while executing the query.

C.  

When the number of queries exceeds the max_concurrency_level parameter setting.

D.  

When running queries that exceed the statement_timecut_in_seccnds parameter setting.

Discussion 0
Question # 27

What does a table with a clustering depth of 1 mean in Snowflake?

Options:

A.  

The table has only 1 micro-partition.

B.  

The table has 1 overlapping micro-partition.

C.  

The table has no overlapping micro-partitions.

D.  

The table has no micro-partitions.

Discussion 0
Question # 28

What action will change a customized schedule for a resource monitor back to the default schedule?

Options:

A.  

Changing the monitoring frequency to the default value

B.  

Changing the monitoring start timestamp to the default value

C.  

Dropping and re-creating the monitor

D.  

Cloning the monitor and then editing the cloned monitor schedule

Discussion 0
Question # 29

Which command can be used to unload data into an external named stage in Snowflake?

Options:

A.  

PUT

B.  

CREATE < object >

C.  

COPY INTO < table >

D.  

COPY INTO < location >

Discussion 0
Question # 30

A user needs to load Snowflake files from a stage that contains data from the past 5 years while using the least amount of operational overhead. The file names follow a specific format, such as files ending in _01.gz. Which command should be used to load the data from 2024?

Options:

A.  

Use the COPY INTO command to individually load the needed files.

B.  

Use the COPY INTO command using the PATTERN parameter to define the needed files.

C.  

Use the REMOVE command to eliminate unwanted files, then use the COPY INTO command.

D.  

Use the GET command to download the needed files, then create a new stage and load the files onto the stage using the COPY INTO command.

Discussion 0
Question # 31

Which function should be used to find the query ID of the second query executed in a current session?

Options:

A.  

Select LAST_QUERY_ID(-2)

B.  

Select LAST_QUERY_ID(2)

C.  

Select LAST_QUERY_ID(1)

D.  

Select LAST_QUERY_ID(2)

Discussion 0
Question # 32

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

Options:

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.

Discussion 0
Question # 33

How can a transient table be converted to a permanent table?

Options:

A.  

Use the ALTER TABLE ... RENAME command.

B.  

Use the CREATE TABLE AS SELECT, or CTAS, command.

C.  

Use the ALTER TABLE ... SWAP WITH command.

D.  

Use the CREATE TABLE ... CLONE command.

Discussion 0
Question # 34

A user creates a stage using the following command:

What will be the outcome?

Options:

A.  

A stage with a directory table set to automatically refresh will be created.

B.  

A stage with a directory table that has metadata that must be manually refreshed will be created.

C.  

An error will be received stating that the storage location for the stage must be identified when creating a stage with a directory table.

D.  

The command will fail to run because the name of the directory table is not specified.

Discussion 0
Question # 35

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

Options:

A.  

SHOW USERS

B.  

DESCRIBE USER

C.  

SHOW PARAMETERS

D.  

SHOW USER FUNCTIONS

E.  

SHOW CONNECTIONS

Discussion 0
Question # 36

Which function can be used to convert semi-structured data into a relational representation?

Options:

A.  

FLATTEN

B.  

OBJECT_KEYS

C.  

PARSE_JSON

D.  

ARRAYS_TO_OBJECT

Discussion 0
Question # 37

What is the PRIMARY factor that determines the cost of using a virtual warehouse in Snowflake?

Options:

A.  

The type of SQL statements executed

B.  

The number of tables or databases queried

C.  

The amount of data stored in the warehouse

D.  

The length of time the compute resources in each cluster run

Discussion 0
Question # 38

What does Snowflake recommend as a best practice for using secure views?

Options:

A.  

Use sequence-gen era ted values

B.  

Programmatically reveal the identifiers.

C.  

Use secure views solely for query convenience.

D.  

Do not expose the sequence-generated column(s)

Discussion 0
Question # 39

Which feature is used to protect sensitive data at query run time?

Options:

A.  

Object tagging

B.  

Data encryption

C.  

User-Defined Functions, or UDFs

D.  

Dynamic Data Masking

Discussion 0
Question # 40

Which activities are managed by Slowflake ' s Cloud Services layer? (Select TWO).

Options:

A.  

Authorisation

B.  

Access delegation

C.  

Data pruning

D.  

Data compression

E.  

Query parsing and optimization

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

Free Exams Sample Questions