LyraLearn AI Learning Platform
Exams
← Module 14 Β· Answer Frames: The Categories
🎧 Listen

Categories: Data Architecture and Enterprise Architecture

Data Architecture (and Data Governance)

Definition: how data is structured, moved, protected, and kept trustworthy across systems β€” for AI, this includes the pipelines, indexes, and training/grounding datasets that feed every model.

What's involved:

  1. A source of truth per dataset β€” one authoritative place updates land
  2. Data quality β€” validation, reconciliation counts, completeness checks
  3. Structured, queryable stores over flat logs β€” logs are a view, never the truth
  4. Lineage β€” where data came from and what transformed it
  5. Versioning and freshness β€” content hashes, re-indexing on change, as-of dates
  6. Audit trail β€” every movement recorded (who/what/when)
  7. Classification and retention β€” sensitivity tiers with matching handling
  8. Pipelines instrumented end to end β€” every step observable

The opener: "Underneath this is a data-architecture question β€” source of truth, quality checks, lineage, versioning, and audit. AI output can only be as trustworthy as the data pipeline behind it, so let me start there…"

Cite it when: the question involves pipelines, datasets, document corpora, stale or wrong data, integrations moving data, or "how do we keep the AI's knowledge current."

Enterprise Architecture (and Integration)

Definition: keeping many systems coherent β€” shared standards, reference patterns, and deliberate integration β€” so new capabilities strengthen the whole instead of fragmenting it.

What's involved:

  1. Reference architectures β€” the blessed pattern per problem class; divergence is justified explicitly
  2. Standards and guardrails β€” auth, logging, deployment, data handling: same everywhere
  3. AI enters through the enterprise front door β€” no shadow AI stack
  4. Integration patterns β€” APIs, contracts, queues; loose coupling over point-to-point
  5. ADRs β€” significant decisions written down: context, options, choice, consequences
  6. Architecture review β€” designs challenged early, when change is cheap
  7. Alignment with the Systems Architect β€” propose in writing, decide together, own the delegated space fully

The opener: "From an enterprise-architecture standpoint, the rule is that AI comes in through the front door β€” our reference architecture, our auth, our logging, our deployment standards β€” and I'd validate the design with the Systems Architect via an ADR before building. Within that frame…"

Cite it when: the question involves fitting AI into existing systems, standards, working with the architect, modernization, or "how would this coexist with what we have."

The pairing move

"Two structural layers: the data architecture β€” source of truth, quality, lineage, versioning β€” and the enterprise architecture it plugs into β€” reference patterns, shared standards, reviewed via ADR." Data feeds the system; enterprise architecture houses it. For the transcript-service scenario, this pairing is nearly the whole answer's skeleton.

🧠 Quiz yourself on this lesson →

Ask the AI Tutor

Grounded in the course lessons β€” it cites its sources and says when it doesn't know.