CAD Exam Flashcards
What are some of the considerations to document as part of the business process?
Business problem, data input/output, users/stakeholders, and process steps
How do you identify the properties of an event in an email notification being generated?
event.
For application access, there is a configuration option called Allow access to this stable via web services. Which of the following statements is true when the option is selected?
The user performing the query via web services must have the correct permissions to access the table’s records
When configuring a module, what does the Override application menu roles configuration option do?
Allows users with the module role but without access to the application menu to access the module
Which of the following CANNOT be debugged using the Field Watcher?
Script Includes
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
Transform Map
If read configuration is not selected what else is not available?
can create, can update, can delete
What is the ACL execution order?
Roles, conditions, scripts
Which of the following is the fastest way to create and configure a Record Producer?
Open the table in the Table records and select the Add to Service Catalog related link
Which one of the following is the baseline behavior of a table in a privately-scoped application?
All application scopes can read from the table
Which is one that performs debug logging in server side? A. gs.info () B. gs.debug() C. gs.print() D. gs.log()
gs.debug()
You are developing the MyApp application that has a table, A. When the MyApp application is installed on an instance you want Table A’s records to be installed as part of the Application. Table A’s records will be installed when?
Table A is Active and extends the Task table
To see what scripts, reports, and other application artifacts will be published applications?
Examine the Application Files related list in the Application to be Published
Which one is not a use case for Scheduled Job?
Executing a client-side script every day
Which objects are used in scheduled script Actions
GlideSystem and GlideRecord
When evaluating Access Controls, ServiceNow searches and evaluates
from most specific match to most generic match
Which of the following objects does a Display Business Rule NOT have access to?
Previous
Which report type(s) can be created by right-clicking on a column header in a table?
Bar Chart and Pie Chart
Which one of the following is not a method used for logging messages in a server-side script for a privately-scoped application?
gs.log()
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
Table