Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam CSA All Questions

View all questions & answers for the CSA exam

Exam CSA topic 1 question 345 discussion

Actual exam question from ServiceNow's CSA
Question #: 345
Topic #: 1
[All CSA Questions]

An administrator creates “customer_table_admin” and “customer_table_user” roles for the newly created "Customer Table”. Which ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles?

  • A. customer.none
  • B. customer.all
  • C. customer.field
  • D. customer.*
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
7c9877a
1 month, 4 weeks ago
Selected Answer: A
additional reference in ServiceNow Administrator Fundamentals eBook Page 60 The None access Control (which appears as just sys_user) granted all rows and all fields to both the table_admin and table_user roles.
upvoted 1 times
...
szycha002
6 months, 1 week ago
Selected Answer: A
Best Practice: - when creating .* Access Controls, also create a None Access Control, because only None grants access to records - when writing an ACL that mostly grants access, use only None - when writing an ACL that mostly denies access, use None and .*
upvoted 1 times
...
gedgy
6 months, 2 weeks ago
Completely agree with kanafuka225. The table.* is allowing access to both of these new roles to all rows and fields as specified. Conversely, table.none is restricting all row and field access to these two roles.
upvoted 2 times
...
SuiR
6 months, 3 weeks ago
Selected Answer: A
none will be used to grant all accesses to the record
upvoted 1 times
...
Prepper003
6 months, 3 weeks ago
Selected Answer: A
.none is the table level which grants access to all fields and rows.
upvoted 3 times
...
kanafuka225
6 months, 3 weeks ago
Selected Answer: D
The customer .* ACL rule would grant access to all rows and all fields to both the customer_table_admin and customer_table_user roles because it uses a wildcard (*) to match any operation on the customer table. The other options are either too restrictive or too broad. References1: Access control list rules - Product Documentation: Utah - ServiceNow4: Access Controls - ServiceNow Elite
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...