Summer Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: wrap60

ServiceNow CSA Dumps

Page: 1 / 50
Total 500 questions

ServiceNow Certified System Administrator Questions and Answers

Question 1

What is the primary objective of the Display Business Rule?

Options:

A.

To monitor fields on a form, and provide feedback

B.

To use a shared g_scratchpad object, which can be sent to the client, as part of the form

C.

To set files to mandatory, hidden, and read-only

D.

To define what happens on a form, when a particular fled changes

Question 2

Which applications allow administrators to create and distribute data visualizations?

Choose 2 answers

Options:

A.

Performance Analytics

B.

Data Visualizations

C.

Indicators

D.

Reports

E.

Analytics Center

Question 3

How would you define an Access Control, to allow a user with iti role to have permission to create incident records?

Options:

A.

Name: incident”; Permission: write; Role: itil

B.

Name: incident Any, Operation: write, Permission: itil

C.

Name: incident.*; Operation: write; Permission: itil

D.

Name: incident None, Permission: create: Role: itil

E.

Name: incident. None; Operation: create; Role: itil

Question 4

What catalog tool would you use to create a catalog item or record producer?

Options:

A.

Catalog Formatter

B.

Workflow Designer

C.

Catalog Builder

D.

Catalog Designer

Question 5

Which role can manage multiple knowledge bases?

Options:

A.

knowledge_base_admin

B.

kb_admin

C.

sn_kb_admin

D.

knowledge_admin

Question 6

What is required to link a ServiceNow application to a Git repository?

Choose 3 answers

Options:

A.

Password

B.

URL

C.

URI

D.

User name

E.

Application name

F.

ACL

Question 7

What access does a user need to be able to import articles to a knowledge base?

Options:

A.

sn_knowledge_import

B.

sn_knowledge contribute

C.

Can contribute

D.

Can import

Question 8

What attributes can you manage, using System Properties > Basic Configuration UI16? (Choose five.)

Options:

A.

Browser tab title

B.

Module text color

C.

Preferred browser

D.

Base theme

E.

Font style

F.

Animation style

G.

Header background color

Question 9

Here is the Business Rule script template:

as

This type of JavaScript function is known as:

Options:

A.

Scoped

B.

Anonymous

C.

Constructor

D.

Self-invoking

Question 10

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

Choose 3 answers

Options:

A.

Publish to a local drive

B.

Publish to an Update Set

C.

Publish to an application repository

D.

Publish to a spreadsheet

E.

Publish to a local USB device

F.

Publish to the ServiceNow Store

Question 11

When building an extended table from a base table, which fields do you need to create? Choose 2 answers

Options:

A.

The mandatory fields for the base table.

B.

The reference fields for the base table.

C.

The fields that are not in the base table.

D.

The fields that are specific to the extended table.

Question 12

What process allows users to create, categorize, review approve and browse important information in a centralized location that is shared oy the entire organization?

Options:

A.

Self Service Management

B.

Knowledge Management

C.

Knowledge-Centered Management

D.

Information Portal Management

E.

Business Information Management

Question 13

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

Options:

A.

current

B.

GlideRecord

C.

GlideSystem

D.

GlideDateTime

Question 14

What is the GlideForm Client-side scripting object?

Options:

A.

gs.form

B.

sn.form

C.

gs.form

D.

g_form

Question 15

Which is the most efficient way to move large amounts of data between instances?

Options:

A.

Export to Data Package

B.

Export to XML

C.

Update Sets

D.

Export to Zip

Question 16

Which system property is added and set to true in order to see impersonation events in the System Log?

Options:

A.

glide user_setting

B.

glide sys all_jmpersonation

C.

glide sys log_jmpersonabon

D.

glide.impersonation_setting

E.

glide sys admin_login

Question 17

Which is used to configure access to Applications and Modules?

Options:

A.

Roles

B Users

B.

Groups

C.

Departments

Question 18

If a knowledge base has no access details specified, what users are able to read articles in that knowledge base?

Options:

A.

itil users

B.

Any user with an article's permalink

C.

Any active user

D.

No users

E.

Users with kb_user role

Question 19

What would you do, on a list, if you wanted to show the records in groups, based on the column category? (Choose two.)

Options:

A.

On list Context Menu, select Group By > Category

B.

On the Filter Menu, select Group By > Category

C.

Click Group On icon, select Category

D.

On Navigator Filter, type tablename.group.category and press enter

E.

On the Category column title, click Context menu > Group By Category

Question 20

What component causes a flow to run after a record has been created or updated?

Options:

A.

Date-based trigger

B.

Record-based trigger

C.

On-change trigger

D.

Application-based trigger

E.

Updated-date trigger

Question 21

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

Options:

A.

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

B.

Any user with the protected_edit role can see and edit the Script include

C.

The Protection policy option can only be enabled by a user with the admin role

D.

The Protection Policy is applied only if the glide.app.apply.protection system property value is true

Question 22

When importing spreadsheet data into ServiceNow, what is the first step in the process?

Options:

A.

Create Import Set

B.

Run Data Scrubber

C.

Set Coalesce

D.

Define Data Source

E.

Select Import Set

Question 23

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

Options:

A.

System Logs > Events

B.

System Logs > Emails

C.

System Logs > Push Notifications

D.

System Logs > ICE Logs

Question 24

When using Flow Designer what is the Flow Execution initiated by?

Options:

A.

A trigger

B.

An existing subflow

C.

Allow logic

D.

An execution data pill

Question 25

What ServiceNow feature allows you to include data from a secondary related table on a report?

Options:

A.

SQL

B.

Dot Walking

C.

Outer Join

D.

Joins

Question 26

On a form, which type of Geld has this icon which can be clicked, 10 S00 a preview of the associated record?

as

Options:

A.

Drilkdown

B.

Lookup

C.

Quickview

D.

Preview

E.

Snapshot

F.

Reference:

Question 27

When you are viewing a record, like an incident, how can you detect if someone else is also actively working on the Incident? (Choose 2 answers)

Options:

A.

A chat bubble automatically launches, so you can collaborate

B.

An icon appears to the left of fields that have been updated by other users

C.

A notification appears asking the new user to collaborate

D.

The Work notes list contains names of the other users

E.

User presence icon shows initials of users actively viewing the record

Question 28

What ServiceNow feature can be triggered by events, and is used to inform users about activities or updates in ServiceNow?

Options:

A.

Notifications

B.

Alerts

C.

Texts

D.

Events

E.

Emails

Question 29

Your customer wants to update a notification so it is sent to the Caller's Manager. Which action supports this requirement?

Options:

A.

On the ‘Who will receive’ tab on the Notification record, add the Caller field, then dot walk to the Caller's Manager field to add it.

B.

On the Notification record, create a flow and include a notification in the flow for "All receivers".

C.

On the ‘Send to’ tab on the Notification record, set "Who will receive" to Subscribable.

D.

On the ‘Send to’ tab on the Notification record, add the Caller field, then dot walk to the Caller's Manager field to add it.

Question 30

You have heard about a new application released by SericeNow, You want to try it out, to-see if it might be useful for your company's ServiceNow implementation. What would be the best way to get hands-on experience with the new application?

Options:

A.

Check the latest release notes at docs.servicenow.com.

B.

Activate the application plug in, on your personal dev instance.

C.

Search the wiki for the sales demo request form,

D.

Activate the application plug in, on your company's production instance.

Question 31

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

Options:

A.

Stash Local Changes

B.

Edit Repository Configurations

C.

Apply Remote Changes

D.

Create Branch

Question 32

Which ServiceNow utility provides a modern interactive graphical interface to visualize configuration items and their relationship?

Options:

A.

CSDM Schema

B.

Business Service Map

C.

Dependency View

D.

CI Class Map

Question 33

Which feature helps to define the rules to restrict the permissions of users from viewing and interacting with data?

Options:

A.

Role Assignment Rules

B.

Scripted User Rules

C.

CRUD Rules

D.

User Authentication Rules

E.

Access Control (ACL)

Question 34

Which action enables a user to view and specify date and time formats in their instance?

Options:

A.

Create a UI Script to set the default timezone

B.

Ask the user to adjust the time zone on their personal computer

C.

Select the User menu > Preferences > Language & Region > Set date and time format and time zone

D.

Select the User menu > Preferences > Time Settings > Toggle display time zone

E.

Use the system properties to correct the instance's time zone

Question 35

To see what scripts, reports, and other application artifacts will be in a published application:

Options:

A.

Open the artifact records individually to verify the value in the Application field

B.

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

C.

Enter the name of the Application in the Global search field

D.

Open the list of Update Sets for the instance

Question 36

Which objects can be used in Inbound Action scripts?

Options:

A.

current and Previous

B.

current and producer

C.

current and event

D.

current and email

Question 37

Which field (or fields) is used as a unique key during imports?

Options:

A.

Match Fields

B.

Coalesce Fields

C.

Key Fields

D.

Sys IDs

Question 38

A graphical view of relationships among tables is a .

Options:

A.

Schema map

B.

Graphical User Interface

C.

Map source report

D.

Dependency view

Question 39

When a custom table is created, which access control rules are automatically created?

Choose 4 answers

Options:

A.

delete

B.

create

C.

execute

D.

read

E.

update

F.

write

Question 40

What type of field has a drop down list, from which you can pick from pre-defined options?

Options:

A.

Choice

B.

Picker

C.

Drop down

D.

Option

Question 41

What is the Endpoint when configuring a REST Message?

Options:

A.

The provider response indicates there is no data to send back

B.

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

C.

The URI of the Webserver

D.

The command to the REST script to stop execution

Question 42

How can you visually rearrange fields within a form view in Table Builder?

Options:

A.

By duplicating the form view

B.

By adding embedded lists

C.

By dragging fields into the form editor

D.

By modifying field properties

Question 43

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

Options:

A.

Script the function(s)

B.

Create a class

C.

Create a prototype object from the new class

D.

Identify the table

Question 44

When managing tags, you can adjust who is able to see iL What are the visibility options?

Choose 3 answers

Options:

A.

Admins

B.

Everyone

C.

Groups and Users

D.

Roles and Permissions

E.

Me

Question 45

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

Options:

A.

Any Business Rule can read, write- delete, and update from the table

B.

All application scopes can read from the table

C.

only artifacts in the table's application can read from the table

D.

The table and its data are not accessible using web services

Question 46

When looking at a long list of records, you want to quickly filter, to show only those which have Category of Hardware. How might you do that?

Options:

A.

On the Iist, locate and right click on the value Hardware, select Show Matching

B.

Click Funnel ten, type Hardware and click enter

C.

On the Category column header, right click and select Show > Hardware

D.

Right dick on magnifier, type Hardware and click enter

E.

On Breadcrumb, click > icon, type Hardware and click enter

Question 47

A task worker asks how they can monitor any updates occurring to recands assigned to him, like responses from customers, What do you suggest?

Options:

A.

Open an Agent workspace tab for each record he wants to monitor

B.

Select Service Desk > My Work Dashboard

C.

Click on the eyeglass icon to. expand the Monitor frame

D.

On My Work list, select the Activity Stream icon to show a frame with live updates

Question 48

What policies are applied to all data entered into the platform (i.e., through a record form (UI), Import Sets, or Web Services)?

Options:

A.

Data Policies

B.

Data Integrity Policies

C.

Write Policies

D.

Data Submission Policies

Question 49

How can an administrator modify the layout of a form using Table Builder?

Options:

A.

By configuring form sections

B.

By changing the database schema

C.

By editing system scripts

D.

By altering the page header theme

Question 50

Tables may be set up with Many to Many relationships. What is a classic example of a scenario where the tables would have many to many relationships?

Options:

A.

Requests can contain many items; and Items can be any item from the catalog.

B.

Vendors can sell multiple products; and products can be sold by multiple vendors.

C.

A Task can trigger many Workflows; and a Workflow can trigger many Tasks

D.

A Configuration Item can belong to multiple Classes; and Classes can contain multiple Configuration Items.

Question 51

What is NOT an example of a UI Action?

Options:

A.

Search

B.

Form buttons

C.

list Buttons

D.

Related Links

Question 52

The ServiceNow platform includes which types of interfaces? (Choose three.)

Options:

A.

Now Mobile Apps

B.

Agent Control Center

C.

Back Office Dashboard

D.

Service Portals

E.

Now Platform® User Interfaces

F.

Field Service Taskboard

Question 53

What field contains a record’s 32-character, unique identifier?

Options:

A.

sn_rec_id

B.

rec_id

C.

u_id

D.

sys_id

E.

sn_gu_id

F.

sn_sys_id

G.

id

Question 54

Which of the following are not included in an Update Set, by default? (Choose four.)

Options:

A.

Homepages

B.

Data

C.

Published Workflows

D.

Business Rules

E.

Schedules

F.

Database changes

G.

Related Lists

Question 55

Which of the following statements describes how data is organized in a table?

Options:

A.

A column is a field in the database and a record is one user

B.

A column is one field and a record is one row

C.

A column is one field and a record is one column

D.

A column contains data from one user and a record is one set of fields

Question 56

Which ServiceNow capability provides assistance to help users obtain information, make decisions, and perform common work tasks via a messaging interface?

Options:

A.

Agent Workspace

B.

Chat bot

C.

Virtual Agent

D.

Knowledge Chat

E.

Now Support

Question 57

How can administrators utilize the same content for different notification channels?

Options:

A.

Configure Default notification content

B.

Enable Actionable notification content

C.

Provide Common notification content

D.

Set up Related notification content

Question 58

When creating a global custom table named “abc”, what is the table name that is automatically assigned by the platform?

Options:

A.

snc_abc

B.

abc

C.

u_abc

D.

sys_abc

Question 59

Which one of the following is NOT a type of Visual Task Board?

Options:

A.

Feature

B.

Guided boards

C.

Flexible

D.

Freeform

Question 60

A new Service Desk employee in Latin America complains that the create dates and times are incorrect on their Incident list. What would you suggest to fix this issue?

Options:

A.

Have them clear their cache.

B.

Have them use the gear icon to set the employee’s time zone.

C.

Recommend they use Chrome, instead of Explorer.

D.

Use the system properties to correct the instance’s time zone.

E.

Have them correct the time zone on their computer.

Question 61

What ServiceNow tables can Administrators define as "destinations" for imported data, when using Transform Maps in the System Import Sets application?

Options:

A.

The Task table is the only table that can be a destination for imported data in the Transform Map module

B.

The Incident. Problem. Change, Task, and Service Catalog tables are the only tables that can be a destination for imported data m the Transform Map module

C.

Only the Incident Problem, and Change tables can be a destination for imported data in the Transform Map module

D.

Any ServiceNow table can be a destination for imported data in the Transform Map module

Question 62

Which tool should be used to populate commonly used fields in a form?

Options:

A.

Template

B.

Reference Qualifier

C.

Formatter

D.

Assignment Rule

Question 63

What do you need to do before you can use an Application-based trigger in your flow?

Options:

A.

Activate application trigger spoke

B.

Activate trigger security rules

C.

Activate application spoke, and plug-ins as needed

D.

Assign Application trigger role [sn_app_trigger_write] to SME

E.

Activate application plugins only

Question 64

Access Control rules are applied to a specific table, like the Incident table. What is the object name for a rule that is specific to the Incident table and the Major Incident field?

Options:

A.

Incident.Major_Incident

B.

incident=>major_incident

C.

incident<=>major_incident

D.

incident||major_incident

E.

incident.major_incident

Question 65

A new service catalog item is being developed, but should only be visible to managers inside the HR Department. What method would you use to fulfill this requirement?

Options:

A.

Specify the Dept_Mgr role on the catalog content block

B.

Add the Department Manager group to the catalog item’s user criteria

C.

Add the Department Manager group to the catalog item’s ACL

D.

Only publish the item in the HR service catalog

E.

Use a Dept_Mgr ACL on the HR service catalog

Question 66

What is the name of the table relationship, where two or more tables are related in a bi-directional relationship, so that the related records are visible from both tables in a related list?

Options:

A.

Database View

B.

Many to Many

C.

One to Many

D.

Extended

Question 67

What are the components that make up a filter condition? (Choose three.)

Options:

A.

Operator

B.

Match Criteria

C.

Value

D.

Column

E.

Field

Question 68

A user wants to create a set of filter conditions, where they want to show records which satisfy two conditions:

Incidents where the state is Closed

Incidents where Assignment Group is Network

After clicking the Funnel icon, what should the user do?

Options:

A.

Define the first condition; click AND button; define second condition; click Run

B.

Define the first condition; click AND button; define second condition; press enter

C.

Define the first condition; click OR button; define second condition; press enter

D.

Define the first condition; click > icon on breadcrumb, define second condition; click Run

E.

Define the first condition; click > icon on breadcrumb, define second condition; press enter

Question 69

Which module would you use to create a new automation of business logic such as approvals, tasks, and notifications?

Options:

A.

Process Automation > Flow Designer

B.

Process Automation > Flow Administration

C.

Process Automation > Workflow Editor

D.

Process Automation > Process Flow

E.

Process Automation > Active Flows

Question 70

What kind of data can Import Sets use to populate tables in ServiceNow?

Options:

A.

CSS, SOAP, and Excel

B.

XML. CSV, and Excel

C.

SOAP, REST, and XML

D.

XML, SOAP, and CSS

Question 71

What do you activate when you want to add applications or functionality within your development instance?

Options:

A.

App Package

B.

Updated Pack

C.

Patch

D.

Plugin

E.

App Updated Set

Question 72

Which core table in the ServiceNow platform provides a series of standard fields used on each of the tables that extend it, such as the Incident [incident] and Problem [problem] tables?

Options:

A.

Task [task]

B.

Assignment [assignment]

C.

Service [service]

D.

Workflow [workflow]

Question 73

What are the three components of a filter condition?

Options:

A.

Field. Operator and Value

B.

Condition. Operator, and Value

C.

Field, Condition, and Value

D.

Variable, Field, and Value

Question 74

How is a group defined in ServiceNow?

Options:

A.

A group is one record stored in the Group Type [sys_user_group_type] table

B.

A group is one record stored in the Group [sys_user_group] table

C.

A group defines a set of users that share the same location

D.

A group defines a set of users that share the same job title

Question 75

In addition to the admin role, which one of the following roles allows a user to add or remove fields from a list?

Options:

A.

personal ize.control

B.

personal_list

C.

ul_page_admin

D.

ui_action_admin

Question 76

IntegrationHub enables execution of third-party APIs as a part of a flow. These integrations are referred to as

Options:

A.

an action

B.

a spoke

C.

a connection

D.

an integration step

Question 77

What is a sys_id?

Options:

A.

Unique 32-character identifier that is assigned to every record

B.

A client-side Business Rule

C.

A server-side Business Rule

D.

Unique 64-character identifier that is assigned to every record

Question 78

What needs to be specified, when creating a Business Rule? (Choose four.)

Options:

A.

UI action

B.

Table

C.

Fields to update

D.

Who can run

E.

Script to run

F.

Application scope

G.

Update set

Question 79

What is a no-code approach to control the mandatory or read-only state of a form field?

Options:

A.

UI Action

B.

Client Script

C.

UI Script

D.

UI RuIe

E.

UI Policy

Question 80

Which ServiceNow resource is a framework that ensures the data your ServiceNow application requires maps correctly to the appropriate CMDB tables?

Options:

A.

Common Service Data Model (CSDM)

B.

Service Mapping Utility (SMU)

C.

Service Schema Map (SSM)

D.

CMDB Class Manager (CMDBCM)

E.

CI Class Manager (CICM)

Question 81

What feature can track the amount of time that a task has been open, to ensure that tasks are completed within an allotted time?

Options:

A.

Task Escalation Clock

B.

Service Level Agreements

C.

Inactivity Monitor

D.

Response Time Clock

E.

Business Time Remaining

Question 82

When a user reports that they are not able to see modules on the application navigator, what can you do, to see what modules are visible to them?

Options:

A.

Look up their password, so you can login with their account

B.

Initiate a Connect Chat session

C.

Install the Bomgar plug-in

D.

Impersonate the user

E.

Launch a NowChat window

Question 83

What are the three permission requirements that must evaluate to true for an access control rule to apply?

Choose 3 answers

Options:

A.

Conditions

B.

table.

C.

Roles

D.

Script

E.

table."

F.

table.none

Question 84

What is a role in ServiceNow?

Options:

A.

A role is one record m the Role [sys_user_role] table

B.

A role is one record in the Role Iuser_sys_role] table

C.

A role is a persona used In Live Feed Chat

D.

A role Is a set of modules for a particular application

Question 85

How are local flow variables accessed in the Flow Designer Data panel?

Options:

A.

As newly generated icons

B.

As scratchpad variables

C.

As new tabs

D.

As data pills

Question 86

When moving multiple update sets at one time, what might you do to facilitate the move?

Options:

A.

Batch

B.

Verify

C.

Test

D.

Preview

Question 87

Your company is giving all first line workers a special T-shirt as a recognition for their hard work. Management team wants a way for employees to order the T-shirt, with the ability to specify the preferred size and color. How would you ensure that only first line workers (non-managers) can submit the order?

Options:

A.

Create Record Producer and use the Available For list to specify First Line [sn_first_line] role

B.

Create Catalog Item and use the Not Available list to specify the Manager Group

C.

Create Catalog Item and use the Available For list to specify ITIL [itil] role

D.

Create Order Guide and use the User Criteria list to specify First Line [sn_first_line] role

Question 88

Which fields can be configured in reporting to perform arithmetic, coalesce, concatenation, and length?

Options:

A.

Sourcing fields

B.

Function fields

C.

Computational fields

D.

Calculation fields

Question 89

What controls the publishing and retiring process for knowledge articles?

Options:

A.

Approval Policies

B.

Approval Definitions

C.

Workflow Designer

D.

Workflows

E.

State Lifecycle

Question 90

What are different types of Data Sources, which may be imported into ServiceNow? (Choose four.)

Options:

A.

Local Sources (i.e. XML, CSV, Excel)

B.

Implementation Spoke

C.

DataHub

D.

JDBC Connection

E.

Network Server

F.

LDAP Connection

Question 91

When you need to orchestrate business processes across services with little technical user knowledge, which utility would you use?

Options:

A.

Flow Manager

B.

Flow Designer

C.

Flow Editor

D.

Workflow Editor

E.

Workflow Designer

Question 92

Which section of the ServiceNow UI allows you to perform a global search?

Options:

A.

Application Navigator

B.

Banner frame

C.

List pane

D.

Content frame

Question 93

You are showing your customer a new form that you have created for their new application. They would like to add a field to the form. Where could you do that? (Choose two.)

Options:

A.

Select Fields and Columns module

B.

Right click on form header, select Configure > Form Layout

C.

Click on context menu, select Configure > Form Designer

D.

Select Field Class Manager module

Question 94

Where in Flow Designer can users access information about actions that are added to the flow?

Options:

A.

Virtual Agent Help

B.

Local Action Help

C.

Help Panel

D.

Flow Assistant

Question 95

Which plugin needs to be activated in order to translate the content of a catalog item to multiple languages?

Options:

A.

Localization Framework plugin(com.glide.localization_framework)

B.

Translation Framework plugin (com.glide.translation_framework)

C.

Multiple Language Framework plugin (com.glide.multiple.language_framework)

D.

Language Al Framework plugin (com .g I id e. language.ai _framework)

Question 96

What icon do you use to change the label on a Favorite?

Options:

A.

Clock

B.

Hamburger

C.

Pencil

D.

Three dots

E.

Triangle.

F.

Star

Question 97

On a Business Rule, the When setting determines at what point the rule executes. What are the options for specifying that timing?

Options:

A.

Before, After, Async, Display

B.

Prior to, Synchronous, on Update

C.

Insert, Update, Delete, Query

D.

Before, Synchronous, Scheduled Job, View

Question 98

Which of the following protects applications by identifying and restricting access to available files and data?

Options:

A.

Application Configuration

B.

Verbose Log

C.

Access Control Rules

D.

Application Scope

Question 99

What is a key difference between Reporting and Performance Analytics?

Options:

A.

Performance Analytics contains snapshots of data taken over time; Reporting shows only the data as it is, at the moment the report is run.

B.

Performance Analytics can show trends; Reports cannot.

C.

Reports can be run on a scheduled basis; Performance Analytics cannot.

D.

Performance Analytics data can be published to Dashboards; Reports cannot.

E.

Performance Analytics shows KPIs; Reporting does not.

Question 100

Which plugin allows users to install multiple applications, application-customizations. or plugins at once?

Options:

A.

Application Integration and Plugin Delivery (A1PD) SpokeBatch Install

B.

Continuous Integration and Continuous Delivery (CICD) SpokeBatch Install

C.

Multiple Integration and Process Delivery (MIPD) SpokeBatch Install

D.

Quick Integration and Multiple Delivery (QIMD) SpokeBatch Install

Question 101

What module in the Service Catalog application does an Administrator access to begin creating a new item?

Options:

A.

Maintain Categories

B.

Maintain Items

C.

Content Items

D.

Items

Question 102

Tables are made up of which of the following?

Options:

A.

records

B.

lists

C.

forms.

D.

fields

Question 103

How are Workflows moved between instances?

Options:

A.

Workflows are moved using Update Sets

B.

Workflows are moved using Transform Maps

C.

Workflows are moved using Application Sets

D.

Workflows cannot be moved between instances

Question 104

For Administrators creating new Service Catalog items, what is a characteristic they should know about Service Catalog variables?

Options:

A.

Service Catalog variables can only be used in Record Producers

B.

Service Catalog variables can only be used in Order Guides

C.

Service Catalog variables cannot affect the order price

D.

Service Catalog variables are global by default

Question 105

What is the Import Set Table?

Options:

A.

A table where data will be placed, post-transformation

B.

A table that determines relationships

C.

A staging area for imported records

D.

A repository for Update Set information

Question 106

Which would NOT appear in the History section of the Application Navigator?

Options:

A.

Records

B.

UI Pages

C.

Lists

D.

Forms

Question 107

When working on a form, what is the difference between Insert and Update operations?

Options:

A.

Insert creates a new record and Update saves changes, both remain on the form

B.

Insert creates a new record and Update saves changes, both exit the form

C.

Insert saves changes and exits the form, Update saves changes and remains on the form

D.

Insert saves changes and remains on the form, Update saves changes and exits the form

Question 108

How is the Event Log different from the Event Registry?

Options:

A.

Event Log contains generated Events, the Event Registry is a table of Event definitions

B.

Event Log is formatted in the Log style, the Event Registry displays different fields

C.

Event Log lists Events that were triggered by integrations, the Event Registry lists the Events that were triggered during the day (24-hour period)

D.

Event Log is the same as the Event Registry

Question 109

A Service Catalog may include which of the following components?

Options:

A.

Order Guides, Exchange Rates, Calendars

B.

Order Guides, Catalog Items, and Interceptors

C.

Catalog Items, Asset Contracts, Task Surveys

D.

Record Producers, Order Guides, and Catalog Items

Question 110

What is the purpose of a Related List?

Options:

A.

To create a one-to-many relationship

B.

To dot-walk to a core table

C.

To present related fields

D.

To present related records

Question 111

Which application is used to change the number format per table?

Options:

A.

Number Maintenance

B.

System Maintenance

C.

Table Maintenance

D.

Record Maintenance

Question 112

When using the Load Data and Transform Map process, what is the Mapping Assist used for?

Options:

A.

Mapping fields using the Import Log

B.

Mapping fields using Transform History

C.

Mapping fields using an SLA

D.

Mapping fields using a Field Map

Question 113

Which one of these applications is available to all users?

Options:

A.

Change

B.

Incident

C.

Facilities

D.

Self-Service

Question 114

UI Action can prompt that an Incident has been successfully submitted.

Options:

A.

True

B.

False

Question 115

Which of the following concepts are associated with the ServiceNow CMDB? (Choose four.)

Options:

A.

Service Processes

B.

User Permissions

C.

Tables and Fields

D.

A Database

E.

The Dependency View

Question 116

Which one of the following statements applies to a set of fields when they are coalesced during an import?

Options:

A.

If a match is found using the coalesce fields, the existing record is updated with the information being imported

B.

If a match is not found using the coalesce fields, the system does not create a Transform Map

C.

If a match is found using the coalesce fields, the system creates a new record

D.

If a match is not found using the coalesce fields, the existing record is updated with the information being imported

Question 117

Knowledge articles within a knowledge base are grouped by category.

Options:

A.

True

B.

False

Question 118

What is a way that you can mark a knowledge article for review?

Options:

A.

Flag article

B.

Review

C.

Bookmark

D.

On Hold

Question 119

In what order should filter elements be specified?

Options:

A.

Field, Operator, then Value

B.

Field, Operator, then Condition

C.

Operator, Condition, then Value

D.

Value, Operator, then Field

Question 120

A User is stored in which table?

Options:

A.

User [sys_user]

B.

User [ sys_user_group]

C.

User [ syst_user_profile]

D.

User [user_profile]

Question 121

What is a schema map?

Options:

A.

A schema map enables administrators to define records from specific tables as trouble sources for Configuration Items

B.

A schema map graphically organizes the visual task boards for the CMDB

C.

A schema map graphically displays the Configuration Items that support a business service

D.

A schema map displays the details of tables and their relationships in a visual manner, allowing administrators to view and easily access different parts of the database schema

Question 122

What is the function of user impersonation?

Options:

A.

Testing and visibility

B.

Activate verbose logging

C.

View custom perspectives

D.

Unlock Application master list

Question 123

Which term best describes something that is created, has worked performed upon it, and is eventually moved to a state of closed?

Options:

A.

report

B.

workflow

C.

event

D.

task

Question 124

Which one of the following statements is true about Column Context Menus?

Options:

A.

It displays actions such as creating quick reports, configuring the list, and exporting data

B.

It displays actions related to filtering options, assigning tags, and search

C.

It displays actions related to viewing and filtering the entire list

D.

It displays actions such as view form, view related task, and add relationship

Question 125

What is a Dictionary Override?

Options:

A.

A Dictionary Override is an incoming customer update in an Update Set which applies to the same objects as a newer local customer update

B.

A Dictionary Override is the addition, modification, or removal of anything that could have an effect on IT services

C.

A Dictionary Override is a task within a workflow that requests an action before the workflow can continue

D.

A Dictionary Override sets field properties in extended tables

Question 126

Knowledge Base Search results can be sorted by which of the following? (Choose three.)

Options:

A.

Most recent update

B.

Popularity

C.

Relevancy

D.

Manager assignment

E.

Number of views

Question 127

Reports can be created from which different places in the platform? (Choose two.)

Options:

A.

List column heading

B.

Metrics module

C.

Statistics module

D.

View / Run module

Question 128

ServiceNow is a single-instance, multiple tenant architecture?

Options:

A.

True

B.

False

Question 129

Which three Variable Types can be added to a Service Catalog Item?

Options:

A.

True/False, Multiple Choice, and Ordered

B.

True/False, Checkbox, and Number List

C.

Number List, Single Line Text, and Reference

D.

Multiple Choice, Select Box, and Checkbox

Question 130

A group is stored in which table?

Options:

A.

Group[user group]

B.

Group[sys_user]

C.

Group[sys_user_group]

D.

Group[sys_user_group_profile]

Question 131

Record numbers have to be manually incremented

Options:

A.

True

B.

False

Question 132

What displays a set of records from a table?

Options:

A.

View

B.

Dashboard

C.

Panel

D.

List

Question 133

What are the three components of a filter condition?

Options:

A.

Table

B.

Value

C.

Field

D.

Operator

Question 134

Which of the following statement describes the purpose of an Order Guide?

Options:

A.

Order Guides restrict the number of items in an order to only one item per request

B.

Order Guide provide a list of guidelines for Administrators on how to set up item variables

C.

Order Guide provide the ability to order multiple, related items as one request

D.

Order Guides take the user directly to the checkout without prompting for information

Question 135

Create Incident, Password Reset, and Report outage: what do these services in the Service Catalog have in common?

Options:

A.

They direct the user to a record producer

B.

They direct the user to a catalog property

C.

They direct the user to a catalog UI policy

D.

They direct the user to a catalog client script

Question 136

What is the purpose of flagging an article in a knowledge base?

Options:

A.

To mark an article to read later.

B.

Allow a user to submit feedback about an article

C.

Reporting an error

Question 137

A knowledge article must be which of the following states to display to a user?

Options:

A.

Published

B.

Drafted

C.

Retired

D.

Reviewed

Question 138

Which one of the following statements describes a characteristic of role assignment?

Options:

A.

Roles can contain other roles, when you are assigned a role, you inherit all the roles within that role

B.

Users can click on the Personalize Role feature to try different roles

C.

A role is granted to a user by the System Administrator

D.

Each user has a role in the ServiceNow platform

Question 139

The baseline Service Catalog homepage contains links to which of the following components?

Options:

A.

Record Producers, Order Guides, and Catalog Items

B.

Order Guides, Item Variables, and Workflows

C.

Order Guides, Catalog Items, and Workflows

D.

Record Producers, Order Guides, and Item Variables

Question 140

Where can Admins check which release is running on an ServiceNow instance?

Options:

A.

Memory Stats module

B.

Stats module

C.

System.upgraded table

D.

Transactions log

Question 141

Which of the following can be customized through the Basic Configuration UI 16 module? (Choose three.)

Options:

A.

Banner Image

B.

Record Number Format

C.

Browser Tab Title

D.

System Date Format

E.

Form Header Size

Question 142

What defines conditions that are evaluated against users to determine which users can create, read, write, and retire knowledge articles.

Options:

A.

User conditions

B.

User info

C.

User Criteria

D.

User permissions

Question 143

Which one of the following statements is a recommendation from ServiceNow about Update Sets?

Options:

A.

Avoid using the Default Update set as an Update Set for moving customizations from instance to instance

B.

Before moving customizations from instance to instance with Update Sets, ensure that both instances are different versions

C.

Use the Baseline Update Set to store the contents of items after they are changed the first time

D.

Once an Update Set is closed as “Complete”, change it back to “In Progress” until it is applied to another instance

Question 144

Table Access Control rules are processed in the following order:

Options:

A.

any table name (wildcard), parent table name, table name

B.

table name, parent table name, any table name (wildcard)

C.

parent table name, table name, any table name (wildcard)

D.

any table name (wildcard), table name, parent table name

Question 145

What is a Record Producer?

Options:

A.

A Record Producer is a type of Catalog Item that is used for Requests, not Services

B.

A Record Producer creates user records

C.

A Record Producer is a type of Catalog Item that provides easy ordering by bundling requests

D.

A Record Producer is a type of a Catalog Item that allows users to create task-based records from the Service Catalog

Question 146

Which one statement correctly describes Access Control rule evaluation?

Options:

A.

Rules are evaluated using roles. The role with the most permissions evaluates the rules first

B.

If more than one rule applies to a row, the older rule is evaluated first

C.

If a row level rule and a field level rule exist, both rules must be true before an operation is allowed

D.

Rules are evaluated from the general to the specific, so a table rule must be active to continue

Question 147

Which one of the following statements best describes the purpose of an Update Set?

Options:

A.

An Update Set allows administrators to group a series of changes into a named set and then move this set as a unit to other systems

B.

By default, an Update Set includes customizations, Business Rules, and homepages

C.

An Update Set is a group of customizations that is moved from Production to Development

D.

By default, the changes included in an Update Set are visible only in the instance to which they are applied

Question 148

What is (are) best practice(s) regarding users/groups/roles? Choose 2 answers

Options:

A.

You should never assign roles to groups.

B.

You should assign roles to users.

C.

You should assign roles to groups

D.

You should add users to groups

Question 149

Which tool is used to have conversations with logged-in users in real-time?

Options:

A.

Connect Chat

B.

Now Messenger

C.

User Presence

D.

Comments

Question 150

ServiceNow uses what term to describe all the data saved within a particular form?

Options:

A.

Fields

B.

Form

C.

Record

D.

Lists

Page: 1 / 50
Total 500 questions