Extra Module Flashcards

1
Q

What can you confirgure to add knowledge articles URLs to your sitemap in Knowledge Portal?

A

Site Map Generator Record

You can use the ServiceNow Sitemap Generator application to define and automatically generate XML sitemaps to improve search engine optimisation of public portal pages.

The sitemap is generated from a script or static XML. You can create XML sitemaps for web crawlers to index your public portal pages and improve search engine optimisation for your portals. You can also add SEO information to portal pages, such as meta tags that will enhance the searchability of Service Portal pages.

You can add Knowledge article URLs to your sitemap to improve content indexing by public search engines. Beginning with the Utah release, the configuration to generate a sitemap for Knowledge Portal is inactive for new customers.

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

In what order are access controls evaluated?

A

First the Table, then Field level, from specific to most general.

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

Name 3 UI actions in a form

A

Form buttons, Form context menu items (right-click the header), and Form links (Related Links in a form) are some of the UI actions that can be set up in a form.

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

Which 2 scripts run on customer side?

A

Scripts may be server-side (run on the server or database), client-side (run in the user’s browser), or run on the MID server.

Client scripts and UI policies run client-side.

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

What are 3 ways to group items in a list?

A

You can use one of the following methods to group items in a list:

On the list context menu (or the title bar), click the context menu and select Group By. Select the field by which to group the list. To remove a grouping, select – None –.

Right-click the column name (or click the context menu on the column title) and select Group By. To remove a grouping, select Ungroup.

Select the natural language filter, type ‘group by’ and the field name, and then select the Ask button.

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

How can you modify data pill values in Flow Designer without writing scripts?

A

with transform functions

You can transform data pill values without the need to write a script. Use transform functions to reformat text, perform mathematical calculations, sanitise potentially unsafe SQL statements, and serialise complex objects to raw XML. There are new simple math and string transform functions.

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

What does the AI Predictive intelligence do for incident and case?

A

Predictive Intelligence enables you to train predictive models and machine-learning solutions that you can apply to your business processes, such as:

Incident categorisation: Predicts the incident category based on the short description.

CSM case assignment: Predicts the case record assignment group based on the short description.

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

Which Service Desk application roles allows users to view a list of related tasks, including their work, groups work, and approvals

A

itil or service_fulfiller role

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

What type of relationship is recommended between Incident and SLA tables to report on incidents resolved by SLA per incident category?

A

Incident SLA [incident_sla] is a database view that joins incident to SLA (task_sla) to report on things like incidents resolved by SLA per incident category.

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

What do Application Services represent from an Application Portfolio Management (APM) perspective?

A

From an Application Portfolio Management (APM) perspective, Application Services represent Installed Instances.

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

What is the primary language used for scripting in ServiceNow?

A

JavaScript

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

When is an ACL granting access to a user?

A

An Access Control List (ACL) rule only grants a user access to an object if the user meets all of the following permissions required by the matching ACL rule:

The condition must evaluate to true

The script must evaluate to true or return an answer variable with the value of true

The user must have one of the roles in the required roles list. If the list is empty, this condition evaluates to true

[Record ACL rules only] The matching table-level and field-level ACL rules must both evaluate to true.

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

What sorting options are available when searching for a knowledge article on the Knowledge portal?

A

Views: sorts by the number of article views.

Newest: sorts by the date created or updated.

Alphabetical: sorts alphabetically by the article Short description field.

Relevancy: sorts by relevance to the search term.

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

Which roles CANNOT be delegated?

A

the following roles cannot be delegated:

admin,

public,

nobody and

role_delegator (a user with the role_delegator role cannot delegate this role to other group members).

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

Which table does the Change Request [change_request] extend?

A

Change Request, Incident, Problem and Request extend the Task [task] table.

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

What aspects of the Service Catalog application can a Catalog Administrator manage?

A

Users with the Catalog Administrator [catalog_admin] role can manage the Service Catalog application, including catalogs, categories and items, but not including scripting functions available to administrators [admin].

16
Q

What is granted to non-administrators for them to develop applications?

A

Delegated Development

17
Q

What are the database views for incident management in the base system?

A

incident_sla

incident_metric

incident_time_worked

18
Q

What are the three different request methods in Service Catalogue:

A

Order

Request

Submit

19
Q

What are 3 true statements about workflows?

A

Multiple versions of a workflow can exist at the same time. However, only one published version of a workflow ever exists.

When a workflow is invoked, the current workflow definition is loaded into the workflow context.

20
Q

Which field data type adds a report to a form?

A

Chart
The chart screen supports the following report types:

Time Series

Bar

Pie

21
Q

What are the 4 types of client script?

A

There are four types of client scripts:

onLoad() — runs when the system first renders the form and before users can enter data. Typically, onLoad() client scripts perform client-side-manipulation of the current form or set default record values.

onSubmit() — runs when a form is submitted. Typically, onSubmit() scripts validate things on the form and ensure that the submission makes sense. An onSubmit() client script can cancel form submission by returning a value of false.

onChange() — runs when a particular field value changes on the form. The onChange() client script must specify these parameters.

onCellEdit() — runs when the list editor changes a cell value. The onCellEdit() client script must specify these parameters.

22
Q

What application/functionality allows you to generate a report by entering a query instead of going through the full Report Designer menu?

A

You can enter a question on the Report Designer form, and Analytics Q&A generates a report.

Analytics Q&A gives you a choice of data sources and picks an appropriate visualisation.

Analytics Q&A requires Natural Language Query (NLQ) and supports multiple languages.

23
Q

At what levels can User Criteria be used in Knowledge Management to control who can read and contribute?

A

Knowledge Base, Knowledge Article, and Knowledge Block levels.

24
Q
A