Courseiva

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

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

Page 4

Page 5 of 7

Page 6
301
MCQhard

An administrator needs to evaluate the overall health of the CMDB, specifically measuring the percentage of CIs that have not been updated or verified within the last 90 days. Which CMDB Health metric addresses this?

A.Orphans (Correctness metric)
B.Audit (Completeness metric)
C.Staleness (Compliance metric)
D.Duplicate CIs (Correctness metric)
AnswerC

Staleness is a compliance KPI that tracks whether CIs have been updated or verified within a specified threshold.

Why this answer

CMDB Health consists of Completeness, Correctness, and Compliance. Compliance measures metrics such as audits and freshness/staleness based on last update times.

302
MCQmedium

An administrator wants to ensure that a catalog item is only visible to users located in the 'United Kingdom' company. Which feature should be configured?

A.Catalog Client Script evaluating g_user.getClientData('company')
B.User Criteria with the Company condition set to United Kingdom
C.Order Guide Rule Base location filter
D.Location Access List on the sc_cat_item table
AnswerB

User Criteria records support company conditions and attach to catalog items via 'Available For'.

Why this answer

User Criteria allows defining access rules based on company, department, location, role, or group, and attaching it to catalog items.

303
MCQmedium

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

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

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

Why this answer

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

304
MCQhard

An organization wants to configure Change Risk Assessment such that certain specific answers to questionnaire items instantly escalate the risk to 'High', regardless of other scores. How can this be achieved?

A.Writing a client script on the Change Request form
B.Creating a Data Policy on the Assessment Instance table
C.Editing the Risk Assessment UI Macro
D.Configuring Risk Assessment Conditions with specific Question/Answer thresholds
AnswerD

Risk assessment mappings and condition definitions allow setting specific threshold rules that override score calculation.

Why this answer

Risk Assessment threshold rules or custom risk calculation script includes allow overriding the total calculated risk based on specific critical answers.

305
MCQhard

A company wants to implement a multi-stage approval for Problem records where the total estimated financial impact exceeds $10,000. Which ServiceNow feature should be used to orchestrate this conditional approval routing?

A.A Client Script validation check
B.An Email Notification template
C.A Dictionary Override on the Approval field
D.Flow Designer with Approval activities and conditional branching based on financial impact
AnswerD

Flow Designer provides robust approval orchestration based on record field values like financial impact.

Why this answer

Flow Designer or legacy Workflow engine with an Approval - User or Approval - Group activity handles conditional financial approvals.

306
MCQmedium

An administrator is tasked with ensuring that Problem records cannot be deleted by anyone except users with the 'admin' role. Where should this security rule be configured?

A.A Before Delete Business Rule on the Task table
B.A delete Access Control List (ACL) on the Problem table
C.Problem Administration Properties
D.Dictionary Overrides for the sys_id field
AnswerB

An ACL configured for the 'delete' operation on the problem table enforces who can delete records.

Why this answer

Table-level delete ACLs (delete operation on problem table) restrict deletion permissions.

307
MCQeasy

An engineer needs to add a custom attribute called 'Rack Number' to all Linux Server CIs. Where should this modification be performed to ensure it applies correctly to the table hierarchy?

A.CI Class Manager
B.Table Builder on cmdb_ci_linux_server
C.System Definition > Custom Fields
D.Dictionary Editor on cmdb_ci
AnswerA

CI Class Manager provides a dedicated interface to add attributes to classes and manages the table inheritance properly.

Why this answer

CI Class Manager allows administrators to add attributes to a specific class and ensures the underlying dictionary entry is created on the correct table.

308
MCQhard

An enterprise requires that conflict detection checks not only direct CI matches but also upstream and downstream dependent CIs. Which property or configuration enables this extended conflict checking behavior?

A.Enabling 'Check related CIs' in Change Properties
B.Setting the system property glide.ui.cmdb.cascade_deletes
C.Modifying the cmdb_ci_rel table dictionary
D.Configuring CI Class Manager inheritance rules
AnswerA

Change properties include settings to dictate whether upstream/downstream CIs are factored into conflict detection.

Why this answer

Conflict detection behavior regarding relationships is controlled by properties like com.snc.change_management.conflict.relationships and related script includes.

309
Multi-Selectmedium

Which TWO of the following statements are true regarding Variable Sets in ServiceNow? (Choose two.)

Select 2 answers
A.A variable set can contain multiple individual variables.
B.Variable sets can only be used on Record Producers and cannot be used on standard Catalog Items.
C.Once a variable set is added to a catalog item, its variables can be independently modified per item without affecting the master definition.
D.Variable sets replace the need for workflows in request fulfillment.
E.A variable set can be shared and reused across multiple catalog items.
AnswersA, E

Correct. Variable sets group multiple variables together as a single logical unit.

Why this answer

Variable sets can be reused across multiple catalog items and can contain multiple individual variables.

310
MCQeasy

Which module allows administrators to view and manage all submitted Service Catalog Requests across the organization?

A.Service Catalog > Catalog Items
B.Incident > Open
C.Service Catalog > Requests
D.Request Management > Active Cart
AnswerC

Service Catalog > Requests lists all sc_request records.

Why this answer

Requests are managed under Service Catalog > Requests.

311
Multi-Selectmedium

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

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

Comments trigger notification events for the end user.

Why this answer

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

312
MCQeasy

An administrator needs to group several catalog items into a logical category on the Service Portal homepage. What should be created to achieve this categorization?

A.Assignment Group
B.Catalog Definition
C.Catalog Category
D.Knowledge Base
AnswerC

Categories allow administrators to group related catalog items together for navigation in the Service Portal and Service Catalog.

Why this answer

Catalog categories organize items within the Service Catalog.

313
Multi-Selectmedium

Which TWO roles are specifically associated with managing Change Management processes?

Select 2 answers
A.sn_change_read
B.change_manager
C.incident_manager
D.problem_manager
E.itil
AnswersB, E

Role for managing the change process.

Why this answer

The 'itil' role is the base role, while 'change_manager' provides advanced management capabilities.

314
Multi-Selecteasy

Which TWO of the following are primary benefits of implementing Service Portfolio Management (SPM) in ServiceNow? (Choose two.)

Select 2 answers
A.Aligns IT service offerings directly with business goals and organizational strategies
B.Automatically provisions virtual machines in VMware vCenter
C.Automates hardware patch deployment across Linux servers
D.Replaces the Incident Management workflow engine entirely
E.Provides clear visibility into service costs, performance, and business value
AnswersA, E

SPM ensures IT services map to business capabilities and strategies.

Why this answer

SPM helps align IT services with business strategy and provides clear visibility into costs and performance.

315
MCQeasy

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

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

This is the fundamental design for communication segregation in ITSM.

Why this answer

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

316
MCQhard

An organization uses Domain Separation in ServiceNow. Problem records must be segregated by region. Where must an administrator verify domain separation configurations to ensure proper record visibility and visibility rules for Problem tasks?

A.System Security > Access Control Lists exclusively
B.Table dictionary attributes ensuring 'no_domain' is disabled and domain pathing is active on problem and problem_task
C.System Definition > Tables for problem and problem_task with Domain separation set to 'Edge'
D.Service Portal > Pages configuration
AnswerB

Ensuring domain separation attributes are configured properly on task-based tables guarantees correct partitioning.

Why this answer

Domain separation plugin and configurations must ensure table maps and domain paths are correctly applied across task-extended tables like problem and problem_task.

317
MCQmedium

An administrator needs to apply a set of UI policies across multiple catalog items without recreating them for each item. Which feature should be utilized?

A.Order Guide UI Policy Mapping
B.Catalog Data Policy Global Template
C.Catalog UI Policy associated with a Variable Set
D.Global Catalog Client Script Collection
AnswerC

UI policies created within a variable set apply automatically to any catalog item that includes that variable set.

Why this answer

Catalog UI Policies can be associated with Variable Sets, allowing the policies to apply wherever the variable set is used.

318
MCQmedium

A Change Manager wants to customize the columns displayed in the CAB Workbench agenda view. Where are these agenda column settings configured?

A.UI Policy on the wm_agenda table
B.Report Designer properties
C.CAB Definition record / CAB Workbench settings
D.List Layout of the change_request table
AnswerC

CAB definitions and associated workbench configurations allow administrators to customize agenda columns.

Why this answer

CAB Workbench settings and agenda column configurations are managed within CAB definition or system properties related to CAB Workbench.

319
Multi-Selectmedium

Which THREE metrics or attributes are commonly tracked on a Service Portfolio dashboard to measure service health and performance? (Choose three.)

Select 3 answers
A.SLA compliance percentage
B.Financial budget versus actual spend
C.Customer satisfaction (CSAT) survey results
D.Wi-Fi signal strength decibel levels
E.Hard drive RPM and spindle speed
AnswersA, B, C

SLA compliance is a key metric for service performance.

Why this answer

Dashboards in SPM track SLA compliance, financial budgets versus actuals, and customer satisfaction.

320
MCQeasy

What is the primary benefit of linking multiple recurring Incidents to a single Problem record?

A.It allows tracking the underlying root cause and enables bulk updates or closure once resolved
B.It converts all linked incidents into emergency change requests
C.It bypasses the need for Service Level Agreements on the incidents
D.It automatically increases the user satisfaction score (CSAT) for all affected callers
AnswerA

Single problem root-cause tracking addresses multiple symptom incidents simultaneously.

Why this answer

Linking incidents to a problem allows efficient tracking of the underlying cause and enables bulk communication or closure once the problem is resolved.

321
MCQhard

When configuring a Multi-Row Variable Set (MRVS) on a catalog item, an administrator needs to validate the submitted rows before the request is finalized. Where can custom validation logic for the MRVS be executed?

A.Data Policy on sc_req_item
B.Dictionary Overrides
C.Catalog Client Script (onSubmit)
D.Workflow Timer activity
AnswerC

Catalog Client Scripts with an 'onSubmit' type can access and validate Multi-Row Variable Set data before form submission.

Why this answer

Catalog Client Scripts of type 'onSubmit' can target MRVS data using specific APIs, or validation can be handled within the workflow/flow.

322
MCQhard

A Catalog Client Script of type 'OnChange' is written for a variable inside a Multi-Row Variable Set (MRVS). The script fails to execute when the user changes the variable value within the grid modal. What is the reason for this behavior?

A.Catalog Client Scripts cannot run on variables contained within variable sets.
B.Multi-Row Variable Sets execute client-side logic inside an isolated modal scope where standard g_form methods for MRVS require specialized functions.
C.The script execution order is set to 100 instead of 0.
D.The client script UI type must be set to 'Desktop' only.
AnswerB

MRVS uses specific client script structures and does not support standard g_form OnChange scripts directly for grid rows in older implementations without specific design approaches.

Why this answer

Standard Catalog Client Scripts do not support running OnChange events inside Multi-Row Variable Sets; specialized MRVS scripting or specific methods must be used.

323
Multi-Selecthard

Which THREE of the following are valid types of catalog items available in the ServiceNow Service Catalog? (Choose three.)

Select 3 answers
A.Database View Item
B.Workflow Template
C.Catalog Item
D.Record Producer
E.Order Guide
AnswersC, D, E

Correct. Standard catalog item is the most common type.

Why this answer

Standard catalog items, record producers, order guides, and content items are all valid types of catalog items.

324
Multi-Selecthard

When configuring an Order Guide in ServiceNow, which THREE components are essential for its proper functioning? (Choose three.)

Select 3 answers
A.Associated Catalog Items
B.Order Guide record definition
C.Rule Base
D.Multi-Row Variable Set schema
E.Record Producer mapping table
AnswersA, B, C

An order guide must have catalog items associated via the Rule Base or item list to be ordered.

Why this answer

Order guides require the Order Guide record itself, associated Catalog Items, and Rule Base rules.

325
MCQhard

An administrator needs to configure conflict detection to ignore overlapping changes if they belong to the same parent project. How can this exclusion be implemented?

A.Checking 'Ignore Project Conflicts' in Change Properties
B.Modifying the ConflictFinderSNC script include to filter out changes with matching parent projects
C.Disabling conflict detection for all project-related CIs
D.Setting a Data Policy on the Project table
AnswerB

Customizing the ConflictFinder script allows tailoring conflict logic to business-specific rules like project grouping.

Why this answer

Customizing the ConflictFinderSNC script include or adding exclusion conditions to conflict checking rules allows ignoring specific overlaps.

326
Multi-Selectmedium

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

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

Impact is one of the two inputs for Priority.

Why this answer

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

327
MCQmedium

An organization notices that manual updates made by technicians to the 'Assigned to' field on server CIs are frequently being overwritten by automated nightly imports. What is the best way to prevent this without disabling the import entirely?

A.Modify the transform map to ignore the 'Assigned to' field during every import.
B.Configure a Reconciliation Rule giving priority to the 'UI / Manual' data source over the import data source for the 'Assigned to' attribute.
C.Write a Business Rule on the cmdb_ci table to abort updates to 'Assigned to'.
D.Lock the 'Assigned to' field dictionary attribute.
AnswerB

Reconciliation definitions can prioritize manual updates over automated data sources for specific attributes.

Why this answer

Reconciliation rules allow configuring data source precedence so manual updates or specific data sources retain control over specific attributes.

328
MCQhard

A user reports that a variable is not appearing on a Catalog Item form, even though the variable is active and associated with the item. Which troubleshooting step should be performed first?

A.Rebuild the Catalog Item cache
B.Verify the Catalog Item workflow
C.Inspect Catalog UI Policies and Catalog Client Scripts for visibility logic
D.Check the Variable Set order
AnswerC

Client-side logic is the most likely culprit for unexpected hiding of variables.

Why this answer

Catalog UI Policies or Catalog Client Scripts are the most common reasons for unexpected variable visibility, as they can override default display settings.

329
Multi-Selectmedium

When creating variables in the Service Catalog, which TWO of the following variable types support choices or reference lookups? (Choose two.)

Select 2 answers
A.Single Line Text
B.Label
C.Select Box
D.Container Begin
E.Reference
AnswersC, E

Select Box variables present a dropdown list of choices.

Why this answer

Select Box, Checkbox, Radio Button, and Reference variable types handle choices or database references. Single Line Text does not.

330
Multi-Selecteasy

Which TWO types of services are explicitly recognized in the ServiceNow CSDM framework? (Choose two.)

Select 2 answers
A.Desktop Wallpaper Service
B.Technical Service
C.Physical Hardware Service
D.Business Service
E.Network Cable Service
AnswersB, D

Technical services support infrastructure and internal IT operations.

Why this answer

CSDM categorizes services into Business Services and Technical Services.

331
Multi-Selecthard

An administrator is troubleshooting why related incidents are not receiving workaround updates when a Problem is resolved. Which THREE areas should the administrator inspect? (Choose three.)

Select 3 answers
A.Problem Management properties governing workaround communication
B.The Employee Center portal theme configuration
C.The hardware asset barcode scanner plugin
D.Business rules or script logic responsible for updating child incidents
E.The relationship linkage in the 'Child Incidents' related list
AnswersA, D, E

Properties determine if workaround propagation is enabled globally.

Why this answer

Troubleshooting workaround propagation involves checking Problem properties, Business Rules responsible for propagating workarounds, and whether incidents are actually in an active/related state.

332
MCQeasy

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

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

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

Why this answer

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

333
MCQmedium

An enterprise wants to ensure that when a Problem reaches the 'Resolved' state, any workaround discovered is automatically pushed to all active related Incidents. What is the recommended baseline feature to support this workflow?

A.Data Lookup Definitions
B.Scheduled Job running hourly
C.Communicate Workaround UI Action / Business Rule logic
D.Inbound Action script
AnswerC

The 'Communicate Workaround' feature propagates the workaround to all associated open incidents.

Why this answer

Problem Management has out-of-the-box business logic (like business rules) that can communicate workarounds to related incidents when updated or resolved.

334
Multi-Selecthard

Which THREE actions can be performed using Catalog UI Policies instead of Catalog Client Scripts? (Choose three.)

Select 3 answers
A.Make a variable mandatory
B.Make a variable read-only
C.Make a variable visible or hidden
D.Clear the value of a variable dynamically based on user input
E.Perform asynchronous GlideAjax lookups to auto-populate dependent fields
AnswersA, B, C

UI Policies can declaratively set variable mandatory states.

Why this answer

Catalog UI Policies can make variables mandatory, read-only, or hidden/visible without writing any JavaScript code.

335
MCQhard

A company uses ServiceNow Domain Separation. A global Problem record needs to be visible across child domains while allowing child domains to create local problem tasks. How should domain scoping be configured on the Problem Task table?

A.Ensure domain visibility and reference cascading are configured properly for parent-child domain hierarchies
B.Disable domain separation entirely on the task table
C.Create duplicate problem records in every child domain manually
D.Use Access Control Lists with domain bypass scripts
AnswerA

Proper domain visibility and paths allow referencing records across domain boundaries when permitted.

Why this answer

Domain relationship and visibility settings (such as Data Domain separation with delegation or sys_domain paths) allow upper-domain records to be referenced by child domain tasks.

336
MCQeasy

What is the primary purpose of defining a 'Business Criticality' value on a Business Service record in ServiceNow?

A.To automatically calculate the monthly subscription cost of the service offering
B.To restrict user access to the service portal catalog items
C.To establish the technical monitoring parameters in Event Management
D.To determine priority and impact assessment during incident and change management
AnswerD

Criticality assists in determining the impact of outages and prioritizing related tickets.

Why this answer

Business Criticality helps prioritize incidents, problems, and changes associated with the service based on its importance to the organization.

337
MCQhard

A company implements proactive Problem Management. They want to automatically generate a Problem record when more than 5 incidents with the exact same Configuration Item and Category are logged within a 2-hour window. Which ServiceNow feature should be configured to achieve this automation?

A.A Dictionary Data Policy
B.An Email Notification template
C.Flow Designer with a scheduled trigger or table trigger combined with aggregate queries
D.A UI Action script
AnswerC

Flow Designer handles complex conditional logic, aggregations, and record creation workflows cleanly.

Why this answer

Event Management or Incident Triggered Flow Designer / Scheduled Script Execution combined with grouping logic is used for proactive problem generation, with Flow Designer / IntegrationHub or Scheduled Jobs being common mechanisms.

338
MCQmedium

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

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

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

Why this answer

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

339
Multi-Selecthard

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

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

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

Why this answer

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

340
MCQhard

A developer writes an onSubmit Catalog Client Script that performs an asynchronous GlideAjax call to validate data against a custom table before allowing form submission. The script returns false immediately before the AJAX response is received. How should this be handled in Service Portal?

A.Change GlideAjax to synchronous mode by passing false as the third parameter in getXML().
B.Set the UI type of the client script to 'Desktop' to force synchronous execution.
C.Convert the script into a Catalog Data Policy with a script condition.
D.Use the modern asynchronous onSubmit pattern with g_form.submitted and manual resubmission inside the AJAX callback.
AnswerD

Asynchronous validation in Service Portal requires halting submission, performing AJAX, and programmatically resubmitting upon callback success.

Why this answer

Service Portal onSubmit catalog client scripts supporting asynchronous validation must use g_form.submitted = false and call g_form.submit() after the callback resolves.

341
MCQeasy

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

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

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

Why this answer

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

342
Multi-Selectmedium

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

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

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

Why this answer

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

343
MCQeasy

Where can users view all scheduled changes across the infrastructure?

A.Dashboard
B.Configuration Item list
C.Change Schedule
D.Service Portal
E.CAB Workbench
AnswerC

The schedule provides the enterprise view of changes.

Why this answer

The 'Change Schedule' provides a visual calendar view of all scheduled changes.

344
MCQhard

A Problem record is associated with a Change Request via the 'Caused by change' field. When the Change Request is cancelled, a stakeholder wants the linked Problem record to automatically transition back to the 'Assess' state and notify the problem assignee. How should this be configured?

A.A Data Lookup definition on the task table
B.A Business Rule on the Change Request table that evaluates state changes and updates linked Problem records
C.A Client Script on the Problem table checking parent change status
D.A UI Policy on the Change form
AnswerB

Since the trigger originates from the change record update, a business rule on the change_request table is appropriate.

Why this answer

A Business Rule on the Change Request table checking if state changed to Cancelled can query related problems and update their state and trigger an event.

345
Multi-Selecthard

When configuring advanced conflict detection behavior, which THREE properties or mechanisms control how related CIs are evaluated? (Choose three.)

Select 3 answers
A.Service Catalog workflow stages
B.Incident SLA percentage thresholds
C.CI relationship types table (cmdb_rel_type) defining dependencies
D.System properties controlling related CI conflict depth and behavior
E.Script includes such as ConflictFinderSNC containing relationship traversal algorithms
AnswersC, D, E

Dependency definitions in relationship types determine upstream and downstream connections.

Why this answer

Related CI conflict evaluation relies on relationship types, upstream/downstream settings, and conflict system properties.

346
MCQmedium

An IT manager wants to report on the average time it takes problems to move from the 'Assess' state to 'Root Cause Analysis'. Which reporting feature in ServiceNow should be used to track this stage duration?

A.Data Archiving rules
B.Sys_audit table queries in standard List View
C.Metric Definitions / Metric Instance table
D.Service Level Agreements (SLAs) on the incident table
AnswerC

Metric definitions track state durations and field changes over the lifecycle of a task.

Why this answer

Metric Definition (or Performance Analytics indicators) tracks the duration records spend in specific field values or states.

347
Multi-Selecthard

When designing complex request fulfillment processes, which THREE mechanisms are available in ServiceNow to handle approvals? (Choose three.)

Select 3 answers
A.Catalog Client Script 'approve()' function
B.Approval - Group workflow activity
C.Approval - User workflow activity
D.Flow Designer 'Ask for Approvals' action
E.Dictionary Policy approval rules
AnswersB, C, D

The Approval - Group activity requests approval from members of a specified assignment or approval group.

Why this answer

Approval - User, Approval - Group, and Flow Designer approval actions or workflow approval rules.

348
Multi-Selectmedium

Which THREE states are part of the baseline ServiceNow Problem lifecycle model? (Choose three.)

Select 3 answers
A.Pending Customer Approval
B.Archived Live
C.Assess
D.Fix In Progress
E.Root Cause Analysis
AnswersC, D, E

Assess is a baseline primary state.

Why this answer

Baseline states include New, Assess, Root Cause Analysis, Fix In Progress, Resolved, and Closed.

349
MCQeasy

What is the primary function of the 'Workarounds' field on a Problem record?

A.To document temporary solutions that can be shared with service desk agents to resolve related incidents
B.To log the exact times the server experienced packet loss
C.To store the final approved code for software deployment
D.To record the financial cost of the problem
AnswerA

Workarounds provide temporary relief for incidents pending permanent fixes.

Why this answer

The workaround field documents temporary solutions that can be applied to incidents while root cause analysis is underway.

350
MCQeasy

Which table stores individual Change Tasks (such as Post-Implementation Testing or Implementation tasks) associated with a Change Request?

A.incident_task
B.change_task
C.wm_task
D.sc_task
AnswerB

change_task is the table specifically for tasks related to change requests.

Why this answer

Change tasks are stored in the change_task table, which extends the task table.

351
MCQeasy

Which action should a problem coordinator take when a permanent fix has been successfully deployed and verified?

A.Change the priority to 1 - Critical
B.Delete the problem record immediately to save database storage
C.Transition the Problem state to Resolved / Closed
D.Reassign the problem to the Service Desk as a new incident
AnswerC

Moving the problem to Resolved/Closed finalizes the lifecycle after fix deployment.

Why this answer

When investigation and resolution are complete, the problem coordinator transitions the problem record to 'Resolved' or 'Closed' depending on organizational practice.

352
MCQeasy

When designing a catalog item, what is the purpose of adding 'Help Text' to a variable?

A.To log errors in the system log when the variable is empty
B.To define default database values for the variable
C.To restrict the user role required to view the variable
D.To provide additional instructions or guidance to users filling out the form
AnswerD

Help text provides clarifying information and instructions for end users.

Why this answer

Help text provides instructions or guidance to the user underneath or alongside the variable input field.

353
MCQmedium

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

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

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

Why this answer

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

354
Multi-Selecthard

Which TWO of the following configurations are required to set up and successfully utilize the CAB Workbench for conducting Change Advisory Board meetings? (Choose two.)

Select 2 answers
A.Configuring a CAB Definition record that specifies the meeting schedule and agenda criteria.
B.Activating the CAB Workbench plugin (com.snc.cab_workbench).
C.Modifying the sn_cab.workbench role to include ITIL user permissions.
D.Enabling automatic email notifications for all change requesters when a CAB meeting agenda is published.
E.Defining custom risk assessment questions specifically tied to the CAB Workbench UI layout.
AnswersA, B

CAB definitions establish the recurring meeting parameters, default attendees, and filter criteria for changes appearing on the agenda.

Why this answer

To use the CAB Workbench, administrators must ensure the CAB Workbench plugin is active and configure CAB definitions which dictate meeting series, attendees, and related change selection filters.

355
MCQeasy

What is the primary purpose of a Standard Change template?

A.To handle major incident swarming
B.To automate emergency change approvals
C.To define the risk assessment questions for normal changes
D.To provide a repeatable, pre-approved method for implementing a low-risk change
AnswerD

Standard change templates streamline low-risk, frequent changes by bypassing traditional CAB approval.

Why this answer

Standard changes are pre-authorized, low-risk, and repeatable changes created from pre-approved templates.

356
MCQeasy

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

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

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

Why this answer

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

357
Multi-Selectmedium

Which TWO of the following are recommended best practices when configuring identification rules in the CMDB? (Choose two.)

Select 2 answers
A.Create identification rules directly on the global cmdb table for all custom classes.
B.Use attributes that uniquely and reliably identify the CI, such as serial numbers or MAC addresses.
C.Disable all out-of-the-box identification rules to improve payload processing speed.
D.Include volatile attributes like IP addresses as the sole criteria in identification rules.
E.Test identification rules thoroughly in a sub-production instance before deploying payloads in production.
AnswersB, E

Reliable, unique attributes prevent false duplicates and ensure accurate matching.

Why this answer

Best practices for identification rules include using unique hardware attributes like serial numbers and avoiding overly broad attributes that cause false duplicates.

358
MCQeasy

A change manager needs to create a template for a frequent, low-risk change that requires minimal approval. Which Change Model type should be configured?

A.Emergency Change
B.Standard Change
C.Normal Change
D.Template Change
E.Minor Change
AnswerB

Standard changes are pre-authorized for low-risk, repeatable activities.

Why this answer

Standard Changes use templates and pre-approved workflows to bypass standard approval steps.

359
MCQeasy

What is the purpose of the 'No quantity' checkbox on a Service Catalog item form?

A.It sets the default inventory stock count to zero.
B.It disables checkout for bulk orders exceeding 10 items.
C.It prevents the item from being added to the shopping cart.
D.It hides the quantity selector on the item form, forcing the quantity to be 1.
AnswerD

No quantity hides the quantity input box.

Why this answer

The 'No quantity' checkbox hides the quantity selector on the catalog item form so users can only order a quantity of one.

360
MCQeasy

Which table stores the individual requested items (RITMs) created when a user checks out a cart from the Service Catalog?

A.sc_cat_item
B.sc_request
C.incident
D.sc_req_item
AnswerD

sc_req_item (Requested Item) stores individual items ordered within a request.

Why this answer

sc_req_item is the base table for requested items.

361
MCQhard

An organization defines a multi-attribute identification rule for the Linux Server class using 'serial_number' and 'ip_address'. During a payload execution, the IRE finds an existing CI matching the serial number, but the IP address has changed. How does the IRE process this payload?

A.It updates the existing CI's IP address and any other payload attributes, treating it as the same physical asset based on the matching rule entry.
B.It flags the payload in the IRE Error Dashboard as an identification conflict requiring manual resolution.
C.It creates a new CI record because the IP address attribute does not match the historical value.
D.It deletes the existing CI and inserts a new one with the updated attributes.
AnswerA

The IRE identifies the CI using the matching criteria and performs an update payload operation, updating differing attributes while preserving sys_id.

Why this answer

Multi-attribute identification rules evaluate criteria as an ordered set or rule criteria group. If the primary attributes match or if the rule specifies matching behavior, the existing CI is updated rather than creating a duplicate.

362
MCQeasy

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

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

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

Why this answer

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

363
MCQmedium

A ServiceNow implementation specialist is designing a Catalog Item where the visibility of a custom variable named 'server_os' must dynamically change depending on the selection of another variable named 'request_type'. Which configuration tool is best suited for this requirement?

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

Correct. Catalog UI Policies allow administrators to configure dynamic behaviors like visibility, mandatory status, and read-only status for catalog variables.

Why this answer

Catalog UI Policies are used to dynamically change the visibility, mandatory state, or read-only state of variables on a catalog item without writing complex client scripts.

364
MCQmedium

An organization wants to ensure that when a Problem record is created, its priority is automatically calculated based on Impact and Urgency using a data lookup matrix. Which ServiceNow feature provides this capability?

A.Client Script onLoad calculation
B.Data Lookup Definitions and Matchers
C.Dictionary Overrides for Priority
D.UI Policy Action matrix
AnswerB

Data Lookups manage matrix calculations such as Priority lookups based on Impact and Urgency.

Why this answer

Data Lookup and Cascading Rules provide matrix-based field mapping (like Priority calculation based on Impact and Urgency).

365
MCQhard

An implementation specialist needs to validate that a multi-line text variable on a catalog item contains at least 50 characters before the form can be submitted. Which approach should be used?

A.Write a Data Policy targeting the Requested Item table.
B.Configure a Catalog UI Policy Action with a script condition checking character count.
C.Define a variable attribute with the parameter 'min_length=50'.
D.Create an onSubmit Catalog Client Script that checks the string length using g_form.getValue() and cancels submission if invalid.
AnswerD

Correct. onSubmit catalog client scripts can inspect variable values and prevent form submission by returning false.

Why this answer

A Catalog Client Script of type 'onSubmit' can check the length of a variable value using g_form.getValue() and return false with an error message if the validation fails.

366
MCQeasy

Which module allows problem managers to review unassigned problems that require triage and assignment?

A.Closed Problems
B.Known Errors
C.My Work
D.Open - Unassigned
AnswerD

The 'Open - Unassigned' filter/module displays problems where the assignment group or assigned to field is empty.

Why this answer

The 'Open' or 'Unassigned Problems' modules under Problem Management provide lists of unassigned records needing attention.

367
MCQhard

An administrator created a Multi-Row Variable Set (MRVS) and wants to populate a field on the target task using the data collected in the MRVS rows. Since MRVS stores data as a JSON string, what is the best way to extract and process this data in a workflow script?

A.Dot-walk directly to current.variables.mrvs_name.column_name in the task activity.
B.Use a Record Producer script to flatten the MRVS into custom table rows automatically.
C.Configure a Catalog UI Policy to export MRVS rows to the sys_variable_value table.
D.Parse the JSON string using JSON.parse(current.variables.mrvs_name) in a Run Script activity and iterate through the resulting array.
AnswerD

JSON.parse() converts the MRVS string into a workable JavaScript object array for script processing.

Why this answer

Using JavaScript's JSON.parse() on current.variables.mrvs_variable_name allows iterating through the array of objects in a workflow script.

368
MCQmedium

An administrator wants to customize the mandatory fields required when closing a Problem record. Where should this requirement be configured to maintain best-practice upgradeability?

A.System UI > UI Actions > Close Problem
B.Global Client Script on the Task table
C.Dictionary Overrides on the State field
D.Problem Administration > Properties
AnswerD

Problem properties control behaviors such as mandatory fields upon closing a problem.

Why this answer

ServiceNow provides Problem Properties to define close-out requirements (e.g., require workaround or root cause before close) without altering baseline business rules directly.

369
MCQeasy

What is the primary benefit of using Variable Sets in the ServiceNow Service Catalog?

A.To create reusable collections of variables that can be shared across multiple catalog items
B.To enforce database-level table normalization
C.To automatically close requests upon creation
D.To replace the need for workflows entirely
AnswerA

Variable sets save development time by allowing groups of variables to be defined once and attached to multiple catalog items.

Why this answer

Variable sets allow reusability across catalog items.

370
MCQmedium

An administrator needs to ensure that a set of variables appears on multiple Catalog Items without having to recreate them individually for each item. Which feature should the administrator configure?

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

Variable Sets are designed specifically for grouping and reusing variables across multiple Catalog Items.

Why this answer

A Variable Set allows administrators to group variables together and reuse them across multiple Catalog Items.

371
Multi-Selectmedium

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

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

They are specifically used for breaking down large incidents.

Why this answer

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

372
MCQeasy

Which state indicates that a Problem has completed root cause analysis and investigation, and a fix is currently being implemented via Change Management?

A.Closed
B.Root Cause Analysis
C.Fix In Progress
D.Assess
AnswerC

Fix In Progress means the workaround or permanent fix is being applied.

Why this answer

The 'Fix In Progress' state indicates that investigation is done and the corrective action (such as an RFC) is being executed.

373
MCQmedium

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

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

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

Why this answer

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

374
MCQeasy

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

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

Impact represents the scope of the business disruption.

Why this answer

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

375
Multi-Selectmedium

Which TWO methods can be used to pass variables from a catalog item into a fulfillment workflow in ServiceNow? (Choose two.)

Select 2 answers
A.Accessing variables directly via 'current.variables.variable_name' in workflow script activities
B.Using client-side DOM manipulation in the workflow canvas
C.Modifying system properties for each individual user session
D.Manually editing database tables sc_cat_item during workflow execution
E.Using Flow Designer data pills linked to the Requested Item trigger
AnswersA, E

Workflows can access item variables directly using the 'current.variables' object.

Why this answer

Using current.variables or workflow scratchpad / activity inputs.

Page 4

Page 5 of 7

Page 6

All pages