ExamGecko
Home Home / Snowflake / COF-R02

Snowflake COF-R02 Practice Test - Questions Answers, Page 30

Question list
Search
Search

Which of the following are considerations when using a directory table when working with unstructured data? (Choose two.)

A.
A directory table is a separate database object.
A.
A directory table is a separate database object.
Answers
B.
Directory tables store data file metadata.
B.
Directory tables store data file metadata.
Answers
C.
A directory table will be automatically added to a stage.
C.
A directory table will be automatically added to a stage.
Answers
D.
Directory tables do not have their own grantable privileges.
D.
Directory tables do not have their own grantable privileges.
Answers
E.
Directory table data can not be refreshed manually.
E.
Directory table data can not be refreshed manually.
Answers
Suggested answer: B, D

Which data type can store more than one type of data structure?

A.
JSON
A.
JSON
Answers
B.
BINARY
B.
BINARY
Answers
C.
VARCHAR
C.
VARCHAR
Answers
D.
VARIANT
D.
VARIANT
Answers
Suggested answer: D

Which stages are used with the Snowflake PUT command to upload files from a local file system?

(Choose three.)

A.
Schema Stage
A.
Schema Stage
Answers
B.
User Stage
B.
User Stage
Answers
C.
Database Stage
C.
Database Stage
Answers
D.
Table Stage
D.
Table Stage
Answers
E.
External Named Stage
E.
External Named Stage
Answers
F.
Internal Named Stage
F.
Internal Named Stage
Answers
Suggested answer: A, E, F

What internal stages are available in Snowflake? (Choose three.)

A.
Schema stage
A.
Schema stage
Answers
B.
Named stage
B.
Named stage
Answers
C.
User stage
C.
User stage
Answers
D.
Stream stage
D.
Stream stage
Answers
E.
Table stage
E.
Table stage
Answers
F.
Database stage
F.
Database stage
Answers
Suggested answer: A, B, E

How would a user run a multi-cluster warehouse in maximized mode?

A.
Configure the maximum clusters setting to "Maximum."
A.
Configure the maximum clusters setting to "Maximum."
Answers
B.
Turn on the additional clusters manually after starting the warehouse.
B.
Turn on the additional clusters manually after starting the warehouse.
Answers
C.
Set the minimum Clusters and maximum Clusters settings to the same value.
C.
Set the minimum Clusters and maximum Clusters settings to the same value.
Answers
D.
Set the minimum clusters and maximum clusters settings to different values.
D.
Set the minimum clusters and maximum clusters settings to different values.
Answers
Suggested answer: D

Data storage for individual tables can be monitored using which commands and/or objects? (Choose two.)

A.
SHOW STORAGE BY TABLE;
A.
SHOW STORAGE BY TABLE;
Answers
B.
SHOW TABLES;
B.
SHOW TABLES;
Answers
C.
Information Schema -> TABLE_HISTORY
C.
Information Schema -> TABLE_HISTORY
Answers
D.
Information Schema -> TABLE_FUNCTION
D.
Information Schema -> TABLE_FUNCTION
Answers
E.
Information Schema -> TABLE_STORAGE_METRICS
E.
Information Schema -> TABLE_STORAGE_METRICS
Answers
Suggested answer: A, E

How many resource monitors can be assigned at the account level?

A.
1
A.
1
Answers
B.
2
B.
2
Answers
C.
3
C.
3
Answers
D.
4
D.
4
Answers
Suggested answer: A

How would a user execute a series of SQL statements using a task?

A.
Include the SQL statements in the body of the task CREATE TASK mytask .. AS INSERT INTO target1 SELECT .. FROM stream_s1 WHERE .. INSERT INTO target2 SELECT .. FROM stream_s1 WHERE ..
A.
Include the SQL statements in the body of the task CREATE TASK mytask .. AS INSERT INTO target1 SELECT .. FROM stream_s1 WHERE .. INSERT INTO target2 SELECT .. FROM stream_s1 WHERE ..
Answers
B.
A stored procedure can have only one DML statement per stored procedure invocation and therefore the user should sequence stored procedure calls in the task definition CREATE TASK mytask
B.
A stored procedure can have only one DML statement per stored procedure invocation and therefore the user should sequence stored procedure calls in the task definition CREATE TASK mytask
Answers
C.
.. AS call stored_proc1(); call stored_proc2();
C.
.. AS call stored_proc1(); call stored_proc2();
Answers
D.
Use a stored procedure executing multiple SQL statements and invoke the stored procedure from the task. CREATE TASK mytask .... AS call stored_proc_multiple_statements_inside();
D.
Use a stored procedure executing multiple SQL statements and invoke the stored procedure from the task. CREATE TASK mytask .... AS call stored_proc_multiple_statements_inside();
Answers
E.
Create a task for each SQL statement (e.g. resulting in task1, task2, etc.) and string the series of SQL statements by having a control task calling task1, task2, etc. sequentially.
E.
Create a task for each SQL statement (e.g. resulting in task1, task2, etc.) and string the series of SQL statements by having a control task calling task1, task2, etc. sequentially.
Answers
Suggested answer: D

What is the minimum Snowflake edition needed for database failover and fail-back between Snowflake accounts for business continuity and disaster recovery?

A.
Standard
A.
Standard
Answers
B.
Enterprise
B.
Enterprise
Answers
C.
Business Critical
C.
Business Critical
Answers
D.
Virtual Private Snowflake
D.
Virtual Private Snowflake
Answers
Suggested answer: B

A user has a standard multi-cluster warehouse auto-scaling policy in place.

Which condition will trigger a cluster to shut-down?

A.
When after 2-3 consecutive checks the system determines that the load on the most-loaded cluster could be redistributed.
A.
When after 2-3 consecutive checks the system determines that the load on the most-loaded cluster could be redistributed.
Answers
B.
When after 5-6 consecutive checks the system determines that the load on the most-loaded cluster could be redistributed.
B.
When after 5-6 consecutive checks the system determines that the load on the most-loaded cluster could be redistributed.
Answers
C.
When after 5-6 consecutive checks the system determines that the load on the least-loaded cluster could be redistributed.
C.
When after 5-6 consecutive checks the system determines that the load on the least-loaded cluster could be redistributed.
Answers
D.
When after 2-3 consecutive checks the system determines that the load on the least-loaded cluster could be redistributed.
D.
When after 2-3 consecutive checks the system determines that the load on the least-loaded cluster could be redistributed.
Answers
Suggested answer: D
Total 330 questions
Go to page: of 33