- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 09:43 PM
Hello
I have these 2 questions that I'm not sure about. What are the correct answers?
Thank You
I think the first question could be B or D
1. Which one of the following is true regarding Application Scope?
A. All applications are automatically part of the Global scope
B. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
C. Any developer can edit any application
D. Developers can choose the prefix for a scope's namespace
This 2nd question could be B. Because it's asking for an incorrect statement about delegated development. A seems like a definition of delegated development.
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 script fields.
- D. Administrators can grant the developer access to security records.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 09:52 PM
Hi
for 1st question answer is
D. Developers can choose the prefix for a scope's namespace.
for 2nd question answer is
A. Administrators can grant non-admin users the ability to develop global applications.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 03:10 AM
Hi @huyjor
For 1st : Answer is D
for 2nd : Answer is A
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 03:33 AM - edited 03-27-2024 03:42 AM
Hi @huyjor,
Regarding question 1 "Which one of the following is true regarding Application Scope?": the answer is B "Applications downloaded from 3 party ServiceNow application developers cannot have naming conflicts".
Why not D "Developers can choose the prefix for a scope's namespace"? The prefix is always "x_CompanyCode_". So the x is fixed and the abbreviation after it is the ServiceNow internal identifier of the company and each company has its own. This string is two to five characters long and ServiceNow generates this prefix for each customer.
For question 2 "Identify the incorrect statement about Delegated Development in ServiceNow.": the answer is A "Administrators can grant non-admin users the ability to develop global applications." as already mentioned by the other users.
Best,
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 04:52 AM
Hello ,
1. Which one of the following is true regarding Application Scope?
Answer: B. Applications downloaded from 3rd party ServiceNow application developers cannot have naming conflicts
Explanation:
Application Scoping in ServiceNow ensures that applications built by different developers (including 3rd parties) don’t conflict with each other. Each scoped application gets a unique namespace (e.g., x_company_appname), preventing naming collisions.
- Option A is incorrect: Not all apps are in Global scope — scoped apps are isolated.
- Option C is incorrect: Developers cannot edit any app unless given permission.
- Option D is incorrect: The scope’s namespace prefix is auto-generated and not chosen by developers.
2. Identify the incorrect statement about Delegated Development in ServiceNow.
Answer: A. Administrators can grant non-admin users the ability to develop global applications
Explanation:
Delegated Development is only supported for scoped applications, not for global ones.
- Option A is incorrect (and therefore the correct answer) because non-admin users cannot be granted delegated development rights for global apps.
- Options B, C, and D are all valid capabilities of Delegated Development:
- Admins can define accessible file types
- Admins can allow access to script fields
- Admins can grant rights to security records like ACLs
Regards,
Reshma Kore.