ExamGecko
Question list
Search
Search

List of questions

Search

Question 35 - ARA-C01 discussion

Report
Export

An Architect clones a database and all of its objects, including tasks. After the cloning, the tasks stop running.

Why is this occurring?

A.
Tasks cannot be cloned.
Answers
A.
Tasks cannot be cloned.
B.
The objects that the tasks reference are not fully qualified.
Answers
B.
The objects that the tasks reference are not fully qualified.
C.
Cloned tasks are suspended by default and must be manually resumed.
Answers
C.
Cloned tasks are suspended by default and must be manually resumed.
D.
The Architect has insufficient privileges to alter tasks on the cloned database.
Answers
D.
The Architect has insufficient privileges to alter tasks on the cloned database.
Suggested answer: C

Explanation:

When a database is cloned, all of its objects, including tasks, are also cloned. However, cloned tasks are suspended by default and must be manually resumed by using the ALTER TASK command. This is to prevent the cloned tasks from running unexpectedly or interfering with the original tasks. Therefore, the reason why the tasks stop running after the cloning is because they are suspended by default (Option C). Options A, B, and D are not correct because tasks can be cloned, the objects that the tasks reference are also cloned and do not need to be fully qualified, and the Architect does not need to alter the tasks on the cloned database, only resume them.Reference: The answer can be verified from Snowflake's official documentation on cloning and tasks available on their website. Here are some relevant links:

Cloning Objects | Snowflake Documentation

Tasks | Snowflake Documentation

ALTER TASK | Snowflake Documentation

asked 23/09/2024
Padmanabhan Kudiarasu
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first