Search the practice set

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

60 results for “Fleet Management”

Terminology · 25
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

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

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

Artifact Promotion

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

Artifact Management
term

Base Image Currency

How far behind the fleet's running images are from their patched base, which is the number that decides how fast a critical vulnerability can be closed.

Container Image Strategy
term

Blameless Postmortem

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

Reliability & Resilience
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

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
term

Key Rotation

Periodically replacing a cryptographic key with a new one while retaining the old for decrypting existing data, so exposure from any single key is bounded.

Key Management
term

Log Retention Tiering

Storing log data at different resolutions, costs and access latencies according to how old it is and how likely it is to be queried.

Log 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

Permission Boundary

A policy limiting the maximum permissions an identity can have, used so that the ability to create roles does not become the ability to grant unlimited privilege.

Identity & Access Management
term

Platform Team Product Model

Running an internal platform team with product management disciplines — users, roadmap, support, metrics — rather than as an infrastructure function.

Platform Teams
Questions · 13
quiz

A fleet of 200 instances averages 15% CPU and 85% memory. Finance wants a 40% cost reduction. What do you do?

The diagnosis The instance family is wrong. 15% CPU and 85% memory means the workload is memory bound running on general purpose or compute optimised instances,

Compute Models
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

An OTA firmware update has bricked 3% of a 50,000-device fleet. What do you do, and what should have prevented it?

Halt immediately, then determine the correlation Stop the rollout before anything else. Then find what the 1,500 have in common: hardware revision, previous fir

OTA Updates
quiz

One instance in a fleet of fifty is returning correct responses very slowly. Health checks pass and it stays in rotation. How do you detect and handle this?

Why it is not detected Differential observability. The instance believes it is healthy and reports so; its callers experience something else. A health check tha

Failure Modes
quiz

You inherit an IoT fleet of 80,000 devices whose client certificates all expire in fourteen months. What do you do?

Establish whether rotation is even possible The first question is whether the current firmware can obtain and install a new certificate remotely. If it cannot,

Device Identity
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
quiz

Incidents at your company are chaotic: unclear ownership, no communication, and postmortems that produce nothing. Design the improvement.

Roles, so that coordination exists The failure is everyone investigating and nobody coordinating. Ten people debugging is slower than three debugging and one di

Incident Management
Topics · 18
topic

Fleet Management

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

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

Artifact Management

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

2 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

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
topic

Container Image Strategy

Base images, layer hygiene, rebuild cadence, and patching a fleet of images.

2 items