Search the practice set

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

23 results for “Environment Parity”

Terminology · 11
term

Production Parity Gap

The enumerated list of ways a pre-production environment differs from production, which is the list of defect classes it cannot catch.

Environment Parity
term

Environment Ladder

The ordered set of environments a change climbs, where each rung is justified by a distinct claim it can prove that the one below cannot.

Environment Strategy
term

Ephemeral Environment

A full environment created on demand for one change and destroyed afterwards, which removes the queue for shared environments and the drift within them.

Developer Environments
term

Feature Parity Trap

The expectation that a replacement system must match every behaviour of the old one before it can be adopted, which is what makes rewrites never finish.

Rebuild vs Re-architect
term

Artifact Promotion

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

Artifact Management
term

Infrastructure as Code

Defining infrastructure in version-controlled declarative files that a tool reconciles against the real environment.

Cloud Architecture
term

Landing Zone

A pre-configured, governed cloud environment — accounts, networking, identity, logging, guardrails — into which workloads can be deployed safely.

Cloud Architecture
term

Quality Attribute Scenario

A structured, testable statement of a non-functional requirement: source, stimulus, environment, artefact, response, response measure.

Architecture Fundamentals
term

Restore Drill

A scheduled, timed exercise of restoring from backup into a clean environment — the only thing that converts a backup from a hope into a control.

Backup Strategies
term

Serverless Cold Start

The additional latency when a function invocation must allocate and initialise a new execution environment rather than reusing a warm one.

Serverless
term

Test Data Provisioning

Getting each test the data it needs, in a state it can rely on, without copying production personal data into a weaker environment.

Test Data Management