Courseiva

CCNA Change Management Questions

75 of 124 questions · Page 1/2 · Change Management topic · Answers revealed

1
MCQmedium

A change coordinator notices that conflict detection generated a 'Soft Conflict'. How does a soft conflict differ from a hard conflict in ServiceNow?

A.Soft conflicts are generated by manual user input, whereas hard conflicts are automated
B.Soft conflicts provide a warning without automatically blocking progress, whereas hard conflicts can block the change workflow
C.Soft conflicts only apply to standard changes
D.Soft conflicts require CAB approval, while hard conflicts do not
AnswerB

Soft conflicts alert users to potential overlaps without strictly preventing movement, depending on configuration.

Why this answer

Soft conflicts serve as warnings and do not automatically block change progression, whereas hard conflicts can be configured to block changes.

2
MCQeasy

What is the primary purpose of the 'Conflict' related list on a Change Request form?

A.To display conflicting CMDB relationships
B.To show conflicting incident tickets assigned to the same user
C.To display any schedule overlaps or blackout conflicts detected for the change
D.To list conflicting user security roles
AnswerC

The conflicts related list lists all active conflicts found by the conflict engine.

Why this answer

The conflicts related list displays any detected scheduling conflicts, overlaps, or blackout violations for the change request.

3
Multi-Selecthard

Which THREE configurations or components are involved when setting up and managing CAB meetings using the CAB Workbench? (Choose three.)

Select 3 answers
A.CAB Definitions (wm_definition)
B.CAB Agenda items (wm_agenda)
C.Incident Major Problem Log
D.CAB Attendees and Meeting instances
E.Risk Assessment Metric Categories
AnswersA, B, D

CAB definitions dictate meeting schedules, filters, and default attendees.

Why this answer

CAB Workbench setup involves CAB definitions, meeting instances, agenda items, and attendee tracking.

4
Multi-Selecteasy

Which TWO fields on a Change Request form help determine whether a schedule conflict exists? (Choose two.)

Select 2 answers
A.Planned end date
B.Assignment group
C.Category
D.Planned start date
E.Short description
AnswersA, D

Planned end date is evaluated by the conflict engine.

Why this answer

Planned start date and Planned end date are compared against other changes and blackouts.

5
MCQeasy

Where can a change manager view a graphical representation of planned changes, maintenance windows, and blackouts to identify potential scheduling conflicts?

A.Change Schedule calendar workspace
B.CMDB Health Dashboard
C.Service Portfolio Management dashboard
D.CAB Workbench
AnswerA

The Change Schedule provides the graphical calendar view for reviewing change windows, blackouts, and conflicts.

Why this answer

The Change Schedule provides a visual calendar interface where change managers can inspect scheduled changes alongside blackouts and maintenance windows.

6
MCQhard

A change request is currently in the 'New' state. You want to automate the transition to 'Assess'. Where do you define this logic in a Change Model?

A.Change Model Flow
B.UI Action on change_request
C.State transition table
D.Business Rule on change_request
E.Workflow properties
AnswerA

The Flow Designer flow linked to the model manages state transitions.

Why this answer

The Change Model's associated flow in Flow Designer manages the state transition logic.

7
Multi-Selectmedium

Which TWO steps are required to publish a new Standard Change template from a proposal? (Choose two.)

Select 2 answers
A.Publish the proposal to make it available in the Standard Change Catalog
B.Execute an automated network vulnerability scan
C.Convert the proposal into an Emergency Change record
D.Review and authorize the standard change proposal
E.Manually write a custom Business Rule for every proposal
AnswersA, D

Authorized proposals are published to appear in the standard change catalog.

Why this answer

Standard change proposals must be reviewed and authorized by an appropriate role before publishing to the catalog.

8
MCQmedium

An organization requires that any Normal Change involving a core database server automatically triggers a pre-implementation review task assigned to the Database Team. Where should a ServiceNow administrator configure this requirement?

A.Using Change Management Rules to automatically generate pre-implementation tasks based on CI class or category conditions.
B.Inside the Standard Change catalog definition as a prepopulated template task.
C.By modifying the Change Schedule calendar properties to assign review tasks when core database CIs are selected.
D.Within the Risk Assessment engine by adding a conditional question that spawns a child task upon high risk scores.
AnswerA

Change Management Rules provide a centralized configuration interface to enforce policies, such as creating mandatory tasks or checks for specific conditions.

Why this answer

Risk assessments evaluate the impact of a change, and change models define workflows and tasks, but Change Management rules (configured via the Change Management > Administration > Change Management Rules module) allow administrators to enforce conditions such as automatically creating tasks or preventing movement to specific states based on criteria like configuration items.

9
Multi-Selectmedium

Which TWO components are part of the CAB Workbench meeting structure? (Choose two.)

Select 2 answers
A.Agenda management listing change requests to be reviewed
B.Attendee tracking and voting interfaces
C.Service Portfolio management dashboards
D.CMDB Discovery schedule configuration screens
E.Automated software patch deployment pipelines
AnswersA, B

The agenda lists change requests scheduled for discussion during the CAB meeting.

Why this answer

CAB Workbench includes agenda management and attendee tracking.

10
MCQhard

An administrator needs to review how conflict detection evaluates maintenance windows. Which script include contains the core logic for conflict detection in ServiceNow?

A.CABWorkbenchSNC
B.ConflictFinderSNC
C.RiskAssessmentSNC
D.ChangeManagementUtils
AnswerB

ConflictFinderSNC houses the baseline conflict detection logic for checking overlaps, blackouts, and maintenance windows.

Why this answer

ConflictFinderSNC is the base script include containing the core conflict detection algorithms and methods.

11
MCQhard

Which table stores the relationship between a Change Request and its associated tasks?

A.CAB Meeting [cab_meeting]
B.Change Request [change_request]
C.Task Rel [task_rel]
D.Change Task [change_task]
E.Task [task]
AnswerD

The change_task table has a parent reference to the change request.

Why this answer

The 'change_task' table contains a reference field 'change_request' which links the two.

12
MCQhard

When using the CAB Workbench, meeting attendees can vote on change requests. Where are these votes stored in the database?

A.asmt_assessment_instance
B.wm_decision and related CAB meeting tables
C.approval_history
D.sys_audit
AnswerB

CAB decisions and votes are captured in the CAB meeting and agenda tracking tables.

Why this answer

CAB votes are stored in the wm_m2m_cy_attendee or wm_decision / wm_agenda related tables governing CAB meeting interactions.

13
MCQmedium

An administrator wants to ensure that a change request cannot move to the 'Implement' state unless all associated change tasks are closed. Where is this validation typically enforced in modern ServiceNow ITSM instances?

A.Service Catalog client scripts
B.Network firewall settings
C.System dictionary attributes only
D.Change Management State Model configuration
AnswerD

State models control transition conditions and can require related tasks to be closed before proceeding.

Why this answer

State transition models and pre-transition checks (such as state model rules and change management script includes) validate mandatory tasks.

14
MCQmedium

When using the CAB Workbench, how is a meeting agenda created?

A.Defined in the Change Request form.
B.Manually add each change.
C.Set by the CAB manager in the meeting.
D.Generated automatically by the CAB Definition.
E.Imported via Excel.
AnswerD

The CAB definition defines the criteria for the agenda.

Why this answer

The CAB Workbench automatically pulls pending Change Requests into the agenda based on the CAB definition.

15
MCQhard

If you perform a 'Mass Update' on multiple Change Requests, which feature ensures that risk assessments are recalculated for every record?

A.Scheduled Job
B.Business Rule
C.Flow Designer
D.UI Policy
E.Client Script
AnswerB

A business rule is triggered on update to initiate risk recalculation.

Why this answer

Business rules on the 'change_request' table are typically responsible for triggering the 'recalculate_risk' logic upon field updates.

16
MCQmedium

When a Standard Change proposal is submitted, what is its initial state before approval?

A.Draft / Submitted
B.Approved
C.Published
D.Closed
AnswerA

Proposals begin in draft/submitted state awaiting catalog administrator review.

Why this answer

Standard change proposals start in the 'Draft' or 'Submitted' / 'Review' state depending on the workflow.

17
MCQeasy

What is the primary benefit of utilizing Change Models in modern ServiceNow implementations?

A.They generate automatic invoices for IT services
B.They allow tailoring workflows, states, and rules for different change types
C.They replace the need for the CMDB entirely
D.They automatically discover software vulnerabilities on network assets
AnswerB

Change models provide flexibility to customize lifecycles and behaviors per change category.

Why this answer

Change models allow administrators to define distinct workflows, states, and rules tailored to different types or categories of changes.

18
MCQhard

An organization requires that emergency changes bypass standard CAB approval but still require approval from a specific Incident Commander group. Which feature should be configured to achieve this without writing custom business rules?

A.Change Models and associated Approval Definitions
B.Change Management - State Model properties
C.Out-of-the-box Emergency CAB definition
D.Change Risk Calculator script
AnswerA

Change Models allow tailoring of workflows and approvals specific to emergency changes.

Why this answer

Change Management uses Change Authorities and Assignment Rules or Change Models with defined approval definitions to handle routing for different change types.

19
MCQhard

An organization wants to ensure that change tasks of type 'Implementation' cannot be closed unless the parent change request is in the 'Implement' state. How is this relationship typically enforced?

A.Business rules and state validation on the change_task table
B.Client scripts running on the portal view
C.Dictionary overrides on the state field
D.CMDB class relationship definitions
AnswerA

Business rules and data/state validation enforce alignment between parent change states and child task progression.

Why this answer

State validation rules and business rules on the change_task table ensure tasks align with parent change lifecycle states.

20
Multi-Selecteasy

Which TWO tasks are typically performed during the 'Review' state of a normal change? (Choose two.)

Select 2 answers
A.Performing risk assessment questionnaires
B.Running initial conflict detection and scheduling
C.Submitting standard change proposals to the catalog
D.Verifying whether the change was successful and documenting lessons learned
E.Conducting a Post Implementation Review (PIR)
AnswersD, E

Reviewing success and capturing lessons learned are key review tasks.

Why this answer

During the review state, teams conduct Post Implementation Reviews and check close codes.

21
MCQmedium

An IT organization wants to ensure that Emergency Changes bypass standard multi-tier CAB reviews while still capturing post-implementation reviews. Which configuration component natively supports this requirement in ServiceNow ITSM?

A.Assignment Rules
B.Change Schedule conflict rules
C.Change Risk Calculator properties
D.Change Models
AnswerD

Change models allow custom state flows, separate workflows, and tailored UI policies distinct from normal or standard changes.

Why this answer

Change models allow administrators to define distinct lifecycles, workflows, and state transitions for different change types, ensuring Emergency changes follow an expedited path.

22
MCQeasy

An administrator is configuring a new Normal Change workflow and needs to ensure that tasks are generated based on change model configurations. Which ServiceNow table is the primary table for defining Change Models?

A.change_model
B.sys_ui_policy
C.task_sla
D.sn_chg_rest_model
AnswerA

change_model is the correct table for defining and configuring change models.

Why this answer

The Change Model table (change_model) is the primary table used to define change models, which drive the workflow, states, and criteria for different types of changes.

23
MCQmedium

A change request is currently in the 'Authorize' state. Which group or entity is typically responsible for giving final approval during this state for a Normal change?

A.Configuration Management Team
B.Service Desk Agents
C.Change Advisory Board (CAB) / Change Authority
D.Discovery Admin
AnswerC

The CAB or assigned Change Authority provides the authorization for normal changes during the Authorize state.

Why this answer

The Change Advisory Board (CAB) or designated Change Authority approves normal changes during the Authorize state.

24
Multi-Selecteasy

Which TWO actions should be taken when an Emergency Change is required in production? (Choose two.)

Select 2 answers
A.Create an Emergency change request detailing the urgent issue and remediation plan
B.Convert the change into a standard change template
C.Route the change through rapid emergency approval channels defined for emergency models
D.Disable all auditing and logging on the instance
E.Wait for the next monthly CAB meeting scheduled three weeks away
AnswersA, C

An emergency change record must be created with justification and plans.

Why this answer

Emergency changes require rapid creation and expedited approval paths.

25
Multi-Selectmedium

Which THREE components are visible in the CAB Workbench interface?

Select 3 answers
A.Incident related list
B.Change Request details
C.Meeting Agenda
D.CAB definition settings
E.Service Catalog items
AnswersB, C, D

Essential for reviewing changes.

Why this answer

The workbench shows the agenda, the meeting details, and the change details.

26
MCQeasy

What is the name of the out-of-the-box workbench tool used to manage and conduct Change Advisory Board meetings?

A.Release Workbench
B.CAB Workbench
C.Major Incident Workbench
D.Change Management Console
AnswerB

CAB Workbench is the correct name of the tool.

Why this answer

The CAB Workbench is the out-of-the-box tool for managing CAB meetings.

27
MCQmedium

During a CAB meeting, a change request is rejected by the board. What happens to the change request state in an out-of-the-box configuration?

A.It automatically reverts to the 'New' state for resubmission
B.It converts into an emergency change request
C.It moves to Canceled or Closed - Rejected
D.It remains in the Authorize state indefinitely
AnswerC

Rejection paths in change workflows route the ticket to Canceled or Rejected states.

Why this answer

When rejected, a change request typically moves to the 'Canceled' or 'Closed - Rejected' state depending on the workflow and state model.

28
Multi-Selecthard

When configuring advanced change authorization rules, which THREE records or features can be utilized in ServiceNow? (Choose three.)

Select 3 answers
A.Approval Definitions associated with change categories or models
B.Service Catalog variable sets
C.Change Approval Policies providing dynamic group assignments
D.Change Models defining specific process flows
E.Hardware asset reconciliation rules
AnswersA, C, D

Approval definitions automate routing to approvers based on criteria.

Why this answer

Change authorization utilizes change models, approval definitions, and change approval policies.

29
MCQeasy

When configuring a Standard Change catalog, which table stores the actual Standard Change proposals before they are approved and published?

A.std_change_proposal
B.kb_knowledge
C.std_change_record_producer
D.change_request
AnswerA

The std_change_proposal table holds submissions for new standard change templates awaiting review.

Why this answer

Standard Change proposals are stored in the std_change_proposal table before being approved and converted into standard change templates.

30
MCQeasy

Which field on the Change Request form identifies the specific configuration item being modified?

A.Configuration item
B.Priority
C.Service
D.Assignment group
E.Short description
AnswerA

This field identifies the asset impacted by the change.

Why this answer

The 'Configuration item' [cmdb_ci] field is the standard field for identifying the target of a change.

31
MCQmedium

A technician is unable to see the 'CAB Workbench' module. Which role is required to access the CAB Workbench interface?

A.sn_change_cab.cab_manager
B.admin
C.itil
D.cab_analyst
E.change_manager
AnswerA

This role grants access to the CAB Workbench and meeting orchestration.

Why this answer

The sn_change_cab.cab_manager role is specifically required to utilize the CAB Workbench.

32
Multi-Selectmedium

Which TWO mechanisms are used in ServiceNow to automate risk assessment scoring for a Normal Change? (Choose two.)

Select 2 answers
A.Risk Conditions (risk_conditions table) that map assessment scores to risk values
B.Assessment metric categories and questionnaires answered during the assess phase
C.Incident priority matrices
D.Service Catalog workflow variables
E.Automated email replies sent to the service desk
AnswersA, B

Risk conditions evaluate assessment outcomes and assign risk levels.

Why this answer

Risk assessments utilize risk conditions and assessment questionnaires/metrics to evaluate risk.

33
MCQeasy

Which field on the Change Request form designates the primary configuration item affected by the change?

A.Configuration item
B.Business Service
C.CI Class
D.Assignment group
AnswerA

The Configuration item field links the change to the specific CI in the CMDB.

Why this answer

The 'Configuration item' (cmdb_ci) field on the change request form specifies the primary CI impacted.

34
MCQeasy

What is the primary purpose of an Emergency Change?

A.To request new hardware purchases through procurement
B.To handle routine software upgrades with zero planning
C.To test experimental code in a development environment
D.To address an urgent business or technical disruption requiring immediate remediation
AnswerD

Emergency changes are designed for urgent situations requiring rapid implementation.

Why this answer

Emergency changes are utilized when an urgent resolution is required to fix an error or address a critical outage.

35
MCQmedium

What is the function of the 'CAB Required' flag on a Change Request?

A.It bypasses all approvals.
B.It sets the risk to high.
C.It forces CAB approval.
D.It automatically generates a CAB meeting.
E.It alerts the CAB manager.
AnswerC

This flag signals to the workflow that CAB approval is required.

Why this answer

The 'CAB Required' flag determines if the change must be submitted to the CAB for approval during the authorization phase.

36
MCQeasy

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

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

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

Why this answer

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

37
Multi-Selecthard

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

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

Change criteria can be associated with models to govern eligibility.

Why this answer

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

38
MCQmedium

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

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

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

Why this answer

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

39
Multi-Selectmedium

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

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

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

Why this answer

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

40
MCQeasy

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

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

Standard changes are pre-authorized and low risk.

Why this answer

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

41
MCQhard

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

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

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

Why this answer

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

42
MCQmedium

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

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

High risk changes require rigorous evaluation and typically CAB authorization.

Why this answer

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

43
MCQmedium

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

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

Approval status becomes rejected, stalling the workflow.

Why this answer

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

44
MCQmedium

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

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

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

Why this answer

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

45
MCQhard

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

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

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

Why this answer

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

46
MCQhard

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

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

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

Why this answer

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

47
MCQhard

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

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

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

Why this answer

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

48
Multi-Selecthard

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

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

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

Why this answer

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

49
MCQhard

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

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

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

Why this answer

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

50
Multi-Selecteasy

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

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

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

Why this answer

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

51
Multi-Selecteasy

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

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

Maintenance schedules define approved windows for conducting changes.

Why this answer

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

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

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

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

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

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

57
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).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Page 1 of 2 · 124 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Change Management questions.