In Software Architecture, a pipe-and-filter architectural pattern is best suited for:
ASystems that perform sequential data stream transformations
BInteractive GUI-driven desktop applications
CDatabase-centric CRUD applications
DReal-time client-server web apps
Explanation
Pipe-and-Filter architecture processes continuous streams of data through independent filter transformations.
Exam Relevance
- Topic: Software Architecture
- Subtopic: Architectural Patterns

No Comments