Servicenow Certified Application Developer CAD · Free Practice Question Easy
Question 5
Identify the incorrect statement about Delegated Development in ServiceNow.
-
A
Administrators can grant non-admin users the ability to develop global applications.
-
B
Administrators can specify which application file types the developer can access.
-
C
Administrators can grant the developer access to security records.
-
D
Administrators can grant the developer access to script fields.
Reveal correct answer
Correct answer: A
Explanation
Source: Documentation
Correct answer:
Administrators can grant non-admin users the ability to develop global applications: This is the correct answer. In ServiceNow, Delegated Development is designed to allow non-admin users to develop within specific application scopes, but not global applications. Granting non-admin users the ability to develop global applications would pose a significant security and configuration risk. Think of it as giving someone limited access to a specific room in a building, but not the entire building.
Incorrect answers:
Administrators can grant the developer access to security records: This is true. With Delegated Development, administrators can grant specific non-admin users access to certain security records.
Administrators can specify which application file types the developer can access: This is also true. Administrators have the ability to specify which types of application files (like Business Rules, Client Scripts, etc.) the delegated developer can access.
Administrators can grant the developer access to script fields: This is true as well. Administrators can grant access to script fields to the delegated developers, allowing them to write or modify scripts within their designated scope.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
