ServiceNow Certified Application Developer — Question 120
Which one of the following is a benefit of creating an Application Properties page for each application you develop?
Answer options
- A. Application Properties allow a developer to override the application properties inherited from ServiceNow
- B. An Application Properties page is a good landing page for an application
- C. Application Properties allow a developer or admin to make changes to an application's behavior without modifying application artifacts
- D. Application users know to go to the Application Properties page to change the appearance of an application
Correct answer: C
Explanation
The correct answer, C, highlights that Application Properties allow modifications to an application's behavior without needing to change the underlying code, making it easier to manage. Option A is incorrect as it discusses overriding inherited properties, which is not the primary benefit. Option B, while true, does not capture the core advantage, and option D inaccurately suggests that the primary purpose is for users to modify appearance rather than functionality.