ServiceNow Admin Cert Flashcards - Quizlet
ServiceNow Admin Cert Flashcards - Quizlet
Created by howard_rohman
What do incident, problem and change They save to the task table
have in common?
If importing data, how do you keep from Utilize the Coalace field to state which
importing duplicates? field is the unique key
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 1/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
What controls what data users can access ACL-Access Control List
? ACLS is a rule that will match the object
(Field or Table) and which permissions
are required to access the object
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 2/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
If a request is rejected what happens? notification is sent and sets the status to
cancelled
service catalog workflow can be attached manually on the catalog item form
in 3 ways: automatically based on conditions
automatically if no other workflows
attached
SLAs include actions that can be triggered anytime
when during the lifecycle?
What has conditions, scripts and roles and ACL-Access Control List
can limit security?
What is the Duration of the elevated role? Current Session
When is a notification sent out? When an event has been fired
What is the notification flow and how can Script, Business Rule, Workflow can all
a notification be sent out? send out notifications
Can a user open an Incident by email, if so Inbound Email Action
what is utilized?
Where can you view information about system logs
system activity?
If the system is going to be upgraded,what Any record that has been altered from the
will be exempt from the upgrade? base state by the customer
What module tracks all upgrades made to System Diagnostics>Upgrade History
the system?
Where does the home icon take you and takes you to the Homepage and the icon
what does the icon look like? looks like a little home
What can you do if the Homepage is Remove some gauges or change the
slow? refresh rate
My manager is going to be out of town Delegate-Delegation is the ability to
and needs to have the supervisor approve designate other users to receive and
while he/she is out of town, what would interact with approvals and task assigned
he/she utilize in ServiceNow? to you
What is the function of the application Provides links to all applications and
navigator? modules
What is the type filter text? Used to search through applications and
modules
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 4/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
What does the power edge provide? - Show or hide the application navigator
or the banner frame
- Split the screen (content frame) vertically
or horizontally
-Create and manage bookmarks
What is the name of the search engine Zing
used by ServiceNow?
What does the light red field status Required that has a saved value
indicator mean?
What does the green field status indicator Optional with a value.
mean?
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 5/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
What does the red field status indicator Required field that requires a value
mean?
What does the orange field status indicator Read-only data that is not editable on this
mean? form
What does the red dashed line indicate? Invalid data or a mistyped word
True/False - business rules are real-time? False - business rules are not real time
What is the difference between business Business rules apply consistently to
rules and client scripts? records regardless of how they are
accessed - client scripts only apply when
accessed through a form
What are the types of client scripts? -onLoad()
-onChange()
-onSubmit()
-onCellEdit()
What interfaces can tables be viewed and The record list view
manipulated with? The schema map
The tables module
What are import sets used for? To import data from various data sources
that maps data into SN tables
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 8/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
What is an access control? A security rule defined and set at the row-
level and at the column-level and is
executed when attempting to access any
SN table
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 9/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
What is a retroactive start? Sets the start time equal to when the
incident was created
What are the SLA conditions? Start
Stop
Pause
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 10/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
Where Pause condition in SLA can be A. It can be put on any desired field
used?
What is the use of Coalesce in Transform B. Coalescing on a field (or set of fields)
Map? means the field will be used as a unique
key. If a match is found using the coalesce
A. Coalescing on a table (or set of fields) field, the existing record will be updated.
means the field will be used as a unique
key. If a match is not found using the
coalesce field, then new & all the existing
record will be updated.
B. Coalescing on a field (or set of fields)
means the field will be used as a unique
key. If a match is found using the coalesce
field, the existing record will be updated.
C. Coalesce is used for merging update
set.
D. Coalesce is used for data inconsistency
correction of fields.
A. Not global
B. Global
C. Are not stored in any table
D. We can't create variables for catalog.
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 11/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
A. System Properties
B. UI Macro
C. Number Maintenance table
D. Through Script
Diff. b/w Buisness Rule & Client Script? B. Buisness rule works on before or after
Insert,update delete in a database & client
A. Buisness rule works on before script works on On
insert,update delete in a database & client Submit,OnchangeOnCellEdit&OnLoad
script works only on On Submit.
B. Buisness rule works on before or after
Insert,update delete in a database & client
script works on On
Submit,OnchangeOnCellEdit&OnLoadC.
Theres is no difference b/w the two
D. Buisness Rule works on Browser side
and client scripts works on Server side.
A. Catalog property
B. Service Requests
C. Order Guides
D. Record Producers
Incident extends which table? D. Task
A. cmdb_ci
B. Problem
C. Change
D. Task
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 12/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
A. Data Values
B. Database Structure
C. Scripts
D. Schema
How to decide which application will be D. Defined on the basis of roles assigned
visible on logging? to the user.
A. Content frame
B. Application Navigation
C. Homepage
D. Banner Frame
A. On Client Only
B. On Server Side
C. On both Client & server side by
checking the Client field
D. Can't be used in both client & server
side
Knowledge articles are maintained on C. Categories
which basis?
A. Roles assigned
B. Task assigned
C. Categories
D. KB Workflow
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 13/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
A. z_ghi
B. ghi_z
C. ghi_u
D. u_ghi
A. No.
B. Yes
A. cmdb_ci
B. cmdb_variable
C. cmdb_ci_configure
D. cmdb_ci_computer
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 14/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
A. Data Record
B. Configuration Items
C. Table
D. NewUser/Group
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 15/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
A. field,data record,group
B. field ,operator, value
C. field,operator ,script
D. field,operator,event
A. ESS
B. Manager
C. Analyst
D. Delegate
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 16/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
What does Key Icon on banner indicates B. On clicking it we can see the profile of
in Service Now ? any other user for testing
How to make a Business Rule global? C. Checking the Global field of Buisness
rule
A. Writing a script
B. Creating a field
C. Checking the Global field of Buisness
rule
D. We can't make Business rule global
What is the use of Script Includes in C. the scripts that are used again & again
Service Now? are maintained in Script Includes so that it
can be called any time in the required
A. It is used as same as client script. scripts
B. Script Includes is not there in Service
Now
C. the scripts that are used again & again
are maintained in Script Includes so that it
can be called any time in the required
scripts
For which tables all SLA's are tracked ? C. task_sla
A. cmdb_ci
B. task
C. task_sla
D. none of these
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 17/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
Impersonate User means ____? C. Impersonate User can shift to any other
user for testing.
A. Impersonate User has rights to see
reports
B. Impersonate User provide roles to
other users.
C. Impersonate User can shift to any other
user for testing.
D. None of these
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 18/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
A. List Collector
B. List Editor
C. List Control
D. List Edit
A. Condition field
B. Retroactive Start
C. Type field
D. Duration
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 19/20
7/10/2014 ServiceNow Admin Cert flashcards | Quizlet
Which of the following thing is true while D. Incident Priority is calculated on the
solving incidents as per ITIL framework ? basis of Impact & Urgency.
Where Pause condition in SLA can be A. It can be put on any desired field
used ?
http://quizlet.com/39391867/servicenow-admin-cert-flash-cards/ 20/20