CAD Exam Topics 1 Flashcards
Which of the following statements is true for the Form Designer?
a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
b) To create a new field on a form’s table, drag the appropriate data type from the Field Types tab to the form and then configure the new field.
c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button.
d) To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
A, B, C
Which of the following are configured in an Email Notification?
a) Who will receive the notification.
b) What content will be in the notification.
c) When to send the notification.
d) How to send the notification.
A, B, C
To see what scripts, reports, and other application artifacts will be in a published application:
A. Enter the name of the Application in the Global search field B. Open the list of Update Sets for the instance C. Examine the Application Files Related List in the application to be published D. Open the artifact records individually to verify the value in the Application field
B
Which one of the following is NOT a debugging strategy for client-side scripts?
A. g_form.addInfoMessage() B. Field Watcher C. jslog() D. gs.log()
D
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
A. All access to this table via web services B. Can create, Can update, and Can delete C. Can read does not affect the availability of other Application Access fields D. Allow configuration
B
Which of the following is NOT a trigger type in Flow Designer?
A. Outbound Email B. Application C. Record D. Schedule
A
When creating new application files in a scoped application, cross scope access is turned on by default in which of the following?
A. REST messages B. Table C. Script Include D. Workflow
B
In an Email Notification, which one of the following is NOT true for the Weight field?
A. Only Notifications with the highest weight for the same record and recipients are sent B. A Weight value of zero means that no email should be sent C. The Weight value defaults to zero D. A Weight value of zero means the Notification is always sent when the Notification's When to send criteria is met
B
Which of the following objects does a Display Business Rule NOT have access to?
A. previous B. GlideSystem C. g_scratchpad D. current
A
Which of the following features are available to Global applications? (Choose two.)
A. Automated Test Framework B. Source Control C. Delegated Development D. Flow Designer
A,D
Which one of the following is NOT a UI Action type?
A. List choice B. Form button C. List banner button D. Form choice
D
Which of the following are true for reports in ServiceNow? (Choose three.)
A. Any user can see any report shared with them. B. Can be a graphical representation of data. C. All users can generate reports on any table. D. Can be run on demand by authorized users. E. Can be scheduled to be run and distributed by email.
BDE
Modules must have a Link type. Which one of the following is a list of Link types?
A. List of Records, Separator, Catalog Type, Roles B. Assessment, List of Records, Separator, Timeline Page C. List of Records, Content Page, Order, URL (from arguments:) D. Assessment, List of Records, Content Page, Roles
B
One of the uses of the ServiceNow REST API explorer
Create sample code for sending REST re-
quests to ServiceNow
Which application allows
users to install multiple
applications, application-cus-
tomization or plugin at once
Continue integration and continuous deliv-
ery spoke batch install
What is true regarding appli-
cation scope
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
All application scopes can read from the
table
What is not a purpose of appli-
cation scoping
Provide control for how scripts from another
scope can alter tables in a scope applica-
tion
What are some of the consid-
erations to document as part
of the business process
Business problem, data input/output,
users/stakeholders and process steps
What is not true when apply-
ing an extension to an existing
table.
The new table inherits the functionality built
into the parent table
What cannot be debugged us-
ing the field watcher.
Script includes
What object can be used in in-
bound action scripts
current and email
What is part of the client side
scripting API
Glide user object (g_user)
Application developers con-
figure ServiceNow using in-
dustry standard JavaScript to
Extend an add functionality
How many application menus
can an application have
As many as the application design requires
What syntax is used in a
record producer script to ac-
cess values from record pro-
ducer form fields
producer.varaiblename
What method prints a mes-
sage on a blue background to
the top of the current form by
default
g_form.addInfoMessage()
a scoped application contain-
ing flow designer content ded-
icated to a particular applica-
tion is called
a spoke
what is a module
a way of helping users quickly access infor-
mation and services by filtering the items in
the application navigator
which source control opera-
tion is available for both stu-
dio and the git repository
edit repository configuration
What is not required to link
a ServiceNow application to a
GIT repository
application name
What is not a method used
used for logging messages in
a server-side script for a pri-
vately scoped application
gs.log()