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

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.