Question 66

What is a typical result of using a fine-grained rather than a coarse-grained API deployment model to implement a given business process?
  • Question 67

    A new upstream API Is being designed to offer an SLA of 500 ms median and 800 ms maximum (99th percentile) response time. The corresponding API implementation needs to sequentially invoke 3 downstream APIs of very similar complexity.
    The first of these downstream APIs offers the following SLA for its response time: median: 100 ms, 80th percentile: 500 ms, 95th percentile: 1000 ms.
    If possible, how can a timeout be set in the upstream API for the invocation of the first downstream API to meet the new upstream API's desired SLA?
  • Question 68

    When designing an upstream API and its implementation, the development team has been advised to NOT set timeouts when invoking a downstream API, because that downstream API has no SLA that can be relied upon.
    This is the only downstream API dependency of that upstream API.
  • Question 69

    What should be ensured before sharing an API through a public Anypoint Exchange portal?
  • Question 70

    A System API is designed to retrieve data from a backend system that has scalability challenges. What API policy can best safeguard the backend system?