ANSWER False
True/False: Script actions can be triggered using business rules apart from events -
ANSWER False
What utility is used to determine if field names in an Import Set match the field names on
the target table when importing data into ServiceNow? - ANSWER Transform Map
True/False: All the records created using a record producer are inserted in the Requested
Item(Sc_req_item) table - ANSWER False
True/False: Schema map is part of the form designer - ANSWER False
True/False: A UI Policy has access to a scripts prior value - ANSWER False
True/False: ACLs are mandatory for privately scoped applications - ANSWER True
True/False: Any code changes done in a checked-out workflow version are applied to all
ServiceNow users triggering the workflow - ANSWER False
Access to modules is controlled by - ANSWER Roles
Yes/No: Producer object is available in client scripts of a record producer - ANSWER No
1
, What record is generated to indicate something has occurred in ServiceNow? - ANSWER
Event Record
What would not be a good fit for an application to run on the ServiceNow platform? -
ANSWER Virtual Reality Gaming application
How is access to Application menus and modules controlled? - ANSWER Roles
Application files in a ServiceNow application are: - ANSWER Artifacts comprising the
ServiceNow application
When a referenced field is added to a table, it stores the number or the display value of the
referenced record in the database? - ANSWER No, the referenced field contains the
sys_id of the referenced record
True/False: Removing a filed from the form designer deletes it from the database -
ANSWER False
Which of the following are correct for record producers? 2 Answers - ANSWER Record
producer variables map to table fields
UI Policies are applicable for record producer
If there are two UI Policy Actions with the same action name but different names, how will
the system behave? - ANSWER None fo the UI Policy Actions will execute
What module line type is used to access an application properties page? - ANSWER URL
(From Arguments)
2