ServiceNowExpert-built kit

Technical Consultant (Developer)

Configures incident routing, designs SLA workflows, builds dashboards, migrates data, and conducts health checks for ITSM implementations.

Interview content for Technical Consultant

33
What to ask. Competency and attitude questions, assigned to the right round.
234
What to listen for. Positive and negative indicators, per question.
10
What the hire must do. Capabilities with expected proficiency at each level.

Look inside: one question, as it appears in the kit

Pick the level you’re hiring. The sample changes with the level you select.

Round 2 · Hiring Manager Technical Deep Dive20 competency questions

Enterprise Service & Business Operations

CMDB & Asset Lifecycle Management

Configures identification and reconciliation rules, troubleshoots discovery sources, and ensures data accuracy.

Expected at Technical Consultant

Sample competency question

Recall a project where you had to establish a reliable data structure for tracking hardware or software assets across multiple systems.

Ask once, as written, then allow silence. A helpful rephrase may hand the candidate the answer.

Positive indicators

  • Explains source prioritization and conflict resolution clearly
  • References automated health checks and accuracy metrics
  • Describes ongoing maintenance and governance processes

Negative indicators

  • Relies on manual data entry or spreadsheet tracking
  • Ignores source conflicts or overwriting risks
  • Lacks reporting on data quality or accuracy trends

Independent proficiency is required to maintain configuration integrity and support downstream ITSM and integration processes.

Ryan Mahoney

Why this role is hard · Ryan Mahoney

You can't just train someone to own an integration project while also handling client expectations and writing production code. The hard part is finding people who can actually balance working independently with taking responsibility for deadlines. I see interviewers often pick candidates who give smooth answers in mock sessions but freeze when asked how they would safely roll back a broken deployment during a busy hour. We really need developers who can take vague business requests and turn them into solid, secure systems without needing constant approval. That mix of taking initiative and practical caution almost never shows up clearly on a resume.

Everything in the download, in the order you’ll use it

Level guides for Associate Technical Consultant, Technical Consultant, Senior Technical Consultant and Principal Technical Consultant.

Before you post

  • 1Ready-to-use job description
  • 2Video screening prompts
  • 8Resume screening criteria
  • 2Knockout screening questions

In the room

  • 20Competency interview questions
  • 13Attitude interview questions
  • 1Hands-on work simulations
  • 1Presentation prompts
  • 1Coding tests

At the debrief

  • Progression framework
  • Exceeds / Meets / Below anchors for every exercise
  • 4Interview plan with time per round

Core Evaluation

Critical questions for this role

The competency and attitude questions below are where the hiring decision is made. They run in the live interview rounds and are calibrated to the level selected above.

20 Competency Questions

1 of 20
  1. Discipline

    Enterprise Service & Business Operations

  2. Job requirement

    CMDB & Asset Lifecycle Management

    Configures identification and reconciliation rules, troubleshoots discovery sources, and ensures data accuracy.

  3. Expected at Technical Consultant

    Independent proficiency is required to maintain configuration integrity and support downstream ITSM and integration processes.

Interview round: Hiring Manager Technical Deep Dive

Recall a project where you had to establish a reliable data structure for tracking hardware or software assets across multiple systems.

Positive indicators

  • Explains source prioritization and conflict resolution clearly
  • References automated health checks and accuracy metrics
  • Describes ongoing maintenance and governance processes

Negative indicators

  • Relies on manual data entry or spreadsheet tracking
  • Ignores source conflicts or overwriting risks
  • Lacks reporting on data quality or accuracy trends

13 Attitude Questions

1 of 13

Accountability Mindset

A consistent practice of taking full ownership over technical decisions, deliverables, and outcomes regardless of external pressures or ambiguities. For a Technical Consultant/Developer, it manifests as proactively identifying risks, transparently communicating progress and setbacks, ensuring code and architecture align with stated commitments, driving solutions to resolution without deflecting blame, and aligning technical execution with broader business, compliance, and budgetary objectives.

Interview round: Peer Technical Collaboration

What would your process look like for managing post-deployment stability for a module you just handed over to production support?

Positive indicators

  • Defines clear ownership boundaries between development and support
  • Implements automated monitoring for early issue detection
  • Provides actionable documentation rather than theoretical overviews
  • Tracks post-go-live defect rates to validate delivery quality

Negative indicators

  • Assumes support teams will figure out configurations independently
  • Disengages immediately after deployment without monitoring
  • Fails to establish escalation paths for critical production issues
  • Does not track or analyze post-deployment defect trends

Supporting Evaluation

How candidates earn the selection conversation

The goal is to reduce effort for everyone by collecting more useful signals before adding more interviews. Lightweight application prompts and structured screens help your team focus interview time on the candidates most likely to succeed.

Stage 1 · Application

Filter at the door

Runs the moment a candidate hits Submit. Disqualifying answers end the application; everything else is captured for review.

Knock-out Questions

1 of 2

Application Screen: Knock-out

Do you have at least two years of hands-on development and configuration experience specifically within the ServiceNow platform, including building integrations via IntegrationHub and REST APIs?

Yes
Qualifies
No
Auto-decline

Video-Response Questions

1 of 2

Application Screen: Video Response

Describe a scenario where a non-technical stakeholder pushed for a custom integration or feature that conflicted with platform upgrade safety or established architecture. What specific steps did you take to communicate the technical constraints, address their underlying business concern, and guide them toward a compliant alternative?

Candidate experience

REC
0:42 / 2:00
1Record
2Review
3Submit

Response time

2 min

Format

Recorded video

Stage 2 · Resume Screening

Read the resume against fixed criteria

Reviewers score every application that clears the door against the same criteria. Stronger reviews advance to live interviews; weaker ones are archived without further screening.

Resume Review Criteria

8 criteria
Evidence of independently managing one to two application portfolios or integration workstreams, including requirement workshops and solution demonstrations.
Evidence of designing IntegrationHub spoke configurations, implementing secure credential mappings, and prioritizing pre-built connectors for third-party systems.
Evidence of replacing legacy JavaScript routines with Flow Designer subflows and low-code action configurations to accelerate release cycles.
Evidence of managing update set approvals, coordinating CI/CD pipeline handoffs, and maintaining client-ready documentation or test suites.

Does the resume show relevant prior work experience?

Is the resume complete, well-organized, and free from formatting, spelling, and grammar mistakes?

Does the resume indicate required academic credentials, relevant certifications, or necessary training?

Does the cover letter or personal statement convey clear relevance and familiarity with the job?

Stage 3 · During Interviews

Where the hire is decided

Interview rounds use the competency and attitude questions outlined above, then add tests, work simulations, and presentations that reveal deeper evidence about how the candidate thinks and works.

Coding Test

Live Interview · Coding Test

Without AI

Implement a routing engine that evaluates change requests against configurable thresholds. Ensure the logic is easily extensible and clearly separates risk evaluation from approval assignment.

Implement the determineApprovalPath function to dynamically route change requests.

With AI

Use an AI assistant to draft the routing engine, then critically audit the output for scalability, edge-case handling, and alignment with change management best practices.

Use AI to generate the determineApprovalPath logic, then refactor it to ensure modularity and business alignment.

Response time

20 min

Positive indicators

  • Configurable threshold logic instead of hardcoded rules
  • Clear separation of risk scoring and approver mapping
  • Handling of conflicting or missing data gracefully
  • Extensible structure for future department additions
  • Prompting AI for structured, configuration-driven logic
  • Identifying and removing AI-generated hardcoding or tight coupling
  • Adding validation layers for boundary conditions
  • Documenting how AI output was adapted for real-world constraints

Negative indicators

  • Deeply nested if-else chains
  • Hardcoded approver names tied to specific departments
  • No fallback for unknown risk scores
  • Lack of comments explaining business rule mapping
  • Accepting AI output without verifying business rule accuracy
  • Failing to decouple risk evaluation from approver lists
  • Over-engineering with unnecessary abstractions suggested by AI
  • Missing critical audit or compliance considerations

Presentation Prompt

Walk us through a past integration or API project you owned using 3-5 slides. Discuss how you selected the technical approach, managed data synchronization and security protocols, and handled cross-functional alignment during delivery.

Format

deck-and-walkthrough · 20 min · ~2 hr prep

Audience

Technical consulting team and delivery manager

What to prepare

  • 3-5 slides outlining a past integration or API project
  • Notes on technical decisions, security considerations, and stakeholder communication

Deliverables

  • A 10-15 minute slide walkthrough
  • 5-10 minutes of Q&A discussing architectural trade-offs and delivery challenges

Ground rules

  • Use only work you are permitted to share; anonymize client data if necessary
  • Focus on your decision-making process and lessons learned, not just the final architecture

Scoring anchors

Exceeds
Delivers a tightly structured narrative linking business outcomes to technical integration patterns, anticipates security and sync risks, and demonstrates mature cross-functional coordination with clear contingency planning.
Meets
Walks through a coherent integration project, explains the chosen technical approach and security basics, and answers most questions competently, though may lack depth on failure modes or stakeholder alignment.
Below
Lacks clarity on why specific integration patterns were selected, ignores security or data sync constraints, or cannot articulate how they handled cross-team dependencies or delivery setbacks.

Response time

20 min

Positive indicators

  • Clearly maps business requirements to technical integration choices
  • Proactively addresses authentication, rate limiting, and error handling strategies
  • Demonstrates how they aligned with security and operations teams during design
  • Articulates clear rollback or contingency plans for integration failures

Negative indicators

  • Presents architecture without explaining why specific tools or patterns were chosen
  • Overlooks security or credential management considerations
  • Fails to acknowledge integration dependencies or potential data sync bottlenecks
  • Struggles to answer questions about failure scenarios or stakeholder handoffs

Work Simulation Scenario

Scenario. You are tasked with integrating an external HRIS system with ServiceNow via secure APIs. The vendor's documentation is sparse, and internal security has strict credential rotation and data encryption requirements. You must design the integration architecture, data synchronization approach, and error-handling strategy.

Problem to solve. Construct a secure, maintainable integration approach by asking targeted questions about authentication, data volume, sync frequency, and compliance constraints. Walk through your architectural reasoning, configuration plan, and risk mitigation strategy.

Format

discovery-interview · 40 min · ~2 hr prep

Success criteria

  • Identify authentication mechanisms and credential lifecycle requirements
  • Define data mapping, sync cadence, and volume handling constraints
  • Establish robust error handling, retry logic, and monitoring thresholds
  • Align technical design with security and compliance policies

What to review beforehand

  • ServiceNow IntegrationHub and REST API configuration guides
  • Credential Manager and secure vault integration patterns
  • Standard API error handling and retry framework documentation

Ground rules

  • Drive the discovery with structured, sequential questions
  • Think aloud about architectural tradeoffs and security implications
  • Focus on design logic, data flow, and compliance alignment
  • Acknowledge gaps and propose validation steps before committing

Roles in scenario

Security & Integration Architect (informed_partner, played by peer)

Motivation. Ensures the integration meets enterprise security standards while remaining operationally viable and maintainable.

Constraints

  • Credentials must rotate automatically every 90 days
  • All PII in transit must use TLS 1.2+ and field-level encryption
  • Vendor API rate limits are undocumented and historically inconsistent

Tensions to introduce

  • Reveals sparse vendor documentation only when candidate probes API behavior
  • Highlights strict credential rotation rules if candidate overlooks secret management
  • Questions how candidate plans to handle partial sync failures or payload truncation

In-character guidance

  • Answer technical questions precisely and factually
  • Maintain a collaborative but security-first posture
  • Let the candidate lead the architecture discovery sequence

Do not

  • Do not volunteer vendor API quirks or security exceptions unprompted
  • Do not steer the candidate toward a specific spoke or integration pattern
  • Do not provide architecture diagrams or configuration snippets
  • Do not solve the error-handling design for the candidate

Scoring anchors

Exceeds
Systematically surfaces hidden integration risks, designs a secure, observable data flow with explicit failure modes, and translates security constraints into actionable engineering standards.
Meets
Asks relevant technical questions, proposes a viable integration pattern with acknowledged security and error-handling considerations, and aligns design with stakeholder constraints.
Below
Relies on assumptions, ignores credential or compliance requirements, or fails to define error handling and monitoring boundaries.

Response time

40 min

Positive indicators

  • Probes for authentication mechanisms, credential lifecycle, and secret storage patterns
  • Asks about payload size, sync frequency, and data transformation requirements upfront
  • Defines explicit error handling, retry logic, and alerting thresholds before design
  • Aligns technical architecture with security policies and compliance guardrails

Negative indicators

  • Assumes default API behavior or vendor reliability without verification
  • Overlooks credential rotation, encryption, or rate-limiting constraints
  • Guesses at data mapping or sync cadence without asking clarifying questions
  • Freezes when presented with sparse documentation or ambiguous security rules

Progression Framework

This table shows how competencies evolve across experience levels. Each cell shows competency at that level.

Enterprise Service & Business Operations

6 competencies

CompetencyAssociate Technical ConsultantTechnical ConsultantSenior Technical ConsultantPrincipal Technical Consultant
CMDB & Asset Lifecycle Management

Maintains CMDB records, validates discovery data, and updates basic asset inventory under guidance.

Configures identification and reconciliation rules, troubleshoots discovery sources, and ensures data accuracy.

Designs CMDB health dashboards, implements automated reconciliation, and establishes data governance standards.

Architects enterprise data models, drives CMDB maturity initiatives, and integrates asset intelligence into financial planning.

Customer & Field Service Operations

Sets up basic customer portals, configures standard case forms, and assists with dispatch rule testing.

Designs omnichannel case routing, optimizes field scheduling algorithms, and integrates customer feedback loops.

Architects unified customer service platforms, implements predictive dispatch, and drives service level optimization.

Leads enterprise CSM strategy, aligns field operations with supply chain logistics, and establishes customer experience governance.

Governance, Risk & Compliance Frameworks

Populates compliance libraries, configures basic assessment templates, and generates standard audit reports.

Designs automated risk scoring models, implements control testing workflows, and ensures regulatory alignment.

Architects enterprise GRC frameworks, integrates third-party risk data, and drives continuous monitoring strategies.

Defines enterprise risk posture, aligns compliance automation with global regulatory standards, and advises executive leadership.

HR Service Delivery Configuration

Configures standard HR service categories, templates, and knowledge articles under supervision.

Develops secure HR case workflows, configures role-based access, and integrates employee self-service portals.

Architects complex employee lifecycle journeys, implements compliance controls, and optimizes HR service metrics.

Defines enterprise HRSD strategy, aligns platform capabilities with global HR policies, and drives employee experience transformation.

IT Service Management Configuration

Applies standard templates to configure basic ITSM records, routing rules, and notifications under supervision.

Independently designs and optimizes ITSM workflows, resolves configuration conflicts, and ensures SLA alignment.

Architects complex, cross-functional ITSM integrations, mentors junior staff, and drives process automation initiatives.

Defines enterprise ITSM strategy, establishes governance frameworks, and aligns platform capabilities with executive operational goals.

Service Catalog & Workflow Orchestration

Creates basic catalog items and simple approval workflows using out-of-the-box tools.

Designs multi-stage fulfillment workflows, integrates approval matrices, and troubleshoots orchestration failures.

Optimizes catalog architecture for scalability, implements dynamic variable sets, and reduces fulfillment cycle times.

Leads enterprise catalog strategy, standardizes service delivery models, and aligns orchestration with business process reengineering.

Platform Engineering & Integration

4 competencies

CompetencyAssociate Technical ConsultantTechnical ConsultantSenior Technical ConsultantPrincipal Technical Consultant
AI & Machine Learning Integration

Configures standard AI features, validates model outputs, and documents AI use cases under guidance.

Deploys custom ML models, optimizes AI-driven automation, and integrates predictive analytics into workflows.

Architects enterprise AI frameworks, establishes data quality pipelines for ML, and drives intelligent process automation.

Defines AI strategy, aligns machine learning initiatives with business transformation, and establishes ethical AI governance.

App Engine & Low-Code Development

Builds standard application modules, configures basic data tables, and creates simple UI pages under guidance.

Develops complex custom applications, implements reusable components, and optimizes low-code performance.

Architects modular application frameworks, establishes development standards, and mentors teams on low-code best practices.

Defines enterprise application strategy, drives platform extensibility initiatives, and aligns development pipelines with business innovation.

Integration & API Development

Configures basic API connections, tests endpoint responses, and troubleshoots authentication errors under supervision.

Designs robust integration flows, implements error handling and retry logic, and optimizes data transformation.

Architects enterprise integration patterns, implements event-driven architectures, and establishes API governance standards.

Defines enterprise integration strategy, leads vendor ecosystem alignment, and drives real-time data synchronization initiatives.

Platform Architecture & System Design

Assists with environment provisioning, applies standard security baselines, and documents architectural diagrams.

Designs scalable instance architectures, implements deployment pipelines, and optimizes platform performance.

Architects multi-instance enterprise environments, establishes governance frameworks, and leads platform migration strategies.

Defines enterprise platform roadmap, drives cloud-native adoption, and aligns technical architecture with long-term business objectives.