Program 02 · Domain specialisation

SCIKIQ Certified Data and AI EngineerInvestment Banking

Every other industry treats access control as a security requirement. In investment banking it is the product: the wall between the deal side and the public side is what lets the firm exist in both. An agent that can retrieve across it is not a bug to be patched — it is a reportable event. This specialisation is built around that constraint from the first module.

  • 80 hrstaught
  • 40hands-on AI labs
  • 8assessment tests
  • +20 hrs2 E2E capstones
Information barrierThe constraint every design in this sector starts from
Document workWhere analyst hours concentrate, and where retrieval lands first
SurveillanceCommunications monitoring at a volume only automation can read
Post-tradeBreaks and confirmations that are a reconciliation problem
01
Part 1 · The business

The value chain, the people, the trends

The bank is deliberately several businesses that must not share what they know. Part 1 maps the chain and names the people on each side of the wall.

The investment banking value chain

Six stages from coverage to settlement. Select one.

Who you are building for

Two of these people are legally not allowed to know what the other one knows. Select one to light the stages they own.

What the sector is seeing

A document-heavy business with a hard confidentiality boundary running through the middle.

02
Part 2 · Data and meaning

Domains, ontology, taxonomy and governed terms

The unusual thing about this architecture is that the access control is not a layer bolted on at the end. Entitlement determines what may be indexed together at all, which means it shapes the retrieval design before a single document is loaded.

The data landscape

Six families, two of which must be provably unable to reach each other.

Deal & pipeline

Mandates, pipeline, diligence rooms and transaction documents.

Deal CRM, virtual data rooms

Market & reference

Prices, instruments, issuers, corporate actions and identifiers.

Market data vendors, security master

Filings & disclosure

Regulatory filings, prospectuses, transcripts and announcements.

Regulator archives, filing feeds

Research

Notes, models, estimates and the publication and independence record.

Research management systems

Order & execution

Orders, executions, allocations and best-execution evidence.

OMS, EMS, execution venues

Communications

Email, chat, voice and the surveillance record over all of it.

Archives, surveillance platforms

The semantic layer

In most industries the ontology exists so an agent can join data. Here it also exists so an agent knows what it is not allowed to join. Every entity below carries a side, and the graph is as much an entitlement model as a knowledge model.

Data domains

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

Client & mandate

Who the firm acts for, and on what.

ClientMandateDealPitch
Critical data elements
Legal entity identifier; Mandate type; Deal side
Owned by
Coverage

Issuer & instrument

The securities and the entities that issue them.

IssuerInstrumentCorporate actionRestricted entry
Critical data elements
ISIN; Ticker; Issuer identifier
Owned by
Reference data

Disclosure

What has been said publicly, and when.

FilingProspectusAnnouncementTranscript
Critical data elements
Filing date; Document type; Reporting period
Owned by
Research operations

Order & execution

Client orders and how they were filled.

OrderExecutionAllocationVenue
Critical data elements
Order timestamp; Executed price; Venue identifier
Owned by
Markets operations

Control

The barriers, lists and reviews that govern who may know what.

BarrierRestricted listConflictAlert
Critical data elements
Side classification; Restriction reason; Review outcome
Owned by
Compliance

Post-trade

Confirmation, settlement and the breaks between them.

ConfirmationSettlementBreakCounterparty
Critical data elements
Settlement date; Break reason; Counterparty identifier
Owned by
Operations

Ontology & knowledge graph

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

ClientMandateDealIssuerInstrumentFilingResearch noteOrderExecutionRestricted listSurveillance alertBreak
Core entityEventReference / classification

Taxonomies

The classification hierarchies that make records comparable across systems.

Side classification

  1. Side
  2. Basis
  3. Scope

Private → Live mandate → Deal team only

Product hierarchy

  1. Division
  2. Product
  3. Sub-product

Advisory → M&A → Sell-side

Break cause

  1. Class
  2. Cause
  3. Owner

Economic → Price mismatch → Counterparty

Governed business terms

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

Private side vs public side
Private side holds material non-public information; public side must operate without it. The distinction is legal, not organisational convenience.
MNPI
Material non-public information. Knowing a mandate exists is usually itself MNPI, before any deal detail is involved.
Restricted list
Securities on which firm activity is limited because of what the firm knows. Being on it is itself sensitive.
Wall crossing
Deliberately bringing a public-side person over the barrier, under a recorded, controlled process.
Best execution
The obligation to obtain the best available result for a client order, evidenced rather than asserted.
Precedent transaction
A comparable past deal used to inform valuation or structure, drawn from public record only.
Break
A mismatch between two records of the same trade that must be resolved before settlement.
Research independence
The separate regime governing what research may see and say, distinct from the general barrier.
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 information barrier expressed in the index rather than in policy.

Typical tech stack

Models
  • Frontier models for document reasoning
  • Small models for surveillance triage
  • Long-context reading of filings
Grounding
  • Side-partitioned document indexes
  • Precedent transaction search
  • Issuer and instrument graph
Agents
  • Diligence review agents
  • MCP over deal and market tools
  • Surveillance triage
Data
  • Classified ingestion with side labels
  • Entity resolution across identifiers
  • Communications archive integration
Assurance
  • Barrier regression suite
  • Retrieval precision evals
  • Alert precision measurement
Runtime
  • Deployment inside the firm boundary
  • Per-side isolation
  • Immutable audit logging

Constraints that shape the design

The information barrier is absolute

Private-side material must be unretrievable from the public side, enforced in the index and the query rather than by a policy the application is trusted to apply.

Everything is supervised

Communications and advice are subject to supervisory review and recordkeeping. Anything an agent produces enters that record and must be reconstructable.

Research independence is separate again

What research may see and say is regulated on its own terms. A convenient shared corpus across research and banking is a compliance finding waiting to happen.

Deadlines are external and immovable

Filing windows, closing dates and settlement cycles do not move for a system that is having a slow day.

04
Part 3 · Getting it done

Where the business and the technology meet

Every use case below is designed so that the entitlement question is answered before the retrieval question. In this sector that ordering is the whole discipline.

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 an investment banking deployment actually runs.

01

Week 1 — settle the barrier before anything else

Agree the entitlement model and how it will be enforced in the index. Every later design decision is downstream of this, and it cannot be retrofitted.

02

Week 2 — classify sources by side, at ingestion

Label every source public or private before it is loaded. A document that enters unlabelled contaminates the partition it landed in.

03

Weeks 3-6 — start on the public side

Filings, precedent and market data carry no barrier risk and deliver value fast. They also build the citation discipline the private-side work will need.

04

Weeks 7-9 — move to deal material with the partition proved

Only once the barrier regression suite passes should private-side material be indexed. The suite runs on every build from that point on.

05

Weeks 10-12 — supervision, audit and handover

Prove that every answer is reconstructable and that no answer crossed the wall, then hand over runbook, regression suite and the audit 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 a supervised firmLanding in an organisation where the control function holds a genuine veto.10 hrs · 5 labs
Delivery mandateInformation barrier basicsValue sizing on analyst hoursStakeholder mapSupervisory expectationsThin-slice scoping
01
Decision selectionScore four banking decisions on value, cadence and barrier risk.
02
Value sizingSize a diligence cycle, a surveillance review and a settlement break.
03
Entitlement auditAssess whether entitlement data supports a retrieval use case.
04
Stakeholder mapMap coverage, execution, research, control and operations.
05
Thin sliceScope a public-side slice that carries no barrier risk.
Assessment 01 — Operating model & barrier scope25 items · 35 min · pass 70%
02Deal, market and communications dataSix data families, two of which must be provably unable to reach each other.10 hrs · 5 labs
Deal and data-room contentMarket and reference dataFilings and transcriptsOrder and execution dataCommunications archivesSide classification
01
Data room ingestionIngest a diligence room with side and deal labels attached.
02
Security masterResolve instruments and issuers across conflicting identifiers.
03
Filing ingestionIngest filings with section structure preserved for change detection.
04
Comms ingestionIngest a communications archive within its retention rules.
05
Side classificationClassify a mixed source set as public or private side and test it.
Assessment 02 — Banking data landscape25 items · 35 min · pass 70%
03Context engineering for financial languageInstruments, identifiers, figures and the precision a supervised answer demands.10 hrs · 5 labs
Identifier resolutionFigure extractionStructured outputsUncertaintyRefusal on entitlementContext budget
01
Identifier resolutionResolve an issuer across ISIN, ticker and legal name.
02
Figure extractionExtract reported figures with unit, period and basis intact.
03
Structured findingsEmit diligence findings as a typed, validated structure.
04
Entitlement refusalMake the agent refuse rather than partially answer across a barrier.
05
Context budgetCut context cost on a long-filing reading agent.
Assessment 03 — Context engineering25 items · 35 min · pass 70%
04Grounding on filings, precedent and diligenceThe document corpora that carry most of the analyst workload.10 hrs · 5 labs
Section-aware retrievalChange detectionPrecedent searchIssuer graph traversalCitationsRetrieval evals
01
Section retrievalRetrieve at section level across a long prospectus.
02
Change detectionDetect and classify changes between two filings.
03
Precedent searchFind comparable transactions with the comparison basis stated.
04
Citation contractCite document, section and date behind every extracted figure.
05
Retrieval evalsBuild an analyst-labelled question set and measure precision.
Assessment 04 — Retrieval & grounding25 items · 40 min · pass 70%
05Agent design behind a barrierEntitlement-aware agents, and what happens when a question spans both sides.10 hrs · 5 labs
Workflow vs agentEntitlement inheritancePartitioned toolsCross-side questionsSurveillance triageEscalation
01
Entitlement inheritanceMake the agent act strictly as the requesting user.
02
Partitioned toolsGive an agent tools whose reach is bounded by side.
03
Cross-side handlingRefuse and route a question that would require crossing the wall.
04
Triage agentRank surveillance alerts by likely reviewer value.
05
EscalationDefine when a finding must reach a control officer and prove it does.
Assessment 05 — Agent design & entitlement25 items · 40 min · pass 70%
06Integrating with deal, market and order systemsRead from systems that are themselves access controlled, write only into the record.10 hrs · 5 labs
MCP over deal and market toolsMarket data licensingOrder system readsWork-item write-backIdentityError handling
01
MCP over deal toolsExpose entitlement-aware deal lookups as typed read tools.
02
Licensed dataRespect market data licensing limits inside a retrieval design.
03
Order readsQuery execution data within its own permission model.
04
Write-backPost findings to a work item under a traceable identity.
05
IdentityBind agent access to desk, side and role entitlements.
Assessment 06 — Systems integration25 items · 35 min · pass 70%
07Barriers, conflicts and supervisionThe module the control function will read before anything is approved.10 hrs · 5 labs
Barrier enforcementConflict checksRestricted listsRecordkeepingOWASP LLM Top 10Incident response
01
Barrier designArchitect entitlement enforcement across index, query and context.
02
Barrier regressionBuild the suite that proves cross-side retrieval fails.
03
Restricted listEnforce restricted-list behaviour inside retrieval.
04
Injection defenceDefend against instructions embedded in a diligence document.
05
Red teamRun an OWASP LLM Top 10 pass over the diligence pipeline.
Assessment 07 — Barriers, conflicts & security30 items · 45 min · pass 70%
08Production, evidence and costIn a supervised business the audit record is part of the deliverable.10 hrs · 5 labs
Eval suitesBarrier regression gatingDriftAudit reconstructionCost per reviewHandover
01
Eval gateGate deployment on retrieval precision and barrier regression.
02
Audit reconstructionReconstruct how a given answer was produced, end to end.
03
Drift watchDetect drift after a filing format or corpus change.
04
Cost per reviewMeasure and reduce cost per surveillance review.
05
HandoverProduce runbook, barrier regression suite and audit evidence.
Assessment 08 — Production & evidence30 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 — Entitlement-aware diligence agent

Build an agent that reviews a diligence room and surfaces inconsistencies against the draft disclosure, citing document and section, while a barrier regression suite proves that no private-side material is retrievable from the public side under any query.

Capstone B — Surveillance triage agent

Build an agent that ranks communications surveillance alerts by likely reviewer value, with a measured false-positive reduction and an explicit, control-agreed threshold, plus evidence that no true positive class is systematically suppressed.

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 07 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 07 · Barriers, conflicts and supervision

Proving the information barrier holds

Make private-side material unreachable from the public side, and prove it under attack.

The brief

You are given a mixed corpus: public filings and a live data room, correctly side-labelled. Build the retrieval layer so a public-side user cannot reach private material by any route, then write the adversarial suite that tries. The suite includes queries that quote private text verbatim, that ask for it indirectly, and that attempt to infer it from what is absent.

Provisioned for you
  • 420 public filings, 180 private data-room documents
  • Side and deal labels on every document
  • Two test identities: public-side and deal-team
  • Adversarial query set (60 labelled)
You start from this
def retrieve(query, principal, index):
    """Return passages this principal is entitled to see.

    Entitlement is a property of the index partition, not a filter applied
    to results. If it is expressible as a post-filter, it is wrong.
    """
    # 1. resolve the principal to the sides they may read
    # 2. query ONLY those partitions -- never query then discard
    # 3. return citations that can be checked against the partition
    raise NotImplementedError
What the grader asserts
  1. No private-side passage is returned to the public-side identity on any of the 60 adversarial queries
  2. Entitlement is enforced by partition selection, not by filtering results after retrieval
  3. A query quoting private text verbatim returns nothing rather than confirming the text exists
  4. The deal-team identity retrieves its own deal only, not other live deals
  5. Every returned passage cites a partition the principal is entitled to

Pass barZero cross-side leaks across the full adversarial set. One leak fails the lab regardless of retrieval quality, because in this domain one leak is a reportable event.

StretchAdd a wall-crossing flow: a controlled, recorded process that grants a public-side identity temporary access to one deal, and prove the grant expires.

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 & barrier scopeDelivery mandateInformation barriersValue sizingThin slicing2535 min3
02Banking data landscapeDeal dataMarket and referenceFilingsSide classification2535 min2
03Context engineeringIdentifier resolutionFigure extractionStructured outputsRefusal2535 min2
04Retrieval & groundingSection retrievalChange detectionPrecedentRetrieval metrics2540 min2
05Agent design & entitlementEntitlement inheritancePartitioned toolsCross-side handlingTriage2540 min2
06Systems integrationMCP designData licensingOrder dataIdentity2535 min2
07Barriers, conflicts & securityBarrier enforcementConflictsRecordkeepingLLM security3045 min2
08Production & evidenceEval gatingBarrier regressionAudit reconstructionEconomics3045 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 17 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.

Q1A bank asks for AI across advisory and research. What do you settle first?

Every later design decision is downstream of the barrier. It cannot be retrofitted into an index that was built without it, so it is a week-one conversation or a rebuild.

Q2When must a document be classified public or private side?

A document that enters unlabelled contaminates its partition, and you cannot reliably find it again. Classification is an ingestion-time gate, not a retrieval-time decision.

Q3An agent is asked a question that would require material from both sides of the barrier. What should it do?

A partial answer that does not name the boundary invites the user to infer what is missing. Refusing and routing is both safer and more useful.

Q4A change-detection agent flags a wording change in a risk factor. Should it classify it as material?

Materiality is a regulated judgement with consequences. The agent adds most value by finding candidates reliably, not by concluding.

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
Banking domain fluencyKnows the product areas.Maps the chain to who may know what.Sizes analyst-hour and control value credibly.
Entitlement engineeringAware of the barrier.Enforces entitlement inside the query.Runs a barrier regression suite as a release gate.
Document intelligenceRetrieves from a filing.Detects and classifies change across filings.Runs section-level retrieval with measured precision.
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
Information barrier
The enforced separation between private-side and public-side parts of a firm.
Private side
Where material non-public information is held, typically deal teams.
Public side
Research, sales and trading, which must operate without private-side information.
MNPI
Material non-public information — the thing the barrier exists to contain.
Restricted list
Securities on which firm activity is limited because of what the firm knows.
Best execution
The obligation to obtain the best available result for a client order, and to evidence it.
Break
A mismatch between two records of the same trade that must be resolved before settlement.
Precedent transaction
A comparable past deal used to inform valuation or structure.
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 what a mandate, a filing and a trade are; product depth is taught
  • Willingness to treat access control as the design rather than as a setting

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 across advisory, research and markets
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 — Investment Banking.

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

Investment Banking

Specialisation
Investment Banking
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-INVESTMENT-B-<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