Question 16

What is a best practice when building System APIs?
  • Question 17

    An organization is implementing a Quote of the Day API that caches today's quote.
  • Question 18

    What is the most performant out-of-the-box solution in Anypoint Platform to track transaction state in an asynchronously executing long-running process implemented as a Mule application deployed to multiple CloudHub workers?
  • Question 19

    A system API has a guaranteed SLA of 100 ms per request. The system API is deployed to a primary environment as well as to a disaster recovery (DR) environment, with different DNS names in each environment. An upstream process API invokes the system API and the main goal of this process API is to respond to client requests in the least possible time. In what order should the system APIs be invoked, and what changes should be made in order to speed up the response time for requests from the process API?
  • Question 20

    An Order API must be designed that contains significant amounts of integration logic and involves the invocation of the Product API.
    The power relationship between Order API and Product API is one of "Customer/Supplier", because the Product API is used heavily throughout the organization and is developed by a dedicated development team located in the office of the CTO.
    What strategy should be used to deal with the API data model of the Product API within the Order API?