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

Snowflake COF-C02 - SnowPro Core Certification Exam

Page: 15 / 17
Total 1085 questions

When should a stored procedure be created with caller ' s rights?

A.

When the caller needs to be prevented from viewing the source code of the stored procedure

B.

When the caller needs to run a statement that could not execute outside of the stored procedure

C.

When the stored procedure needs to run with the privileges of the role that called the stored procedure

D.

When the stored procedure needs to operate on objects that the caller does not have privileges on

What MINIMUM permissions are required to create a pipe in Snowflake? (Select TWO).

A.

CREATE PIPE at the schema level

B.

SELECT and INSERT on the table in the pipe definition

C.

CREATE SCHEMA at the database level

D.

USAGE on the virtual warehouse

E.

OWNERSHIP on the table in the pipe definition

Which statements reflect valid commands when using secondary roles? (Select TWO).

A.

Use SECONDARY ROLES RESUME

B.

USE SECONDARY ROLES SUSPEND

C.

USE SECONDARY RLES ALL

D.

USE SECONDARY ROLES ADD < Role Name >

E.

Use SECONDARY ROLES NONE

What is the benefit of using the STRIP_OUTER_ARRAY parameter with the COPY INTO < table > command when loading data from a JSON file into a table?

A.

It flattens multiple arrays into a single array.

B.

It removes the outer array structure and loads separate rows of data

C.

It transforms a pivoted table into an array.

D.

It tokenizes each data string using the defined delimiters.

Which feature of Snowflake ' s Continuous Data Protection (CDP) has associated costs?

A.

Fail-safe

B.

Network policies

C.

End-to-end encryption

D.

Multi-Factor Authentication (MFA)

Which task is supported by the use of Access History in Snowflake?

A.

Data backups

B.

Cost monitoring

C.

Compliance auditing

D.

Performance optimization

What is the purpose of the use of the VALIDATE command?

A.

To view any queries that encountered an error

B.

To verify that a SELECT query will run without error

C.

To prevent a put statement from running if an error occurs

D.

To see all errors from a previously run COPY INTO < table > statement