Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 1091

Which task privilege does a Snowflake role need in order to suspend or resume a task?

    Correct Answer: B

    To suspend or resume a task in Snowflake, a role needs the OPERATE privilege. This privilege allows for operational actions on a task, such as suspending and resuming it, which are essential for managing the state of the tasks.

Discussion
NachoPrendesOption: B

B https://docs.snowflake.com/en/sql-reference/sql/alter-task#:~:text=Resuming%20or%20suspending%20a%20task%20(using%20ALTER%20TASK%20%E2%80%A6%20RESUME%20or%20ALTER%20TASK%20%E2%80%A6%20SUSPEND%2C%20respectively)%20requires%20either%20the%20OWNERSHIP%20or%20OPERATE%20privilege%20on%20the%20task

cybe001Option: B

Correct Answer: B. OPERATE The OPERATE privilege allows a role to execute operational actions on a task, such as suspending, resuming, and executing the task. This privilege is necessary for managing the state of tasks within Snowflake.