- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2015 11:28 PM
Hi everyone!
Are there anyone, who has completed this exam?
How difficult is the exam? Are there any tricky questions like in the System Administration exam?
Can I learn alone, or is the course (Application Creation in ServiceNow Training) necessary to pass the exam?
Please tell me the experience about this exam.
Thanks for any answers,
Attila
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2015 05:16 PM
I've taken and passed the exam and the things that will help you would be:
1. System Administration experience or having gone through the System Admin courses
2. Understanding of creating an app in Service Now
3. Understanding of creating a scoped app in Service Now
4. Understanding of Team Development
5. Understanding of new functionality in the Fuji release

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2019 12:18 PM
I also passed the exam and here are the main aspects to look for: (some answers as well 😉 )
Scoped Applications
--Developement process
-Analysis
-Design
-Development
-Test
-Deployement
ACL configurations
-table.NONE
-table.*
-table.field
-Allow access if all of the following are true:
--Condition, Script field/Variable answer, user has role, and other matching ACL rules for the object
Debugging Business Rules (Details) vs Debug Business Rules (whats the diff?)
-with DETAILS, it shows old AND new filed values changed by the BR.
Script Debugging and what the colors indicate (green, blue, red, and gray)
-Green with check mark = passed
-Blue with a check mark = passed
- Red = failed
- Gray = skipped/cached
STUDIO
-you canNOT merge branches within studio
Application Repository
-glide.appcreator.company.code value must be the same on all intances and is set by SERVICENOW ONLY
Delegated Development
-Grants non admin users the ability to develop scoped apps
REST API
-authentication is required for every request sent to the server (when accessing a table)
Mostly everything else is summed up from the ADMIN EXAM
I hope this helps prep some of you for your upcoming Dev exam! Good luck 🙂