Courseiva

ServiceNow Certified Implementation Specialist - IT Service Management (CIS-ITSM) (CIS-ITSM) (CIS-ITSM) — Questions 151225

501 questions total · 7pages · All types, answers revealed

Page 2

Page 3 of 7

Page 4
151
MCQeasy

What is the primary function of the 'sc_request' table in the ServiceNow Service Catalog data model?

A.To act as the top-level container for a cart checkout containing one or more requested items
B.To define catalog item templates
C.To store individual task workflows
D.To store approval definitions
AnswerA

The Request (sc_request) record wraps around all requested items submitted together during a cart checkout.

Why this answer

sc_request is the parent container for requests.

152
MCQmedium

When a Major Incident is created, a 'Major Incident Workbench' is available. What is its primary function?

A.Providing a central dashboard for communication and status.
B.Automating incident resolution.
C.Configuring SLA definitions.
D.Managing assignment rules.
AnswerA

The workbench is designed for coordination and visibility during a major incident.

Why this answer

The Major Incident Workbench provides a centralized view for incident responders to track status, timeline, and communications.

153
Multi-Selecthard

Which THREE types of metrics can be tracked using the baseline Incident Management SLA and Metric definitions? (Choose three.)

Select 3 answers
A.The exact GPS coordinates of the technician resolving the ticket.
B.Duration an incident spent in a specific assignment group.
C.The physical CPU utilization of the server hosting the database.
D.Time elapsed before an incident reaches the 'Resolved' state (SLA target).
E.Whether an SLA achieved its target or breached.
AnswersB, D, E

Metric definitions track the elapsed duration of field values like assignment group.

Why this answer

Metrics and SLAs track operational metrics such as assignment group duration, resolution time, and SLA breach statuses.

154
MCQeasy

What is the primary purpose of the 'Known Error Article' integration with Knowledge Management?

A.To automatically order replacement hardware from vendors
B.To publish known errors and workarounds to a knowledge base for searchability and incident deflection
C.To generate annual financial audit reports
D.To reset user passwords automatically
AnswerB

Integration with Knowledge Management shares troubleshooting knowledge broadly.

Why this answer

Publishing known errors as knowledge articles allows self-service users and support staff to find workarounds easily.

155
MCQmedium

An organization wants to categorize problems using a hierarchical tree structure (e.g., Hardware > Server > Memory). Which feature should an administrator configure to support dependent category dropdowns on the Problem form?

A.Dependent field attribute configured on the Dictionary entry
B.Catalog Client Script
C.Data Lookup Matchers
D.Client Script with GlideRecord queries
AnswerA

The 'dependent' dictionary attribute allows filtering subcategories based on the parent category value.

Why this answer

Dependent dropdowns in ServiceNow are configured using 'Dependent field' attributes on the dictionary entry of the child field.

156
MCQeasy

What is the purpose of the 'Risk' field on a Change Request form?

A.To specify the cost of the change implementation
B.To automatically trigger major incident swarming
C.To indicate the evaluated potential danger or impact of failure associated with the change
D.To determine which user is assigned to test the change
AnswerC

The risk field represents the assessed risk level (e.g., Low, Moderate, High).

Why this answer

The risk field indicates the estimated level of risk associated with implementing the change.

157
MCQeasy

When a user submits a catalog item, what is the name of the task record generated for fulfillment teams to complete manual work steps specified in a workflow?

A.sc_task
B.incident
C.sc_req_item
D.change_request
AnswerA

sc_task (Catalog Task) is the standard task record created for fulfillment teams during request processing.

Why this answer

Catalog tasks (sc_task) represent individual work tasks generated during fulfillment.

158
MCQeasy

An administrator needs to create a variable that is shared across multiple catalog items in ServiceNow. Which feature should the administrator use to achieve this?

A.Record Producer
B.Variable Set
C.Order Guide
D.Catalog Client Script
AnswerB

Correct. Variable sets allow administrators to create a collection of variables and reuse them on multiple catalog items.

Why this answer

A Variable Set allows an administrator to group variables together and reuse them across multiple catalog items, reducing redundant configuration.

159
MCQmedium

An administrator is setting up a reference variable on a catalog item that should only display active users belonging to the 'Hardware' assignment group. How should this be achieved?

A.Modify the Cart Layout record.
B.Create a Catalog UI Policy setting the filter criteria.
C.Write a Business Rule on the sys_user table.
D.Configure a Reference Qualifier on the variable definition.
AnswerD

Correct. Reference qualifiers allow administrators to apply filters (simple or advanced) to limit reference variable choices.

Why this answer

Reference qualifiers are used on reference variables to filter the records displayed when a user clicks the reference lookup.

160
MCQmedium

An organization requires that when a Problem record moves to the 'Root Cause Analysis' state, the 'Work notes' field must become mandatory. Which ServiceNow feature should an administrator configure to achieve this without writing custom client scripts?

A.Data Policy
B.Business Rule
C.Client Script
D.UI Policy
AnswerD

A UI Policy allows setting fields to mandatory when the state condition is met, without scripting.

Why this answer

UI Policies are designed to dynamically change field properties such as mandatory, visible, and read-only on a form based on conditions without scripting.

161
MCQhard

If an organization wants to prevent an Incident from being closed unless certain fields are populated, which feature should be used?

A.Client Script
B.Data Policy
C.Assignment Rule
D.System Property
AnswerB

Data policies can enforce mandatory fields at the database level regardless of the UI.

Why this answer

Data Policies or UI Policies are used to enforce data integrity before state changes.

162
Multi-Selecthard

An administrator is configuring Change Models. Which THREE elements can be customized per Change Model in ServiceNow? (Choose three.)

Select 3 answers
A.Change criteria and qualification rules
B.CMDB Hardware Discovery schedules
C.Associated Workflows or Flow Designer flows
D.Incident management assignment rules
E.State transition models and allowed states
AnswersA, C, E

Change criteria can be associated with models to govern eligibility.

Why this answer

Change models allow tailoring workflows/flows, state models, and UI views/criteria per model.

163
MCQmedium

When a Standard Change template is updated, how are existing active change requests created from that template affected?

A.They are automatically canceled and must be resubmitted
B.They trigger a new conflict detection run automatically
C.They remain unchanged, retaining the values from when the change was created
D.They are automatically updated with the new template values
AnswerC

Active records capture a snapshot of the template data at creation time.

Why this answer

Active change requests retain the snapshot of the template values as they were when the change request was created.

164
MCQmedium

When creating an Incident from a Service Portal, which component defines the fields displayed to the user?

A.Incident Form
B.Catalog Item
C.Record Producer
D.Business Rule
AnswerC

Record producers map catalog variables to incident fields.

Why this answer

A 'Record Producer' is the catalog item type used to create task-based records from the portal.

165
MCQeasy

When creating a Catalog Item, which table is the base table that all catalog items extend from?

A.Task [task]
B.Requested Item [sc_req_item]
C.Item [sc_cat_item]
D.Request [sc_request]
AnswerC

Correct. The Item [sc_cat_item] table is the base table for all catalog items, record producers, order guides, and content items.

Why this answer

All catalog items, record producers, order guides, and content items extend from the Item table [sc_cat_item].

166
Multi-Selectmedium

Which TWO methods can be used to initiate conflict detection in ServiceNow Change Management? (Choose two.)

Select 2 answers
A.By importing knowledge base articles
B.Manually by clicking a 'Run Conflict' UI action on the change request form
C.By running a daily hardware asset discovery scan
D.Automatically via business rules when schedule or CI fields are modified
E.By submitting an incident ticket via self-service portal
AnswersB, D

Users can manually trigger conflict detection using the form UI action.

Why this answer

Conflict detection runs automatically via business rules upon insert/update of schedule fields, or can be triggered manually via UI actions.

167
Multi-Selecthard

Which THREE actions can be performed when utilizing the incident-to-problem workflow in ITSM? (Choose three.)

Select 3 answers
A.Associate multiple active incidents to a single Problem record.
B.Convert the incident table class directly into a problem table class via schema map manipulation.
C.Propagate workarounds from the Problem record to all associated Incidents.
D.Automatically generate a hardware purchase order from the problem investigation.
E.Create a new Problem record directly from an Incident form.
AnswersA, C, E

Many incidents can be linked to one problem to track underlying root causes.

Why this answer

Problems can be created from incidents, incidents can be attached to existing problems, and related incidents can be resolved when the problem is fixed.

168
MCQmedium

A custom integration script is inserting records directly into the cmdb_ci_server table without invoking the Identification and Reconciliation Engine (IRE). What is the primary risk of this approach?

A.It causes ServiceNow to automatically reject all incoming records due to missing UI policies.
B.It bypasses identification rules and reconciliation rules, risking data duplication and unauthorized overwrites.
C.It prevents the CIs from ever being viewed in the Dependency View.
D.It triggers an infinite loop in the Discovery pattern engine.
AnswerB

Direct table insertion circumvents the IRE engine, invalidating deduplication and data source precedence logic.

Why this answer

Bypassing the IRE means duplicate CIs can be created, and reconciliation rules governing attribute updates will not be enforced, compromising data integrity.

169
MCQeasy

Which change type is characterized by low risk, high frequency, and pre-authorization?

A.Emergency Change
B.Standard Change
C.Major Change
D.Normal Change
AnswerB

Standard changes are pre-authorized and low risk.

Why this answer

Standard changes are pre-authorized, low risk, and repeatable.

170
MCQmedium

A user complains that they can see 'Incident' but not 'Problem'. What is the most likely reason?

A.The user is not in the correct assignment group.
B.The user has the 'itil' role which excludes Problem access.
C.The user lacks the 'problem' role.
D.The 'Problem' module is deactivated.
AnswerC

Application access is governed by roles defined in the Application Menu.

Why this answer

Access to modules is controlled by roles. If the user lacks a role associated with the Problem Management application, the module will be hidden.

171
Multi-Selecthard

Which THREE components are configured when setting up a Service Level Agreement (SLA) Definition for Incident Management? (Choose three.)

Select 3 answers
A.Start condition
B.Workflow / Schedule
C.Stop condition
D.Assignment rule mapping
E.Data policy rule
AnswersA, B, C

Start conditions determine when the SLA timer begins tracking.

Why this answer

An SLA definition requires specifying the target table, duration/schedule, and workflow conditions (Start, Stop, Pause).

172
MCQmedium

An enterprise requires its financial services portfolio to be visible exclusively to members of the 'Finance Management' group, while keeping all other portfolios visible to the wider IT organization. Where should an administrator configure this restriction in ServiceNow?

A.Service Portfolio form -> 'Access' related list or Assignment Group field
B.Catalog Item user criteria
C.User Profile role assignment of 'sn_spm.portfolio_viewer' globally
D.CSDM Foundation Domain Separation rules
AnswerA

Portfolios can restrict visibility and management rights using User/Group access lists associated directly with the portfolio record.

Why this answer

Portfolios use User and Group access lists to restrict visibility to specific organizational segments.

173
MCQmedium

A service desk manager needs to ensure that Incidents assigned to the 'Hardware' group are automatically routed to a specific sub-group based on the 'Category' field. Which configuration should be used?

A.Flow Designer
B.Assignment Rules
C.Data Lookups
D.Business Rules
AnswerB

Assignment rules allow for automated routing based on conditions.

Why this answer

Assignment Rules are the standard mechanism to automatically route tickets based on defined criteria like Category and Assignment Group.

174
Multi-Selecthard

An administrator is configuring a Multi-Row Variable Set (MRVS). Which THREE of the following capabilities are true regarding MRVS behavior? (Choose three.)

Select 3 answers
A.It can be reused across multiple catalog items just like standard variable sets.
B.It allows users to enter tabular rows of variable data on a single catalog item form.
C.The submitted data is stored as a serialized JSON string in the variable value table.
D.It automatically creates separate Incident records for every row entered in the grid.
E.Standard Catalog UI Policies can dynamically hide individual columns inside an MRVS grid dynamically by column name.
AnswersA, B, C

MRVS is a type of variable set and supports reusability across items.

Why this answer

MRVS allows collecting multiple rows of variable data, stores data in JSON format on requested items, and can be validated through specialized mechanisms.

175
MCQmedium

An administrator needs to modify the default list layout for the Problem module so that all users see the 'Known Error' column by default. Where should this be configured?

A.System UI > Views > Problem Default View
B.Configure List Layout while logged in with no user preference overriding (Default view)
C.User Preferences table (sys_user_preference)
D.Navigation Pane Module Editor
AnswerB

Configuring the list layout as an administrator without a user filter sets the system default view.

Why this answer

Administrators configure default global list layouts by configuring the list view as an admin, which creates a sys_ui_list record with no user specified.

176
MCQmedium

A catalog item has a variable named 'software_version' that needs to be populated dynamically using a script. Which type of variable allows options to be populated dynamically via a lookup or script?

A.Lookup Select Box
B.Checkbox
C.Multi-Line Text
D.Single Line Text
AnswerA

Lookup Select Box variables dynamically populate their choices from a specified table based on reference criteria.

Why this answer

Lookup Select Box and Select Box variables allow options to be populated via choice lists or reference lookups.

177
MCQhard

When running conflict detection on a change request, ServiceNow evaluates 'Schedule Overlap' conflicts. What specific date/time fields on the change request are compared against other changes?

A.Start time and End time fields on associated change tasks
B.Opened and Closed dates
C.Due date and Effective date
D.Planned start date and Planned end date
AnswerD

Planned start and end dates define the execution window evaluated for schedule overlaps.

Why this answer

Conflict detection compares the Planned start date and Planned end date fields of overlapping change requests.

178
Multi-Selecthard

When fulfilling a Catalog Request, ServiceNow generates a hierarchy of records. Which THREE of the following tables are part of this core request fulfillment data model? (Choose three.)

Select 3 answers
A.cmdb_ci
B.sc_req_item
C.sc_request
D.sc_task
E.incident
AnswersB, C, D

sc_req_item represents individual items ordered within the request.

Why this answer

The core catalog model consists of Request (sc_request), Requested Item (sc_req_item), and Catalog Task (sc_task).

179
MCQhard

An administrator is troubleshooting an Order Guide where Rule Base conditions evaluate to true, but the expected child catalog item is not being added to the cart. What is a valid troubleshooting step in this scenario?

A.Check the 'No cart' attribute on the order guide record itself.
B.Verify that the child catalog item is active and that the submitting user satisfies the child item's User Criteria.
C.Rewrite the rule base conditions using legacy javascript eval() statements.
D.Disable cascading variables on all child catalog items.
AnswerB

Even if the rule base evaluates to true, if the user cannot view the child item due to User Criteria or if the item is inactive, it will not be added.

Why this answer

Checking the debug session or verifying that the child item is active, visible, and not restricted by User Criteria for the submitting user is critical.

180
MCQmedium

A change practitioner is reviewing a Normal Change request and notices the Risk value is set to 'High'. What impact does a 'High' risk value typically have on the out-of-the-box change workflow?

A.It bypasses all conflict detection rules
B.It converts the normal change into a standard change automatically
C.It requires additional approvals, such as CAB review, before implementation
D.It automatically cancels the change request
AnswerC

High risk changes require rigorous evaluation and typically CAB authorization.

Why this answer

Higher risk values typically route the change request through stricter approval requirements, such as requiring CAB authorization.

181
MCQmedium

An administrator needs to hide a specific variable on a Catalog Item when another variable's value changes to 'Other'. Which tool should be used to achieve this without writing custom script logic?

A.Catalog UI Policy
B.Data Policy
C.Access Control List (ACL)
D.Catalog Client Script
AnswerA

Catalog UI Policies dynamically change the visibility, read-only status, or mandatory state of variables declaratively.

Why this answer

Catalog UI Policies allow administrators to set UI behaviors such as visible, mandatory, and read-only for catalog variables without writing code.

182
Multi-Selecthard

An administrator is configuring cascading variables in an Order Guide. Which THREE conditions must be met for variables to successfully cascade from the order guide to child items? (Choose three.)

Select 3 answers
A.The child item must have 'No Workflow' checked.
B.Both items must share the exact same sys_id.
C.The variable types in both the order guide and the child item must match.
D.The variable names in both the order guide and the child item must match exactly.
E.The child catalog items must be included in the order by the rule base evaluation.
AnswersC, D, E

Type matching ensures data compatibility.

Why this answer

Cascading requires matching variable names, matching variable types, and having cascade enabled on the order guide/items.

183
MCQmedium

When configuring an 'Incident Record Producer', what is the purpose of the 'Script' field?

A.To map variables to fields on the target record
B.To hide fields from the end user
C.To trigger an email notification
D.To define the Incident assignment group
AnswerA

Mapping allows variable data to be captured in actual incident fields.

Why this answer

The script field allows for mapping variables from the catalog item to fields on the created incident record.

184
MCQmedium

An administrator has created a new Variable Set containing five variables. They want to add this entire set to an existing catalog item. Where should the administrator navigate to accomplish this?

A.Modify the Order Guide rule base to include the variable set.
B.Open the Variable Set record and add the catalog item to the 'Target Items' related list.
C.Service Catalog > Administration > Variable Sets
D.Open the Catalog Item form and use the 'Variable Sets' related list to add the set.
AnswerD

The Variable Sets related list on a catalog item form allows associating pre-built variable sets.

Why this answer

Variable sets are added to catalog items through the 'Variable Sets' related list on the Catalog Item form.

185
MCQmedium

An administrator wants to ensure that when a user orders a specific software license item, the workflow checks if approval is needed based on the cost variable. Where should this conditional routing be built?

A.Inside the Variable Set definition.
B.Inside the workflow using an 'If' activity that evaluates the cost variable.
C.Inside the Catalog UI Policy configuration.
D.Inside the Cart Layout settings.
AnswerB

Correct. Workflows use 'If' or 'Condition' activities to evaluate variable values and direct the fulfillment path accordingly.

Why this answer

Conditional routing based on variable values is built inside the workflow (e.g., using an 'If' activity) associated with the catalog item.

186
Multi-Selecthard

An administrator is designing a custom Flow Designer action to process Problem records. Which TWO types of inputs can be configured for a custom Flow Designer action? (Choose two.)

Select 2 answers
A.Live video streaming feed codec
B.Analog radio frequency wave capture
C.Record (referencing a specific table like Problem [problem])
D.Direct physical server motherboard circuit diagram binary
E.String (for text inputs like short descriptions or workarounds)
AnswersC, E

Actions can accept record object references as inputs.

Why this answer

Custom actions in Flow Designer accept various data types including records (GlideRecord references), strings, integers, booleans, and dates.

187
MCQhard

You are troubleshooting a scenario where an Incident SLA is not attaching to a ticket. What is the first place you should investigate?

A.SLA Definition Conditions
B.Incident State
C.System Dictionary
D.User Preferences
AnswerA

The condition builder determines the start criteria; if these don't match the ticket, the SLA won't attach.

Why this answer

The SLA Definition condition builder determines if an incident meets the criteria to attach the SLA.

188
MCQmedium

A customer wants to make the 'Short Description' field mandatory only when the Incident state changes to 'Resolved'. Which approach is best?

A.Create a Business Rule with 'abortAction()'.
B.Use a UI Policy with the 'Mandatory' field set to 'True'.
C.Use a Data Policy on the field.
D.Create an OnChange Client Script.
AnswerB

UI Policies are designed specifically for this behavior.

Why this answer

UI Policies are the standard, best-practice tool for making fields mandatory based on conditions.

189
Multi-Selecteasy

Which TWO benefits are gained by linking related Incidents to a Problem record? (Choose two.)

Select 2 answers
A.Immediate deletion of all server hard drives
B.Automatic conversion of incidents into physical paper mail
C.Ability to send bulk communications to all affected incident callers when a workaround is found
D.Accurate calculation of total business impact and affected user counts
E.Automatic promotion of all end users to IT administrators
AnswersC, D

Linking enables mass communication of workarounds.

Why this answer

Linking incidents helps track the scope of impact and allows bulk updating/closure when the problem is resolved.

190
MCQeasy

Which ServiceNow table stores the individual requested items generated when a user submits a service catalog request?

A.sc_req_item
B.sc_request
C.sys_user
D.sc_task
AnswerA

The sc_req_item table stores the actual requested items contained within a request.

Why this answer

The Requested Item table [sc_req_item] stores individual items that are requested within a service catalog order.

191
Multi-Selectmedium

Which THREE fields are mandatory by default in the Incident module?

Select 3 answers
A.Category
B.Caller
C.Short Description
D.Location
E.Resolution Notes
AnswersA, B, C

Category is mandatory for reporting purposes.

Why this answer

ServiceNow includes 'Caller', 'Short Description', and 'Category' as core mandatory fields for incident creation.

192
MCQhard

A custom workflow is designed for High Priority problems. When priority is 1 - Critical, the workflow must spawn a parallel set of problem tasks for Infrastructure, Security, and Database teams simultaneously. Which Flow Designer flow logic component accomplishes parallel execution?

A.For Each loop logic
B.Wait for condition activity
C.If / Else condition branches
D.Do in Parallel flow logic block
AnswerD

The 'Do in Parallel' block executes multiple paths at the same time.

Why this answer

The 'Do in Parallel' flow logic block in Flow Designer allows executing multiple branches concurrently.

193
Multi-Selectmedium

Which THREE factors should an implementation specialist consider when designing the Service Portfolio hierarchy for a large enterprise? (Choose three.)

Select 3 answers
A.Alignment with the organization's CSDM framework and CMDB maturity
B.Governance, visibility, and access control requirements across departments
C.Business unit ownership and financial chargeback structures
D.Individual user password expiration policies
E.Local printer driver compatibility lists
AnswersA, B, C

CSDM maturity dictates how services and offerings are structured.

Why this answer

Portfolio hierarchy design involves grouping by business units, aligning with CSDM, and considering governance boundaries.

194
MCQmedium

What happens to a Change Request if a CAB attendee rejects it during a CAB meeting?

A.It is set to 'Rejected'.
B.It is ignored.
C.It is sent to the ITIL user.
D.It is deleted.
E.It is automatically closed.
AnswerA

Approval status becomes rejected, stalling the workflow.

Why this answer

The Change Request state will typically revert or pause, and the approval status will be set to 'Rejected'.

195
MCQmedium

A change manager wants to ensure that changes affecting a specific mission-critical business service are automatically assigned a High risk score. How can this be accomplished?

A.Modifying the Business Service form layout
B.Configuring a Risk Condition matching that business service
C.Creating a Service Level Agreement (SLA) definition
D.Writing an Access Control List (ACL)
AnswerB

Risk conditions allow mapping specific business services or CI criteria to automatic risk scores.

Why this answer

Risk conditions can evaluate the affected business service or CI class to automatically assign risk levels.

196
MCQeasy

A service owner needs to define specific pricing, delivery commitments, and SLAs for a standard IT Service. In ServiceNow Service Portfolio Management, what is the correct term for this distinct level of a service?

A.Service Offering
B.Business Service Definition
C.Service Level Commitment (SLC)
D.Service Portfolio
AnswerA

Service Offerings represent specific commitments, pricing, and SLAs attached to a parent service.

Why this answer

Service Offerings define the specific pricing, commitments, and terms under which a service is delivered.

197
MCQhard

A high-volume enterprise experiences thousands of problem state updates daily. To optimize database performance, an administrator wants to archive closed Problem records older than 3 years. Which feature should be configured?

A.Dictionary entry attribute 'auto_purge'
B.A scheduled job running manual SQL DELETE statements
C.Client script cleanup routine
D.Archiving Rules (Data Archiving plugin)
AnswerD

Data archiving rules define criteria to move old records to archive tables automatically.

Why this answer

Data Archiving (Archiving Rules) automatically moves old records from operational tables to archive tables based on age or state conditions.

198
MCQmedium

An administrator created a Catalog UI Policy that makes a variable mandatory when another variable equals 'Other'. However, the policy does not apply when the item is loaded via an Order Guide. How should the administrator resolve this?

A.Add the order guide to the 'Catalog UI Policy Related Lists' tab.
B.Change the execution order of the UI policy to 1.
C.Ensure 'Applies to Order Guides' is checked on the Catalog UI Policy record.
D.Convert the Catalog UI Policy into a Catalog Client Script using g_form.setMandatory().
AnswerC

Catalog UI Policies include flags specifying whether they apply to catalog items, target tables, and order guides.

Why this answer

Catalog UI Policies have an 'Applies to a target table' or 'Applies to Order Guides' configuration depending on context, or global applicability must be verified.

199
Multi-Selectmedium

Which TWO methods can be used to escalate an incident to a Major Incident in ServiceNow? (Choose two.)

Select 2 answers
A.Clicking the 'Promote to Major Incident' UI action on the Incident form.
B.Using Major Incident Candidate rules that automatically evaluate criteria upon insert or update.
C.Deleting the original incident and recreating it on the Major Incident table.
D.Modifying the Data Policy table definitions.
E.Modifying the dictionary override for the priority field.
AnswersA, B

Agents with appropriate roles can manually promote an incident using the form UI action.

Why this answer

Major incidents can be promoted via UI actions on the incident form or automatically triggered via configured rules and thresholds.

200
MCQmedium

A problem coordinator wants to create a new Problem record directly from an existing major Incident while retaining a bi-directional link so that updates to the Incident's workaround are automatically copied to the related Problem. How should the administrator achieve this relationship natively?

A.Configure a Data Policy from Problem to Incident
B.Write a custom database trigger
C.Use the 'Create Problem' UI Action on the Incident form
D.Manually populate the Parent incident field on the Problem form
AnswerC

The 'Create Problem' UI action natively links the incident and problem, allowing workarounds and details to be shared.

Why this answer

Using the 'Create Problem' UI Action on the Incident form creates a problem record and establishes a related list entry using the task_rel_table or out-of-the-box reference mechanisms.

201
MCQmedium

A service desk manager reports that priority is not updating automatically when Impact and Urgency are changed on an incident form. Where is the mapping between Impact, Urgency, and Priority configured?

A.Data Policies
B.Priority Lookup Rules
C.UI Policies
D.Assignment Rules
E.Service Level Agreements (SLAs)
AnswerB

Priority Lookup Rules automatically set the priority value based on matching impact and urgency inputs.

Why this answer

Priority is calculated using the Priority Lookup Rules table (sys_choice or Data Lookup Definitions depending on configuration), which maps impact and urgency combinations to a priority value.

202
MCQmedium

What is the purpose of the 'Incident Task' table?

A.To replace the Incident table.
B.To allow multiple groups to work on an Incident simultaneously.
C.To track SLA metrics for problems.
D.To automate incident closure.
AnswerB

This allows for parallel work assignment within the context of a single parent incident.

Why this answer

Incident Tasks allow for granular breakdown of incident work, allowing multiple teams to contribute to the resolution.

203
Multi-Selectmedium

Which TWO of the following are valid ways to escalate an incident?

Select 2 answers
A.Changing the user's manager.
B.Configuring an SLA breach to trigger an event.
C.Adding the incident to a Change Request.
D.Deleting the incident record.
E.Manually changing the Priority field.
AnswersB, E

SLA breach events are standard methods to signal escalation.

Why this answer

Escalation can be performed by manually changing the priority/urgency or by setting up automated SLA breach triggers.

204
MCQmedium

An organization requires that incidents created from a specific catalog item are automatically assigned to the 'Service Desk' group. What is the best way to implement this?

A.Assignment Rule.
B.Business Rule on the Catalog Task table.
C.Record Producer script.
D.UI Policy.
AnswerC

You can set current.assignment_group in the script field of the Record Producer.

Why this answer

Using the Record Producer's 'Script' field or a Flow Designer flow is the standard way to set values for records generated by the Service Catalog.

205
Multi-Selectmedium

Which TWO considerations are important when designing Assignment Rules for Incident Management? (Choose two.)

Select 2 answers
A.Assignment rules can only assign incidents to individual users, never groups.
B.Evaluation stops at the first matching rule unless otherwise configured.
C.Assignment rules require client-side JavaScript to function.
D.Assignment rules execute before Inbound Email Actions.
E.Rules are evaluated in ascending order based on their Order field value.
AnswersB, E

The first matching assignment rule executes and processing halts.

Why this answer

Assignment rules should be structured with proper Order values and condition statements matching target records.

206
MCQmedium

An organization wants to restrict problem creation so that only users assigned to the 'Problem Management' group can create new problem records. How should this be implemented?

A.A create Access Control List (ACL) on the Problem table checking group membership
B.A Dictionary entry attribute 'no_create'
C.A Client Script hiding the 'New' button for unauthorized users
D.A UI Policy enforcing mandatory user groups
AnswerA

Table-level create ACLs restrict who can insert new records into the problem table.

Why this answer

Create ACLs on the problem table for the 'create' operation that verifies if the user belongs to the Problem Management group.

207
MCQeasy

Which field on a Catalog Item defines the text displayed on the primary checkout button when ordering the item?

A.Checkout Label
B.Order button text
C.Submit Label
D.Action Button Title
AnswerB

Order button text customizes the label of the primary submission button.

Why this answer

The 'Order button text' field allows customizing the button text (e.g., 'Request Hardware' instead of 'Order Now').

208
Multi-Selectmedium

Which TWO of the following are valid ways to structure layouts in a Service Catalog item form? (Choose two.)

Select 2 answers
A.UI Macro Table Mappings
B.Variable Sets
C.Dictionary Layout Overrides
D.Container Begin / Container Split / Container End
E.CSS Flexbox Injection via Catalog UI Policy Actions
AnswersB, D

Variable sets group related variables logically.

Why this answer

Containers and splits (Container Begin, Container Split, Container End) are used for multi-column layouts, and variable sets organize grouped variables.

209
Multi-Selectmedium

Which TWO states are typically included in the baseline Incident lifecycle state model? (Choose two.)

Select 2 answers
A.Resolved
B.Under Review
C.Backlog
D.Pending Approval
E.In Progress
AnswersA, E

Resolved is a standard baseline incident state.

Why this answer

Baseline incident states include New, In Progress, On Hold, Resolved, Closed, and Canceled.

210
MCQhard

During the review of a scheduled Normal Change, the Change Management conflict engine flags an overlap. The conflict is detected against another change record that targets a different CI, but both CIs depend on the same parent business service. How does the conflict engine identify this relationship?

A.By evaluating upstream and downstream relationships in the cmdb_rel_ci table linked to shared dependent CIs or business services.
B.By comparing the assignment groups of the tasks to see if they share the same manager.
C.By checking if both change records reference the same parent service portfolio offering in Service Portfolio Management.
D.Through the Change Schedule map view overlapping boundaries calculated exclusively by the location field.
AnswerA

The conflict engine traverses the CI Relationship table to find transitive and direct dependencies between configuration items.

Why this answer

ServiceNow's conflict detection engine evaluates relationships stored in the Configuration Management Database (CMDB) CI Relationship table (cmdb_rel_ci) to identify upstream and downstream dependencies, such as shared business services or parent CIs.

211
MCQhard

An administrator needs to write a custom script to evaluate change conflicts programmatically. Which script include method is commonly called to execute conflict checks for a given change sys_id?

A.ChangeEngine().runConflicts()
B.ConflictFinderSNC().hasConflict() or equivalent engine methods
C.CABWorkbench().getConflicts()
D.RiskCalculator().calculate()
AnswerB

The ConflictFinderSNC script include provides programmatic methods to evaluate conflicts for a change record.

Why this answer

ConflictFinder or ConflictFinderSNC methods like 'pentetrate' or 'conflict' or checking conflict status programmatically are used. Specifically, ConflictFinderSNC instance methods.

212
MCQhard

When configuring Maintenance Schedules in ServiceNow Change Management, what is the effect of defining a Maintenance Schedule versus a Blackout Schedule?

A.Maintenance schedules specify approved windows for changes, while blackout schedules specify prohibited periods
B.Maintenance schedules are only for emergency changes, while blackout schedules apply to normal changes
C.There is no functional difference; they are interchangeable terms in ServiceNow
D.Maintenance schedules automatically close change tasks, while blackout schedules trigger conflict warnings
AnswerA

Maintenance schedules highlight preferred times for implementation; blackout schedules block changes during critical business hours.

Why this answer

Maintenance schedules define when changes are allowed or preferred, whereas blackout schedules define when changes are prohibited.

213
MCQmedium

A developer needs to populate a user's department automatically into a catalog variable when the Catalog Item form loads. Which type of script should be used?

A.Business Rule
B.Catalog Client Script (onLoad)
C.Catalog UI Policy Script
D.Script Include
AnswerB

An onLoad Catalog Client Script executes immediately when the catalog item form loads on the client side.

Why this answer

An onLoad Catalog Client Script runs when the catalog item form is loaded, allowing developers to use g_form or GlideAjax to fetch and set user information.

214
Multi-Selecthard

During Change Conflict Detection, which THREE types of conflicts can the ServiceNow conflict engine automatically identify and report on a change record? (Choose three.)

Select 3 answers
A.Conflicts where another change targets the exact same Configuration Item (CI) during an overlapping time window.
B.Conflicts where a change target CI is related to another CI undergoing a change in a conflicting window.
C.Conflicts where the change request submitter lacks the required approval delegation limits.
D.Conflicts where the estimated cost of the change exceeds the assigned cost center budget threshold.
E.Conflicts where a change is scheduled during a defined Blackout Schedule window.
AnswersA, B, E

Overlapping change schedules on the same CI are a primary conflict type detected by the engine.

Why this answer

The Change Conflict engine evaluates overlaps such as changes affecting the same CI, changes scheduled during defined Blackout periods, and maintenance schedule violations or overlapping changes on related CIs.

215
MCQmedium

To make a Catalog Item available only to members of the 'HR' group, where should this restriction be configured?

A.User Criteria field on the Catalog Item
B.Access Control List (ACL)
C.Available For related list
D.Catalog UI Policy
AnswerC

This feature explicitly controls visibility based on user attributes.

Why this answer

The 'Available For' related list on the Catalog Item record is the native way to restrict item visibility by User, Group, Department, or Company.

216
MCQhard

When an incident is set to 'On Hold', the 'On Hold' timer should begin. How is this configured?

A.System Property
B.Metric Definition
C.Business Rule on Incident state
D.SLA Pause Conditions
AnswerD

Pause conditions in an SLA definition trigger the timer to pause/start based on state.

Why this answer

SLA pause conditions are configured in the SLA Definition to track time when the incident is in a specific state.

217
MCQhard

A multinational enterprise uses Service Portfolio Management and needs to ensure that service commitments reflect underlying vendor Operational Level Agreements (OLAs). Where should an administrator link vendor OLAs to ensure compliance tracking within ServiceNow?

A.Inside the CSDM Relationship builder as a dynamic CI link
B.Within the Catalog Item workflow definition
C.On the Service Offering record via related lists for commitments or SLAs
D.Directly on the Service Portfolio record as child attachments
AnswerC

Service offerings can be tied to underlying SLAs, OLAs, and underpinning contracts to track compliance.

Why this answer

OLAs underpin SLAs and service offerings by defining internal or vendor commitments required to meet the service offering goals.

218
MCQeasy

When configuring a Service Catalog item, what is the purpose of setting the 'No cart' field to true?

A.It prevents users from ordering more than one quantity of the item.
B.It deletes all existing items currently stored in the user's active shopping cart.
C.It disables the Service Portal shopping experience completely for that user.
D.It hides the 'Add to Cart' button and forces immediate checkout upon submission.
AnswerD

Correct. Checking 'No cart' removes the 'Add to Cart' button so users must use 'Buy Now'.

Why this answer

Setting 'No cart' to true replaces the 'Add to Cart' button with 'Buy Now', bypassing the cart and immediately taking the user to the checkout or submission confirmation page.

219
MCQmedium

When an incident is moved to 'Resolved', what happens to the SLA timer?

A.The SLA timer pauses indefinitely
B.The SLA timer continues
C.The SLA timer stops
D.The SLA timer resets to zero
AnswerC

Standard configurations stop the SLA timer when the incident reaches a resolved state.

Why this answer

The SLA engine pauses or stops the SLA timer based on the stop condition defined in the SLA Definition.

220
MCQeasy

When configuring a Service Catalog item, which field determines the target table where records will be inserted when using a Record Producer?

A.Target Table
B.Task Table
C.Destination Class
D.Table name
AnswerD

Table name specifies the destination table for the record producer.

Why this answer

The 'Table name' field on a Record Producer defines which database table the submitted record will be created in.

221
MCQhard

A change request is stuck in 'Assess' state despite all conditions being met. What is the most likely cause if the 'Risk Assessment' is complete?

A.The CI is not active.
B.The risk assessment record has not been approved.
C.The CAB Workbench has not been scheduled.
D.The change window is closed.
E.Conflict detection has not run.
AnswerB

Risk assessments often require a separate approval record before the Change Request state progresses.

Why this answer

The 'Risk Assessment' must be approved; if the assessment is 'Complete' but the Change is not moving, the risk assessment workflow or approval rule might be misconfigured.

222
Multi-Selecteasy

Which TWO roles are typically associated with managing and participating in Change Management processes? (Choose two.)

Select 2 answers
A.itil
B.sn_vul_admin
C.change_manager
D.discovery_admin
E.sn_hr_core
AnswersA, C

The itil role allows users to create and manage change requests.

Why this answer

The itil role and change_manager role are core roles for managing change requests.

223
MCQhard

During root cause analysis, a problem analyst identifies that a third-party application component is failing. The analyst wants to link an existing RFC (Request for Change) to the Problem record to track the remediation. How is this relationship established in ServiceNow?

A.By executing a background script to update the sys_audit table
B.By changing the task type of the problem to a change request
C.By adding the change request in the 'Caused by change' or 'Change requests' related list on the Problem form
D.By modifying the Problem workflow XML to inject the change task ID
AnswerC

Related lists allow linking changes directly to the problem record.

Why this answer

Problem records include a 'Caused by change' or 'Requests Change' related list and fields where change requests can be directly linked.

224
MCQhard

A developer needs to populate a List Collector variable with records from a custom table based on criteria evaluated at runtime. How can this dynamic filtering be achieved?

A.By modifying the sc_req_item dictionary directly
B.Using a client-side alert message
C.Using a reference qualifier on the List Collector variable definition
D.Using a Catalog UI Policy action to set filter attributes
AnswerC

List Collector variables support reference qualifiers (similar to reference fields) to filter available records dynamically.

Why this answer

List Collector filters can use reference qualifiers or dynamic reference qualifiers using javascript: expressions.

225
Multi-Selecteasy

Which TWO types of schedules can be utilized to prevent changes from occurring during critical business hours? (Choose two.)

Select 2 answers
A.Asset Depreciation Schedules
B.Maintenance Schedules
C.Blackout Schedules
D.Employee Shift Schedules
E.Knowledge Article Expiration Schedules
AnswersB, C

Maintenance schedules define approved windows for conducting changes.

Why this answer

Blackout schedules and maintenance schedules help govern when changes can or cannot occur.

Page 2

Page 3 of 7

Page 4

All pages