sending REST requests to ServiceNow
Which application allows users to install multiple applications, application-customization or
plugin at once - ANSWER Continue integration and continuous delivery spoke batch in-
stall
What is true regarding application scope - ANSWER Applications downloaded from 3rd
party ServiceNow application developers cannot have naming conflicts
What is the baseline behavior of a table in a privately scoped application - ANSWER All
application scopes can read from the table
What is not a purpose of application scoping - ANSWER Provide control for how scripts
from another scope can alter tables in a scope application
What are some of the considerations to document as part of the business process - AN-
SWER Business problem, data input/output, users/stakeholders and process steps
What is not true when applying an extension to an existing table. - ANSWER The new ta-
ble inherits the functionality built into the parent table
What cannot be debugged using the field watcher. - ANSWER Script includes
What object can be used in inbound action scripts - ANSWER current and email
1
,What is part of the client side scripting API - ANSWER Glide user object (g_user)
Application developers configure ServiceNow using industry standard JavaScript to - AN-
SWER Extend an add functionality
How many application menus can an application have - ANSWER As many as the applica-
tion design requires
What syntax is used in a record producer script to access values from record producer form
fields - ANSWER producer.varaiblename
What method prints a message on a blue background to the top of the current form by de-
fault - ANSWER g_form.addInfoMessage()
a scoped application containing flow designer content dedicated to a particular application is
called - ANSWER a spoke
what is a module - ANSWER a way of helping users quickly access information and ser-
vices by filtering the items in the application navigator
which source control operation is available for both studio and the git repository - AN-
SWER edit repository configuration
What is not required to link a ServiceNow application to a GIT repository - ANSWER appli-
cation name
What is not a method used used for logging messages in a server-side script for a privately
scoped application - ANSWER gs.log()
2
, if the create module field is selected when creating a table what is the new modules default
behavior. - ANSWER display a list of all records from the table
How must application access be configured to prevent all other private application scopes
from creating configuration records on an application data table. - ANSWER Set the ac-
cessible from field value to this application scope only
What are 3 ui policy actions for a field - ANSWER Mandatory, read only, visible
Are fix scripts server side or client side - ANSWER Server side
when do fix scripts execute - ANSWER when applications are installed or updated
what should you use to move an application between instances - ANSWER a repository
what role is required to edit access controls - ANSWER security_admin and elevated priv-
ileges
how do ACLs search - ANSWER most specific to most generic
where can protection policies be applied - ANSWER ui actions, script includes
what are protection policies - ANSWER Safeguard intellectual property by making artifact
logic read only or not visible
are protection policies applied when migrated using an update set - ANSWER No
can you create properties for reference fields - ANSWER no, reference fields require the
use of reference tables
3