ServiceNow Certified System Administrator — Question 152
On Access Control Definitions, what are ways you can set the permissions on a Table? (Choose three.)
Answer options
- A. Conditional Expressions
- B. Roles
- C. CRUD
- D. Script that sets the answer variable to true or false
- E. Groups
Correct answer: A, B, D
Explanation
The correct answers are A, B, and D because Conditional Expressions allow for dynamic permission settings, Roles define specific access rights for users, and a script can programmatically manage permissions. Options C and E are not applicable here; CRUD refers to basic operations rather than permission settings, and Groups do not specifically relate to the mechanisms for setting permissions in this context.