Program 13 · Domain specialisation

SCIKIQ Certified Data and AI EngineerTelecom

A telco knows everything about its network and almost nothing about what that network did to a particular customer on Tuesday. The two halves of the estate — OSS and BSS — were built by different people for different reasons and join badly. This specialisation is about closing that join, because nearly every worthwhile use case sits across it.

  • 80 hrstaught
  • 40hands-on AI labs
  • 8assessment tests
  • +20 hrs2 E2E capstones
OSS × BSSThe join where almost all operator value sits
Care & assuranceWhere agentic automation lands first and most reliably
Revenue assuranceA leakage problem that is a data-reconciliation problem
Capex efficiencyNetwork investment steered by experience, not coverage maps
01
Part 1 · The business

The value chain, the people, the trends

An operator is two businesses sharing a brand: one runs a national engineering asset, the other runs a mass-market subscription. Part 1 maps both and names the people who work across the seam.

The operator value chain

Six stages from spectrum to retention. Select one.

Who you are building for

In telecom the NOC engineer and the care agent are looking at the same fault and cannot see each other. Select one to light the stages they own.

What the sector is seeing

An industry with excellent data, poorly joined, and a cost base that rewards joining it.

02
Part 2 · Data and meaning

Domains, ontology, taxonomy and governed terms

The operator estate is split down the middle. OSS knows the network, BSS knows the customer, and the identifiers that should join them — cell, circuit, service, subscriber — do not agree. Most of the engineering here is closing that gap credibly.

The data landscape

Six families. The join keys between the first three and the last three are the whole problem.

Network fault & performance

Alarms, KPIs and counters from RAN, core and transport.

EMS/NMS, performance managers

Network inventory & topology

Sites, cells, circuits, ports and the paths between them.

Inventory systems, GIS

Usage records

Call, data and messaging records through mediation, at very high volume.

Mediation platforms, CDR/EDR stores

Customer & order

Subscribers, products, orders, provisioning state and entitlements.

CRM, order management

Billing & revenue

Rating, invoices, adjustments, disputes and collections.

Billing platforms, revenue assurance

Interaction & field

Contact transcripts, tickets, work orders and field notes.

Contact centre, ticketing, field service

The semantic layer

An operator agent that cannot tell a cell from a service, or a subscriber from an account, will describe a fault perfectly and name the wrong customers. These are the domains, the graph and the definitions the agent must be grounded on before it is allowed near a care conversation.

Data domains

Six subject areas, each with the entities it holds, its critical data elements and the function accountable for it.

Network asset

The physical and logical estate that carries traffic.

SiteCellNodeCircuitPort
Critical data elements
Cell identifier; Circuit identifier; Functional location
Owned by
Network planning

Service

What the customer bought, expressed in terms the network can resolve.

ServiceService instanceProductEntitlement
Critical data elements
Service identifier; Service class; Contracted rate
Owned by
Product & service management

Customer & account

Who is billed, who uses the service, and the difference between them.

CustomerAccountSubscriberContact
Critical data elements
Account number; Subscriber identifier; Consent state
Owned by
Customer data

Usage

Consumption records produced by the network and mediated for rating.

Usage recordSessionRated event
Critical data elements
Usage volume; Event timestamp; Rating key
Owned by
Mediation & revenue assurance

Fault & incident

What broke, when, and which services it took with it.

AlarmIncidentOutageTicket
Critical data elements
Severity; Start and clear time; Affected service count
Owned by
Network operations

Billing & revenue

Rating, invoicing, adjustments and the disputes they generate.

InvoiceChargeAdjustmentDispute
Critical data elements
Invoice amount; Tariff applied; Adjustment reason
Owned by
Billing & finance

Ontology & knowledge graph

The entities and the typed relationships between them — what the agent traverses instead of guessing joins. Select any entity.

CustomerAccountSubscriberServiceProductCircuitCellSiteAlarmIncidentUsage recordInvoice
Core entityEventReference / classification

Taxonomies

The classification hierarchies that make records comparable across systems.

Network hierarchy

  1. Region
  2. Site
  3. Node
  4. Cell

West → Site 4412 → eNodeB 88 → Cell 88-2

Fault severity

  1. Class
  2. Severity
  3. Customer impact

Service affecting → Critical → 3,100 subscribers

Product hierarchy

  1. Family
  2. Product
  3. Plan
  4. Add-on

Mobile → Postpaid → Unlimited 5G → International roaming

Governed business terms

The definitions an agent must use rather than invent. Most wrong answers in this industry are a term used loosely.

Customer vs subscriber
The customer is billed; the subscriber consumes. One account routinely holds many subscribers, and conflating them misdirects both care and marketing.
Service affecting
A fault that degrades a service a customer bought, as distinct from one that degrades the network without reaching a customer.
Customer affected
The agreed count of subscribers whose service an incident degraded — needs one definition, or network and care will report different numbers for the same event.
Alarm vs incident
An alarm is a signal; an incident is the correlated fault behind many of them. Counting alarms as incidents overstates severity.
Revenue leakage
Service delivered but not correctly billed, usually from mediation and rating disagreeing rather than from fraud.
Order fallout
An order that stalls in provisioning and requires manual correction before service starts.
Truck roll
Dispatch of a field engineer — the most expensive routine action in the operator cost base.
MTTR
Mean time to repair, measured from incident detection to service restoration rather than to alarm clear.
03
Part 2 · The architecture

How it is actually built

The layers a deployment needs, what each one holds, and what the engineer owns there.

The reference architecture

Seven layers, with the OSS/BSS join treated as a first-class governed entity.

Typical tech stack

Models
  • Frontier models for diagnosis and explanation
  • Small models for high-volume triage
  • Anomaly models on counters
Grounding
  • Runbook and vendor document index
  • Ticket resolution history
  • Service knowledge graph
Agents
  • Alarm triage agents
  • MCP over inventory and ticketing
  • Care assist with network context
Data
  • Streaming ingestion at CDR volume
  • Topology enrichment
  • OSS/BSS identity resolution
Assurance
  • Correlation accuracy evals
  • False-dispatch measurement
  • Consent and retention controls
Runtime
  • Multi-region deployment
  • Read paths into OSS
  • Cost per subscriber budgeting

Constraints that shape the design

Volume is genuinely large

Usage records arrive at a scale where per-record model inference is economically impossible. Triage cheaply, reason expensively, and know which is which.

The join is imperfect and always will be

Subscriber-to-cell mapping is probabilistic and stale. Design for confidence-scored joins rather than pretending to a clean key.

Usage data is regulated

Communications metadata carries purpose limitation and retention rules. Reuse for a new purpose is a legal question before it is a technical one.

A wrong dispatch costs real money

False positives are not a quality metric here; each one is a van, an engineer and a customer appointment.

04
Part 3 · Getting it done

Where the business and the technology meet

Every use case below crosses the OSS/BSS seam, because that is where an operator has advantages nobody outside the industry can copy.

Use cases, mapped to the chain and the architecture

Filter by stage or by earned autonomy. Selecting a use case jumps the value chain and the architecture to the stage and layer it depends on.

Value chain stage
Autonomy earned
12 use cases

The delivery playbook

How a telecom deployment actually runs.

01

Week 1 — test the join before promising anything

Measure how well subscriber, service, circuit and cell actually reconcile. Every use case downstream is capped by this number, so discover it before it is a commitment.

02

Week 2 — agree what "customer affected" means

Get network and care to sign one definition. Without it the same incident will carry two severities and the agent will be blamed for both.

03

Weeks 3-6 — start in assurance, not in care

Alarm correlation is bounded, measurable and touches no customer. It builds the topology confidence that every customer-facing use case then depends on.

04

Weeks 7-9 — take on dispatch with the asymmetry modelled

Truck-roll avoidance is the value case, but a wrong "no dispatch" costs more than a wasted visit. Set thresholds with field operations, not with data science.

05

Weeks 10-12 — consent, retention and handover

Prove usage data was used only for its collected purpose, then hand over runbook, thresholds and the reconciliation evidence.

The curriculum

8 modules, 80 taught hours, 40 hands-on labs and 8 assessments — every lab provisioned and graded by the SCIKIQ Agentic AI Playground. Open a module to see its labs.

01The SCDAI delivery model in an operatorLanding in an organisation where network and commercial report to different worlds.10 hrs · 5 labs
Delivery mandateOSS/BSS organisational splitValue sizing on dispatch and churnStakeholder mapAdoption dynamicsThin-slice scoping
01
Decision selectionScore four operator decisions on value, cadence and data readiness.
02
Value sizingSize a truck roll, a repeat contact and a churn event in cash terms.
03
Join auditAssess whether subscriber-to-cell data supports a customer-impact use case.
04
Stakeholder mapMap NOC, care, field, revenue assurance and network planning.
05
Thin sliceScope a single-region assurance slice with a measurable outcome.
Assessment 01 — Operating model & scoping25 items · 35 min · pass 70%
02Operator data foundationsFault, performance, inventory, mediation, CRM and billing — and the keys between them.10 hrs · 5 labs
Alarm and counter dataInventory and topologyMediation and usage recordsCRM and order stateBilling dataIdentity resolution across OSS and BSS
01
Alarm ingestionIngest and de-duplicate a realistic alarm stream.
02
Topology enrichmentEnrich alarms with the inventory path they sit on.
03
Usage at volumeAggregate high-volume usage records within a cost budget.
04
Join measurementMeasure subscriber-to-cell join quality and report it honestly.
05
Billing extractReconcile a rated usage sample against the issued invoice.
Assessment 02 — Operator data landscape25 items · 35 min · pass 70%
03Context engineering for network languageVendor shorthand, cell identifiers, severity scales and the precision they demand.10 hrs · 5 labs
Identifier disambiguationVendor terminologyStructured outputsConfidence and uncertaintyRefusal on insufficient topologyContext budget
01
Identifier resolutionResolve ambiguous cell and circuit references to inventory.
02
Vendor normalisationNormalise alarm text across two vendors to one vocabulary.
03
Structured diagnosisEmit a structured root-cause hypothesis with evidence and confidence.
04
Honest degradationMake the agent state reduced confidence when topology is incomplete.
05
Context budgetCut context cost on a high-frequency triage agent.
Assessment 03 — Context engineering25 items · 35 min · pass 70%
04Grounding on runbooks and ticket historyThe fix for this fault has almost certainly been written down already.10 hrs · 5 labs
Runbook retrievalVendor documentationTicket resolution miningService graph traversalCitationsRetrieval evals
01
Runbook indexBuild retrieval over runbooks with procedure and revision cited.
02
Ticket miningExtract what actually resolved a fault from free-text ticket history.
03
Service traversalTraverse subscriber to service to circuit to cell in the graph.
04
Citation contractCite the runbook step and the prior ticket behind a recommendation.
05
Retrieval evalsBuild a labelled fault-question set and measure recall.
Assessment 04 — Retrieval & grounding25 items · 40 min · pass 70%
05Assurance and care agent designCorrelation, impact scoping and the dispatch decision, with the cost asymmetry modelled.10 hrs · 5 labs
Workflow vs agentAlarm correlation patternsImpact scopingDispatch decisioningAsymmetric costEscalation
01
Correlation agentCollapse an alarm storm to a ranked root-cause set.
02
Impact scopingAnswer who is affected in service terms with a confidence bound.
03
Dispatch decisionDecide network, line or home — and model the cost asymmetry.
04
Care assistGive a care agent network context inside a live-conversation latency budget.
05
EscalationDefine when the agent must hand to a human and prove it does.
Assessment 05 — Agent design for assurance & care25 items · 40 min · pass 70%
06Integrating with OSS and BSSRead paths into the network estate and write paths into ticketing and provisioning.10 hrs · 5 labs
MCP over inventory and ticketingStreaming integrationProvisioning write-backRate limits and back-pressureIdentityError handling
01
MCP over inventoryExpose topology and service lookups as typed read tools.
02
Ticket write-backCreate and update tickets under a traceable service identity.
03
Provisioning correctionApply an order-fallout fix behind an approval gate.
04
Back-pressureHandle a source system that rate-limits mid-task without losing work.
05
IdentityBind agent access to region and role entitlements.
Assessment 06 — Systems integration25 items · 35 min · pass 70%
07Consent, retention and telecom regulationCommunications metadata is regulated data, and reuse is a legal question first.10 hrs · 5 labs
Purpose limitationRetention limitsConsent enforcement at retrievalLawful intercept boundariesOWASP LLM Top 10Incident response
01
Purpose enforcementConstrain usage-record retrieval to its collected purpose.
02
RetentionEnforce retention limits inside the index, not only in the source.
03
Consent at retrievalApply suppression and lawful basis inside the query.
04
Injection defenceDefend against instructions embedded in a customer complaint.
05
Red teamRun an OWASP LLM Top 10 pass over the care assist pipeline.
Assessment 07 — Consent, retention & security30 items · 45 min · pass 70%
08Production, false dispatch and cost per subscriberAt operator volume, cost per task is not a footnote — it decides feasibility.10 hrs · 5 labs
Eval suitesFalse-dispatch measurementDriftThreshold tuningCost per subscriberHandover
01
Eval gateGate deployment on correlation accuracy regression.
02
False-dispatch studyMeasure and reduce false "no dispatch" decisions with field ops.
03
Drift watchDetect drift after a network upgrade changes alarm patterns.
04
Cost per subscriberModel and reduce inference cost across the subscriber base.
05
HandoverProduce runbook, threshold guide and reconciliation evidence.
Assessment 08 — Production & economics30 items · 45 min · pass 70%

Two capstones — 20 hours

End-to-end agent design, development, deployment and testing, 10 hours each. Reviewed by a Senior SCDAI Engineer against a published rubric.

Capstone A — Assurance triage agent

Build an agent that collapses an alarm storm to a ranked root cause, scopes customer impact in service terms with a stated confidence, and cites the runbook and prior ticket behind its recommendation. Measure correlation accuracy against a labelled incident set.

Capstone B — Truck-roll avoidance agent

Build an agent that decides network, line or home before dispatch, with the cost asymmetry between a wasted visit and a missed fault modelled explicitly, and a measured false "no dispatch" rate.

What you deliver, and how it is marked
  • A running agent, deployed on the program's target stack, reachable by a reviewer.
  • An architecture note: boundaries, tools, autonomy level and the trade-offs you took.
  • A versioned eval set with a baseline and your final scores.
  • A trace walkthrough of one success and one deliberate failure.
  • Cost per task, measured — not estimated.
  • A runbook and rollback path a client team could operate on Monday.
Problem fit15%Is this a decision worth automating, scoped to a defensible boundary?
Architecture20%Right pattern for the constraints; autonomy earned, not assumed.
Grounding & accuracy20%Measured groundedness against the eval set, with the failures named.
Safety & compliance20%Domain controls actually enforced, and demonstrably so.
Operability15%Traces, runbook, rollback, cost — could someone else run this?
Communication10%Can a client executive follow the reasoning in ten minutes?

One lab, start to finish

Every lab in this program follows the shape below. This is lab 05 in full — the brief you are given, the environment that is provisioned for you, the code you start from and the assertions that decide whether you passed.

Module 05 · Assurance and care agent design

Alarm storm to single root cause

Collapse four hundred alarms into the one fault that caused them, and name who it hurt.

The brief

You are given a replayed alarm storm from a regional outage, the inventory topology for that region, and a labelled answer key naming the true root fault and the affected services. Topology coverage is deliberately incomplete: 18% of the paths are missing. Return the ranked root-cause candidates, the services affected by each, and a confidence that reflects the missing topology — rather than a confident answer that quietly ignores it.

Provisioned for you
  • Replayed storm: 412 alarms over 90 minutes
  • Inventory topology with 18% of paths absent
  • Service-to-circuit-to-cell mapping
  • Labelled key: 1 root fault, 3,100 affected subscribers
You start from this
def correlate(alarms, topology, services):
    """Return [(root_alarm_id, affected_service_ids, confidence)] ranked.

    Topology is incomplete. Where a path is missing, say so in the
    confidence; do not infer the edge and present the result as certain.
    """
    # 1. group alarms by the topology path they sit on
    # 2. the root is the upstream-most alarm on a path, not the first in time
    # 3. walk service -> circuit -> cell to name who is affected
    raise NotImplementedError
What the grader asserts
  1. Identifies the true root fault as the top-ranked candidate
  2. Does not report the earliest alarm as the root — time order is not causal order
  3. Affected-subscriber count is within 5% of the labelled 3,100
  4. Confidence is materially lower for candidates whose path crosses missing topology
  5. Returns an explicit unknown rather than a guess when no path can be resolved at all

Pass barRoot fault ranked first, and confidence on the missing-topology candidates measurably lower than on the resolved ones. A correct answer with uniform confidence fails.

StretchExpose the correlation as an MCP tool and have a care agent answer “is my service affected” for a given subscriber, citing the incident.

05
Assessment

Assessed, not attended

Every module ends with a timed, randomised assessment delivered through the SCIKIQ Agentic AI Playground. The certificate requires a pass on all of them plus two reviewed capstones.

Assessment blueprint

What each test covers, how long it runs, and how many items are currently in the versioned bank behind it.

#Assessment & coverageItemsTimeIn bank
01Operating model & scopingDelivery mandateOSS/BSS splitValue sizingThin slicing2535 min3
02Operator data landscapeFault and performanceInventory and topologyUsage recordsOSS/BSS joins2535 min3
03Context engineeringIdentifier resolutionVendor normalisationStructured outputsUncertainty2535 min2
04Retrieval & groundingRunbook retrievalTicket miningGraph traversalRetrieval metrics2540 min2
05Agent design for assurance & careCorrelationImpact scopingDispatch decisioningEscalation2540 min2
06Systems integrationMCP designStreaming integrationWrite-back safetyIdentity2535 min2
07Consent, retention & securityPurpose limitationRetentionConsent enforcementLLM security3045 min2
08Production & economicsEval gatingFalse dispatchDrift and thresholdsCost per subscriber3045 min2
Single best answerOne defensible option among plausible distractors drawn from real field mistakes.
Scenario judgementA client situation with constraints; you pick the action a Senior SCDAI Engineer would take.
Architecture selectionGiven non-functional requirements, choose the pattern and justify the trade-off.
Failure diagnosisA trace, an eval report or a cost curve — identify the root cause.
  • Each module ends with a timed assessment; the program certificate requires a pass on every one.
  • Items are drawn at random from a versioned bank, so no two learners sit an identical paper.
  • Pass mark is 70%. Two retakes are included, each with a fresh draw.
  • Scenario items carry double weight — they are the ones that predict field performance.
  • Capstones are reviewed against a published rubric by a Senior SCDAI Engineer, not auto-graded.

Try four questions from the bank

Real items, drawn from 18 in this program's bank — weighted toward the scenario and diagnosis types, because those are the ones that predict field performance. Instant feedback, nothing saved.

Four sample items — one attempt each, then the reasoning is shown.

Q1An operator asks you to "use AI to cut truck rolls". What do you establish first?

The value case is volume × avoidable share × cost per visit. Until you have that number you cannot tell whether this is worth doing or which part of the dispatch decision to target.

Q2Usage records arrive at a volume where per-record model inference is uneconomic. What is the right pattern?

Cheap triage, expensive reasoning. Sampling loses the rare events that matter, and batching everything still pays per record for records that needed no reasoning at all.

Q3Two vendors report the same fault with different alarm text. Where should normalisation happen?

Normalising at ingestion makes the vocabulary testable and reusable. Doing it in the prompt makes every downstream agent carry the same translation burden and drift apart.

Q4A truck-roll avoidance agent must weigh a wasted visit against a missed fault. How should that be handled?

The two errors have very different costs and the ratio is a business decision, not a modelling one. Optimising raw accuracy silently picks a threshold nobody agreed to.

06
Career & outcomes

What this makes you, and where it goes next

The same ladder whichever specialisation you enter through — what changes is the domain you go deep in. Below: how the program is delivered, the skills it moves, the roles it leads to, and the specialisations closest to this one.

Available two ways

The same labs, assessments and capstones, delivered to an enterprise cohort or to individual professionals.

B2B

Direct to enterprise

Cohorts of 20 to 2,000+ on your own tenancy, with your data patterns and your cloud. Skill-gap baselining up front, per-team mastery reporting throughout, and capstones scoped against your real backlog so the output is deployable work.

  • Private cohort on your tenancy
  • Baseline skills assessment before kick-off
  • Capstones scoped to your backlog
  • Per-team mastery dashboards for L&D
  • Optional Senior SCDAI Engineer architecture reviews
B2C

Direct to individual professionals

The same labs, assessments and capstones for individual engineers and analysts, run on shared infrastructure with a fixed cohort calendar. You leave with a graded portfolio, not a certificate of attendance.

  • Fixed-date cohorts, self-paced within them
  • Same graded labs and item bank
  • Portfolio-ready capstones you own
  • Certificate on a pass in every module
  • Community and office-hours access

Skill matrix

Find your row and aim one column right. The Playground scores you against this after every module.

SkillBeginnerIntermediateAdvanced
Operator domain fluencyKnows the segments.Maps network events to customer outcomes.Sizes dispatch and churn value credibly.
OSS/BSS dataQueries one estate.Joins subscriber to cell with measured confidence.Designs an identity-resolution layer that degrades honestly.
Assurance engineeringReads alarms.Correlates a storm to a root cause using topology.Runs correlation as a measured, gated production system.
Context engineeringWrites clear prompts.Structures retrieval, tools and state deliberately.Designs context strategy for reliability and cost at scale.
Retrieval & groundingBuilds basic vector search.Tunes chunking, hybrid search and reranking.Designs graph + vector grounding with measured recall.
Agent orchestrationRuns a single tool-calling agent.Builds supervised multi-step and multi-agent flows.Designs autonomy boundaries and failure containment.
Tool & system integrationCalls a documented API.Writes an MCP server over a system of record.Designs a least-privilege tool estate across systems.
EvaluationEyeballs outputs.Builds labelled eval sets and regression gates.Runs online evals with drift and judge calibration.
Observability & costReads logs.Traces runs, tracks tokens and latency.Owns cost per task and capacity planning in production.
Security & guardrailsAdds output filters.Mitigates the OWASP LLM Top 10 in a build.Threat-models an agent estate and proves controls.
Client deliveryTakes notes in a workshop.Runs discovery and scopes a thin slice.Owns the account technically, from scope to handover.

Where it takes you

The SCDAI ladder is the same whichever specialisation you enter through — what changes is the domain you go deep in.

01
Data and AI EngineerEntry
Python, LLM APIs, first RAG build, prompt and context basics.
02
Associate Data and AI EngineerPractitioner
Client-facing discovery, tool integration, agent build under supervision.
03
SCIKIQ Certified Data and AI EngineerSpecialist
Owns a deployment end to end — scoping, build, evals, handover.
04
Senior Data and AI Engineer / Domain LeadSenior
Multi-agent architecture, regulated deployments, reference patterns for the practice.
05
AI Architect / Practice LeadLeadership
Portfolio of accounts, delivery standards, hiring and capability strategy.
Terms worth knowing
OSS / BSS
Operations Support Systems (the network) versus Business Support Systems (the customer).
CDR / EDR
Call and Event Detail Records — the usage data mediation produces.
Mediation
The layer that collects, normalises and forwards usage records for rating.
MTTR
Mean Time To Repair — the headline assurance metric.
Truck roll
Dispatching a field engineer; the most expensive routine operator action.
Revenue leakage
Service delivered but not correctly billed.
RAN
Radio Access Network — the cell sites and radios customers connect to.
Order fallout
An order that stalls in provisioning and needs manual correction.
SCDAI
SCIKIQ Certified Data and AI Engineer — the credential this program awards.
SCDAI engineer
An engineer embedded with the customer who turns their constraints into a working system.
Thin slice
The narrowest end-to-end path through a workflow that still produces business value.
Agentic RAG
Retrieval where the agent decides when, what and how often to retrieve.
MCP
Model Context Protocol — open standard connecting an agent to tools and data.
A2A
Agent2Agent — protocol for agent-to-agent delegation across vendors.
Eval set
A labelled, versioned set of cases an agent must pass before release.
LLM-as-judge
Using a model to score outputs, calibrated periodically against human ratings.
Guardrail
An enforced constraint on an input, output or action — not a prompt request.
Human-in-the-loop
A required human approval step before a consequential action executes.
Cost per task
Total token, tool and compute cost of one completed unit of work — the engineer's unit economic.
Golden path
The reference architecture a practice standardises on so deployments stay reviewable.
Handover
The point at which the client can operate, evaluate and change the system without the engineer.

Related programs

Skill a team, or join a cohort

B2B cohorts run on your tenancy with capstones scoped to your backlog. B2C cohorts run on a fixed calendar.

Talk to us
07
Enrolling

What you need, what you get, and what it costs

Stated plainly enough to rule yourself in or out without a sales call: the prerequisites, how the program runs, exactly what the credential is worth, and the questions everyone asks.

Before you start

Stated plainly so you can rule yourself in or out without a sales call. Nothing here is a formal qualification — it is what the first lab assumes you can already do.

Technical

You should already be able to do these

  • Comfortable in Python: functions, typing, virtual environments, reading a stack trace
  • Have called an LLM API and handled a structured response
  • Git, the command line, and reading someone else’s code without panic

Domain

What we assume, and what we teach

  • Know roughly what a cell, a circuit and a subscriber are — the rest is taught
  • Comfort with high-volume data; usage records arrive at a scale that changes design choices

Time and access

What the program asks of your week

  • A machine that can run a browser and a terminal — labs run in the Playground, not locally
  • Roughly 8 hours a week for the taught weeks, plus 20 hours for the two capstones

How it runs

Cohort dates and pricing are confirmed on enquiry rather than printed here, because both move with the intake.

Format
Self-paced within a fixed cohort window, delivered in the SCIKIQ Agentic AI Playground
Taught hours
80 hours across 8 modules
Capstones
20 hours — two end-to-end builds, reviewed not auto-graded
Typical duration
10–12 weeks at around 8 hours a week
Level
Intermediate → Advanced
Built for
Engineers and analysts deploying AI inside network and customer operations
Next cohorts
— confirmed on enquiry
Pricing
— confirmed on enquiry

The credential

The credential is awarded per specialisation, so it names the domain or stack you were assessed in rather than claiming general competence. On this program the badge reads SCDAI — Telecom.

How it is earned

  • A pass at 70% or above on every module assessment — not an average across them
  • Both capstones reviewed against the published rubric by a Senior SCDAI Engineer
  • All labs submitted and machine-graded green
Awarded as
A verifiable digital badge with a public credential record
Valid for
Two years from award
Recertification
One current-year assessment plus a refreshed capstone
Retakes
Two included per assessment, each with a fresh item draw
Named specialisation
The badge states the domain or stack, e.g. SCDAI — Healthcare
Verification
Third parties confirm a holder from the credential record, no login required

A certificate that cannot be checked is decoration. Every award resolves to a record showing the specialisation, the award date and the assessments passed.

The certificate you leave with

This is the credential the program awards, shown exactly as it is issued — with the specialisation named, the assessment record attached and a verification link anyone can check without an account.

SCIKIQ Data Academy Certificate of Professional Certification

This is to certify that

Your name

has been assessed and certified as

SCIKIQ Certified Data and AI Engineer

Telecom

Specialisation
Telecom
Assessments passed
8 of 8, each at 70% or above
Labs graded
40 of 40 machine-graded green
Capstones reviewed
2, against the published rubric
Taught hours
80 across 8 modules, plus 20 capstone hours
AwardedOn completion
Valid untilTwo years from award
Credential IDSCDAI-TELECOM-<issued>
Senior SCDAI Engineer, Certification Board
  1. 01
    The specialisation is on the certificate

    Not “Data and AI Engineer” but the domain or stack you were actually assessed in. A general claim would be a weaker one.

  2. 02
    The assessment record travels with it

    Modules passed, labs graded and both capstones reviewed — so the credential states what was measured rather than that you attended.

  3. 03
    Anyone can verify it, without a login

    The credential ID resolves to a public record showing the specialisation, the award date and the assessments passed.

Share it on LinkedIn

Add it to your LinkedIn profile in one step. The link pre-fills the certification fields from the credential record, so the entry on your profile matches the record a reader can check.

Add to LinkedIn profile The button is live on your real certificate; here it opens LinkedIn pre-filled with this specialisation so you can see exactly what the profile entry will say.

A certificate that cannot be checked is decoration. Every award resolves to a record showing the specialisation, the award date and the assessments passed.

Questions we get asked

The objections that come up in every conversation about this program, answered without the brochure voice.

Is this a course or a certification?

Both, and the second is the point. Eight timed assessments and two reviewed capstones stand between you and the credential, so a pass means someone measured the skill rather than recorded your attendance.

How is it self-paced without falling apart?

Every lab is provisioned, graded and unblocked by the Playground rather than by an instructor. That is what lets a cohort of 2,000 cost the same faculty time as a cohort of 20 — and why you are never waiting on someone to mark your work.

What if I fail an assessment?

Two retakes are included per assessment, each drawing a fresh item set from the bank, so a retake is a genuinely new paper rather than the same questions again.

Do I need my own cloud account?

For the domain specialisations, no — labs run in provisioned sandboxes. For the four tech-stack programs you will want access to that platform, since deploying into a real subscription is much of the point.

Can we run this privately for our team?

Yes. B2B cohorts run on your own tenancy with your data patterns, a skills baseline before kick-off, per-team mastery reporting, and capstones scoped against your actual backlog so the output is deployable work rather than an exercise.

Which specialisation should I take?

Take the domain you deploy into. If you move across industries, take a tech-stack program instead and pick up domain context on the engagement. The chooser on the programs page will narrow it.

How current is the material?

The trends, platform capabilities and regulatory positions are reviewed each quarter, and every external claim on these pages links to its source so you can check the date yourself.

What do I actually leave with?

A graded portfolio: forty machine-graded labs, two reviewed end-to-end agent builds with measured evaluation and cost per task, and a verifiable credential naming your specialisation.

Still deciding?

Tell us the systems you deploy into and we will say plainly whether this specialisation is the right one — or which of the 21 is.

Talk to us