🇬🇧 Chartered IT Professional (CITP) · flashcards

Chartered IT Professional (CITP) Service Management and Operations Flashcards

50 question-and-answer cards covering Service Management and Operations as it is examined in Chartered IT Professional (CITP). 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.

50Cards in deck
24Free preview
9Syllabus topics
~197Chars per answer
FreePrice

24 sample cards from the Service Management and Operations deck

Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.

  1. What is the purpose of the Service Desk practice?

    To capture demand for incident resolution and service requests; it is the single point of contact (SPOC) between the service provider and users, providing communication and coordination.

  2. Define a Service Request and the Request Fulfilment practice.

    A Service Request is a request from a user for something normal and pre-defined (e.g. password reset, new equipment, information). Request fulfilment handles these via standardized, often automated, procedures separate from incidents.

  3. Name four common service desk structures/types.

    Local, Centralized, Virtual, and Follow-the-Sun (24/7 by handing off across time zones). A specialized variant is the 'expert/skilled' desk.

  4. Distinguish an Event, an Alert, and an Incident in monitoring.

    An Event is any change of state significant for management of a CI/service. An Alert is a notification that a threshold has been reached or something changed. An Incident is an unplanned interruption — not all events/alerts become incidents.

  5. What are the three categories of events in event management?

    1) Informational (logged, no action needed); 2) Warning (a threshold is approaching, action may be needed); 3) Exception (an error/abnormal condition requiring action, may trigger an incident or problem).

  6. Differentiate active and passive monitoring.

    Active monitoring polls/interrogates a CI to determine its status (e.g. health checks, synthetic transactions). Passive monitoring waits for and receives events/alerts generated by the CI itself.

  7. What is SRE and how does it relate to operations?

    Site Reliability Engineering applies software engineering to operations problems. It treats operations as a software problem, automating toil, and uses SLOs, error budgets, and blameless postmortems to balance reliability with feature velocity.

  8. Define an SLI, SLO, and SLA in the SRE model.

    SLI (Service Level Indicator): a measured metric of service behavior (e.g. latency, availability). SLO (Service Level Objective): a target value/range for an SLI. SLA: a contract with consequences if SLOs are not met.

  9. What is an error budget and how is it calculated?

    The allowable amount of unreliability before action is required. $\text{Error budget} = 1 - \text{SLO}$. For a 99.9% availability SLO, the error budget is $0.1\%$ of the period; when exhausted, releases halt to focus on reliability.

  10. Define 'toil' in SRE.

    Manual, repetitive, automatable, tactical work that scales linearly with service growth and has no enduring value. SRE aims to cap and reduce toil through automation.

  11. What does the CALMS framework for DevOps stand for?

    Culture, Automation, Lean, Measurement, and Sharing — the five pillars used to assess an organization's DevOps maturity.

  12. Contrast a blue-green deployment with a canary release.

    Blue-green: run two identical environments and switch all traffic from old (blue) to new (green) at once, enabling instant rollback. Canary: gradually route a small percentage of traffic to the new version, increasing it as confidence grows.

  13. What do MTTR, MTBF, MTTF, and MTTA mean?

    MTTR: Mean Time To Repair/Restore. MTBF: Mean Time Between Failures. MTTF: Mean Time To Failure (non-repairable). MTTA: Mean Time To Acknowledge. They are key reliability and incident metrics.

  14. Give the formula for availability in terms of MTBF and MTTR.

    $$\text{Availability} = \frac{\text{MTBF}}{\text{MTBF} + \text{MTTR}} = \frac{\text{Agreed service time} - \text{Downtime}}{\text{Agreed service time}}$$

  15. Calculate the allowed annual downtime for 99.9% (three nines) availability.

    $\text{Downtime} = (1 - 0.999) \times 365.25 \times 24 \approx 8.77$ hours per year (about 8 hours 46 minutes).

  16. What is MTBF if a system runs 1000 hours with 5 failures and total repair time of 10 hours?

    Uptime $= 1000 - 10 = 990$ hours. $\text{MTBF} = \frac{990}{5} = 198$ hours between failures.

  17. What does the Capacity Management practice cover (its three sub-processes)?

    1) Business capacity management (future demand from business plans); 2) Service capacity management (end-to-end performance of live services); 3) Component (resource) capacity management (individual CIs/resources).

  18. State Little's Law and its use in capacity planning.

    $$L = \lambda W$$ where $L$ is the average number of items in a system, $\lambda$ is the average arrival rate, and $W$ is the average time an item spends in the system. It relates throughput, concurrency, and latency.

  19. Define throughput, latency, and utilization in performance terms.

    Throughput: work completed per unit time (e.g. transactions/second). Latency: time to complete one request (response time). Utilization: fraction of a resource's capacity in use, $\rho = \frac{\lambda}{\mu}$ for arrival rate $\lambda$ and service rate $\mu$.

  20. Why does response time rise sharply as utilization nears 100% (queueing)?

    In an M/M/1 queue the mean response time is $W = \frac{1}{\mu - \lambda} = \frac{1}{\mu(1-\rho)}$, so as utilization $\rho \to 1$, $W \to \infty$. Latency grows non-linearly, which is why systems are sized to stay well below saturation.

  21. What is the difference between vertical and horizontal scaling?

    Vertical scaling (scale up): add more resources (CPU/RAM) to a single node. Horizontal scaling (scale out): add more nodes and distribute load across them, typically giving better resilience and elasticity.

  22. What does Continual Service Improvement (CSI) aim to do, and what model does it use?

    CSI continually aligns and re-aligns services to changing business needs by identifying and implementing improvements. It uses the CSI Approach / improvement model and the Deming PDCA (Plan-Do-Check-Act) cycle.

  23. List the steps of the ITIL Continual Improvement Model.

    1) What is the vision? 2) Where are we now? (baseline) 3) Where do we want to be? 4) How do we get there? 5) Take action 6) Did we get there? 7) How do we keep the momentum going?

  24. Distinguish CSFs, KPIs, and the four types of metrics in CSI.

    A CSF (Critical Success Factor) is what must happen for success; KPIs (Key Performance Indicators) measure achievement of CSFs. The four metric types are technology metrics, process metrics, service metrics, and CSI/business value metrics.

What this deck covers

The Service Management and Operations deck follows the Chartered IT Professional (CITP) Service Management and Operations syllabus — 3 chapters and 9 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 16.7 cards per chapter.

Answers are written to be recallable, not just readable — averaging about 197 characters, which is long enough to carry the reasoning and short enough to say out loud.

A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.

Service Management and Operations flashcards FAQ

How many Service Management and Operations flashcards are in this Chartered IT Professional (CITP) deck?

50 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.

Are these Chartered IT Professional (CITP) flashcards free?

Yes. The preview here is free to read with no signup, and the full 50-card deck is free inside the Examius app.

What do the Service Management and Operations cards cover?

They follow the Chartered IT Professional (CITP) Service Management and Operations syllabus — 3 chapters and 9 topics — so the questions track what is actually examinable.

How should I use these flashcards?

Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.