1. Incident Management Flashcards
In the base platform configuration, what automatically happens to an incident in a Resolved state after 7 days?
A. The incident is automatically moved to a Closed state
B. A notification is sent to the Assignment Group manager requesting review of the incident record
C. A notification is sent to the Assigned to user requested review of the incident record
D. A post incident report is automatically created
A. The incident is automatically moved to a Closed state
What is the table that stores incident records?
[incident]
The Incident Task table is an extension of what table?
A. Incident [incident]
B. Task [task]
C. Problem [problem]
D. Offering [service_offering]
B. Task [task]
Where is the Incident priority matrix configured?
A. Incident Properties module
B. Priority Data Lookup table
C. Incident Priority action script
D. Incident Priority UI policy
B. Priority Data Lookup table
What is the default time for incidents in a Resolved state to automatically move to the Closed state?
A. 1 Day
B. 3 days
C. 7 days
D. 30 days
C. 7 days
When do SLA Percentage timers automatically trigger Breach Warning notifications?
A. 25% duration
B. 50% duration
C. 75% duration
D. 90% duration
B. 50% duration
C. 75% duration
The Incident Variable Editor is used to display variables on which of these records?
A. Incidents created via record producer
B. Incidents created via Now Mobile
C. Catalog items
D. Catalog tasks
A. Incidents created via record producer
What functionality copies the details of an existing incident record to a new incident record?
Copy Incident
Where do you define the list of attributes that will be copied to an incident from the originating incident?
Incident Properties module
What functionality copies the details of the parent incident and links the new incident to the parent incident?
Create Child Incident
If an ITIL user reopens a parent incident, what happens to the child incident/s?
A. They are reopened and set to ‘New’.
B. They are reopened and set to ‘In Progress’
C. The are reopened and set to ‘on Hold’.
D. They remain in a ‘Resolved’ state and must be reopened manually.
B. They are reopened and set to ‘In Progress’
If an ESS user reopens a parent incident, what happens to the child incident/s?
A. The parent and child incidents are reopened and set to ‘New’.
B. The parent and child incidents are reopened and set to ‘In Progress’
C. The parent and child incidents are reopened and set to ‘on Hold’.
D. The parent is set to ‘In Progress’, but the child incidents are not reopened.
D. The parent is set to ‘In Progress’, but the child incidents are not reopened.
Where can Administrators enable/disable the ability to copy incidents or create child incidents?
Incident Properties module
Incident > Administration > Incident Properties
T | F: An itil user can copy or create any incident whereas a user without any role may only copy the incident the user has created.
True
What provide a user-friendly way to generate records within ServiceNow and gather relevant information from users to expedite handling of their request of issue?
Record producers
In the baseline, what changes the caller’s name to red to flag them as a VIP user?
A. Highlight VIP Caller client script
B. Highlight VIP Caller UI policy
C. Set VIP Caller business rule
D. Set VIP Flag script includes
A. Highlight VIP Caller client script
How can you add columns to the Caller Lookup Select Box?
A. Add ref_ac_column attributes from the dictionary entry
B. Configure a related list
C. Configure the caller_id label
D. Add attributes to sys_popup view
A. Add ref_ac_column attributes from the dictionary entry
What are the reference icons next to fields that allow you to preview the related record called?
Reference Decorations
The reference decoration icon is controlled by what attribute?
A. ref_ac_column
B. show_icon
C. ref_contributions
D. click_through
C. ref_contributions
T | F: ref_contribution icons will not be displayed when a field is read-only unless the clickthrough=false attribute is added to the field’s Dictionary entry.
False
The clickthrough=true attribute has to be added to the Dictionary entry.
What table view configures the fields in the pop-up form that appear when you click on a reference icon?
A. sys_lookup
B. sys_reference
C. sys_details
D. sys_popup
D. sys_popup
How do you modify the content tracked in all Incident activity streams?
Click on the filter icon next to the Activity field.
Choices are stored on the _____________ table.
Choice [sys_choice]