Correct Test
In a business rule which of the following returns the sys_id of the current logged in user?
A) g_ form .get User ID()
B) g_ form. Get User Sys ID()
C) gs. Get User ID()
D) gs. Get User Sys ID() Correct Answer: C) gs.getuserid()
Can an application have more then one default update set? Correct Answer: No
What check box is selected in ACL config to display the Script field
A) Script
B) Advanced Correct Answer: B) Advanced
What is the servicenow app store?
A) A forum where you can discuss servicenow issues
B) A website for downloading servicenow applications
C) A portal where incidents can be logged for HI Support
D) A store for purchasing servicenow plugins Correct Answer: B) A website for downloading
servicenow applications
True or False: In a transform map, only one field can be used for coalesce? Correct Answer: False
When a servicenow instance requests information from a web service, servicenow is the web service:
A) provider
B) broadcaster
C) consumer
D) publisher Correct Answer: C) consumer
What are the 3 basic components of Workflow?
A) Approvals, Notifications, Timers
B) Approvals, Scripts, Tasks
C) Approvals, Notifications, Tasks Correct Answer: C) Approvals, Notifications, Tasks
What is the purpose of the Allow configuration option on the Application Access settings of a scoped
application:
A) Out of scope applications can create business rules for the table
B) Any user with the applications user role will have access to modify the application scripts
C) Out of scope applications can add new tables to the scoped applications Correct Answer: A) Out
of scope applications can create business rules for the table
, In an email notification which of the following is NOT true for the weight field?
A) The weight value defaults to zero
B) Only notifications with the highest weight for the same record and recipient are sent
C) A weight value of zero means no email should send Correct Answer: C) A weight value of zero
means no email should send
Servicenow recommends creating all new applications in this type of application scope
A) Private Scope
B) Global Correct Answer: A) Private Scope
How to get to the mobile version of the servicenow
A) $mobnav.do
B) $mobile.do
C) $m.do Correct Answer: C) $m.do
The option in Table configuration that allows this table to be extended from
A) Extended By
B) Can be Extended
C) Extensible Correct Answer: C) Extensible
True or False: An application owns its tables and determine whether other application can access
resources from them Correct Answer: True
True or False: Application properties can have reference field as their data type Correct Answer:
False
True or False: Update sets track customizations where the table has an "update_synch" dictionary
attribute Correct Answer: True
True or False: current.isnew() is a valid function which returns true if the record being created is a
new record Correct Answer: False, current.isnewrecord() is the correct function which returns true for
a new record
What ways can a form field be made read-only?
A) UI Policy
B) UI Actions
C) Business Rules
D) Client Scripts
E) Field Attributes Correct Answer: A, B, D, E:
UI Policy, UI Actions, Client Scripts, and Field Attributes
Which is the correct link type to use when creating a module which opens the record producer
A) Script(from arguments)