Courseiva

CCNA Incident Management Questions

50 of 125 questions · Page 2/2 · Incident Management topic · Answers revealed

76
MCQmedium

A user's incident was closed, but they respond via email. The system creates a new incident instead of reopening the old one. What setting should be checked?

A.The 'Closed' incident policy.
B.Inbound Email Action.
C.Incident State transition rules.
D.User profile settings.
AnswerB

The Inbound Email Action logic determines how to handle replies based on the watermark.

Why this answer

Inbound Email Actions determine if a reply should update an existing record (based on the watermark) or create a new one.

77
MCQmedium

An incident is created via email. The system identifies a matching CI, but the 'Incident State' remains 'New' instead of 'In Progress' despite the assignment group being populated. What is the most likely cause?

A.The CI record lacks an 'Assigned To' field.
B.The 'Incident State' field does not have an 'In Progress' choice.
C.The business rule or email action lacks a script to trigger the 'In Progress' state transition.
D.The incident state is read-only for the system user.
AnswerC

Email actions do not automatically transition states unless explicitly scripted.

Why this answer

The Inbound Email Action logic or Business Rule that evaluates incident state transitions may require a 'State' change explicit in the script or configuration to move from 'New' to 'In Progress'.

78
MCQhard

If you need to ensure that an incident cannot be resolved unless the 'Work Notes' field is not empty, which method is most effective?

A.Data Policy
B.Catalog Client Script
C.UI Policy
D.Workflow
AnswerA

Data policies enforce mandatory field requirements at the database layer.

Why this answer

A Data Policy can be configured to make fields mandatory on the server side, ensuring compliance even if the UI is bypassed.

79
Multi-Selectmedium

Which TWO fields are essential for the 'Incident - Resolve' business rule to function correctly?

Select 2 answers
A.Urgency
B.Impact
C.Resolution Notes
D.Resolution Code
E.Assignment Group
AnswersC, D

This provides details of the solution.

Why this answer

The resolution code and resolution notes are typically required fields when moving an incident to the resolved state.

80
MCQeasy

An administrator needs to configure the system so that when an incident is created from an inbound email, a specific Assignment Group is automatically populated based on the email subject. Which feature should be used to achieve this?

A.Assignment Rules
B.Dictionary Overrides
C.Inbound Email Actions
D.Data Policies
AnswerC

Inbound Email Actions process incoming emails and can script field assignments on the incident record.

Why this answer

Inbound Actions evaluate incoming email content and can set field values, including the assignment group, on the target table such as incident.

81
MCQeasy

Which table is the base table for the 'Incident' table?

A.sys_user
B.task
C.problem
D.cmdb_ci
AnswerB

Incident is a child of the Task table.

Why this answer

The Incident table extends the Task table, which is a common parent for most ServiceNow work-related tables.

82
MCQhard

You need to ensure that an incident automatically moves to 'Resolved' state when all associated tasks are closed. Which approach utilizes the native ServiceNow engine?

A.Use an Incident Business Rule to query related tasks and set the state to Resolved.
B.Create an Assignment Rule to update the state.
C.Configure a SLA Definition to trigger resolution.
D.Set up a Flow Designer flow to execute a client-side script.
AnswerA

A Business Rule on the task table (or Incident table) triggered on update can effectively query related records and update the incident.

Why this answer

Business Rules are the standard way to trigger server-side logic based on database changes, such as checking related task states.

83
MCQmedium

An organization wants to require a 'Resolution Code' when closing an incident. What is the standard configuration?

A.Use a UI Policy to make the field mandatory when State is Resolved.
B.Modify the Dictionary Entry.
C.Use an Access Control List (ACL).
D.Use an OnSubmit Client Script.
AnswerA

This is the standard, code-free way to enforce field requirements.

Why this answer

A UI Policy is the best way to make a field mandatory based on the state.

84
Multi-Selectmedium

Which TWO components can be used to notify a user about an incident update?

Select 2 answers
A.Customer Comments
B.Assignment Rule
C.Work Notes
D.UI Policy
E.Email Notification
AnswersA, E

Comments trigger notification events for the end user.

Why this answer

Notifications and Work Notes/Comments (with email triggers) are the standard ways to communicate updates.

85
MCQeasy

What is the difference between 'Work Notes' and 'Comments' in an incident?

A.Work notes are mandatory; Comments are optional
B.Work notes are visible to the caller; Comments are internal
C.Work notes are internal; Comments are visible to the caller
D.None
E.Both are visible to everyone
AnswerC

This is the fundamental design for communication segregation in ITSM.

Why this answer

Work notes are internal to IT staff; Comments are visible to the end user (Caller).

86
Multi-Selectmedium

Which TWO fields are used in the default Incident Priority calculation?

Select 2 answers
A.Impact
B.Priority
C.Configuration Item
D.Assignment Group
E.Urgency
AnswersA, E

Impact is one of the two inputs for Priority.

Why this answer

The Priority Matrix is calculated based on the Impact and Urgency of the incident.

87
MCQeasy

Which tab on the Incident form is typically used to track communication with the caller?

A.Notes
B.Activity
C.SLA
D.Related Records
AnswerB

The Activity formatter is where comments and work notes are displayed.

Why this answer

The 'Activity' formatter shows a chronological history of work notes and comments.

88
MCQmedium

An organization wants to require 'Work Notes' whenever an incident is set to 'Pending'. How do you configure this?

A.Use a Client Script on the state field.
B.Modify the Form Layout.
C.Use a UI Policy with a condition.
D.Use a Business Rule to check for null notes.
AnswerC

The UI Policy allows making Work Notes mandatory based on the State.

Why this answer

A UI Policy with a mandatory field configuration is the correct way to handle this requirement.

89
Multi-Selecthard

An administrator is configuring Service Level Agreements (SLAs) for the Incident table. Which THREE elements are required components of a standard SLA definition (contract_sla) record in ServiceNow? (Choose three.)

Select 3 answers
A.Assigned to user mandatory script
B.Duration
C.Workflow
D.Start condition
E.Target
AnswersB, D, E

Every SLA definition requires either a fixed duration or a schedule-based duration.

Why this answer

An SLA definition requires a target (SLA type like Resolution/Response), a duration type or duration, and Start conditions. Table and collection fields are also foundational.

90
MCQeasy

An administrator needs to modify the priority lookup rules to ensure that incidents created with an Impact of 2 (Medium) and Urgency of 2 (Medium) automatically result in a Priority of 3 (Moderate). Where should the administrator navigate to configure this matrix in ServiceNow?

A.System Definition > Dictionary > Incident > Priority
B.Incident > Administration > Priority Matrix
C.Service Level Management > SLA > Priority Calculation
D.System Policy > Data Lookup Definitions > Priority Data Lookup Rules
AnswerD

This is the correct module to access the data lookup definitions that determine incident priority based on impact and urgency.

Why this answer

Priority is determined by the Data Lookup Rules table (sys_data_lookup) which uses matchingers to set priority based on impact and urgency. Navigating to System Policy > Data Lookup Definitions > Priority Data Lookup Rules is the correct path.

91
Multi-Selectmedium

Which THREE factors influence the Priority calculation in the default ITSM Incident Management?

Select 3 answers
A.Priority Lookup Rules
B.Impact
C.Resolution Time
D.Assignment Group
E.Urgency
AnswersA, B, E

The lookup rules define the result of the impact/urgency combination.

Why this answer

Priority is a matrix determined by Impact (the scope) and Urgency (the user's need), and the Priority lookup rules defined in the system.

92
MCQmedium

An analyst opens an incident and needs to populate several fields quickly with predefined standard text for a VPN connectivity issue. Which ServiceNow feature should the analyst use?

A.Quick Messages
B.Data Policies
C.Incident Templates
D.Catalog Client Scripts
AnswerC

Incident Templates allow users to apply standardized field values to new or existing records.

Why this answer

Templates allow users to apply predefined sets of field values to a form quickly.

93
MCQeasy

An incident record has been closed, and a user calls in reporting the exact same issue is still occurring. What is the recommended ITIL and ServiceNow best practice?

A.Use the Reopen UI action if permitted by system properties and workflow.
B.Delete the closed incident and create a new one.
C.Convert the closed incident into a change request.
D.Modify the closed record state directly via database XML export.
AnswerA

Reopening transitions the incident back to an active state, maintaining the audit trail and related context.

Why this answer

Best practice recommends reopening the existing incident if within a short window, or creating a new incident and referencing the closed one, but ServiceNow's baseline configuration allows reopening or uses the Reopen UI action depending on properties.

94
MCQeasy

An organization wants to ensure that when an incident is resolved, the Caller receives an email notification with a survey link. Which baseline module manages the triggering of this survey?

A.Incident Properties
B.Event Registry
C.SLA Definitions
D.Assessment and Surveys (Assessment Metric Types)
AnswerD

Assessments and Surveys provide the capability to trigger satisfaction surveys upon incident resolution.

Why this answer

Surveys are triggered via Survey definitions attached to metric types or triggered by notifications/flows when an incident moves to Resolved or Closed state.

95
Multi-Selectmedium

Which TWO of the following are true about 'Incident Tasks'?

Select 2 answers
A.Closing an incident task automatically closes the parent.
B.They allow for granular work tracking.
C.They are automatically assigned to the same user as the parent.
D.They can only be created by admins.
E.They are child tasks of the incident.
AnswersB, E

They are specifically used for breaking down large incidents.

Why this answer

Incident tasks are independent records that allow for sub-tasks and do not automatically close the parent incident.

96
MCQmedium

What is the primary function of the 'Incident State' field choices?

A.To determine SLA priority
B.To define user visibility
C.To track the lifecycle stage of an incident
D.To trigger the assignment rule
AnswerC

Standard states (New, In Progress, On Hold, Resolved, Closed) track the lifecycle.

Why this answer

Incident states track the lifecycle of the ticket from New to Closed.

97
MCQeasy

Which field on an incident is used to indicate the severity of the business impact?

A.Impact
B.Priority
C.Urgency
D.Severity
AnswerA

Impact represents the scope of the business disruption.

Why this answer

The 'Impact' field is specifically designed to capture the magnitude of the business impact.

98
MCQmedium

A service desk analyst wants to assign an unassigned incident to themselves with a single click. Which UI Action provides this functionality out of the box?

A.Claim Incident
B.Assign to me
C.Self-Assign
D.Take Ownership
AnswerB

Assign to me is the standard UI Action available on task-based forms for user assignment.

Why this answer

The 'Assign to me' UI action sets the Assigned to field to the currently logged-in user and assigns the group if empty or matches group membership context.

99
Multi-Selecthard

Which THREE components must be configured to use the Major Incident Management features?

Select 3 answers
A.CMDB Health dashboard.
B.Incident State transition definition.
C.Service Portal configuration.
D.Communication plan definitions.
E.Major Incident Management plugin.
AnswersB, D, E

Proper state flows ensure MIM processes trigger correctly.

Why this answer

Major Incident Management requires the plugin, the UI actions for promotion, and the communication plan definitions.

100
MCQhard

What is the correct order of operations when an incident meets criteria for both a standard SLA and an SLA pause condition?

A.The latest SLA created always takes priority
B.Conditions are evaluated based on defined order
C.Only one SLA can be active at a time
D.Pause conditions take precedence over start conditions
AnswerB

SLA engine processes conditions based on the order defined in the engine configuration.

Why this answer

The system processes business rules and workflows that evaluate the SLA definition conditions sequentially.

101
MCQeasy

Which user role is required by default to create, manage, and close incident records within the standard ServiceNow IT Service Management application?

A.snc_read
B.sn_incident_write
C.admin
D.itil
AnswerD

The itil role is the standard operational role required for incident fulfillment.

Why this answer

The ITIL role grants standard fulfillment permissions for incident, problem, and change management modules.

102
MCQmedium

When resolving an incident, the system automatically checks for related resolved incidents. What feature provides this functionality?

A.Knowledge Management.
B.Incident Deflection.
C.Related Incidents logic.
D.Problem Management.
AnswerC

ServiceNow includes OOB logic to flag related incidents based on CI or service.

Why this answer

Incident 'Related Records' and the 'Related Incidents' list/feature often use the 'Related Incidents' UI Policy or Business Rule to suggest correlation.

103
MCQhard

An enterprise requires that when a Major Incident is declared, a dedicated Child Incident task is automatically created for each affected business service found in the Business Service CI relationship. Which out-of-the-box feature supports this specialized workflow?

A.Major Incident Management (MIM) Workbench
B.Service Level Agreement Engine
C.Data Lookup Definitions
D.Incident Templates
E.Outbound REST Message
AnswerA

The Major Incident Workbench and associated flows manage major incident states, communications, and child incident associations.

Why this answer

Major Incident Management (MIM) includes specialized workflows and communication plans to handle major incidents, including child incident management.

104
Multi-Selectmedium

Which THREE of the following are valid ways to trigger the Major Incident Management workflow?

Select 3 answers
A.Clicking the 'Propose Major Incident' button on an incident record.
B.Automatically when an incident meets predefined criteria defined in Major Incident Trigger Rules.
C.A scheduled job that checks for incident volume.
D.By promoting a child incident to a major incident.
E.Via a direct integration with the CMDB.
AnswersA, B, D

This is the standard manual trigger for the process.

Why this answer

Major Incidents can be triggered manually by the user, via business rules based on criteria, or during the incident update process.

105
MCQmedium

Which field must be populated to allow the 'Resolution' tab to be visible or actionable?

A.Incident State
B.Caller
C.Assignment Group
D.Category
AnswerA

Moving the state to Resolved triggers the display of resolution fields.

Why this answer

The state must be set to 'Resolved' to trigger the mandatory resolution information fields.

106
MCQeasy

Which module allows an administrator to define how incidents are escalated?

A.Incident > Escalation
B.System Definition > Escalations
C.Service Management > Escalations
D.SLA > Escalation
AnswerA

The Escalation module provides the interface for defining these rules.

Why this answer

Escalation rules are managed within the 'Incident' module under 'Escalation' or via SLA breach triggers.

107
Multi-Selecthard

A Major Incident is declared. Which THREE of the following actions are automatically performed or enabled by the Major Incident Management plugin?

Select 3 answers
A.Access to the Major Incident Workbench.
B.Automatic assignment to the Service Desk manager.
C.Communication plan tasks are generated.
D.Creation of a Major Incident Candidate record.
E.Automatic closure of all related incidents.
AnswersA, C, D

The workbench is the central view for managing major incidents.

Why this answer

Major Incident Management functionality provides specific workflows to handle high-impact incidents.

108
MCQmedium

An incident is associated with a Parent incident. What behavior does ServiceNow exhibit regarding state changes between parent and child incidents out of the box?

A.Parent and child incidents must always have identical priority values.
B.Child incidents automatically inherit the assignment group of the parent upon creation only.
C.Child incidents must be manually closed one by one before the parent can close.
D.Resolving the parent incident can automatically resolve child incidents via business rules.
AnswerD

Baseline business rules cascade state changes (like resolution) from parent incidents to child incidents.

Why this answer

Out of the box, when a parent incident is resolved or closed, business rules can automatically resolve or close associated active child incidents.

109
MCQhard

You are designing an integration where incidents are created via an API. How do you ensure that 'Assignment Rules' are triggered?

A.Ensure the API user has the 'itil' role.
B.Set the 'auto_assignment' flag to true.
C.Enable the 'Run Assignment Rules' checkbox in the API call.
D.Leave the assignment fields empty in the API payload.
AnswerD

Assignment rules trigger when records are created with empty assignment fields, assuming the rule criteria are met.

Why this answer

Assignment rules run automatically upon record insertion if the assignment group/assigned to fields are empty, provided the rule is active.

110
MCQeasy

Where do you configure the email notification that is sent to the 'Caller' when an incident is resolved?

A.Business Rule > Email
B.System Notification > Email > Notifications
C.Incident Form Layout
D.Service Portal Configuration
AnswerB

This is the central location for managing system-wide email triggers.

Why this answer

Notifications are configured in the 'System Notification > Email > Notifications' module.

111
MCQeasy

Which form component is used to quickly search the Knowledge Base based on incident short description?

A.Incident History
B.Catalog
C.Service Portal
D.Knowledge Sidebar
AnswerD

The knowledge sidebar provides contextual suggestions based on the short description.

Why this answer

The 'Knowledge' related link or side-panel search helps agents find relevant articles.

112
MCQeasy

An incident has been inactive in the 'Resolved' state for a specific number of days defined by system properties. Which out-of-the-box scheduled job automatically moves it to 'Closed'?

A.Incident Escalation Job
B.Data Archival Job
C.Autoclosed Incidents
D.SLA Generation Job
AnswerC

Autoclosed Incidents is the baseline scheduled job that checks resolved incidents against glide.ui.autoclose.time.

Why this answer

The 'Autoclosed Incidents' scheduled job runs periodically to transition resolved incidents to closed status after a set duration.

113
MCQhard

You want to hide the 'Impact' field from all users except those with the 'admin' role. What is the most secure way to do this?

A.Use an ACL.
B.Update the Dictionary entry.
C.Use a Data Policy.
D.Use a UI Policy.
AnswerA

ACLs provide the most secure way to restrict field access at the database level.

Why this answer

An ACL (Access Control List) is the standard method for restricting field-level access.

114
MCQeasy

Which field on the Incident form indicates the urgency of the issue from the user's perspective?

A.Priority
B.Severity
C.Urgency
D.Impact
AnswerC

Urgency reflects the business need for a quick resolution.

Why this answer

The 'Urgency' field represents how quickly the user needs the issue resolved.

115
MCQhard

An administrator needs to track how many times an incident has been reassigned between different assignment groups to measure process efficiency. Which feature or field type natively captures and displays this movement?

A.Audit Log History (sys_audit)
B.Metric Definition (Metrics)
C.SLA Breach Counter
D.The Reassignment count field on the Task table.
AnswerD

Reassignment count is an out-of-the-box field on task records that tracks group changes.

Why this answer

The Incident table inherits from Task, which includes the Reassignment count field, incremented automatically by business rules whenever the assignment group changes.

116
Multi-Selecteasy

Which TWO options represent valid ways an end user (caller) can check the status of their submitted incident? (Choose two.)

Select 2 answers
A.Accessing the core UI Incident list view
B.System Administrator impersonation
C.Direct database query via ODBC client
D.Automated email notifications triggered by lifecycle state changes
E.Service Portal ('My Requests' or 'My Tickets' widget)
AnswersD, E

Notifications keep users informed of status changes on their incidents.

Why this answer

End users can check incident status via the Service Portal or via automated email notifications.

117
MCQeasy

Which role is the minimum required to read and update incident records?

A.user
B.itil
C.admin
D.itil_admin
AnswerB

The itil role grants access to incident management functionality.

Why this answer

The 'itil' role is the standard role for fulfilling incident tickets.

118
MCQhard

When a Major Incident is created, what happens to the linked child incidents?

A.They are ignored by the system
B.They are deleted
C.They are closed immediately
D.They are automatically updated with major incident information
AnswerD

The Major Incident Management process supports syncing updates to child records.

Why this answer

Child incidents are automatically updated to match the major incident's state or work notes to ensure synchronization.

119
Multi-Selectmedium

Which TWO methods are used to restrict visibility of Incident fields?

Select 2 answers
A.Business Rules
B.ACLs
C.System Dictionary
D.UI Policies
E.Assignment Rules
AnswersB, D

ACLs provide secure row and column level restrictions.

Why this answer

ACLs (Access Control Lists) and UI Policies are the primary mechanisms for controlling field visibility and accessibility.

120
MCQhard

You want to hide the 'Impact' field for users who do not have the 'itil' role. Where is the most appropriate place to configure this?

A.ACL
B.UI Policy
C.Data Policy
D.Client Script
AnswerB

UI Policies are the standard tool for conditional field management on forms.

Why this answer

UI Policies are the standard way to control field visibility based on user roles and conditions.

121
MCQhard

An IT organization defines a Service Level Agreement (SLA) for Incident Resolution that must pause its timer whenever an incident moves to the 'Awaiting User Info' state. Where must this pause condition be configured within the SLA definition record?

A.In the SLA Workflow properties under 'Timer Pause Actions'
B.In the SLA Definition form under the 'Pause condition' field
C.In the Dictionary entry for the Incident 'State' field
D.Within the Data Lookup Rules table for SLAs
AnswerB

The Pause condition field in the SLA Definition form specifies when the SLA timer should pause (e.g., State = Awaiting User Info).

Why this answer

SLA conditions (Start, Stop, Pause) are defined within the SLA Definition (contract_sla) record using condition builders or SLA workflow conditions. Pause conditions are explicitly set in the 'Pause condition' field.

122
MCQmedium

You are tasked with configuring the Incident Priority Matrix. If an Incident has an Urgency of 2 and an Impact of 2, what is the default Priority?

A.Priority 4 - Low
B.Priority 2 - High
C.Priority 3 - Moderate
D.Priority 1 - Critical
AnswerC

This is the out-of-box calculation for the 2/2 intersection.

Why this answer

In the standard ServiceNow ITSM demo data, the Priority Matrix maps Impact 2/Urgency 2 to Priority 3 (Moderate).

123
MCQmedium

When using the 'On-Hold' state, which sub-field is typically used to explain why the incident is waiting?

A.Assignment Group
B.Work Notes
C.On-Hold Reason
D.Resolution Code
AnswerC

This field is mandatory or recommended when moving to the On-Hold state.

Why this answer

The 'On-Hold Reason' field provides context for why an incident is not currently being worked.

124
MCQeasy

Which role is required to manage incident SLAs?

A.itil
B.sla_admin
C.admin
D.incident_manager
AnswerB

The 'sla_admin' role provides permissions to configure SLA definitions.

Why this answer

The 'sla_admin' role is required to create, update, or delete SLA definitions.

125
MCQhard

An enterprise organization requires that when a Major Incident Candidate is promoted to a Major Incident, a dedicated Major Incident workspace opens automatically, and specific child incidents are automatically associated. Which plugin must be activated to utilize the formal Major Incident Management workbench and associated workflows in ITSM?

A.com.snc.incident.mim
B.com.snc.problem.mim
C.com.snc.itsm.major_incident
D.com.snc.incident_management.advanced
AnswerA

This is the exact plugin ID for the Major Incident Management feature set in ServiceNow.

Why this answer

The Major Incident Management plugin (com.snc.incident.mim) provides the workbench, state flows, and dedicated workspace features for managing major incidents.

← PreviousPage 2 of 2 · 125 questions total

Ready to test yourself?

Try a timed practice session using only Incident Management questions.