ServiceNow Certified Application Developer — Question 161
What does Application Scoping provide? (Choose two.)
Answer options
- A. A method to track users involved in developing the application.
- B. A namespace (prefix and scope name) to prevent cross-application name collisions.
- C. A means to control which roles can view the application and its related modules.
- D. A means to control how scripts from other scopes can alter tables in a scoped application.
Correct answer: B, D
Explanation
The correct answers, B and D, highlight how Application Scoping provides a namespace to avoid name conflicts and controls script interactions with tables. Options A and C, while relevant to application management, do not directly relate to the specific features of Application Scoping.