2. Problem Management Flashcards

1
Q

What table stores problem records?

A

Problem [problem]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The Problem Task [problem_task] table is an extension of what table?

A. Task [task]
B. Problem [problem]
C. Change [change]
D. Location [cmn_location]

A

A. Task [task]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the stages in the Problem Management lifecycle (Select all that apply)?

A. Investigation and diagnosis
B. Detection and logging
C. Resolution and closure
D. Identification and classification

A

A. Investigation and diagnosis
B. Detection and logging
C. Resolution and closure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

At what stage in the Problem Management lifecycle would you implement the change to permanently remove the root cause?

A. Investigation and diagnosis
B. Detection and logging
C. Resolution and closure
D. Identification and classification

A

C. Resolution and closure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

At what stage in the Problem Management lifecycle would you create a known error document?

A. Investigation and diagnosis
B. Detection and logging
C. Resolution and closure
D. Identification and classification

A

A. Investigation and diagnosis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

At what stage in the Problem Management lifecycle would you prioritize and categorize the problem?

A. Investigation and diagnosis
B. Detection and logging
C. Resolution and closure
D. Identification and classification

A

B. Detection and logging

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What defines when a problem record can automatically move from the New to Assess state?

A. Problem state UI action
B. ProblemUtils script include
C. Update Problem State to Assess business rule
D. Problem state UI policy

A

C. Update Problem State to Assess business rule

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which property do you have to modify in order to add or remove fields copied from the Incident to the Problem?

A. com.snc.problem.add_remove.attributes
B. com.snc.problem.create_from_incident.attributes
C. com.snc.incident.create_problem.attributes
D. com.snc.problem.create_from_incident.fields

A

B. com.snc.problem.create_from_incident.attributes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In the baseline, what assignment groups are displayed in the Assignment group field on the Problem form?

A. groups with the itil role
B. groups with the problem_user role
C. all assignment groups
D. problem doesn’t have an assignment group field

A

A. groups with the itil role

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

After setting the assignment group on the Problem form, what would cause there to be no available employees in the Assigned to field?

A

None of the users in the assignment group have the [problem_coordinator] role.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

After setting the assignment group on the Problem Task form, what would cause there to be no available employees in the Assigned to field?

A

None of the users in the assignment group have the [problem_task_analyst] role.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

If the Support group field on the ______________ is not populated, then the assignment group (incident, problem, or change) will be automatically populated from the Support group field from the _______________.

A. Configuration Item (CI), Service Offering
B. Configuration Item (CI), Business Service
C. Business Service, Technical Service.
D. Service Offering, Configuration Item (CI)

A

A. Configuration Item (CI), Service Offering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What copies the Support group from the CI or Service Offering to the Problem?

A. Populate Assignment Group based on CI/SO UI action
B. ProblemUtils script include
C. Populate Assignment Group based on CI/SO business rule
D. Problem Assignment group UI policy

A

C. Populate Assignment Group based on CI/SO business rule

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

If you want to impose prerequisites or limits for moving from one state to another on the Problem record, you can incorporate logic in the _______________?

A. Problem state UI action
B. ProblemUtils script include
C. Update Problem State to Assess business rule
D. Problem state UI policy

A

B. ProblemUtils script include

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

T | F: If referring to states in code, it is best practice to use the value rather than the constant.

A

False

It is best practice to use the CONSTANT rather than the value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Problem tasks cannot be cancelled at the __________ state.

A. New
B. Assess
C. Work in Progress
D. On Hold

A

A. New

**They can only be deleted by an Admin if they have been created unnecessarily.

17
Q

To impose prerequisites or limits for moving from one state to another on the Problem Task, incorporate new logic in the ________________ script includes.

A. ProblemMigrationHelperUtils
B. ProblemV2Util
C. RelateClosedIncidentsToProblem
D. ProblemTaskStateUtils

A

D. ProblemTaskStateUtils

18
Q

When a problem task record is in the New state and is saved or edited, what moves the problem task from the New to Assess state?

A. Check if problem task can be created business rule
B. Update Problem Task State to Assess business rule
C. Update Started fields business rule
D. Update re-assess (reopen) fields business rule

A

B. Update Problem Task State to Assess business rule

19
Q

By default, what fields are required to move a Problem or Problem Task from New to Assess?

A

State

Assigned to

20
Q

What are the types of Problem tasks? (Select 2)

A. Root Cause Analysis
B. Normal
C. Emergency
D. General

A

A. Root Cause Analysis

D. General

21
Q

What is used to copy the problem workaround to related incidents?

A. Copy Workaround business rule
B. Transfer Workaround script includes
C. Populate Related Incidents business rule
D. Communicate Workaround UI action

A

D. Communicate Workaround UI action

22
Q

When is the Problem workaround copied to the Additional Comments field of any related incident?

A. Always
B. When the resolution code of the Incident is Known Error
C. When the Incident is in an active state
D. When the Incident is in an On hold state

A

B. When the resolution code of the Incident is Known Error

23
Q

T | F: The Communicate Workaround UI action will not appear until text is saved to the Workaround field.

A

True

24
Q

What causes the delay in between the time you communicate the workaround to when it populates the related incidents?

A. Slow-running system scripts
B. The process uses an event, which takes a few seconds to be processed
C. Limited bandwidth
D. You have to wait for the scheduled job to run

A

B. The process uses an event, which takes a few seconds to be processed

25
Q

What copies the text from the Fix notes field of the problem record to associated incidents?

A. Attach Communication Plans business rule
B. Make Problem State Readonly client script
C. Communicate Fix UI action
D. Resolve Related Incidents UI policy

A

C. Communicate Fix UI action

26
Q

By default, when you use the Communicate Fix UI action, the fix notes get copied to Incidents that are in what states? (Select 3)

A. New
B. In progress
C. On hold
D. Resolved
E. Canceled
F. Closed
G. Pending Problem
A

A
B
C

27
Q

What script action does the Communicate Fix UI action call?

A. Copy Prb to Inc work notes
B. Communicate Prb to Inc
C. Copy Problem Fix
D. Transfer prb fix

A

A. Copy Prb to Inc work notes

28
Q

What plugins must be active so that a user can create a knowledge article from the Problem?

A
  1. Problem Management Best Practice - Madrid

2. Problem Management Best Practice - Madrid - Knowledge Integration

29
Q

What table stores Known Error articles?

A. [knowledge]
B. [kb_template_known_error_article]
C. [knowledge_known_error]
D. [problem_known_error_article]

A

B. [kb_template_known_error_article]

30
Q

What maps fields between the problem and knowledge article?

A. Transform map
B. CSM table map
C. Problem Field Mapping business rule
D. Import set

A

B. CSM table map

31
Q

What State the problem record returns to when you click on the ‘Re-Analyze’ UI action?

A. Root Cause Analysis
B. New
C. Assess
D. Fix in Progress

A

A. Root Cause Analysis

32
Q

Which fields are mandatory when you click ‘Accept Risk’ on a problem record? (Select 2 Answers)

A. Cause notes
B. Work notes
C. Close notes
D. Risk accepted reason

A

A. Cause notes

D. Risk accepted reason