You’re hiring ServiceNow engineers, but no two openings are the same: one
team needs ITOM, another needs HRSD, a third needs both. This recipe
shows the clean way to handle that — without rebuilding your interview every
time.
The trick: build a few reusable module Interviewers once, then create a
Role per opening flavor that simply picks which module Rounds to include.
Step 1 — Build the Interviewers (once)
Under Interviewers, create these four. You’ll reuse them for every ServiceNow
opening forever.
Keep each Interviewer narrow. A focused “ITOM Specialist” gives sharper,
fairer scores than one giant “ServiceNow expert” trying to cover everything.
Step 2 — Create a Role per opening flavor
Create one Role for each kind of opening. They all share the same
Interviewers — only the Rounds differ.
ITOM opening
HRSD opening
ITOM + HRSD opening
Role: ServiceNow Engineer — ITOM Role: ServiceNow Engineer — HRSD Role: ServiceNow Engineer — ITOM + HRSD
See it? The “both” opening just adds a Round. You never touch the
Interviewers — they’re shared across all three Roles.
Why a Role per flavor (not one Role)? Rounds belong to a Role, so the
cleanest way to give different openings different interview loops is a separate
Role each. Use Duplicate Role to spin up a new variant in seconds, then add
or drop the module Round.
Step 3 — Put the module knowledge where it belongs
- Attach general ServiceNow context (your platform version, conventions) to
the Role’s knowledge base.
- Attach module-specific reference docs (your ITOM runbooks, HRSD catalog) to
that Round’s knowledge base, so the deep-dive stays scoped.
Step 4 — Add candidates and go
Add candidates to the right Role (or share the Role’s apply link), then schedule.
Each candidate walks the Rounds in order; passing advances them, and you get a
scorecard per Round plus an overall recommendation.
On the Role’s applications page, candidates are ranked by interview score
(CV match breaks ties), so your strongest ITOM or HRSD engineers rise to the
top automatically.
Doing it over the API
The dashboard is enough for most teams. If you automate, the shape mirrors the
steps above — create the Interviewers once, then a Role + its Rounds per flavor:
See the full field reference in Interviewers,
Roles, and Rounds.