Search the practice set

275 questions, 991 terms and 600 topics in 30 areas.

60 results for “Artifact Management”

Terminology · 22
term

Artifact Promotion

Moving one immutable build between repositories as it earns trust, rather than rebuilding it for each environment.

Artifact Management
term

Model Inventory

A complete register of models in use with their purpose, owner, risk tier and validation status — the artifact everything else in model governance depends on.

Model Risk Management
term

Application Portfolio Management

Maintaining an inventory of every application with its owner, cost, business value and technical health, and using it to decide what to invest in, replace or retire.

Enterprise Architecture
term

Artifact Signing

Cryptographically signing build outputs so that deployment can verify what is being run was produced by the expected pipeline from the expected source.

Supply Chain Security
term

Consent Management

Capturing, storing, honouring and evidencing a data subject's permissions for specific processing purposes, including withdrawal.

Privacy Engineering
term

Focus Management

Deliberately controlling where keyboard focus sits after an interface change, which is what makes a dynamic application usable without a mouse.

Accessibility Architecture
term

Global Traffic Management

The layer that decides which region a given user reaches, using DNS, anycast or an edge network, and that performs regional failover.

Multi-Region Architecture
term

Identity and Access Management

The system of record for principals, credentials and permissions, and the policy engine that decides what each principal may do.

Security Architecture
term

Offset Management

How a consumer records its position in a stream, and the decision that determines whether processing is at-least-once or at-most-once.

Event Streaming
term

Secrets Management

Storing, distributing, rotating and auditing credentials so that they never live in code, images or configuration files.

Security Architecture
term

Telemetry Cost Management

Controlling observability spend through sampling, retention tiering and cardinality limits without losing diagnostic capability.

Telemetry Cost
term

Blameless Postmortem

An incident review that seeks the systemic conditions that made a failure possible, explicitly excluding individual fault.

Reliability & Resilience
term

Build Attestation

A signed statement about how an artifact was produced — by which builder from which source — that a deployment gate can verify rather than trust.

Supply-Chain Provenance
term

Cross-Cutting Concern

A responsibility that legitimately appears throughout a system rather than in one module, such as logging, authorisation, tracing or transaction management.

Separation of Concerns
term

Device Group Rollout

Applying configuration or firmware to a fleet in ordered cohorts with health checks between them, because a bad change applied to everything at once has no remedy.

Fleet Management
term

Dynamic Secrets

Credentials generated on demand for a specific consumer with a short lease, rather than stored, shared and rotated periodically.

Secrets Management
term

Envelope Encryption

Encrypting data with a locally-generated data key, then encrypting that key with a master key held in a key management service, and storing the wrapped key alongside the ciphertext.

Encryption
term

FinOps Operating Phases

The inform, optimise and operate cycle through which an organisation builds cost management into normal engineering practice.

FinOps Practice
term

Golden Record

The single authoritative version of an entity assembled from conflicting sources, and the survivorship rules that decide which value wins.

Master Data Management
term

Hardware Security Module

A tamper-resistant device that generates and stores keys and performs cryptographic operations without the key material ever being extractable.

Key Management
term

Incident Command

Assigning explicit roles during an incident — commander, operations lead, communications lead, scribe — so coordination does not compete with diagnosis.

Reliability & Resilience
term

Incident Severity Levels

A small, agreed scale of incident severity that determines response, escalation and communication without requiring debate during the event.

Incident Management
Questions · 9
quiz

A front-end team wants to replace their global state library because "state management is unmanageable". How do you evaluate the request?

Ask what is actually in the store The complaint almost always resolves to one distinction not having been made: server state versus UI state . Server state is d

Client State Architecture
quiz

A team's pipeline takes 80 minutes from commit to a deployable artifact and engineers have stopped watching it. How do you approach fixing it?

Measure per stage before changing anything Get the duration of every stage over the last few hundred runs, with the distribution rather than the mean. The shape

Pipeline Architecture
quiz

A deployed model performed well in validation and its business metric has declined over four months. Nothing has been deployed. What do you investigate?

The model did not change; its world did Three distinct causes, and they need different responses: Data drift. The input distribution has moved — a new customer

Model Risk Management
quiz

A team's CI suite fails roughly one run in three for reasons unrelated to the change. Everyone reruns until green. How do you recover the situation?

Recognise what has actually been lost The suite is no longer a gate. Once the team's reflex on red is "rerun", that reflex is applied to genuine failures too, a

Flaky Test Management
quiz

A vendor SaaS product embeds a model that scores customers, and its output drives an automated decision in your process. Your model governance framework covers models you build. What do you do?

The obligation does not transfer with the outsourcing You are accountable for the decision. That the scoring is performed by a vendor changes who operates the m

Model Risk Management
quiz

An AI feature launched two months ago now costs more per month than the rest of the platform. What do you investigate?

Get cost per request, decomposed Token cost splits into input and output, and they price differently. Break the bill down by feature, by user, and by input vers

AI Cost Management
quiz

An LLM feature that worked last week now gives worse answers. Nothing was deployed. How do you find out what changed, and what should have been in place?

What the interviewer is testing Whether you treat an AI feature as a system with configuration and dependencies, or as a black box that mysteriously drifts. Wha

AI-Era Architecture
quiz

An estate has database passwords in environment variables across 200 services. Design the migration to a secrets manager.

Sequence it by risk, not by convenience Phase 0 — stop the bleeding. Secret scanning in CI and on the existing repositories, blocking new commits containing cre

Secrets Management
quiz

Equifax was breached in 2017 through a vulnerability with a patch available two months earlier. Beyond "patch faster", what architectural and governance failures does that imply?

The case, as publicly reported Apache Struts vulnerability CVE 2017 5638 was disclosed in March 2017 with a patch available. An internet facing dispute portal a

Security Architecture
Topics · 17
topic

Artifact Management

Immutable versioned outputs, promotion between repositories, and retention policy.

2 items
topic

AI Cost Management

Token accounting, routing, caching and the context-window budget.

3 items
topic

Application Portfolio Management

Inventory, ownership, cost and health for every application.

4 items
topic

Change Management vs CD

Reconciling CAB-era controls with continuous delivery without pretending either away.

2 items
topic

Exception & Waiver Management

Time-boxed, owned deviations with a remediation date, rather than permanent silence.

3 items
topic

Flaky Test Management

Quarantine, detection, and the trust a suite loses once red stops meaning broken.

4 items
topic

Fleet Management

Inventory, health, configuration and grouping across devices you will never see.

2 items
topic

Identity & Access Management

Workload identity, roles, permission boundaries and usage-based review.

5 items
topic

Incident Management

Command roles, severity levels and mitigation before diagnosis.

6 items
topic

Key Management

Rotation, separation of duty, envelope encryption and crypto-shredding.

4 items
topic

Log Management

Aggregation, retention tiering, search and the cost of keeping everything.

2 items
topic

Master Data Management

One authoritative record for a customer or product across systems that each have their own.

2 items
topic

Model Risk Management

Inventory, validation, monitoring and challenge for models that make consequential decisions.

4 items
topic

Prompt & Version Management

Prompts as reviewed, versioned, evaluated production configuration.

2 items
topic

Secrets Management

Runtime injection, dynamic credentials and rotation applications survive.

6 items
topic

Test Data Management

Realistic data without copying production personal data into a weaker environment.

2 items
topic

Accessibility Architecture

Semantics, focus management and announcements designed in rather than audited in.

3 items