Exam SnowPro Advanced Architect All QuestionsBrowse all questions from this exam
Question 24

A user can change object parameters using which of the following roles?

    Correct Answer: C

    A user can change object parameters if they have the ACCOUNTADMIN role or if they are a USER with the appropriate PRIVILEGE. ACCOUNTADMIN can set object parameters at the account level using commands like ALTER ACCOUNT, while users with the needed privileges can use CREATE or ALTER commands to modify parameters for individual objects.

Discussion
serg_kharOption: C

https://docs.snowflake.com/en/sql-reference/parameters#object-parameters

callipso21Option: C

Object Parameters¶ Object parameters can be set at the following levels: Account Account administrators can use the ALTER ACCOUNT command to set object parameters for the account. The values set for the account default to the objects created in the account. Object Users with the appropriate privileges can use the corresponding CREATE <object> or ALTER <object> commands to override object parameters for an individual object.

hillcat111Option: C

Answer is C and is validated

Jay_98_11Option: C

should be C

DBSSOption: C

C for sure