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

Which Snowflake features can be enabled by calling the SYSTEM$GLOBAL_ACCOUNT_SET_PARAMETER function by a user with the ORGADMIN role? (Choose two.)

    Correct Answer: B, E

    The SYSTEM$GLOBAL_ACCOUNT_SET_PARAMETER function allows users with the ORGADMIN role to enable certain Snowflake features at the global account level. Client redirect and account and database replication are two features that can be controlled using this function. Clustering, fail-safe, and search optimization service are not parameters that can be modified with this function.

Discussion
HeetecOptions: BE

BE correct - https://docs.snowflake.com/en/sql-reference/functions/system_global_account_set_parameter

BobFarOptions: BE

BE is correct answer! https://docs.snowflake.com/en/sql-reference/functions/system_global_account_set_parameter#:~:text=for%20the%20account%3A-,Replication,-Client%20Redirect

romega2Options: BE

correct