ExamGecko
Question list
Search
Search

Question 437 - COF-C02 discussion

Report
Export

What activities can a user with the ORGADMIN role perform? (Select TWO).

A.
Create information_schema in a database
Answers
A.
Create information_schema in a database
B.
View usage information for all accounts in the organization.
Answers
B.
View usage information for all accounts in the organization.
C.
Enable database cloning for an account in the organization.
Answers
C.
Enable database cloning for an account in the organization.
D.
Enable database replication for an account in the organization.
Answers
D.
Enable database replication for an account in the organization.
E.
View micro-partition information for all accounts in the organization.
Answers
E.
View micro-partition information for all accounts in the organization.
Suggested answer: B, D

Explanation:

The ORGADMIN role in Snowflake is designed to manage organization-level activities. This role can perform several tasks that span across multiple accounts within the organization.

View Usage Information: The ORGADMIN role can view usage statistics and billing information for all accounts within the organization.

-- Example: Viewing usage information

SELECT *

FROM organization_usage_history;

Enable Database Replication: The ORGADMIN role has the authority to enable and manage database replication for accounts within the organization.

-- Example: Enabling database replication

ALTER DATABASE my_database ENABLE REPLICATION TO ACCOUNT other_account;

References:

Snowflake Documentation: Organization Administration

Snowflake Documentation: Replication

asked 23/09/2024
Barret Tan
25 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first