ServiceNow cad practice test
servicenow certified application developer
Last exam update: Sep 29 ,2024
Question 1
When selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
A.
Use the String data type tor a free-form text field
B.
Use the Phone Number data type to automate phone number data validation
C.
Use the Choice data type to limit options in a field
D.
Use the Date data type to enter the date and time of day
Show Answer
Question 2
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
A.
${event.}
B.
${current.}
C.
${.getDisplayValue()}
D.
${gs.}
Show Answer
Answer:
c
Reference: https://community.servicenow.com/community?id=community_question&sys_id=e017cbe5db1cdbc01dcaf3231f9619a3
Question 3
Which one of the following database operations cannot be controlled with Application Access?
A.
Query
B.
Update
C.
Create
D.
Delete
Show Answer
Answer:
a
Reference: https://developer.servicenow.com/dev.do#!/learn/learning-plans/orlando/new_to_servicenow/ app_store_learnv2_securingapps_orlando_application_access_database_settings
Question 4
Which of the following GlideRecord methods run a query against a database table? (Choose three.)
A.
_get()
B.
runQuery()
C.
query()
D.
_query()
E.
get(
Show Answer
Question 5
Which one of the following is true for a table with the `Allow configuration` Application Access option selected?
A.
Only the in scope application's scripts can create Business Rules for the table
B.
Any user with the application's user role can modify the application's scripts
C.
Out of scope applications can create Business Rules for the table
D.
Out of scope applications can add new tables to the scoped application
Show Answer
Answer:
c
Reference: https://community.servicenow.com/community?id=community_question&sys_id=1a721819dbfa23409a64e15b8a9619d2
Question 6
When debugging Email Notifications, what must you check on a user record? (Choose three.)
A.
Active must be true.
B.
The First name and Last name fields must have values.
C.
The value in the Notification field must be set to enabled.
D.
The user must not be locked out.
E.
The Email field must have a value.
Show Answer
Answer:
ade
Reference: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0535129
Question 7
Which script types execute on the server? (Choose three.)
A.
Business Rule
B.
Client Scripts
C.
UI Policies
D.
Script Actions
E.
Scheduled Jobs
Show Answer
Answer:
acd
Reference: https://docs.servicenow.com/bundle/paris-application-development/page/script/general-scripting/reference/r_17Scripts.html
Question 8
Which one of the following is the fastest way to create and configure a Record Producer?
A.
Create a Catalog Category, open the category, and select the Add New Record Producer button
B.
Use the Record Producer module then add and configure all variables manually
C.
Open the table in the Table records and select the Add to Service Catalog Related Link
D.
Open the table's form, right-click on the form header, and select the Create Record Producer menu item
Show Answer
Question 9
Modules must have a Link type. Which one of the following is a list of Link types?
A.
List of Records, Separator, Catalog Type, Roles
B.
Assessment, List of Records, Separator, Timeline Page
C.
List of Records, Content Page, Order, URL (from arguments:)
D.
Assessment, List of Records, Content Page, Roles
Show Answer
Answer:
b
Reference: https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/navigation_and_ui/reference/r_ModuleLinkTypes.html
Question 10
What are web services?
A.
Methods used to create and maintain UI Pages
B.
Methods used to allow applications to connect to other software applications over a network
C.
Methods used to discover a wide variety of systems and applications
D.
They provide a customer-facing view of available service and product offerings provided by departments within the organization
Show Answer
Answer:
b
Reference: https://docs.servicenow.com/bundle/quebec-application-development/page/integrate/web-services/reference/r_AvailableWebServices.html