${event.parm1} is the syntax to access the parameter 1 with the event. replace with parm2 for second parameter.
When selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
d
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
c
Reference:
https://community.servicenow.com/community?id=community_question&sys_id=e017cbe5db1cdbc01dcaf3231f9619a3
${event.parm1} is the syntax to access the parameter 1 with the event. replace with parm2 for second parameter.
${event.} syntax is used to reference properties from the event: .name / .parm1 / .parm2
Which one of the following database operations cannot be controlled with Application Access?
a
Reference:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/orlando/new_to_servicenow/ app_store_learnv2_securingapps_orlando_application_access_database_settings
Which of the following GlideRecord methods run a query against a database table? (Choose three.)
cde
query() common / runQuery() runs an already built query / get() retrieves a single record
Which one of the following is true for a table with the `Allow configuration` Application Access option selected?
c
Reference:
https://community.servicenow.com/community?id=community_question&sys_id=1a721819dbfa23409a64e15b8a9619d2
When debugging Email Notifications, what must you check on a user record? (Choose three.)
ade
Reference:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0535129
Which script types execute on the server? (Choose three.)
acd
Reference:
https://docs.servicenow.com/bundle/paris-application-development/page/script/general-scripting/reference/r_17Scripts.html
BRs, Scripted Actions and Scheduled Jobs can run on the Server Side.
Client Scripts and UI Policies only have direct access to client-side data and need to make AJAX call to get server side data.
BR, Script Actions and scheduled jobs are server side.
Which one of the following is the fastest way to create and configure a Record Producer?
a
C is the right option as it is the quickest way where you can skip the variable creation, mapping etc and directly create a record producer.
Modules must have a Link type. Which one of the following is a list of Link types?
b
Reference:
https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/navigation_and_ui/reference/r_ModuleLinkTypes.html
What are web services?
b
Reference:
https://docs.servicenow.com/bundle/quebec-application-development/page/integrate/web-services/reference/r_AvailableWebServices.html
Date type only accepts date and no time value in the field.