Multiple choice technology architecture

What is meant by Service statelessness in SOA Architecture?

  1. a) Services minimize retaining information specific to an activity

  2. b) Logic is divided into services with the intention of promoting reuse

  3. c) Collections of services can be coordinated and assembled to form composite services

  4. d) Beyond what is described in the service contract, services hide logic from the outside world

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

Service statelessness in SOA means services minimize retaining information specific to an activity. This improves scalability by reducing memory requirements and allowing any service instance to handle any request. Statelessness is a key design principle in cloud and distributed systems.