2. Problem Management Flashcards
What table stores problem records?
Problem [problem]
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. Task [task]
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. Investigation and diagnosis
B. Detection and logging
C. Resolution and closure
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
C. Resolution and closure
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. Investigation and diagnosis
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
B. Detection and logging
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
C. Update Problem State to Assess business rule
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
B. com.snc.problem.create_from_incident.attributes
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. groups with the itil role
After setting the assignment group on the Problem form, what would cause there to be no available employees in the Assigned to field?
None of the users in the assignment group have the [problem_coordinator] role.
After setting the assignment group on the Problem Task form, what would cause there to be no available employees in the Assigned to field?
None of the users in the assignment group have the [problem_task_analyst] role.
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. Configuration Item (CI), Service Offering
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
C. Populate Assignment Group based on CI/SO business rule
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
B. ProblemUtils script include
T | F: If referring to states in code, it is best practice to use the value rather than the constant.
False
It is best practice to use the CONSTANT rather than the value.