Multiple choice technology architecture

Architecture building blocks _, where as Solution Building blocks _.

  1. are reusable - are not reusable

  2. define the architecture - provide a definition of the existing legacy system

  3. are used to define the implementation of components - are assembled from architecture building blocks

  4. define what functionality is included in the system - define what products will implement that functionality

  5. are assembled from solution building blocks - are single function components

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Architecture Building Blocks (ABBs) define WHAT functionality is required at an architectural level, while Solution Building Blocks (SBBs) define WHAT specific products, components, or technologies will implement that functionality. ABBs are technology-agnostic specifications. SBBs are concrete implementations. Option A is incorrect because both can be reusable. Option B reverses the definitions. Option C has the relationship backwards.