When referring to the Service Discoverability principle, the quality of interpretability refers to a service's ability to be effectively discovered at runtime by service consumer programs designed to carry out dynamic runtime discovery. Select the correct answer.
I have a service composition with three services. Service A retrieves a list of country codes from a database and keeps this data in memory while interacting with Service B and Service C. However, because Service A is concurrently invoked many times, and because each instance of Service A loads its own copy of the country code data into memory, the demands on the overall infrastructure become too high and performance and reliability are negatively affected. Which service-orientation principle can be applied to help solve this problem? Select the correct answer.
Which of the following are not service-orientation design principles? Select the correct answer.
Which of the following statements is true? SELECT ALL THAT APPLY
A service cannot enter the role of composition sub-controller when invoked by a composition initiator. Select the correct answer.