ServiceNow Certified Application Developer exam

Attila Varga
Kilo Expert

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

1 ACCEPTED SOLUTION

mamann
Mega Guru

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


View solution in original post

85 REPLIES 85

S_C Pressley
Kilo Guru

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 🙂