SnowPro Advanced: Data Engineer — Question 66
A Data Engineer has created two custom roles, MARKETING_ROLE and FINANCE_ROLE, to be granted to the users of an application.
According to best practices, what action should be taken next?
Answer options
- A. Use the USERADMIN role to give all the required grants to the users.
- B. Use the SECURITYADMIN role to configure the required parameters for the users at the account level.
- C. Use the ACCOUNTADMIN role to create the new users that will be granted the new roles.
- D. Assign the custom roles to the SYSADMIN role.
Correct answer: D
Explanation
The correct answer is D because assigning custom roles to the SYSADMIN role allows for effective management and delegation of permissions. Options A and B do not directly address the assignment of the newly created roles, while option C focuses on user creation rather than role assignment.