What are best practice recommendations for using the ACCOUNTADMIN system-defined role in Snowflake? (Choose two.)
What are best practice recommendations for using the ACCOUNTADMIN system-defined role in Snowflake? (Choose two.)
For best practice recommendations in using the ACCOUNTADMIN system-defined role in Snowflake, it is crucial to ensure that all ACCOUNTADMIN roles use Multi-factor Authentication (MFA) to enhance security. Moreover, assigning the ACCOUNTADMIN role to at least two users but as few as possible helps ensure continuity in administrative capabilities while minimizing exposure to potential misuse. These practices aim to balance security and operational efficiency.
Answers are correct - https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#:~:text=The%20account%20administrator%20%28i.e%20users%20with%20the%20ACCOUNTADMIN,data%2C%20and%20can%20stop%20any%20running%20SQL%20statements.
All users assigned the ACCOUNTADMIN role should also be required to use multi-factor authentication (MFA) for login (for details, see Configuring Access Control). Assign this role to at least two users.
correct
AD are correct
Answers are correct.