Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free Snowflake COF-C02 Practice Exam with Questions & Answers | Set: 7

Questions 121

Which chart type is supported in Snowsight for Snowflake users to visualize data with dashboards?

Options:
A.

Area chart

B.

Box plot

C.

Heat grid

D.

Pie chart

Snowflake COF-C02 Premium Access
Questions 122

Which categories are included in the execution time summary in a Query Profile? (Select TWO).

Options:
A.

Pruning

B.

Spilling

C.

Initialization

D.

Local Disk I/O

E.

Percentage of data read from cache

Questions 123

A security review identified several roles that are no longer being used. Which of the roles can be dropped?

Options:
A.

ACCOUNTADMIN

B.

USERADMIN

C.

FINANCEADMIN

D.

PUBLIC

Questions 124

What command will list all of the roles that have been granted to role DATA_ENGINEER?

Options:
A.

SHOW GRANTS OF ROLE DATA_ENGINEER;

B.

SHOW GRANTS TO ROLE DATA_ENGINEER;

C.

SHOW GRANTS ON ROLE DATA_ENGINEER;

D.

SHOW ROLES LIKE ' DATA_ENGINEER ' ;

Questions 125

Which grant will provide a user with access to data that is in a Snowflake share?

Options:
A.

GRANT SELECT ON ALL TABLES IN DATABASE < SHARE > TO USER < USER > ;

B.

GRANT READ ON ALL TABLES IN DATABASE < SHARE > TO ROLE < ROLE > ;

C.

GRANT IMPORTED PRIVILEGES ON DATABASE < SHARE > TO ROLE < ROLE > ;

D.

GRANT USE ON DATABASE < SHARE > TO ROLE < ROLE > ;

Questions 126

Which table type is used in the file processing pipeline to process unstructured data in Snowflake?

Options:
A.

Temporary

B.

Directory

C.

Standard

D.

Transient

Questions 127

A JSON document is stored in the source_colum of type VARIANT. The document has an array called elements. The array contains the name key that has a string value How can a Snowflake user extract the name from the first element?

Options:
A.

Source_column.element[1]:name

B.

Source_column.element[0]:name

C.

Source_column.element[1].name

D.

Source_column.element[0]:name

Questions 128

When working with table MY_TABLE that contains 10 rows, which sampling query will always return exactly 5 rows?

Options:
A.

SELECT * FROM MY_TABLE SAMPLE SYSTEM (5);

B.

SELECT * FROM MY_TABLE SAMPLE BERNOULLI (5);

C.

SELECT * FROM MY_TABLE SAMPLE (5 ROWS);

D.

SELECT * FROM MY_TABLE SAMPLE SYSTEM (1) SEED (5);

Questions 129

Which Snowflake object type can be used to restrict users from viewing the DDL associated with an object?

Options:
A.

Materialized view

B.

Secure view

C.

Data masking policy

D.

Stored procedure

Questions 130

Which table function should be used to view details on a Directed Acyclic Graphic (DAG) run that is presently scheduled or is executing?

Options:
A.

TASK_HISTORY

B.

TASK_DEPENDENTS

C.

CURRENT_TASK_GRAPHS

D.

COMPLETE_TASK_GRAPHS

Questions 131

A virtual warehouse has the same value for MIN_CLUSTER_COUNT and MAX_CLUSTER_COUNT. What will happen when the warehouse is started?

Options:
A.

Snowflake will start all available clusters.

B.

Snowflake will start enough clusters to handle the current workload.

C.

Snowflake will start a single cluster and will start additional clusters as soon as queries are in the queue for more than 6 minutes.

D.

Snowflake will start a single cluster and will start an additional cluster once it estimates there is enough query load to keep the new cluster running for 6 minutes.

Questions 132

Which clause is used to define a function that may return different values for different rows?

Options:
A.

IMMUTABLE

B.

RETURNS

C.

COMMENT

D.

VOLATILE

Questions 133

Which Query Profile operator is considered a DML operator?

Options:
A.

ExternalScan

B.

Flatten

C.

Merge

D.

Sort

Questions 134

A virtual warehouse is created using the following command:

Create warehouse my_WH with

warehouse_size = MEDIUM

min_cluster_count = 1

max_cluster_count = 1

auto_suspend = 60

auto_resume = true;

The image below is a graphical representation of the warehouse utilization across two days.

COF-C02 Question 134

What action should be taken to address this situation?

Options:
A.

Increase the warehouse size from Medium to 2XL.

B.

Increase the value for the parameter MAX_CONCURRENCY_LEVEL.

C.

Configure the warehouse to a multi-cluster warehouse.

D.

Lower the value of the parameter STATEMENT_QUEUED_TIMEOUT_IN_SECONDS.

Questions 135

Which property or parameter can be used to temporarily disable Multi-Factor Authentication (MFA) for a Snowflake user?

Options:
A.

DISABLE_MFA

B.

EXT_AUTHN_DUO

C.

MINS_TO_BYPASS_MFA

D.

ALLOW_CLIENT_MFA_CACHING

Questions 136

Which database object can be created as temporary for a given session?

Options:
A.

View

B.

Stage

C.

Stored procedure

D.

User-Defined Function (UDF)

Questions 137

The customer table in the T1 database is accidentally dropped.

Which privileges are required to restore this table? {Select TWO).

Options:
A.

SELECT privilege on the customer table

B.

ownership privilege on the customer table

C.

All privileges on the customer table

D.

All privileges on the T1 database

E.

CREATE TABIE privilege on the T1 database

Questions 138

Which Snowflake feature records changes mace to a table so actions can be taken using that change data capture?

Options:
A.

Materialized View

B.

Pipe

C.

Stream

D.

Task

Questions 139

Which roles can make grant decisions to objects within a managed access schema? (Select TWO)

Options:
A.

ACCOUNTADMIN

B.

SECURITYADMIN

C.

SYSTEMADMIN

D.

ORGADMIN

E.

USERADMIN

Questions 140

Which transformation techniques are supported for bulk loading data into Snowflake using the copy into < table > command? (Select TWO)

Options:
A.

Column grouping

B.

Column omission

C.

Column reordering

D.

Column aggregation

E.

Selection of a limited number of rows