ServiceNow Certified Application Developer — Question 13
Which one of the following is NOT a purpose of application scoping?
Answer options
- A. Provide a relationship between application artifacts
- B. Provide a way of tracking the user who developed an application
- C. Provide a namespace (prefix and scope name) to prevent cross application name collisions
- D. Provide controls for how scripts from another scope can alter tables in a scoped application
Correct answer: B
Explanation
The correct answer is B because application scoping does not track the user who developed an application; its primary functions revolve around relationships between artifacts, namespaces, and controls for script interactions. Options A, C, and D accurately describe the purposes of application scoping.