Courseiva

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

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

Page 3

Page 4 of 7

Page 5
226
MCQmedium

A user with the 'itil' role tries to view a Problem record but receives an error stating 'Record not found' or is blocked by an ACL. What is the most likely cause?

A.The user lacks the 'problem' role required to read or write Problem records
B.The problem record was archived into an update set
C.The Incident Management plugin is inactive
D.The user's browser cache needs to be cleared
AnswerA

Out of the box, the 'itil' role alone does not grant access to Problem Management; the 'problem' role is required.

Why this answer

If an ITIL user cannot see a problem, they may lack the 'problem' role, or a restrictive ACL is blocking access based on assignment group or domain separation.

227
Multi-Selectmedium

An administrator is configuring a Catalog UI Policy. Which TWO of the following statements are true regarding Catalog UI Policies? (Choose two.)

Select 2 answers
A.They execute on the server side prior to database insertion.
B.They can be applied to both Catalog Items and Record Producers.
C.They can execute client-side logic without requiring JavaScript when using declarative UI policy actions.
D.They only function on legacy UI16 forms and are unsupported in Service Portal.
E.They replace the need for Catalog Client Scripts in all scenarios, including asynchronous database lookups.
AnswersB, C

UI policies apply to both catalog items and record producers.

Why this answer

Catalog UI policies run on the client side, apply to catalog items and record producers, and execute without requiring JavaScript when configured declaratively.

228
MCQhard

A developer is writing a Catalog Client Script that needs to interact with variables inside a Multi-Row Variable Set (MRVS). Which g_form method is used to retrieve the entire contents of an MRVS as an object/string?

A.g_form.getValue('mrvs_internal_name')
B.g_scratchpad.getVariableSet()
C.g_form.getMRVSValue()
D.g_form.getMatrixValue()
AnswerA

g_form.getValue() on an MRVS variable returns a JSON string representing all rows contained within the multi-row variable set.

Why this answer

g_form.getValue(mrvs_variable_name) returns the JSON string representation of the multi-row variable set data.

229
Multi-Selectmedium

Which THREE attributes or details are typically documented during the investigation phase of a Problem? (Choose three.)

Select 3 answers
A.Root cause summary
B.Affected Configuration Item(s)
C.Workaround instructions
D.Company stock ticker symbols
E.Employee cafeteria lunch menus
AnswersA, B, C

Root cause summary captures findings of the investigation.

Why this answer

During investigation, analysts document root cause summaries, workarounds, affected CIs, and related problem tasks.

230
Multi-Selecthard

Which THREE of the following features are characteristic of Order Guides in ServiceNow? (Choose three.)

Select 3 answers
A.They replace the requirement for approval workflows entirely.
B.They allow users to submit multiple related catalog items as a single order.
C.They provide a 'Describe Needs' initial stage to gather high-level user requirements.
D.They use a Rule Base to conditionally include or exclude specific catalog items.
E.They can only be used by ITIL fulfillment agents, not end users.
AnswersB, C, D

Correct. Order guides bundle multiple items into a cohesive checkout process.

Why this answer

Order guides present an initial describe needs phase, evaluate rule bases to determine conditional items, and bundle multiple items into a single cart checkout.

231
MCQhard

When configuring an Order Guide, how does the system determine which Catalog Items to present to the user in the subsequent steps?

A.Using Catalog Client Scripts attached to the Order Guide container
B.Using variable sets mapped to the target items
C.Using Order Guide Rules
D.Using Flow Designer flow triggers
AnswerC

Order Guide Rules evaluate conditions against initial variables to dynamically include or exclude items.

Why this answer

Rules are defined within the Order Guide to evaluate user input from the initial prompt page and conditionally include specific catalog items.

232
Multi-Selecthard

An administrator is tasked with configuring custom Risk Assessment rules. Which THREE database tables are primarily involved in risk assessments and condition mapping? (Choose three.)

Select 3 answers
A.risk_conditions (Risk Conditions table)
B.asmt_metric (Assessment Metrics table)
C.asmt_metric_category (Assessment Metric Categories)
D.incident_sla (Incident SLA table)
E.cmdb_ci_computer (Computer CI table)
AnswersA, B, C

Risk conditions store the rules mapping assessment results to risk values.

Why this answer

Risk assessments involve risk conditions, assessment metric categories, and assessment instances.

233
MCQhard

A company integrates Problem Management with an external bug tracker. When a Problem state changes in ServiceNow, an outbound REST message must be sent asynchronously. Which ServiceNow feature should trigger this outbound REST call?

A.An asynchronous Business Rule or Flow Designer action invoking a REST message
B.A UI Policy with an inbound webhook script
C.A Dictionary Override on the REST endpoint field
D.A synchronous Client Script using XMLHttpRequest
AnswerA

Asynchronous business rules or flows prevent blocking the user transaction while waiting for external API responses.

Why this answer

Outbound REST messages triggered from Business Rules or Message/REST integration steps in Flow Designer handle asynchronous external system communications.

234
MCQhard

An enterprise uses Agile Development in tandem with Problem Management. When a root cause points to a software defect, the team wants to create a Defect record in ServiceNow Agile Development directly from the Problem form. How is this integration typically achieved?

A.By configuring a UI Action on the Problem form that instantiates an Agile Defect record and establishes a relationship
B.By mapping Data Lookup definitions between rm_defects and problem tables
C.By editing the core cmdb_ci relationship formatter
D.By changing the base table of the problem table to rm_defect
AnswerA

A custom or bundled UI Action bridges Problem Management and Agile Development.

Why this answer

Configuring UI Actions or extending Agile Development plugins enables creating Agile artifacts (Stories, Defects, Epics) from task forms like Problem.

235
Multi-Selecthard

An administrator is troubleshooting a Catalog Client Script that is not executing properly on a Service Portal catalog item. Which THREE factors should be verified? (Choose three.)

Select 3 answers
A.The user has admin rights to the database
B.The 'UI Type' field is set to 'Mobile/Service Portal' or 'All'
C.The correct variable name is referenced in the script and applies to the catalog item
D.The script is written in Java rather than JavaScript
E.The script is marked as 'Active'
AnswersB, C, E

Scripts configured exclusively for Desktop (UI Type = Desktop) will not execute in Service Portal.

Why this answer

Check client script type (onChange/onLoad/onSubmit), UI type (Desktop / Mobile / Both), and active status.

236
Multi-Selectmedium

Which TWO actions occur automatically when a Major Incident Candidate is promoted to a Major Incident using the Major Incident Management workbench? (Choose two.)

Select 2 answers
A.The caller of the incident is automatically granted admin access.
B.All associated child incidents are automatically closed.
C.A dedicated Major Incident Workbench is populated with relevant timeline and stakeholder tasks.
D.The priority of the incident is automatically downgraded to Low.
E.The incident state automatically changes to 'In Progress' or a custom major incident state flow depending on configuration.
AnswersC, E

The workbench provides real-time collaboration tools, task tracking, and timeline updates for the major incident team.

Why this answer

Promoting a major incident candidate triggers state flows, can create child incidents, notifies stakeholders, and opens the Major Incident Workbench.

237
MCQmedium

How can an agent escalate an incident that is currently 'In Progress'?

A.Change the Impact or Urgency
B.Change the State
C.Assign it to a higher level group
D.Submit a new incident
AnswerA

Changing these inputs forces a re-evaluation of the priority.

Why this answer

The 'Priority' field is increased by updating the Impact or Urgency fields, which triggers a priority recalculation.

238
Multi-Selecthard

An administrator is setting up service commitments and metrics in Service Portfolio Management. Which TWO elements can be defined as part of a Service Commitment? (Choose two.)

Select 2 answers
A.Reliability or uptime metrics
B.Availability target percentage
C.Active directory group membership approval workflows
D.Physical rack elevation layout diagrams
E.Network firewall port opening rules
AnswersA, B

Reliability targets are core components of service commitments.

Why this answer

Service commitments define availability, performance, and reliability targets for offerings, often underpinned by SLAs or metrics.

239
MCQhard

You want to restrict the visibility of specific fields in a Change Request based on the Change Model. What is the recommended way to do this?

A.ACLs
B.Business Rules
C.Form View Rules
D.UI Policies
E.Data Policies
AnswerC

View rules provide a controlled method to switch form layouts.

Why this answer

Form Views and View Rules are the standard way to restrict field visibility based on context.

240
Multi-Selecthard

Which THREE items are required to properly define an SLA?

Select 3 answers
A.Schedule
B.Priority Filter
C.Start Condition
D.Duration
E.User Role
AnswersA, C, D

The schedule defines the working hours applied to the duration.

Why this answer

An SLA definition requires a schedule, duration, and start/stop/pause conditions.

241
MCQmedium

Which mechanism ensures that if an Incident is not updated for 24 hours, an email is sent to the manager?

A.Workflow
B.Inactivity Monitor
C.Business Rule
D.Client Script
AnswerB

Inactivity monitors are designed to trigger actions after a period of no updates.

Why this answer

A 'Scheduled Job' or 'SLA' can be used, but 'SLA Breach' or specific 'Inactivity Monitors' are the standard tools for this.

242
MCQmedium

An administrator needs to ensure that a catalog item displays a warning message at the top of the form whenever a specific variable is changed. Which script type is best suited for this?

A.Catalog Client Script (OnChange)
B.Catalog UI Policy (Run scripts)
C.Business Rule (Display)
D.Catalog Server Script
AnswerA

OnChange client scripts trigger when a specific variable's value changes.

Why this answer

A Catalog Client Script of type OnChange can display messages using g_form.addInfoMessage() or g_form.showFieldMsg().

243
Multi-Selecteasy

Which TWO methods can be used to navigate to Problem Management modules in the ServiceNow application navigator? (Choose two.)

Select 2 answers
A.Clicking on System Security > Certificates
B.Navigating via Problem > Open or Problem Administration > Properties
C.Accessing Facilities > Work Orders
D.Opening the Incident menu and selecting 'Payroll Runs'
E.Typing 'Problem' in the Filter navigator box
AnswersB, E

The Problem application menu contains these exact module links.

Why this answer

Users can use the application navigator filter to search for 'Problem' or browse under the ITSM application menu structure.

244
MCQmedium

If you want to ensure that a Change Request cannot be moved to 'Implement' if it conflicts with another Change Request, which feature should you enable?

A.CAB Governance
B.Change Conflict Detection
C.Change Schedule
D.Risk Assessment
E.Standard Change Catalog
AnswerB

The engine can be configured to prevent changes from advancing if conflicts exist.

Why this answer

Conflict detection settings can be configured to block state transitions if unresolved conflicts are detected.

245
MCQeasy

Which state does a Normal Change typically enter immediately after submission, prior to risk assessment and planning?

A.Review
B.Implementation
C.New
D.Closed
AnswerC

New is the initial state for a normal change request.

Why this answer

In the ITIL v3/Paris+ change state model, a normal change typically starts in the New state, then moves to Assess.

246
MCQmedium

An implementation specialist is asked to configure lifecycle stages for service offerings. What are the baseline lifecycle stages available out-of-the-box in ServiceNow SPM?

A.New, Work in Progress, Pending, Complete
B.Pipeline, Operational, Retired
C.Draft, Active, Suspended, Closed
D.Planning, Developing, Testing, Live, Maintenance, EOL
AnswerB

The standard baseline stages for services and offerings are Pipeline, Operational, and Retired.

Why this answer

Service Portfolio Management aligns with CSDM lifecycle stages, typically including Pipeline, Operational, and Retired.

247
MCQeasy

What is the primary function of the Change Advisory Board (CAB) Workbench?

A.To automatically execute risk assessments
B.To create standard change catalog items
C.To discover configuration items on the network
D.To manage, track, and conduct CAB meetings efficiently
AnswerD

CAB Workbench provides a dedicated workspace to manage CAB meetings and review change requests.

Why this answer

The CAB Workbench facilitates the scheduling, agenda creation, running, and post-meeting review of CAB meetings.

248
MCQeasy

What is the function of the 'No 'Add to Cart'' checkbox on a catalog item form?

A.It completely disables ordering of the item.
B.It removes the 'Add to Cart' button, leaving only the 'Order Now' button.
C.It prevents the item from appearing in search results.
D.It restricts checkout to users with the admin role.
AnswerB

This setting prevents adding items to a cart for batch checkout.

Why this answer

Checking 'No 'Add to Cart'' removes the Add to Cart button, forcing users to click 'Order Now' directly.

249
Multi-Selectmedium

When configuring Change Risk Assessment in ServiceNow, which THREE components are part of the Risk Assessment framework? (Choose three.)

Select 3 answers
A.Metric Types
B.Metrics
C.Workflow Activity Handlers
D.CI Class Mapping Tables
E.Metric Categories
AnswersA, B, E

Metric types define the overarching assessment definition and are linked to target tables like change_request.

Why this answer

The Risk Assessment framework consists of Metric Types (defining the assessment questionnaire), Metrics (individual questions), and Metric Categories (grouping questions and weighting scores).

250
MCQmedium

An organization wants to track problem metrics using Performance Analytics. Which plugin must be active to utilize out-of-the-box Performance Analytics content packs for Problem Management?

A.Incident and Problem Analytics Pack
B.ITSM Performance Analytics Core
C.Problem Management Advanced Analytics
D.Performance Analytics - Content Pack - Problem Management
AnswerD

This specific content pack contains pre-built KPIs and dashboards for Problem Management.

Why this answer

The Performance Analytics Content Pack - Problem Management plugin provides out-of-the-box dashboards, indicators, and breakdowns for problem processes.

251
MCQeasy

An administrator is creating a Record Producer. Which table should the resulting records be generated in?

A.sc_req_item
B.sc_request
C.A target table specified in the Record Producer definition (e.g., incident or custom table)
D.sys_user
AnswerC

A Record Producer maps variables directly to fields on a chosen target table, such as Incident or a custom table.

Why this answer

Record producers allow users to create task-based or non-task records from the Service Catalog, targeting any table extending Task or custom tables.

252
MCQmedium

What does the 'Caller' field on the Incident form reference?

A.The incident table
B.The groups table
C.The sys_user table
D.The cmn_department table
AnswerC

The caller must be a record in the user database.

Why this answer

The Caller field is a reference field pointing to the 'sys_user' table.

253
MCQmedium

A change request is in the 'Review' state. What is the primary purpose of this phase?

A.To approve the release.
B.To close the change.
C.To perform conflict detection.
D.To assign work.
E.To verify the change outcomes.
AnswerE

Post-implementation review determines success.

Why this answer

The Review phase allows for post-implementation evaluation to ensure the change achieved its objectives.

254
MCQmedium

Which tool is best for visualizing the relationship between an Incident and the affected Configuration Item?

A.Incident Timeline.
B.Incident History.
C.Task SLA.
D.Dependency View.
AnswerD

The Dependency View graphically displays the CI and its related upstream/downstream components.

Why this answer

The Dependency View is the standard tool for visualizing CI relationships and impacts.

255
MCQhard

An Incident is related to a Problem record. When the Problem is resolved, the related Incidents should be updated automatically. How is this typically managed?

A.Business Rule on the Incident table
B.Flow Designer trigger on Incident table
C.Scheduled Job
D.UI Action on the Problem table
AnswerD

Standard Problem Management includes UI actions to sync state changes to related incidents.

Why this answer

The 'Update related incidents' UI Action on the Problem form automates this process.

256
MCQmedium

An organization requires that when a user selects 'Hardware' in a dropdown variable, three specific hardware-related variables become mandatory. Which approach represents best practice in ServiceNow?

A.Catalog UI Policy
B.Catalog Client Script (OnChange)
C.Data Policy on the sc_req_item table
D.Order Guide Rule Base
AnswerA

Catalog UI policies provide a no-code mechanism to control variable state (mandatory/visible/read-only) based on conditions.

Why this answer

Catalog UI Policies represent best practice for making variables mandatory or visible based on other variable values without writing code.

257
MCQhard

An organization requires that when a Problem goes to 'Resolved', all related active incidents must be updated with the workaround text and moved to 'Awaiting User Info' state. How should this be configured for optimal performance?

A.A Script Include combined with a Problem Business Rule to batch-update related incidents
B.An Access Control List script with update capabilities
C.A Dictionary Client Script on the Incident table
D.A Client Script running on the Problem form with synchronous GlideRecord loops
AnswerA

Encapsulating business logic in a Script Include called by a Business Rule ensures clean, maintainable, and high-performance server processing.

Why this answer

A Script Include called from a Business Rule or Flow Designer action can efficiently query and batch-update related incidents without looping inefficiently in client-side scripts.

258
Multi-Selecthard

An enterprise is auditing its ServiceNow instance for ITIL compliance in Problem Management. Which TWO core metrics or practices are typically evaluated to measure Problem Management effectiveness? (Choose two.)

Select 2 answers
A.Reduction in recurring incidents linked to known problems
B.Total number of printer toner cartridges ordered annually
C.Percentage of known errors documented with workarounds in the KEDB
D.Average employee commute distance
E.Frequency of firewall firmware updates
AnswersA, C

A successful problem process reduces the volume of recurring incidents.

Why this answer

Effectiveness is measured by metrics like incident recurrence reduction, percentage of problems with known error articles, and mean time to resolve/investigate problems.

259
MCQeasy

What is the primary purpose of the 'Description' field on a Problem record?

A.To hold the XML payload of inbound emails
B.To log the license key of the software
C.To provide a detailed explanation of the symptoms and issue observed
D.To store the administrator's login credentials
AnswerC

It helps investigators understand the symptoms reported.

Why this answer

The description field captures the detailed account of the symptoms and observations reported when the problem was logged.

260
Multi-Selecthard

An administrator is troubleshooting why conflict detection is not evaluating custom CI relationship types. Which THREE components control how CI relationships are traversed during conflict detection? (Choose three.)

Select 3 answers
A.Service Catalog workflow versioning rules
B.CI relationship type definitions (cmdb_rel_type) specifying upstream/downstream semantics
C.Conflict detection system properties enabling relationship traversal
D.Incident management priority lookup tables
E.Script includes (such as ConflictFinderSNC) containing the traversal query logic
AnswersB, C, E

Relationship types define how CIs are connected and interpreted.

Why this answer

Conflict relationship traversal relies on relationship type definitions, conflict system properties, and script includes.

261
MCQeasy

Which module allows users to view available pre-approved templates to create a change request quickly?

A.Standard Change Catalog
B.Emergency Change Repository
C.Change Schedule Calendar
D.Normal Change Generator
AnswerA

The Standard Change Catalog module provides access to published standard change templates.

Why this answer

Standard Change Catalog is where users browse and select pre-approved standard change templates.

262
MCQmedium

An analyst wants to search for problems that mention a specific error code in their description or workaround notes. Which ServiceNow search feature indexes and searches across all Problem records efficiently?

A.Global Text Search (Zing / AI Search)
B.Database Views builder
C.Metric Definition report generator
D.Data Archiving search query tool
AnswerA

Global search indexes task text fields, allowing keyword searching across problems.

Why this answer

Global Text Search (AI Search or legacy Zing text search) indexes problem records for quick keyword retrieval.

263
Multi-Selectmedium

Which TWO features are supported by Multi-Row Variable Sets (MRVS) in ServiceNow Service Catalog? (Choose two.)

Select 2 answers
A.Automatically generating a separate incident record for each row submitted
B.Supporting Catalog UI Policies and Catalog Client Scripts
C.Storing data directly in permanent custom table columns during initial cart checkout
D.Allowing users to enter tabular, multi-row data collections within a single catalog item
E.Replacing standard workflows with spreadsheet imports
AnswersB, D

MRVS supports UI policies and client scripts to validate and control row-level or variable-level behavior.

Why this answer

MRVS support adding multiple rows of data and can be scripted using Catalog Client Scripts.

264
Multi-Selectmedium

Which TWO statements are true regarding Record Producers in ServiceNow? (Choose two.)

Select 2 answers
A.They prevent users from accessing the Service Portal
B.Variables can be mapped directly to fields on the target table record
C.They are restricted to creating records only in the sc_req_item table
D.They require an Order Guide to function
E.They generate records in a target table specified in their definition, such as Incident or a custom table
AnswersB, E

Record producer variables can be mapped to specific fields on the target table using field mapping.

Why this answer

Record producers create task/non-task records and map variables to table fields.

265
Multi-Selectmedium

Which TWO of the following are common methods to populate the 'Affected CI' on an incident?

Select 2 answers
A.Incident Business Rules.
B.Manual selection from the CI list.
C.Email Subject parsing.
D.Automatic population from the Caller's record.
E.System property configuration.
AnswersB, D

Users can select the CI directly from the form.

Why this answer

The CI can be populated manually or automatically via the 'Caller's' record if a primary CI is linked.

266
Multi-Selecthard

Which THREE are characteristics of a Standard Change?

Select 3 answers
A.Low risk
B.Requires emergency intervention
C.Repeatable process
D.Requires CAB approval
E.Pre-authorized
AnswersA, C, E

Standard changes are low risk.

Why this answer

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

267
MCQhard

During conflict detection, ServiceNow identifies a 'Blackout Schedule' conflict. What does this indicate?

A.The change implementer lacks the required security role during off-hours
B.The change is scheduled during a predefined period where changes are prohibited for the target CI or service
C.The CI is currently marked as offline in the CMDB
D.Another change is scheduled at the exact same time on the same CI
AnswerB

Blackout schedules mark forbidden times for changes; scheduling a change during this window triggers a blackout conflict.

Why this answer

A blackout schedule defines periods during which no changes are permitted on specified CIs or services to prevent disruption during critical business times.

268
Multi-Selecthard

When configuring financial modeling and cost roll-ups for a Service Offering in SPM, which THREE data sources can contribute to the calculated cost of the offering? (Choose three.)

Select 3 answers
A.Direct expense lines associated with the service offering CI
B.Allocated costs from underlying infrastructure CIs linked via CSDM relationships
C.Labor costs tracked via project time cards mapped to the service
D.Syslog error count thresholds
E.Client browser cookies and cache session logs
AnswersA, B, C

Expense lines are a primary source for cost roll-ups.

Why this answer

Financial models in SPM can aggregate costs from underlying CIs, expense lines, and related operational expenses.

269
MCQeasy

Which role is required to finalize a Standard Change template?

A.sn_cmdb_admin
B.itil
C.approver_user
D.sn_change_cab.cab_manager
E.change_manager
AnswerE

This role is required to manage and publish standard change templates.

Why this answer

Standard Change Producers or members of the change_manager group typically finalize templates.

270
MCQhard

A change manager notices that the risk assessment questionnaire is not generating a risk value when a Normal Change record is saved. Upon investigation, the administrator finds that the Risk Assessment UI Action is missing from the form. What is the most likely cause of this behavior?

A.The user lacks the 'itil' role required to view the assessment related list on the change form layout.
B.The Change Management - State Model core plugin has been deactivated, disabling all assessment logic.
C.The Change Risk Assessment plugin is active, but the matching Metric Type record conditions do not evaluate to true for the current change record.
D.The change record is currently in the Review state, and risk assessments are restricted from running post-implementation.
AnswerC

Risk assessment trigger conditions are evaluated against the change record; if no metric type matches the criteria, assessments are not initiated or displayed.

Why this answer

Risk assessment criteria and calculations are tied to Risk Assessment rules (asmt_metric_type and associated conditions). If the change state is outside the allowed assessment state or the conditions on the risk assessment definition are not met, the assessment UI action or automatic calculation will not trigger.

271
MCQhard

You are investigating why an incident was not auto-assigned. You check the Assignment Rules but notice the 'Match Conditions' are met. What is another common reason?

A.The Assignment Rule is not active.
B.The 'Assigned to' field is already populated.
C.The incident is in a closed state.
D.The incident was created via an Email Inbound Action.
AnswerA

An inactive rule will not process regardless of match conditions.

Why this answer

Assignment rules must be active and the 'Assignment rule' field on the incident form must be empty if you want the rule to overwrite it.

272
MCQeasy

A team wants to create a new relationship type to define a custom dependency between hardware and business applications. Which module should be used to define this new relationship type?

A.Dependency View Configurator
B.CI Relationship Rules
C.CMDB Groups
D.Relationship Types
AnswerD

The Relationship Types module allows administrators to create and manage custom relationship labels and directions.

Why this answer

Relationship Types (cmdb_rel_type) define the directional relationship labels between CIs and can be created or modified via the Relationship Types module.

273
MCQhard

A fulfillment workflow needs to dynamically assign a Catalog Task to the manager of the user specified in a catalog variable named 'target_employee'. How can this be accomplished in a workflow?

A.Write a standalone Business Rule on the sys_user table.
B.Modify the Order Guide rule base to evaluate manager hierarchy.
C.Use the Assignment group field in the Catalog Task activity configuration directly.
D.Configure the Catalog Task activity assignment to use script/dot-walking to reach current.variables.target_employee.manager.
AnswerD

Correct. Workflow task assignment fields support dot-walking to variable references and their related attributes.

Why this answer

In a workflow activity (like 'Catalog Task'), the assignment can be set using advanced scripting or by dot-walking from the variable to the user's manager (e.g., current.variables.target_employee.manager).

274
Multi-Selectmedium

When configuring Incident Management properties (Incident > Administration > Properties), which TWO behaviors can an administrator control globally? (Choose two.)

Select 2 answers
A.Define the exact salary range of incident managers.
B.Set the physical server memory allocation for the instance.
C.Configure Active Directory domain controllers.
D.Enable or disable customer updates to reopen closed incidents (e.g., com.snc.incident.reopen_closed).
E.Determine the number of days after which Resolved incidents automatically close.
AnswersD, E

System properties control whether end users can reopen closed incidents by replying to notifications.

Why this answer

Incident properties control operational behaviors like reopening rules, auto-closure intervals, and default search behaviors.

275
Multi-Selectmedium

Which TWO are common 'On Hold' reasons in the standard Incident process?

Select 2 answers
A.Awaiting Assignment
B.Awaiting Approval
C.Awaiting Change
D.Awaiting Caller
E.Awaiting Vendor
AnswersD, E

Standard hold reason for waiting on the user.

Why this answer

Standard on-hold reasons include 'Awaiting Caller' and 'Awaiting Vendor'.

276
MCQhard

You need to ensure that only members of the 'Major Incident Management' group can promote an incident to a Major Incident. How do you restrict this?

A.Update the UI Action condition.
B.Use a Data Policy.
C.Create a Client Script.
D.Use an ACL on the 'Major Incident' field.
AnswerA

Modifying the Condition on the 'Promote to Major Incident' UI Action is the standard way to restrict access.

Why this answer

The 'Major Incident' promotion feature is governed by a UI Action which can have its 'Condition' field updated to check for specific roles or groups.

277
MCQmedium

An administrator needs to configure a taxonomy to organize services logically for end-users browsing the Service Portal. Where is the Service Portfolio Taxonomy configured in ServiceNow?

A.System Definition -> UI Policies
B.CMDB Class Manager -> Relationship Rules
C.Service Level Management -> SLA Properties
D.Service Portfolio Workspace -> Taxonomies / Categories
AnswerD

The Service Portfolio Workspace allows administrators to manage taxonomies and categories for structured navigation.

Why this answer

Service Portfolios and taxonomies can be managed and aligned within the Service Portfolio Workspace or Service Catalog taxonomy modules.

278
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.

279
Multi-Selecthard

Which THREE components are required to configure a Service Catalog 'Record Producer'?

Select 3 answers
A.Variable to Field mappings
B.Script to define field values
C.Target Table
D.Approval Workflow
E.Order Guide association
AnswersA, B, C

Necessary to populate record fields from user input.

Why this answer

Record Producers require the table to map to, the mapping of variables to fields, and the script (or template) to define how the record is created.

280
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'.

281
Multi-Selecthard

An administrator is configuring UI Policies on the Problem table to streamline user entry. Which TWO properties or configurations can a UI Policy modify on form fields without scripting? (Choose two.)

Select 2 answers
A.Instance IP address binding
B.Java runtime memory allocation
C.Underlying database table schema definition
D.Visible state (showing or hiding fields/sections)
E.Mandatory state (making fields mandatory or optional)
AnswersD, E

UI policies manage field and section visibility.

Why this answer

UI Policies can dynamically set fields to Mandatory, Visible, or Read-only based on conditions.

282
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.

283
MCQhard

An administrator needs to disable automatic conflict detection for a specific integration account that bulk-imports changes. What is the recommended way to prevent conflict detection from running during this specific import?

A.Modifying the CMDB sync engine properties
B.Deactivating the business rule that triggers conflict detection and checking session or import set context
C.Changing the integration user's role to 'itil'
D.Deleting the ConflictFinderSNC script include
AnswerB

Checking for import set context or batch flags in the business rule prevents unnecessary conflict processing during bulk loads.

Why this answer

Setting the 'ni.nolog' or using sysparm flags or controlling conflict execution via script includes / business rules (such as checking current.isAction()) is standard, but disabling via configuration property or checking context is common. Alternatively, setting specific properties or API flags.

284
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.

285
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.

286
MCQmedium

A change manager wants to restrict who can approve Emergency Changes. Where is this restriction configured?

A.Incident Management Properties
B.Global Business Rules only
C.Service Catalog Access Controls
D.Change Authorities and Approval Definitions
AnswerD

Change authorities and approval definitions determine who has the authority to approve specific change types.

Why this answer

Emergency change approvals are governed by change models, approval definitions, or change authorities assigned to emergency changes.

287
MCQeasy

Where should an administrator navigate to configure global Service Catalog properties, such as enabling cart layouts or checkout options?

A.Self-Service > Catalog Properties
B.System Properties > Service Catalog
C.Request Management > Setup > Properties
D.Service Catalog > Administration > Properties
AnswerD

Service Catalog > Administration > Properties is the standard navigation path for catalog-specific properties.

Why this answer

Service Catalog properties are managed through Service Catalog > Administration > Properties.

288
MCQmedium

An organization wants to enable the 'Create Problem' button on incident forms only when the Incident Category is set to 'Network'. Where should this condition be evaluated?

A.In the Data Policy configuration
B.In a Client Script using g_form.setDisabled()
C.In a UI Policy applied to the Incident form
D.In the Condition field of the 'Create Problem' UI Action record
AnswerD

The Condition field on the UI Action record determines when the button or link appears on the form.

Why this answer

UI Actions have a 'Condition' field where administrators can write server-side evaluation scripts or conditions (e.g., current.category == 'network') to control button visibility.

289
MCQeasy

Which module allows administrators to configure categories and subcategories to organize Service Catalog items for end users?

A.Maintain Items
B.Maintain Categories
C.Order Guides
D.Catalog Definitions
AnswerB

Correct. 'Maintain Categories' is the standard module used to create and organize catalog categories.

Why this answer

Categories are managed via the 'Maintain Categories' module in the Service Catalog application.

290
Multi-Selecteasy

Which TWO fields are commonly used to define the execution window of a change request? (Choose two.)

Select 2 answers
A.Planned end date
B.Due date
C.Sys created on
D.Planned start date
E.Closed date
AnswersA, D

Planned end date defines when implementation is scheduled to finish.

Why this answer

Planned start date and Planned end date define the proposed implementation window for changes.

291
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.

292
Multi-Selectmedium

Which TWO of the following are true regarding 'Catalog Client Scripts'?

Select 2 answers
A.They are used to update the sc_task state directly
B.They only run on the Service Portal
C.They can be used to make fields mandatory
D.They execute on the server side
E.They can be applied to Variable Sets
AnswersC, E

They provide dynamic control over form fields.

Why this answer

Catalog Client Scripts run on the client side (browser) and can be scoped to specific catalog items or global variable sets.

293
MCQmedium

A change practitioner wants to view all changes scheduled during a specific maintenance window in a calendar format. Which ServiceNow feature should they use?

A.ITOM Health Dashboard
B.Report Designer Bar Chart
C.Change Schedule / Change Calendar
D.CMDB Dependency View
AnswerC

The Change Schedule offers a calendar interface displaying change windows and blackouts.

Why this answer

The Change Schedule provides a calendar view of change requests, maintenance schedules, and blackouts.

294
MCQmedium

A developer has created a Catalog Client Script that runs onchange of a variable named 'hardware_type'. The script needs to clear and repopulate a 'model' variable based on the selected hardware type using AJAX. Which client-side API method is best suited for making this asynchronous server call?

A.GlideRecordSecure
B.g_scratchpad
C.GlideAjax
D.g_form.getReference()
AnswerC

GlideAjax allows client scripts to execute server-side code asynchronously.

Why this answer

GlideAjax is the standard, asynchronous method for client-side scripts to communicate with the server in ServiceNow.

295
MCQmedium

An administrator is configuring a variable where users can select multiple options from a predefined list. Which variable type should be selected?

A.List Collector
B.Single Line Text
C.Select Box
D.Multiple Choice
AnswerA

Correct. A List Collector variable type allows users to select multiple records from a specified table.

Why this answer

The 'Select Box' allows one choice, but 'Checkboxes' or 'List Collector' are used for multiple selections. Specifically, when selecting multiple choices from a drop-down or list, a 'List Collector' or multiple checkboxes are used. For picking from a multi-select choice list, 'Select Box' is insufficient; 'Check Box' or 'List Collector' applies.

Wait, let's look at standard ServiceNow variable types: 'Select Box', 'Check Box', 'List Collector', 'Multiple Choice'. A 'Multiple Choice' variable type creates radio buttons (single select). A 'Select Box' creates a drop-down (single select).

A 'List Collector' allows selecting multiple records from a table. 'Check Boxes' allow multiple independent options.

296
MCQmedium

A user attempts to create a Normal Change request, but notices that the Conflict Detection engine is not automatically running upon save. Which Business Rule or scheduled job typically triggers conflict detection asynchronously?

A.Risk Assessment Scheduled Job
B.Change Management Scheduled Import
C.CAB Workbench Scheduled Job
D.Run Conflict Detection on Insert/Update Business Rule
AnswerD

An out-of-the-box business rule on change_request calls conflict detection when fields affecting scheduling are modified.

Why this answer

Conflict detection is typically invoked by the ConflictFinderSNC script include, often called from business rules on the change_request table upon insert or update.

297
MCQeasy

Which application menu contains the module for creating and managing Catalog Categories?

A.Service Catalog > Administration > Categories
B.System Definition > Catalog Categories
C.Request Management > Categories
D.Self-Service > Category Setup
AnswerA

Service Catalog Administration contains category management modules.

Why this answer

Catalog Categories are managed under Service Catalog > Catalogs > Categories or Service Catalog > Administration > Categories.

298
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.

299
MCQeasy

An auditor wants to verify the physical existence and accuracy of datacenter hardware CIs by having owners attest to their records. Which application provides this attestation capability?

A.Asset Management Audit module
B.CI Class Manager attestation wizard
C.Data Certification
D.CMDB Health Dashboard compliance tab
AnswerC

Data Certification provides the attestation framework for CMDB owners to verify CI accuracy.

Why this answer

Data Certification enables organizations to create attestation schedules where CI owners review and verify record accuracy.

300
Multi-Selecthard

Which THREE of the following metrics are tracked under the Correctness pillar of the CMDB Health Dashboard? (Choose three.)

Select 3 answers
A.Staleness
B.Relationships (Invalid relationships)
C.Duplicate CIs
D.Required fields populated
E.Orphan CIs
AnswersB, C, E

Invalid or broken relationships are tracked under the Correctness pillar.

Why this answer

Correctness tracks data integrity problems, specifically Duplicates, Orphans, and Invalid Relationships or Stale references (depending on configuration, primarily Duplicates and Orphans). Let's list the valid correctness metrics.

Page 3

Page 4 of 7

Page 5

All pages