Frequency Adverbs in IT
5 exercises on choosing the right frequency adverb in IT contexts: deployments, monitoring alerts, incident reports, and cron jobs. Getting the frequency wrong misleads your team.
Frequency spectrum — IT vocabulary
- consistently / always — every time, reliably
- frequently — often, most of the time
- periodically — at regular scheduled intervals (cron jobs, health checks)
- occasionally — sometimes, not often
- intermittently — irregularly, unpredictably
- rarely / seldom — almost never
0 / 5 completed
1 / 5
An SRE writes in a post-incident report:
"The health check endpoint fails ___ — we see roughly 3–5 failures per hour, often mid-deployment, but also at random intervals outside of deployment windows."
Which adverb best describes failures that happen at irregular, unpredictable intervals — not constantly, but often enough to notice?
"The health check endpoint fails ___ — we see roughly 3–5 failures per hour, often mid-deployment, but also at random intervals outside of deployment windows."
Which adverb best describes failures that happen at irregular, unpredictable intervals — not constantly, but often enough to notice?
Intermittently fails is the correct collocation. "Intermittently" describes something that stops and starts at irregular intervals — unpredictably. It is the standard word in incident reports and monitoring alerts when a failure is not constant but not rare either.
Key distinctions:
Key distinctions:
- intermittently — irregular, unpredictable intervals; "intermittent failure" is a classic diagnostic challenge ✅
- periodically — at regular, scheduled intervals (e.g., "the job runs periodically every 6 hours"); implies a pattern
- consistently — reliably, every time; the opposite of intermittently — "it consistently fails on retry" means it always fails on retry
- occasionally — sometimes, infrequently; correct for rare events but implies lower frequency than "intermittently" in SRE usage
- "The service intermittently returns 503 errors."
- "Intermittent network packet loss detected."
- "The bug is intermittent and hard to reproduce."
Next up: Degree Adverbs →