nerdexam
ServiceNow

CAD · Question #14

Which one of the following is the baseline behavior of a table in a privately-scoped application?

The correct answer is D. All application scopes can read from the table. The baseline behavior of a table in a privately-scoped application is that all application scopes can read from the table. A privately-scoped application is an application that restricts write access to its tables and resources to scripts within the same scope. However, read…

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

Question

Which one of the following is the baseline behavior of a table in a privately-scoped application?

Options

  • AThe table and its data are not accessible using web services
  • BAny Business Rule can read, write, delete, and update from the table
  • COnly artifacts in the table's application can read from the table
  • DAll application scopes can read from the table

How the community answered

(25 responses)
  • B
    4% (1)
  • C
    8% (2)
  • D
    88% (22)

Explanation

The baseline behavior of a table in a privately-scoped application is that all application scopes can read from the table. A privately-scoped application is an application that restricts write access to its tables and resources to scripts within the same scope. However, read access is allowed by default for all scopes, unless the administrator explicitly denies it using an Access Control rule. This allows for data sharing between different applications while maintaining data integrity and

Topics

#Application Scoping#Cross-scope Privileges#Table Access Control#Default Behavior

Community Discussion

No community discussion yet for this question.

Full CAD Practice