Search the practice set
126 questions, 454 terms and 400 topics in 20 areas.
17 results for “Quality Attributes”
Architecture Trade-off Analysis Method
A structured evaluation that scores an architecture against prioritised quality-attribute scenarios and identifies the points where those attributes conflict.
Non-Functional Requirement
A requirement about how well the system must behave rather than what it must do — latency, availability, throughput, security, cost.
Quality Attribute Scenario
A structured, testable statement of a non-functional requirement: source, stimulus, environment, artefact, response, response measure.
Application Performance Monitoring
Instrumentation inside the application that attributes latency and errors to specific code paths, queries and dependencies.
Brownout
Deliberately reducing the quality or completeness of every response under load, rather than serving some requests fully and rejecting others.
Data Catalog
A searchable inventory of datasets with their schema, owner, meaning, freshness, quality and classification.
Data Contract
An explicit, versioned, enforced agreement between a data producer and its consumers about schema, semantics, quality and change policy.
Delivery vs Maintainability
Choosing where to take deliberate shortcuts, based on which kinds of debt are cheap to repay and which compound.
LLM Evaluation
A repeatable measurement of whether an AI system's outputs are good enough, on cases that reflect the actual task.
Slowly Changing Dimension
A strategy for handling attributes that change over time, deciding whether history is preserved and how facts attach to the correct version.
Test Pyramid
A distribution of tests weighted towards many fast unit tests, fewer integration tests, and very few slow end-to-end tests.
Time to Market
How long it takes to get a capability in front of customers — often the constraint that dominates every other architectural quality.
Quality Attributes
Availability, latency, throughput, security, cost — expressed as testable scenarios.
Chunking & Retrieval
Structure-aware splitting, hybrid search and why chunking dominates quality.
Data Governance
Ownership, lineage, quality, catalogues and who may see what.
Functional vs Non-Functional
Behaviour versus quality of behaviour, and why only the second constrains structure.