ServiceNow Certified Application Developer — Question 12
Which one of the following is the baseline behavior of a table in a privately-scoped application?
Answer options
- A. The table and its data are not accessible using web services
- B. Any Business Rule can read, write, delete, and update from the table
- C. Only artifacts in the table's application can read from the table
- D. All application scopes can read from the table
Correct answer: D
Explanation
The correct answer is D, as tables in privately-scoped applications are accessible by all application scopes, allowing for broader data management. Option A is incorrect because while web service access is limited, it doesn’t restrict all access. Option B is wrong since Business Rules have specific access permissions. Option C is also incorrect because it implies a more restrictive access than what is actually allowed.