SnowPro Advanced Architect Exam QuestionsBrowse all questions from this exam

SnowPro Advanced Architect Exam - Question 10


Which organization-related tasks can be performed by the ORGADMIN role? (Choose three.)

Show Answer
Correct Answer: BCF

The ORGADMIN role can perform several organization-related tasks within Snowflake. Firstly, it can create an account, which falls under administrating and managing organizational structure. Secondly, it can view a list of organization accounts, providing oversight and management capabilities. Lastly, it can enable the replication of a database, which is crucial for ensuring data consistency and recovery strategies across different accounts or regions. Changing the name of an account or deleting an account either falls under account-specific roles or is subject to other limitations and conditions, making these less reliable as organization-wide admin tasks.

Discussion

12 comments
Sign in to comment
Jay_98_11Options: BCF
Apr 22, 2023

Doc: https://docs.snowflake.com/en/user-guide/organizations#orgadmin-role

GLEMOptions: BCD
Jul 12, 2023

There are 4 valid answer here : A. Changing the name of the organization --> No B. Creating an account --> Yes : https://docs.snowflake.com/en/user-guide/organizations-manage-accounts-create C. Viewing a list of organization accounts --> Yes : https://docs.snowflake.com/en/user-guide/organizations-manage-accounts-view D. Changing the name of an account --> Yes : https://docs.snowflake.com/en/user-guide/organizations-manage-accounts-rename E. Deleting an account --> No (Yes but in preview, so I assume it's not true) : https://docs.snowflake.com/en/user-guide/organizations-manage-accounts-delete F. Enabling the replication of a database --> Yes : https://docs.snowflake.com/en/user-guide/organizations#orgadmin-role

jjordan
Dec 16, 2023

There is a limitation that you cannot rename an account while you are logged in, which I think eliminates this as a correct answer.

AJ2908
Mar 11, 2024

That is a limitation but its not that you cannot rename an account with Orgadmin role, so D stands correct in my opinion

AJ2908
Mar 11, 2024

That is a limitation but its not that you cannot rename an account with Orgadmin role, so D stands correct in my opinion

nareeshk
Jan 25, 2025

Orgadmin can enable replication on an account in org, not at an individual database level.. F is incorrect

serg_kharOptions: BCF
Apr 3, 2023

it can be check here https://docs.snowflake.com/en/user-guide/organizations#orgadmin-role

qqcvdOptions: BCE
Jun 20, 2023

i thin it is BCE

hillcat111
Jul 5, 2023

Answer is B,C,F and is validated

jjordanOptions: BCE
Dec 16, 2023

BCE is correct.

jjordan
Dec 16, 2023

I meant BCF

mns0173
Feb 20, 2024

D and E are account level operations, not organization level A can only be done via support ticket So BCF

henrik0
Mar 31, 2023

wrong. https://docs.snowflake.com/en/user-guide/organizations#orgadmin-role

Alachramkowa
Apr 27, 2023

i would go with BCD

Alachramkowa
Apr 28, 2023

https://docs.snowflake.com/en/user-guide/organizations-manage-accounts#changing-account-name agree with BCF D is correct in case when organization has at least 2 accounts

MSIDDIQUI18
Oct 23, 2024

D is also correct with this commad; ALTER ACCOUNT <name> RENAME TO <new_name> [ SAVE_OLD_URL = { TRUE | FALSE } ]

nareeshkOptions: BCD
Jan 25, 2025

Incorrect choices. BCDE are possible i.e. create / drop / rename / list accounts. With ORGADMIN one can enable replication for an account, and not for a database, hence F is not valid option