ServiceNow Certified Application Developer — Question 105
What are some benefits of developing private, scoped applications? (Choose two.)
Answer options
- A. To avoid using a code repository like GitHub or GitLab
- B. To reduce risk at code collisions
- C. To enable installation and uninstallation of an application
- D. To replicate ServiceNow functions a private scope
Correct answer: B, C
Explanation
The correct answers, B and C, highlight the benefits of reducing code conflicts and facilitating application management. Option A is incorrect because using a code repository is often beneficial for version control, and option D, while related to ServiceNow, does not specifically address the benefits of private scoping.