Certified Agile Service Manager Integrating ITSM, Lean, and DevOps 4 — Questions and Answers
Question 1: A service organization uses ITSM practices but wants to adopt DevOps. Which common conflict must be resolved first?
- DevOps requires eliminating all ITSM processes entirely
- ITSM's change control processes may slow DevOps deployment velocity if not adapted (Correct answer)
- DevOps teams cannot use service level agreements
- ITSM incident management is incompatible with continuous delivery
Correct answer: ITSM's change control processes may slow DevOps deployment velocity if not adapted
Traditional change advisory board processes can create bottlenecks for frequent DevOps deployments; adapting change management (e.g., pre-approved changes) resolves this conflict.
Question 2: The Lean concept of 'muri' (overburden) in an ITSM context would most likely manifest as:
- An unused service in the catalog
- On-call engineers handling critical incidents with no rotation or backup (Correct answer)
- A change request waiting in queue for approval
- An automated test suite with redundant test cases
Correct answer: On-call engineers handling critical incidents with no rotation or backup
Muri describes overburden on people or systems; on-call engineers without rotation bear excessive load that leads to burnout and quality degradation.
Question 3: Which integration pattern best demonstrates the combination of ITSM service level management with Lean and DevOps principles?
- Setting fixed SLAs based on historical incident data only
- Defining SLOs collaboratively with product teams and using error budgets to balance reliability and feature velocity (Correct answer)
- Eliminating SLAs in favor of informal agreements between teams
- Using SLAs exclusively to hold vendors accountable
Correct answer: Defining SLOs collaboratively with product teams and using error budgets to balance reliability and feature velocity
Site Reliability Engineering's SLO/error budget approach aligns Lean flow optimization with ITSM reliability goals and DevOps delivery velocity.
Question 4: In an organization integrating ITSM with DevOps, 'ChatOps' tools primarily support which capability?
- Replacing the service desk with a chatbot for all user requests
- Centralizing operations collaboration, automation triggers, and incident communication in a shared chat platform (Correct answer)
- Generating automated SLA reports for management
- Conducting change advisory board meetings virtually
Correct answer: Centralizing operations collaboration, automation triggers, and incident communication in a shared chat platform
ChatOps brings together communication, automation, and incident response into a single chat platform, improving transparency and reducing context switching.
Question 5: Which Lean waste type is most commonly introduced when ITSM ticketing systems require excessive fields and approvals for simple service requests?
- Defects
- Overprocessing (Correct answer)
- Overproduction
- Transportation
Correct answer: Overprocessing
Overprocessing occurs when more steps, fields, or approvals are applied than the value of the work requires, adding no customer value.
Question 6: A Certified Agile Service Manager is designing a new incident response workflow. Which DevOps practice would best reduce Mean Time to Restore (MTTR)?
- Increasing the number of approval layers before resolving incidents
- Implementing observability with distributed tracing, structured logging, and alerting (Correct answer)
- Requiring all incidents to follow a fixed 10-step resolution procedure
- Routing all incidents through a single senior engineer
Correct answer: Implementing observability with distributed tracing, structured logging, and alerting
Observability tools (tracing, logging, alerting) enable faster diagnosis by surfacing where failures occur, directly reducing MTTR.
Question 7: When implementing a DevOps 'infrastructure as code' approach, which ITSM practice is most directly strengthened?
- Service desk management
- Configuration management (Correct answer)
- Knowledge management
- Supplier management
Correct answer: Configuration management
Infrastructure as code version-controls all environment configurations, making them consistent, auditable, and automatically aligned with the CMDB.
A service organization uses ITSM practices but wants to adopt DevOps.
Which common conflict must be resolved first?