nerdexam
ServiceNow

CAD · Question #123

When a custom table is created, which access control rules are automatically created? Choose 4 answers

The correct answer is B. read D. create E. delete F. write. When a custom table is created in ServiceNow, four essential access control rules (ACLs) are automatically generated to manage basic record operations.

Submitted by olafpl· Apr 18, 2026Security and Restricting Access

Question

When a custom table is created, which access control rules are automatically created? Choose 4 answers

Options

  • Aupdate
  • Bread
  • Cexecute
  • Dcreate
  • Edelete
  • Fwrite

How the community answered

(64 responses)
  • A
    6% (4)
  • B
    91% (58)
  • C
    3% (2)

Why each option

When a custom table is created in ServiceNow, four essential access control rules (ACLs) are automatically generated to manage basic record operations.

Aupdate

'update' is synonymous with 'write' in the context of ACL operations for records and is not created as a separate ACL type.

BreadCorrect

A 'read' ACL is automatically created for the new table, allowing specified roles to view records within that table.

Cexecute

'execute' is an ACL operation typically associated with script includes or UI actions, not automatically created for basic table record access.

DcreateCorrect

A 'create' ACL is automatically created, granting specified roles the ability to add new records to the table.

EdeleteCorrect

A 'delete' ACL is automatically created, enabling specified roles to remove records from the table.

FwriteCorrect

A 'write' ACL is automatically created, permitting specified roles to modify existing records in the table.

Concept tested: Automatic ACL creation for custom tables

Source: https://docs.servicenow.com/bundle/utah-platform-security/page/administer/contextual-security/concept/c_ACLs.html

Topics

#Access Control Rules#ACLs#Custom Tables#Security

Community Discussion

No community discussion yet for this question.

Full CAD Practice