CAD Flashcards

1
Q

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. a, b, c, and d
B. b, c, and d
C. a, b, and d
D. a, b, and c

A

D. a, b, and c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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. a, b and c
B. a, b, and d
C. b, c and d
D. a, c and d

A

A. a, b and c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A

C. Examine the Application Files Related List in the application to be published

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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()

A

D. gs.log()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

B. Can create, Can update, and Can delete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following is NOT a trigger type in Flow Designer?

A. Outbound Email
B. Application
C. Record
D. Schedule

A

A. Outbound Email

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

B. Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

B. A Weight value of zero means that no email should be sent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following objects does a Display Business Rule NOT have access to?

A. previous
B. GlideSystem
C. g_scratchpad
D. current

A

A. previous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

A. Automated Test Framework
D. Flow Designer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which one of the following is NOT a UI Action type?

A. List choice
B. Form button
C. List banner button
D. Form choice

A

D. Form choice

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following is NOT supported by Flow Designer?

A. Call a subflow from a flow
B. Test a flow with rollback
C. Use Delegated Developer
D. Run a flow from a MetricBase Trigger

A

B. Test a flow with rollback

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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.

A

B. Can be a graphical representation of data.
D. Can be run on demand by authorized users.
E. Can be scheduled to be run and distributed by email.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

A

B. Assessment, List of Records, Separator, Timeline Page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which one of the following is true for a table with the Allow configuration Application Access option selected?

A. Only the in scope application’s scripts can create Business Rules for the table
B. Any user with the application’s user role can modify the application’s scripts
C. Out of scope applications can create Business Rules for the table
D. Out of scope applications can add new tables to the scoped application

A

C. Out of scope applications can create Business Rules for the table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?

A. base table
B. child table
C. parent table
D. all tables

A

B. child table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which one of the following is true?

A. A UI Policy’s Actions execute before the UI Policy’s Scripts
B. The execution order for a UI Policy’s Scripts and Actions is determined at runtime
C. A UI Policy’s Scripts execute before the UI Policy’s Actions
D. A UI Policy’s Actions and Scripts execute at the same time

A

A. A UI Policy’s Actions execute before the UI Policy’s Scripts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Here is the Business Rule script template:

(function executeRule (current, previous /*null when async*/ ) {

})(current, previous);

This type of JavaScript function is known as:

A. Constructor
B. Scoped
C. Anonymous
D. Self-invoking

A

D. Self-invoking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Which method call returns true only if the currently logged in user has the catalog_admin role and in no other case?

A. g_user.hasRole(‘catalog_admin’)
B. g_user.hasRoleExactly(‘catalog_admin’)
C. g_user.hasRoleOnly(‘catalog_admin’)
D. g_user.hasRoleFromList(‘catalog_admin’)

A

B. g_user.hasRoleExactly(‘catalog_admin’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.

A. Identify the table
B. Script the function(s)
C. Create a class
D. Create a prototype object from the new class

A

A. Identify the table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Which roles grant access to source control repository operations such as importing applications from source control, or linking an application to source control?
(Choose two.)

A. source_control
B. source_control_admin
C. admin
D. git_admin

A

A. source_control
C. admin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?

A. ${event.<property name>}
B. ${current.<property name>}
C. ${<property name>.getDisplayValue()}
D. ${gs.<property name>}

A

A. ${event.<property name>}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Which one of the following is true for a Script Include with a Protection Policy value of Protected?

A. Any user with the protected_edit role can see and edit the Script Include
B. The Protection policy option can only be enabled by a user with the admin role
C. The Protection Policy is applied only if the glide.app.apply_protection system property value is true
D. The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store

A

D. The Protection Policy is applied only if the application is downloaded from the ServiceNow App Store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Which one of the following is true for GlideUser (g_user) methods?

A. Can be used in Client Scripts and UI Policies only
B. Can be used in Business Rules only
C. Can be used in Client Scripts, UI Policies, and UI Actions
D. Can be used in Business Rules, and Scripts Includes

A

C. Can be used in Client Scripts, UI Policies, and UI Actions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

When configuring a module, what does the Override application menu roles configuration option do?

A. Users with the module role but without access to the application menu access the module
B. Self-Service users can access the module even though they do not have roles
C. Admin is given access to the module even if Access Controls would ordinarily prevent access
D. Users with access to the application menu can see the module even if they don’t have the module role

A

A. Users with the module role but without access to the application menu access the module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?

A. Business Service Management Map
B. Data Sources
C. Transform Map
D. CI Relationship Builder

A

C. Transform Map

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

When configuring a REST Message, the Endpoint is:

A. The commands to the REST script to stop execution
B. The URI of the data to be accessed, queried, or modified
C. Information about the format of the returned data
D. The response from the provider indicating there is no data to send back

A

B. The URI of the data to be accessed, queried, or modified

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

When evaluating Access Controls, ServiceNow searches and evaluates:

A. Only for matches on the current table
B. Only for matches on the current field
C. From the most specific match to the most generic match
D. From the most generic match to the most specific match

A

C. From the most specific match to the most generic match

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?

A. g_form.hasRoleExactly(‘admin’)
B. gs.hasRole(‘admin’)
C. g_form.hasRole(‘admin’)
D. gs.hasRoleExactly(‘admin’)

A

B. gs.hasRole(‘admin’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

From the list below, identify one reason an application might NOT be a good fit with ServiceNow.
The application:

A. Needs workflow to manage processes
B. Requires as-is use of low-level programming libraries
C. Requires reporting capabilities
D. Uses forms extensively to interact with data

A

B. Requires as-is use of low-level programming libraries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Identify the incorrect statement about Delegated Development in ServiceNow.

A. Administrators can grant non-admin users the ability to develop global applications.
B. Administrators can specify which application file types the developer can access.
C. Administrators can grant the developer access to script fields.
D. Administrators can grant the developer access to security records.

A

A. Administrators can grant non-admin users the ability to develop global applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

One of the uses of the ServiceNow REST API Explorer is:

A. Practice using REST to interact with public data providers
B. Find resources on the web for learning about REST
C. Convert SOAP Message functions to REST methods
D. Create sample code for sending REST requests to ServiceNow

A

D. Create sample code for sending REST requests to ServiceNow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

Which one of the following is true regarding Application Scope?

A. All applications are automatically part of the Global scope
B. Applications downloaded from 3 party ServiceNow application developers cannot have naming conflicts rd
C. Any developer can edit any application
D. Developers can choose the prefix for a scope’s namespace

A

B. Applications downloaded from 3 party ServiceNow application developers cannot have naming conflicts rd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

Which one of the following is the baseline behavior of a table in a privately-scoped application?

A. The table and its data are not accessible using web services
B. Any Business Rule can read, write, delete, and update from the table
C. Only artifacts in the table’s application can read from the table
D. All application scopes can read from the table

A

D. All application scopes can read from the table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

Which one of the following is NOT a purpose of application scoping?

A. Provide a relationship between application artifacts
B. Provide a way of tracking the user who developed an application
C. Provide a namespace (prefix and scope name) to prevent cross application name collisions
D. Provide controls for how scripts from another scope can alter tables in a scoped application

A

B. Provide a way of tracking the user who developed an application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

It is best practice to define the business requirements and the process(es) an application will manage as part of the application development plan. What are some of the considerations to document as part of the business process?

A. Business problem, data input/output, users/stakeholders, and process steps
B. Business problem, data input/output, project schedule, and process steps
C. Business problem, data input/output, users/stakeholders, and database capacity
D. Business problem, users/stakeholders, available licenses, and database capacity

A

A. Business problem, data input/output, users/stakeholders, and process steps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

Which of the following statements does NOT apply when extending an existing table?

A. The parent table’s Access Controls are evaluated when determining access to the new table’s records and fields
B. The new table inherits the functionality built into the parent table
C. The new table inherits all of the fields from the parent table
D. You must script and configure all required behaviors

A

D. You must script and configure all required behaviors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

Which of the following CANNOT be debugged using the Field Watcher?

A. Business Rules
B. Script Includes
C. Client Scripts
D. Access Controls

A

B. Script Includes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

Which objects can be used in Inbound Action scripts?

A. current and previous
B. current and email
C. current and event
D. current and producer

A

B. current and email

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

Which one of the following is part of the client-side scripting API?

A. workflow.scratchpad
B. GlideUser object (g_user)
C. current and previous objects
D. GlideSystem object (gs)

A

B. GlideUser object (g_user)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

Application developers configure ServiceNow using industry standard JavaScript to

A. Enable the right-click to edit the context menus on applications in the navigator
B. Extend and add functionality
C. Customize the organization’s company logo and banner text
D. Configure the outgoing email display name

A

B. Extend and add functionality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

How many applications menus can an application have?

A. 3, one for an application’s user modules, one for an application’s administrator modules, and one for the ServiceNow administrator’s modules
B. As many as the application design requires
C. 2, one for an application’s user modules and one for an application’s administrator modules
D. 1, which is used for all application modules

A

B. As many as the application design requires

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

The source control operation used to store local changes on an instance for later application is called a(n):

A. Branch
B. Tag
C. Stash
D. Update set

A

C. Stash

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

What syntax is used in a Record Producer script to access values from Record Producer form fields?

A. producer.field_name
B. producer.variablename
C. current.variable_name
D. current.field_name

A

B. producer.variablename

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

Which of the following methods prints a message on a blue background to the top of the current form by default?

A. g_form.addInfoMsg()
B. g_form.addInfoMessage()
C. g_form.showFieldMessage()
D. g_form.showFieldMsg()

A

B. g_form.addInfoMessage()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

A scoped application containing Flow Designer content dedicated to a particular application is called a(n):

A. Spoke
B. Bundle
C. Action
D. Flow

A

A. Spoke

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

What is a Module?

A. The functionality within an application menu such as opening a page in the content frame or a separate tab or window
B. A group of menus, or pages, providing related information and functionality to end-users
C. A way of helping users quickly access information and services by filtering the items in the Application Navigator
D. A web-based way of providing software to end-users

A

A. The functionality within an application menu such as opening a page in the content frame or a separate tab or window

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

Which source control operation is available from BOTH Studio and the Git Repository?

A. Create Branch
B. Apply Remote Changes
C. Stash Local Changes
D. Edit Repository Configurations

A

A. Create Branch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

Which one of the following is NOT required to link a ServiceNow application to a Git repository?

A. Password
B. URL
C. User name
D. Application name

A

D. Application name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

Which Report Type(s) can be created by right-clicking on a column header in a table’s list?

A. Bar Chart, Pie Chart, Histogram, and Line
B. Bar Chart
C. Bar Chart, Pie Chart, and Histogram
D. Bar Chart and Pie Chart

A

D. Bar Chart and Pie Chart

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

Which one of the following is NOT a method used for logging messages in a server-side script for a privately-scoped application?

A. gs.log()
B. gs.error()
C. gs.warn()
D. gs.debug()

A

A. gs.log()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q

If the Create module field is selected when creating a table, what is the new module’s default behavior?

A. Open an empty form so new records can be created
B. Open a link to a wiki article with instructions on how to customize the behavior of the new module
C. Display an empty homepage for the application
D. Display a list of all records from the table

A

D. Display a list of all records from the table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
53
Q

How must Application Access be configured to prevent all other private application scopes from creating configuration records on an application’s data tables?

A. You must create Access Controls to prevent all other application scopes from creating configuration records on an application’s data tables rather than using Application Access
B. Set the Accessible from field value to All application scopes and de-select the Can create option
C. Set the Accessible from field value to This application scope only and de-select the Allow access to this table via web services option
D. Set the Accessible from field value to This application scope only

A

D. Set the Accessible from field value to This application scope only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
Q

What are some of the benefits of extending an existing table such as the Task table when creating a new application?

a) You can repurpose existing fields by simply changing the label.
b) Use existing fields with no modifications.
c) Existing logic from the parent table will be automatically applied to the new table.
d) All of the parent table records are copied to the new table.

A. a, b, c, and d
B. a and b
C. b and c
D. a, b, and c

A

D. a, b, and c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q

When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?

A. table.*will grant access to every field in a record
B. table.None will grant access to every record on the table
C. table.field will grant access to a specific field in a record
D. table.id will grant access to a specific record on the table

A

D. table.id will grant access to a specific record on the table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
56
Q

Which of the following methods are useful in Access Control scripts?

A. g_user.hasRole() and current.isNewRecord()
B. gs.hasRole() and current.isNewRecord()
C. g_user.hasRole() and current.isNew()
D. gs.hasRole() and current.isNew()

A

B. gs.hasRole() and current.isNewRecord()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
57
Q

Which one of the following client-side scripts apply to Record Producers?

A. Catalog Client Scripts and Catalog UI Policies
B. UI Scripts and UI Actions
C. UI Scripts and Record Producer Scripts
D. Client Scripts and UI Policies

A

A. Catalog Client Scripts and Catalog UI Policies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
58
Q

When a ServiceNow instance requests information from a web service, ServiceNow is the web service:

A. Publisher
B. Specialist
C. Provider
D. Consumer

A

D. Consumer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
59
Q

Which one of the following is the fastest way to create and configure a Record Producer?

A. Create a Catalog Category, open the category, and select the Add New Record Producer button
B. Use the Record Producer module then add and configure all variables manually
C. Open the table in the Table records and select the Add to Service Catalog Related Link
D. Open the table’s form, right-click on the form header, and select the Create Record Producer menu item

A

C. Open the table in the Table records and select the Add to Service Catalog Related Link

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
60
Q

Which objects can you use in a Scheduled Script Execution (Scheduled Job) script?

A. GlideRecord and current
B. GlideUser and GlideRecord
C. GlideSystem and GlideRecord
D. GlideSystem and current

A

C. GlideSystem and GlideRecord

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
61
Q

Can inherited fields be deleted from a table?

A. Yes, select the red X in the left-most column in the table definition
B. Yes, but only if they are text fields
C. Yes, but only if there has never been any saved field data
D. No, inherited fields cannot be deleted from a child table

A

D. No, inherited fields cannot be deleted from a child table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
62
Q

What is the purpose of the Application Picker?

A. Select an application to run
B. Select an application as a favorite in the Application Navigator
C. Choose an application to edit and set the Application Scope
D. Choose an application to download and install

A

C. Choose an application to edit and set the Application Scope

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
63
Q

What are Application Files in a ServiceNow application?

A. An XML export of an application’s table records
B. CSV files containing data imported into an application
C. ServiceNow artifacts comprising an application
D. XML exports of an application’s Update Set

A

C. ServiceNow artifacts comprising an application

64
Q

Which one of the following is NOT true for Modules?

A. Modules open content pages
B. Access to Modules is controlled with roles
C. Every Module must be part of an Application Menu
D. Every Module must be associated with a table

A

D. Every Module must be associated with a table

65
Q

A graphical view of relationships among tables is a:

A. Schema map
B. Dependency view
C. Graphical User Interface
D. Map source report

A

A. Schema map

66
Q

Which one of the following is true for the Application Picker?

A. All custom application scope and the Global scope appear in the Application Picker
B. All applications in ServiceNow, including baseline applications like Incident, appear in the Application Picker
C. Only custom applications appear in the Application Picker
D. Only downloaded applications appear in the Application Picker

A

A. All custom application scope and the Global scope appear in the Application Picker

67
Q

When creating an application through the Guided Application Creator, which of the following is a user experience option?

A. Portal
B. Mobile
C. Self-service
D. Workspace

A

B. Mobile

68
Q

When writing a Client Script to provide feedback targeted at a specific field, which method should be used?

A. g_form.showInfoMessage()
B. g_form.showFieldMsg()
C. g_form.addInfoMessage()
D. g_form.addFieldMsg()

A

B. g_form.showFieldMsg()

69
Q

Which actions can a Business Rule take without scripting?

A. Set field values and write to the system log
B. Set field values and generate an event
C. Set field values and add message
D. Set field values and query the database

A

C. Set field values and add message

70
Q

Which server-side object provides methods for working with dates when writing a script in a privately scoped application?

A. GlideDateTime
B. GlideRecord
C. GlideSystem
D. current

A

A. GlideDateTime

71
Q

Application developers can specify which ServiceNow page a user sees after submitting a new record using the Record Producer UI. How is the page specified?

A. Create an application property to store the URL
B. Configure the page in the Module that opens the Record Producer UI
C. Write an after Business Rule script for the Record Producer’s table: window.redirect = "<URL>";
D. Write a script in the Record Producer’s Script field: producer.redirect = "<URL>";

A

D. Write a script in the Record Producer’s Script field: producer.redirect = "<URL>";

72
Q

Identify characteristic(s) of a Record Producer. (Choose three.)

A. All records created using this strategy are inserted into the Requested Item [sc_req_item] table.
B. Each field prompts the user with a question rather than a field label.
C. They must be scripted.
D. You can script behaviors of fields in the user interface.
E. Graphics can be included on the user interface.

A

B. Each field prompts the user with a question rather than a field label.
D. You can script behaviors of fields in the user interface.
E. Graphics can be included on the user interface.

73
Q

Which server-side API debug log method is available for scoped applications?

A. gs.log()
B. gs.info()
C. gs.debuglog()
D. gs.print()

A

B. gs.info()

74
Q

Which script types execute on the server? (Choose three.)

A. Business Rule
B. Client Scripts
C. UI Policies
D. Script Actions
E. Scheduled Jobs

A

A. Business Rule
D. Script Actions
E. Scheduled Jobs

75
Q

What is the best UX format to use for lists and forms?

A. Forms
B. Lists
C. Standard
D. Classic

A

D. Classic

76
Q

When creating a table in a privately-scoped application, which four Access Controls are created for the table?

A. Insert, Delete, Query, Write
B. Create, Delete, Read, Write
C. Create, Delete, Read, Update
D. Insert, Delete, Query, Update

A

B. Create, Delete, Read, Write

77
Q

Which one of the following is true for this script fragment?

g_user.hasRole(‘x_my_app_user’);

A. There is no g_user.hasRole() method
B. The method returns false only if the currently logged in user has the x_my_app_user role
C. The method returns true only if the currently logged in user has the x_my_app_user role
D. The method returns true if the currently logged in user has the x_my_app_user role or the admin role

A

D. The method returns true if the currently logged in user has the x_my_app_user role or the admin role

78
Q

Which one of the following database operations cannot be controlled with Application Access?

A. Query
B. Update
C. Create
D. Delete

A

A. Query

79
Q

For Application Access there is a configuration option called Allow access to this table via web services. Which one of the following statements is true when this option is selected?

A. This option restricts the ability to delete records via web services but records can always be read
B. Even when not selected, users with the correct permissions can use web services to access the table’s records
C. This option restricts access only to SOAP web services but does not apply to REST
D. The user performing the query via web services must have the correct permissions to access the table’s records

A

D. The user performing the query via web services must have the correct permissions to access the table’s records

80
Q

Which of the following statements must evaluate to true for a user to pass an Access Control? (Choose three.)

A. The user has one of the roles specified in the Required roles related list.
B. Scripts configured in the Access Control must evaluate to true.
C. Other matching Access Controls for the records evaluate to true.
D. Conditions configured in the Access Control must evaluate to true.
E. The user must be granted access through a business rule.

A

A. The user has one of the roles specified in the Required roles related list.
B. Scripts configured in the Access Control must evaluate to true.
D. Conditions configured in the Access Control must evaluate to true.

81
Q

What is a workflow context?

A. The table for which a workflow is defined plus any conditions such as “Active is true”
B. It is generated from a workflow version, executes activities, and follows transitions
C. The business reason or process for which a workflow is designed
D. It is a checked out workflow which is being edited

A

B. It is generated from a workflow version, executes activities, and follows transitions

82
Q

Which one of the following is a benefit of creating an Application Properties page for each application you develop?

A. Application Properties allow a developer to override the application properties inherited from ServiceNow
B. An Application Properties page is a good landing page for an application
C. Application Properties allow a developer or admin to make changes to an application’s behavior without modifying application artifacts
D. Application users know to go to the Application Properties page to change the appearance of an application

A

C. Application Properties allow a developer or admin to make changes to an application’s behavior without modifying application artifacts

83
Q

Which one of the following is NOT an example of when an application might use a Scheduled Script Execution (Scheduled Job)?

A. The application needs to send weekly email reminders to requestors for all records on a table
B. The application needs to run a clean up script on the last day of every month
C. The application needs to query the database every day to look for unassigned records
D. The application needs to run a client-side script at the same time every day

A

D. The application needs to run a client-side script at the same time every day

84
Q

Which one of the following objects CANNOT be used in a Script Action script?

A. previous
B. GlideRecord
C. event
D. current

A

A. previous

85
Q

How does ServiceNow match inbound email to existing records?

A. Watermark
B. Record link
C. Subject line
D. sys_id

A

A. Watermark

86
Q

When debugging Email Notifications, what must you check on a user record? (Choose three)

A. Active must be true.
B. The First name and Last name fields must have values
C. The value in the Notification field must be set to enabled
D. The user must not be locked out
E. The Email field must have a value

A

A. Active must be true.
C. The value in the Notification field must be set to enabled
E. The Email field must have a value

87
Q

What are web services?

A. Methods used to create and maintain UI Pages
B. Methods used to allow applications to connect to other software applications over a network
C. Methods used to discover a wide variety of systems and applications
D. They provide a customer-facing view of available service and product offerings provided by departments within the organization

A

B. Methods used to allow applications to connect to other software applications over a network

88
Q

Which of the following methods is NOT part of the ServiceNow REST API?

A. COPY
B. GET
C. DELETE
D. POST

A

A. COPY

89
Q

You are developing the MyApp application that has a table, 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:

A. Table A is active and extends the Task table
B. Table A’s records are added to the application record using the Create Application Files context menu item
C. Table A has an automatic number counter for new records
D. Table A is not included in the System Clone > Exclude Tables list

A

B. Table A’s records are added to the application record using the Create Application Files context menu item

90
Q

How can an application link to a repository behind a firewall?

A. This option is not supported.
B. Link an application to source control through a MID Server.
C. Link an application to source control through an access token.
D. Link an application to source control with multi-factor authentication.

A

B. Link an application to source control through a MID Server.

91
Q

What is the ServiceNow store?

A. Downloadable content ServiceNow script archive
B. Alternate name for the ServiceNow Developer Share site
C. The source for ServiceNow Community created developer content
D. Marketplace for free and paid certified ServiceNow applications and integrations

A

D. Marketplace for free and paid certified ServiceNow applications and integrations

92
Q

Tables that extend a table do what?

A. Automatically update the application scope
B. Do not inherit the parent’s fields
C. Sometimes inherit the parent’s fields
D. Inherit the parent’s fields

A

D. Inherit the parent’s fields

93
Q

When creating an application through the Guided Application Creator, which of the following is NOT an option for creating a table?

A. Create table from template
B. Create table from scratch
C. Extend a table
D. Upload spreadsheet

A

A. Create table from template

94
Q

Server-side scripts manage what?

A. Database and backend
B. Playbook access
C. User access
D. Forms and Fields

A

A. Database and backend

95
Q

What intuitive development interface guides users through the initial application development process?

A. Guided Tour Designer
B. Guided Application Creator
C. ServiceNow Studio
D. Flow Designer

A

B. Guided Application Creator

96
Q

What are some benefits of developing private, scoped applications? (Choose two)

A. To avoid using a code repository like GitHub or GitLab
B. To reduce risk at code collisions
C. To enable installation and uninstallation of an application
D. To replicate ServiceNow functions a private scope

A

B. To reduce risk at code collisions
C. To enable installation and uninstallation of an application

97
Q

Which of the following statements is NOT true for the Form Designer?

A. To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.
B. To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form.
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 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.

A

A. To add a section to the form layout, drag it from the Field Types tab to the desired destination on the form.

98
Q

What records are used to track cross-scope applications or scripts that request access to an application, application resource, or event?

A. Restricted caller access records
B. Caller tracking records
C. Access control level records
D. Cross-scope access records

A

A. Restricted caller access records

99
Q

Which ATF Test step allows you to create a user with speeded roles and groups for the test?

A. Create a group
B. Impersonation
C. Create a user
D. Create a role

A

C. Create a user

100
Q

What plugin enables the Guided Application Creator?

A. com.glide.sn-guided-app-creator
B. com.glide.service_creator
C. com.glide.snc.apps_creator
D. com.snc.apps_creator_template

A

A. com.glide.sn-guided-app-creator

101
Q

Which of the following can be an external data source for a ServiceNow application?

A. Microsoft Excel File
B. Data provided by a public web service using SOAP or REST
C. CSV file
D. All of the above

A

D. All of the above

102
Q

Which one of the following is true for the Application Picker and Application Scope?

A. Global is a reserved application which does not appear in the Application Picker
B. Selecting an application from the Application Picker does not set the Application Scope
C. Selecting an application from the Application Picker sets the Application Scope
D. Selecting Global in the Application Picker sets the Application Scope to Incident

A

C. Selecting an application from the Application Picker sets the Application Scope

103
Q

Which of the following is an available feature in Studio? (Choose two.)

A. Push to update set
B. Merge branches
C. Search code
D. Push to external source control

A

C. Search code
D. Push to external source control

104
Q

The Task table is an example of which of the following? (Choose two.)

A. Parent class
B. Legacy class
C. Child class
D. Base class

A

A. Parent class
D. Base class

105
Q

Which of the following is true about deleting fields from a table?

A. Table records are deleted when a field is deleted
B. User-defined non-inherited fields can be deleted
C. Any field on a table can be deleted
D. Inherited fields can be deleted

A

B. User-defined non-inherited fields can be deleted

106
Q

Why would you build a custom app? (Choose two.)

A. To avoid using a code repository like GitHub or GitLab
B. To replace ServiceNow base tables
C. To fulfill a specific use case on internal processes
D. To create a custom integration for a 3rd party system

A

C. To fulfill a specific use case on internal processes
D. To create a custom integration for a 3rd party system

107
Q

What are three ServiceNow table creation methods? (Choose three.)

A. Using legacy Workflows
B. Upload and turn a spreadsheet into a custom table
C. Using Flow Designer
D. Use the Now Experience Table Creator
E. Extend a table
F. Create a custom table

A

B. Upload and turn a spreadsheet into a custom table
E. Extend a table
F. Create a custom table

108
Q

When selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?

A. Use the String data type tor a free-form text field
B. Use the Phone Number data type to automate phone number data validation
C. Use the Choice data type to limit options in a field
D. Use the Date data type to enter the date and time of day

A

D. Use the Date data type to enter the date and time of day

109
Q

Which one of the following is NOT part of the Form Designer?

A. Page header
B. Schema map
C. Field navigator
D. Form layout

A

B. Schema map

110
Q

Which class is NOT part of the Client side scoped APIs?

A. GlideDialogWindow
B. GlideAjax
C. GlideRecord
D. GlideForm

A

C. GlideRecord

111
Q

When designing and creating a form what do you create to organize fields on a form?

A. Buttons
B. Tabs
C. Sections
D. Related lists

A

C. Sections

112
Q

Which one of the following is a good practice for adding instructions to a form?

A. Related links to wiki pages
B. A Context Menu UI Action
C. Annotations
D. A populated read-only field

A

C. Annotations

113
Q

Which of the following GlideRecord methods run a query against a database table? (Choose three.)

A. _get()
B. runQuery()
C. query()
D. _query()
E. get()

A

C. query()
D. _query()
E. get()

114
Q

What is the GlideForm Client-side scripting object?

A. sn.form
B. g_form
C. gs.form
D. gs_form

A

B. g_form

115
Q

In a Business Rule, which one of the following returns the sys_id of the currently logged in user?

A. g_form.getUserID()
B. gs.getUserSysID()
C. gs.getUserID()
D. g_form.getUserSysID()

A

C. gs.getUserID()

116
Q

Access Control debug information identifies whether each element of an Access Control granted or denied access. The elements appear in the debug information in the order of evaluation. In which order are the elements of an Access Control evaluated?

A. Conditions, Roles, Script
B. Conditions, Script, Roles
C. Roles, Conditions, Script
D. Script, Conditions, Roles

A

C. Roles, Conditions, Script

117
Q

Assume a table called “table” exists and contains 3 fields: field1, field2, field3.
Examine the Access Control list for table:

table.None read Access Control for users with the admin and itil roles
table.* read Access Control for users with the admin role
table.field3 read Access Control for users with the itil role

Which field or fields can a user with the itil role read?

A. All fields except field3
B. field1, field2, and field3
C. field1 and field3
D. field3 only

A

D. field3 only

118
Q

Assume a table called “table” exists and contains 3 fields: field1, field2, field3.
Examine the Access Control list for table:

table.None read Access Control for users with the admin and itil roles
table.field3 read Access Control for users with the admin role

Which field or fields can a user with the itil role read?

A. field3 only
B. filed1 and field3
C. All fields
D. All fields except field3

A

D. All fields except field3

119
Q

Which of the following is NOT a caller access field option?

A. Caller Tracking
B. Caller Restriction
C. None
D. Caller Permission

A

D. Caller Permission

120
Q

Which method is used to retrieve Application Property values in a script?

A. gs.getProperty()
B. g_form.getAppProperty()
C. g_form.getProperty()
D. gs.getAppProperty()

A

A. gs.getProperty()

121
Q

What Module Link type is used to access an Application Properties page?

A. Single Record
B. HTML (from Arguments)
C. URL (from Arguments)
D. Script (from Arguments)

A

C. URL (from Arguments)

122
Q

Identify the way(s) an application can respond to an Event generated by the gs.eventQueue() method.

a. Script Action
b. Scheduled Script Execution (Scheduled Job)
c. UI Policy
d. Email Notification

A. b and c
B. c
C. a and d
D. a and c

A

C. a and d

123
Q

When troubleshooting and debugging notifications, where do you navigate to see if an email was sent on response to an event?

A. System Logs > Events
B. System Logs > Emails
C. System Logs > Push Notifications
D. System Logs > ICE Logs

A

B. System Logs > Emails

124
Q

What are the benefits of storing the majority of an Application’s server-side script logic in a Script Include?

a. This makes execution faster.
b. Only run when called from a script.
c. The script logic can be hidden when the Application is installed from the ServiceNow Store.
d. For some changes to application logic there is only one place to make edits.

A. a, b, and d
B. a, b, c, and d
C. b, c, and d
D. a, b, and c

A

C. b, c, and d

125
Q

Which of the following is NOT a Flow Designer feature?

A. Run a flow from a Catalog item
B. Call a flow from another flow or subflow
C. Add stages to a flow
D. Test a flow using the “Run as” feature

A

B. Call a flow from another flow or subflow

126
Q

What is the purpose of the coalesce field when importing data?

A. If a match is not found, the existing record is updated
B. To determine if a record matches an existing record or is a new record
C. To identify and merge duplicate records
D. When a match is found, a new record is inserted

A

B. To determine if a record matches an existing record or is a new record

127
Q

If you create a SOAP Message what syntax indicates a variable to pass when the function is called?

A. current.variable_name
B. ${variable_name}
C. < variable_name >.do?WSDL
D. < variable_name >

A

B. ${variable_name}

128
Q

Which of the following is NOT a way to install an application on a ServiceNow instance?

A. Install an application from the Application Repository
B. Select the Copy button on the application record
C. Download and install an application from the ServiceNow Share web site
D. Download and install a third-party application from the ServiceNow Store

A

B. Select the Copy button on the application record

129
Q

Using Custom UI test step in Automated Test Framework, which of the following is NOT a testable page component?

A. Buttons
B. UI controls
C. UI pages
D. Form field values

A

D. Form field values

130
Q

Why create Applications in ServiceNow?

a) To replace outdated, inadequate, custom business applications and processes
b) To extend service delivery and management to all enterprise departments
c) To allow users full access to all ServiceNow tables, records, and fields
d) To extend the value of ServiceNow

A. a, b, and d
B. a, b, c, and d
C. a, b, and c
D. b, c, and d

A

A. a, b, and d

131
Q

Flow Designer supports variable data types to store record data and complex data. Which of the following are supported variable data types? (Choose three.)

A. Choice data type
B. Array.Reference data type
C. Integer data type
D. Freedom data type
E. Array.Boolean data type
F. Label data type

A

A. Choice data type
C. Integer data type
E. Array.Boolean data type

132
Q

Which of the following statements is true about Guided Application Creator?

A. The global scope option is turned on by default
B. Default access controls are automatically created
C. The welcome screen appears every time a new application is created
D. A scoped application user role is automatically created

A

D. A scoped application user role is automatically created

133
Q

What are the ways to designate data tables when using Guided Application Creator (GAC)? (Choose three.)

A. Upload an existing PDF
B. Create a new table on the platform
C. Use a freeform database
D. Upload an existing spreadsheet
E. Use an existing table on the platform
F. Upload an existing word processing document

A

B. Create a new table on the platform
D. Upload an existing spreadsheet
E. Use an existing table on the platform

134
Q

What is the Event Registry?

A. A Workflow which is launched every time an Event is generated; used to debug Even
B. The Event Log which lists all Events that have been generated
C. The method used in server side scripts to generate Events and pass parameters
D. A table containing a record for every Event known to the ServiceNow system which allows ServiceNow to react when Events are generated

A

D. A table containing a record for every Event known to the ServiceNow system which allows ServiceNow to react when Events are generated

135
Q

Identify the ways an application can respond to an Event generated by the gs.eventQueue() method: (Choose two.)

A. Client Script
B. Email Notification
C. Scheduled Script Execution (Scheduled Job)
D. Script Action
E. UI Policy

A

B. Email Notification
D. Script Action

136
Q

Is it possible to change an application’s scope?

A. No, it’s not possible
B. Yes, it’s possible
C. Yes, but only from global scope to private scope
D. Yes, but only from private scope to global scope

A

A. No, it’s not possible

137
Q

Which of the following is true about g_scratchpad? (Choose two.)

A. Used to push information from the server to the client
B. Does not exist on the mobile platform
C. Has constructors and methods
D. Has default properties passed by client-side scripts

A

A. Used to push information from the server to the client
B. Does not exist on the mobile platform

138
Q

Client-side scripts manage what?

A. User access
B. Database and backend
C. Playbook access
D. Forms and Form Fields

A

D. Forms and Form Fields

139
Q

When debugging Email Notifications, what must you check on a user record? (Choose two)

A. Active must be true.
B. The Email field must have a valid value.
C. The user must not be locked out.
D. The First name and Last name fields must have values.
E. Delegation must be enabled.

A

A. Active must be true.
B. The Email field must have a valid value.

140
Q

When crafting a scoped application that contains flow actions, what is the application called?

A. Action
B. Spoke
C. Bundle
D. Flow

A

B. Spoke

141
Q

Which are reasons an application could be developed on the ServiceNow platform? (Choose three.)

A. It needs workflow to manage processe
B. It requires reporting capabilities.
C. It uses forms extensively to interact with data.
D. It requires low-level programming libraries.
E. It uses multimedia features.

A

A. It needs workflow to manage processe
B. It requires reporting capabilities.
C. It uses forms extensively to interact with data.

142
Q

Once an application is ready to share, which of the following methods of publishing are supported by ServiceNow? (Choose three)

A. Publish to an application repository
B. Publish to a local drive
C. Publish to the ServiceNow Store
D. Publish to an Update Set
E. Publish to a spreadsheet
F. Publish to a local USB device

A

A. Publish to an application repository
C. Publish to the ServiceNow Store
D. Publish to an Update Set

143
Q

What is required to link a ServiceNow application to a Git repository? (Choose three.)

A. URI
B. ACL
C. Application name
D. Password
E. User name
F. URL

A

D. Password
E. User name
F. URL

144
Q

What is the Endpoint when configuring a REST Message?

A. The URI of the WebServer
B. The command to the REST script to stop execution
C. The URI of the data to be accessed, queried, or modified
D. The provider response indicates there is no data to send back

A

C. The URI of the data to be accessed, queried, or modified

145
Q

Which client-side scripts apply to Record Producers? (Choose two.)

A. Fix Scripts
B. Catalog Client Scripts
C. UI Scripts
D. Catalog UI Policies
E. Record Producer Polices

A

B. Catalog Client Scripts
D. Catalog UI Policies

146
Q

Which business requirements and process(es) should be documented as part of the application development plan? (Choose four.)

A. Available licenses
B. Business problem
C. Process steps
D. Users/stakeholders
E. Database capacity
F. Project schedule
G. Data input/output

A

B. Business problem
C. Process steps
D. Users/stakeholders
G. Data input/output

147
Q

Which objects are used as part of the client-side scripting API? (Choose two.)

A. gs
B. current ana previous
C. g_user
D. workflow.scratchpad
E. g_form

A

C. g_user
E. g_form

148
Q

When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?

A. Application Super User
B. Application Fulfiller
C. Application Admin
D. Application Manager

A

C. Application Admin

149
Q

Which determines the relationships between field in an Import Set table to field in an existing ServiceNow table?

A. Data Sources
B. Schema Map Relationship Builder
C. Business Service Management Map
D. Transform Map

A

D. Transform Map

150
Q

What data types of Flow Designer variables are supported to store record data and complex data? (Choose three.)

A. Label data type
B. Integer
C. Array.Reference
D. Choice
E. String

A

B. Integer
D. Choice
E. String

151
Q

What are the features of Flow Designer? (Choose three.)

A. Add stages to a flow
B. Call a flow from another flow or subflow
C. Test a flow using the “Run as” feature
D. Support Java Scripting code to test conditions that trigger the flow
E. Run a flow from a Catalog item
F. Perform form field data validation at client side

A

A. Add stages to a flow
C. Test a flow using the “Run as” feature
E. Run a flow from a Catalog item

152
Q

You are writing an Async Business Rule for a table in a different scope than the Business Rule record. Which one of the following database operations CANNOT be part of the Async Business Rule’s configuration?

A. Query
B. Update
C. Delete
D. Insert

A

A. Query

153
Q

Which one of the following is NOT a GlideUser (g_user) method?

A. username()
B. getFullName()
C. hasRole()
D. hasRoleExactly()

A

A. username()

154
Q

How do you configure a Scheduled Job to execute on the last day of every month?

A. Set the Run field value to Periodically and the Repeat Interval value to 31
B. Set the Run field value to Periodically and the Repeat Interval value to Last Day
C. Set the Run field value to Monthly and the Day field value to 31
D. Set the Run field value to Monthly and the Day field value to Last Day

A

C. Set the Run field value to Monthly and the Day field value to 31

155
Q

Which 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?

A. Transform Maps
B. Auto Map Matching Fields
C. CI Relationship Builder
D. Business Service Management Map

A

B. Auto Map Matching Fields

156
Q

When managing global application files, you can NOT:

A. Add files from global scope to a global application.
B. Remove files from a global application
C. Move an application file between global applications
D. Move application files into or out of the scoped application.

A

D. Move application files into or out of the scoped application.