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

What privileges are required to create a task?

    Correct Answer: D

    The role must have access to the target schema and the CREATE TASK privilege on the schema itself. This ensures that users have the necessary permissions to create tasks within the specific schema, aligning with Snowflake’s security and access control protocols.

Discussion
shubtredOption: D

D. The role must have access to the target schema and the CREATE TASK privilege on the schema itself: The role executing the CREATE TASK statement must have access privileges on the schema where the task will be created. This includes having the necessary privileges to create objects within the schema. Typically, the role needs the CREATE TASK privilege granted on the specific schema.

arpit_dataguyOption: D

Only CREATE TASK at the schema level is required, not global. All tasks in a simple tree must have the same task owner (i.e. a single role must have the OWNERSHIP privilege on all of the tasks in the tree). All tasks in a simple tree must exist in the same schema.

redsky0Option: D

Only CREATE TASK at the schema level is required, not global: https://docs.snowflake.com/en/user-guide/tasks-intro.html#creating-tasks

SV1122

Was on exam Dec 31st, 2022

jw1806

so many comments with Dec 31st, 2022 , please change date.

pranaligOption: D

correct answer:D

PrashantGupta1616Option: D

D. The role must have access to the target schema and the CREATE TASK privilege on the schema itself. In Snowflake, to create a task, the role must have access to the target schema where the task will be created, and it needs the CREATE TASK privilege on that schema. This ensures that users can only create tasks in schemas where they have been granted the necessary permissions

krishnak2244Option: D

Ans is D Global Privileges dont have CREATE TASK in it CREATE TASK is present in Schema level privileges only Doc: https://docs.snowflake.com/en/user-guide/security-access-control-privileges

Mayuri917233Option: A

A is correct

Tapasgup007Option: D

D is correct

bharathmvOption: D

D is answer

arunshaiOption: D

Ans - D

Sid460545Option: D

D is correct