Multiple choice technology architecture

SOA based architecture has components that are

  1. a) Loosely coupled

  2. b) White Boxed

  3. c) Tightly coupled

  4. d) Black boxed

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

SOA components are loosely coupled (they minimize dependencies and communicate through well-defined interfaces) and black-boxed (implementation details are hidden, only the interface is exposed). They are neither tightly coupled nor white-boxed, as these would defeat the purpose of service-oriented design.