ADA-C01 · Question #6
An Administrator wants to delegate the administration of a company's data exchange to users who do not have access to the ACCOUNTADMIN role. How can this requirement be met?
The correct answer is B. Grant modify on data exchange EXCHANGE_NAME to ROLE_NAME. According to the [GRANT MODIFY] documentation, the MODIFY privilege on a data exchange allows a role to perform administrative tasks on the data exchange, such as inviting members, approving profiles, and reviewing listings. This privilege can be granted by the ACCOUNTADMIN…
Question
An Administrator wants to delegate the administration of a company's data exchange to users who do not have access to the ACCOUNTADMIN role. How can this requirement be met?
Options
- AGrant imported privileges on data exchange EXCHANGE_NAME to ROLE_NAME;
- BGrant modify on data exchange EXCHANGE_NAME to ROLE_NAME;
- CGrant ownership on data exchange EXCHANGE_NAME to ROLE NAME;
- DGrant usage on data exchange EXCHANGE_NAME to ROLE_NAME;
How the community answered
(26 responses)- A4% (1)
- B73% (19)
- C8% (2)
- D15% (4)
Explanation
According to the [GRANT MODIFY] documentation, the MODIFY privilege on a data exchange allows a role to perform administrative tasks on the data exchange, such as inviting members, approving profiles, and reviewing listings. This privilege can be granted by the ACCOUNTADMIN role or a role that already has the MODIFY privilege on the data exchange. Therefore, to delegate the administration of a company's data exchange to users who do not have access to the ACCOUNTADMIN role, the best option is to grant the MODIFY privilege on the data exchange to a role that the users can assume.
Topics
Community Discussion
No community discussion yet for this question.