Multiple choice technology architecture

Which among below is an important architectural characteristic that describes the ability of one application to be able to communicate with another application on a different application platform ?

  1. serviceability

  2. portability

  3. extensibility

  4. scalability

  5. interoperability

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

Interoperability is the ability of different applications or systems to exchange information and work together, even when running on different platforms or built by different vendors. Serviceability (A) is ease of maintenance. Portability (B) is running on different platforms. Extensibility (C) is adding features. Scalability (D) is handling growth.