HRS - Ask. Learn. Share Knowledge. Logo

In Computers and Technology / High School | 2025-07-08

Which system role, by default, can access cost insight information in Snowmight? A. SYSALMIN B. USERADMIN C. ACCOUNTADMIN D. SECURITYADMIN

Asked by zayprice2691

Answer (1)

In the context of Snowflake, which is a cloud-based data warehousing platform, different system roles have various levels of access to the platform's features and data. In this specific question, we're focusing on the access to cost insight information. This information includes details about expenses and usage metrics, which are critical for budgeting and resource optimization within an organization.
By default, the role that can access cost insight information in Snowflake is the ACCOUNTADMIN role.
Here's a brief overview of each role mentioned in the options and their typical responsibilities:

SYSADMIN : This role primarily contains system privileges that deal with database and warehouse operation management. However, it does not typically have access to account-level information such as billing or cost insights.

USERADMIN : This role manages users and roles within the Snowflake account but does not inherently have access to the account's billing information.

ACCOUNTADMIN : The ACCOUNTADMIN role is a powerful role in Snowflake with wide-ranging privileges. This role has access to most system functions and account-level information, including cost insights and billing.

SECURITYADMIN : This role focuses on security-related tasks such as managing roles and access privileges but is not typically responsible for access to cost insight data.


Therefore, the correct choice is C. ACCOUNTADMIN, as it holds the privilege to access cost insight information by default in Snowflake.

Answered by LucasMatthewHarris | 2025-07-21