ITSM 2

Descripción

Test sobre ITSM 2, creado por Everlyn Yamamoto el 09/03/2020.
Everlyn Yamamoto
Test por Everlyn Yamamoto, actualizado hace más de 1 año
Everlyn Yamamoto
Creado por Everlyn Yamamoto hace alrededor de 4 años
1375
0

Resumen del Recurso

Pregunta 1

Pregunta
In Change Management, which record should be modified to restrict when a Change can move to a specific state?
Respuesta
  • ChangeRequestStateModel Script Include
  • ChangeRequest Script Include
  • ChangeRequestStateModelSNC Script Include
  • UI Action for the State Transition

Pregunta 2

Pregunta
A customer would like to modify the wording that appears when a user selects Change > Create New. Which type of record must be adjusted?
Respuesta
  • Change Type Data Lookup
  • Application Module
  • Interceptor
  • Language File

Pregunta 3

Pregunta
Change Tasks generated by the Change Request - Normal Change tasks workflow should include:
Respuesta
  • All implementation tasks for a specific Change
  • Approval and scheduling tasks for Normal Changes
  • Standard, administrative tasks common to all Normal Changes
  • Automated tasks to be completed by the System Scheduler

Pregunta 4

Pregunta
When evaluating Change Request States in a Script Include, which is the preferred method for referencing a State?
Respuesta
  • Use the g_form.getValue function to retrieve the State field value
  • Use the .getDisplayValue function to retrieve the State field value
  • Use the State field value, such as -2
  • Use the State name Constant, such as ChangeRequestStateHandler.SCHEDULED

Pregunta 5

Pregunta
Which of the following statements is true when the Change Management - Risk Assessment plugin is enabled?
Respuesta
  • Risk Assessment replaces the Risk Calculator to determine Risk for a Change
  • Both the Risk Calculator and Risk Assessment are used to determine Risk for a Change
  • Risk is automatically calculated on update of a Change
  • A Risk Assessment is required for all Normal and Emergency Changes

Pregunta 6

Pregunta
Which of the following is NOT a method for creating Knowledge Articles within ServiceNow?
Respuesta
  • Direct creation by a user with the 'knowledge' role
  • Import from a Microsoft Word document
  • Generated from Incident or Problem records
  • Generate from a Scheduled Report with a Target = Article

Pregunta 7

Pregunta
Which of the following represents how Knowledge Management subscriptions and article versioning are enabled?
Respuesta
  • Features are enaled by default in baseline Jakarta instances
  • Customizations to Knowledge Management
  • Knowledge Base setting on each Knowledge Base
  • Activation of the Knowledge Management Advanced Plugin

Pregunta 8

Pregunta
Which mechanism is used to specify who can read Articles and who can contribute Articles in a Knowledge Base?
Respuesta
  • Access Control Rules
  • User Criteria
  • Filter Criteria
  • Knowledge Category Attributes

Pregunta 9

Pregunta
Which condition must be met to have a Knowledge Article display on the Knowledge Home Page in the Featured Content section?
Respuesta
  • A record must be created in the Featured Content [kb_knowledge_keyword] table referencing the Article and a keyword of "featured_content"
  • The Article must have a 4star rating and be among the top 10 articles most frequently attached to Tasks
  • The Feature field on the Article must be set to true
  • A record must be created in the Featured Content [kb_knowledge_keyword] table referencing the Article and a keyword of "homepage"

Pregunta 10

Pregunta
What Knowledge Management capability allows users to ask and answer questions amongst peers within a Knowledge Base?
Respuesta
  • Connect Chat
  • Collaboration
  • Social Q&A
  • Feedback

Pregunta 11

Pregunta
How is access to Knowledge Articles administered?
Respuesta
  • User Criteria and User Roles
  • User Roles
  • Filter Conditions on the Knowledge Base
  • User Criteria and Entitlements

Pregunta 12

Pregunta
What are the primary record types in Configuration Management?
Respuesta
  • Asset Item (AI) and Configuration Item (CI)
  • Asset Item (AI) and Relationship Type
  • Relationship Type and Configuration Item (CI)
  • Business Service and Configuration Item (CI)

Pregunta 13

Pregunta
Given the class structure below, which types of CIs will be included in a report run against the cmdb_ci_computer table? - cmdb ---- cmdb_ci ---- ---- cmdb_ci_hardware ---- ---- ---- cmdb_ci_computer ---- ---- ---- ---- cmdb_ci_server ---- ---- ---- ---- ---- ---- cmdb_ci_win_server ---- ---- ---- ---- ---- ---- cmdb_ci_linux_server ---- ---- ---- ---- ---- ---- cmdb_ci_unix_server ---- ---- ---- ---- cmdb_ci_pc_hardware
Respuesta
  • Just CIs defined directly in cmdb_ci_computer
  • CIs defined directly in the cmdb_ci_computer and all parent classes
  • CIs defined directly in the cmdb_ci_computer and all child classes

Pregunta 14

Pregunta
A customer has a requirement to include a Catalog Item to order Microsoft Access in several Categories so that users can find it easily. What is the best way to do this?
Respuesta
  • List the Categories in the Catalog Item's Description field
  • Add additional Categories in the Catalog Item's Categories Related List
  • Copy the Catalog Item and associate a copy with each Category
  • Build the item as an Order Guide

Pregunta 15

Pregunta
On a Service Catalog Item, a customer has a requirement that the start_date is before the end_date. Which approach is recommended to satisfy this requirement?
Respuesta
  • Create a Business Rule that runs on Insert or Update of the Item
  • Create a Catalog Client Script that triggers on Submit of the Item
  • Create a Catalog Client UI Policy that triggers on Load of the Item
  • Create a Validation Script and associate it to the Item

Pregunta 16

Pregunta
Which of the following can be used as a 'non-code' alternative for some Catalog Client Scripts to populate data on an Item?
Respuesta
  • Catalog Data Lookup
  • Catalog Client Script
  • Variable Set
  • Catalog UI Policy

Pregunta 17

Pregunta
For each Requested Item, a _________ enables the approval and delivery of that Item.
Respuesta
  • User Criteria
  • Work Order
  • Workflow
  • Catalog Item

Pregunta 18

Pregunta
A Requested Item may be associated with one or more Requests.
Respuesta
  • True
  • False

Pregunta 19

Pregunta
Which of the following Service Catalog records may serve as a container for multiple Requested Items?
Respuesta
  • Service Catalog Task
  • Requested item
  • Request
  • Catalog Order

Pregunta 20

Pregunta
The Requested Item [sc_req_item] table is extended directly from the Task [task] table.
Respuesta
  • True
  • False

Pregunta 21

Pregunta
Primary tables associated with Request Fulfillment begin with the prefix __________.
Respuesta
  • req_
  • rf_
  • sc_
  • rm_

Pregunta 22

Pregunta
Which one of the following represents the overall lifecylce of a Request?
Respuesta
  • Approval -> Submittal -> Delivery -> Resolution
  • Approval -> Submittal -> Fulfillment -> Closure
  • Submittal -> Approval -> Fulfillment -> Closure
  • Submittal -> Approval -> Resolution -> Closure

Pregunta 23

Pregunta
In the baseline configuration for Service Catalog workflows, which of the following statements are true? Select all that apply
Respuesta
  • Approvals will be skipped if there are no members in the approval group
  • Execution plans are used instead of Workflows
  • Requests with a value over $1000 require manager approval
  • All Requested Items require manager approval

Pregunta 24

Pregunta
Which type of records use the default Variables Editor (formatter) to display Catalog Item Variables on a form?
Respuesta
  • Tasks created from Record Producers, Requests, Requested Items
  • Requested Item records, Catalog Task record, and all Tasks created by Record Producers
  • Any type of record created from Record Producers
  • Requested Item records, Catalog Task records, and Request records

Pregunta 25

Pregunta
Which of the following may NOT be published in a Service Catalog?
Respuesta
  • Record Producer
  • Content Item
  • Order Guide
  • Requested Item

Pregunta 26

Pregunta
Which type of Service Catalog component allows a user to describe their needs, choose options, and then check out ordering multiple items at once according to their selections?
Respuesta
  • Execution Plan
  • Catalog Item
  • Order Guide
  • Content Item

Pregunta 27

Pregunta
Which of the following is NOT a way Service Catalog Requests may be submitted in a baseline ServiceNow instance?
Respuesta
  • From an Incident record
  • From the Service Catalog
  • From an inbound email
  • From the Service

Pregunta 28

Pregunta
In knowledge management, which conditions must be met before the 'Import from Word' icon/ button appears on the Knowledge management Home page?
Respuesta
  • The user must meet the conditions in the Can Contribute User Criteria for at least one Knowledge Base OR have the knowledge or Knowledge_admin role.
  • The Knowledge base must have the Enable Article Import field set to True
  • The user must have the knowledge or knowledge_admin
  • The user must have one of the roles specified in the Knowledge System Property 'List of roles (comma separated) that can import Knowledge Articles'

Pregunta 29

Pregunta
When a user selects Change > New, they are presented with a ___________ to select the type of change instead of being presented with a new Change form.
Respuesta
  • Splash Page
  • Interupter
  • Wizard
  • Interceptor

Pregunta 30

Pregunta
Change Conflict Detection Scheduled jobs run with increasing frequency as a Change approaches the Planned start date.
Respuesta
  • True
  • False

Pregunta 31

Pregunta
For the majority of Catalog Items, the customer requires Quantity and Price to be displayed. However, for one Item, the customer would like to omit these two fields. Which of the following approaches should be used to satisfy this requirement?
Respuesta
  • Cart options are set using system properties and can not be changed for individual items.
  • Set 'Use cart Layout ' to false on the Catalog Item and set both 'No Quantity' and 'Omit Price in Cart' to true.
  • Write a catalog client script for the item and use g_form.setDisplay() to hide each field.
  • Set both 'No Quantity' and 'Omit Price in Cart' to true on the catalog item.

Pregunta 32

Pregunta
Database views must be used to report on Catalog Item Variables.
Respuesta
  • True
  • False

Pregunta 33

Pregunta
Which of the following describes the purpose of User Criteria when used in the Service Catalog application?
Respuesta
  • Replace Access Controls to provide security to Requests
  • Determine who can see Categories and Items
  • Determine who can see Catalogs and Items.
  • Pre-fill user preferences on Catalog order forms.

Pregunta 34

Pregunta
Which role is required to edit the Type field on a Change
Respuesta
  • change_manager
  • itil
  • admin
  • nobody

Pregunta 35

Pregunta
When evaluating Change request states in a script include, which is the preferred method for referencing a State?
Respuesta
  • Use the g_form.getValue function to retrieve the State field value.
  • Use the State name Constant, such as ChangeRequestStateHandler.SCHEDULED
  • Use the .getDisplayValue function to retrieve the State field value.
  • Use the state field value, such as -3.

Pregunta 36

Pregunta
In the baseline platform configuration of Change Management, which of the following are controlled by the Change Request - Normal workflow?
Respuesta
  • Risk Assessment, Change Task generation, Approvals
  • CAB Approvals, Conflict checking, Notifications
  • Approvals, Conflict Checking, Change Task Generation
  • Approvals, Notifications, Rollback

Pregunta 37

Pregunta
Which of the following statements are correct for Standard Changes. Select all that apply.
Respuesta
  • Standard changes are typically low risk and have detailed procedures
  • Standard changes don't have Change tasks
  • Standard Change procedures must be stored in a Knowledge base
  • Standard changes can be automated

Pregunta 38

Pregunta
When can a user (who has no assigned roles in the system) close an Incident?
Respuesta
  • When the user is the caller and the Incident's state is not already Closed
  • When the user is the caller and the Incident's state is not already Resolved
  • When the user is the caller or on the Watch List and the Incident's state is
  • When the user is the caller and the Incident's state is Resolved

Pregunta 39

Pregunta
Which of the following can be used to standardize the body of Outbound email notifications?
Respuesta
  • Inbound Action
  • Email Templates
  • Email Client
  • Variable Sets

Pregunta 40

Pregunta
For an incident, which of the following are used when calculating the value of the Business Duration field?
Respuesta
  • Incident State Duration Metric
  • Calendar duration
  • Incident Auto-close system property
  • SLA Schedule

Pregunta 41

Pregunta
Which type of record may be used to initiate the process to deploy a fix to an incident?
Respuesta
  • Service Request
  • Change Request
  • Incident Resolution
  • Problem

Pregunta 42

Pregunta
Which of the following DOES NOT describe the purpose of CMDB?
Respuesta
  • Repository to store IT Service infrastructure components and relationships
  • Centrally managed and controlled 'system of record'
  • Critical analysis and decision-making tool to support impact analysis
  • Inventory of IT assets in stock and available to Users

Pregunta 43

Pregunta
Which of the following Service Catalog varibale types are not supported in Mobile interfaces? Select all that apply.
Respuesta
  • HTML
  • Label
  • UI pages
  • Lookup selectbox
  • IP Address
  • Container Start

Pregunta 44

Pregunta
The Requested Item table is extended directly from the Task table.
Respuesta
  • True
  • False

Pregunta 45

Pregunta
Which of the following statements are correct for Standard Changes and Standard Change Templates? Select all that apply.
Respuesta
  • Standard Changes do not require approvals
  • Templates can be used only for Standard Changes
  • Creation of a Standard Change Template requires approval
  • Standard Change Templates cannot include standard tasks

Pregunta 46

Pregunta
The requested item table is extended directly from the task table
Respuesta
  • True
  • False

Pregunta 47

Pregunta
Which of the following functions is NOT enabled by the Change advisory board (CAB) workbench?
Respuesta
  • View a calendar of planned changes
  • Document meeting notes and share with attendees
  • Define a schedule and related logistics for CAB meetings
  • Provide video and chat capabilities during CAB meetings

Pregunta 48

Pregunta
In the baseline platform configuration, the appropriate Workflow to be attached to a Change Request is determined based on _________ ?
Respuesta
  • The workflow defined on the Change type record
  • Workflow conditions matching Change request field values
  • System properties
  • The workflow field on the change request record

Pregunta 49

Pregunta
XML exports of Knowledge Articles include Text but DO NOT include attachments.
Respuesta
  • True
  • False

Pregunta 50

Pregunta
When viewed through a Service Portal, Service Catalog Items may be formatted with a maximum of two columns.
Respuesta
  • True
  • False

Pregunta 51

Pregunta
Which of the following conditions can be evaluated by Change Management Conflict Detection? Select all that apply.
Respuesta
  • Changes schedule outside of a CI's maintenance window
  • Changes scheduled during blackout time periods
  • Changes scheduled outside of normal business hours
  • Conflicts for all Affected CIs
  • Changes with overlapping schedules assigned to the same resource

Pregunta 52

Pregunta
Which two fields are used to calculate priority on an Incident?
Respuesta
  • VIP and Impact
  • Business Criticality and Urgency
  • Impact and Urgency
  • Severity and Urgency

Pregunta 53

Pregunta
When an end-user (with no roles in the platform) submits an Incident using the Self-Service interface or Service Portal, Related Search Results automatically display search results from Knowledge Bases and Service Catalogs. These Related Search Results are a form of __________ ?
Respuesta
  • Incident Deflection
  • Live Agent Intervention
  • Incident Avoidance
  • Service Marketing

Pregunta 54

Pregunta
Which type of record may be used to initiate the process to deploy a fix to an Incident?
Respuesta
  • Incident Resolution
  • Problem
  • Service Request
  • Change Request

Pregunta 55

Pregunta
Which feature can Service Desk Agents use to ensure that Knowledge Articles they attach to Incidents are Article that are appropriate to share with Callers?
Respuesta
  • Contextual Search - Search as
  • Global Search
  • Search Groups - Caller Restrictions
  • System Property - Restrict Articles to Callers

Pregunta 56

Pregunta
In the baseline platform configuration, a Configuration Item must be specified before Approvals are requested for a Change Request.
Respuesta
  • True
  • False

Pregunta 57

Pregunta
A Problem can be created from an Incident.
Respuesta
  • True
  • False

Pregunta 58

Pregunta
In the baseline configuration for Change Management, how do users access approved Standard Change templates?
Respuesta
  • Browse for Standard Changes within the Technical Catalog
  • Apply a template to a new Change form
  • Standard Change Proposal table
  • Standard Change Catalog

Pregunta 59

Pregunta
Poorly managed and unplanned Changes often create high volumes of _________?
Respuesta
  • Incidents
  • Problems
  • Requests
  • Knowledge articles

Pregunta 60

Pregunta
Which process role is responsible for the smooth operation of the Change Management process within an organization?
Respuesta
  • Change Sponsor
  • Change Implementer
  • Change Advisory Board
  • Change Manager
Mostrar resumen completo Ocultar resumen completo

Similar

Definiciones CARDIOLOGÍA
Vivi Riquero
Selectividad: Horario de Estudio (3 meses)
maya velasquez
Cómo Redactar Apuntes de Selectividad
maya velasquez
ANATOMÍA Y FISIOLOGÍA DE PLACENTA
cinthia_ps25
Clasificación de las Tesis
lulujg_91
Marketing Digital
Diego Santos
Anatomia Aparato Reproductor Femenino
Luz MoOr
Bioquimica
Ricky Mendoza Or
Sistemas Jurídicos
Efrain Tlahque
Ciencias Sociales 9
Pablo Díaz Vera
Mapa conceptual Principios del Derecho Penal
martha lucia canizalez mera