Search the practice set
275 questions, 991 terms and 600 topics in 30 areas.
10 results for “Module Federation”
Remote Module Loading
Importing code from another application's build at runtime, with the versioning, availability and failure questions that a normal import does not have.
Hardware Security Module
A tamper-resistant device that generates and stores keys and performs cryptographic operations without the key material ever being extractable.
Module Dependency Enforcement
Automated checks that prevent one module from importing another's internals, giving a monolith the boundary discipline of separate services.
Query Federation
Executing a single query across several underlying systems without moving the data, and the performance ceiling that pushdown determines.
Workload Identity Federation
A pipeline proving what it is with a short-lived signed token from its own platform, so no long-lived cloud credential is ever stored.
Afferent and Efferent Coupling
The counts of components depending on a module and of components it depends upon, used together to identify which parts of a system are expensive to change.
Cross-Cutting Concern
A responsibility that legitimately appears throughout a system rather than in one module, such as logging, authorisation, tracing or transaction management.
Functional Cohesion
The strongest form of cohesion, in which every element of a module contributes to a single well-defined task.
Information Hiding
Designing module boundaries around the decisions most likely to change, so that a change is contained within one module.