Question 56

An API implementation is deployed on a single worker on CloudHub and invoked by external API clients (outside of CloudHub). How can an alert be set up that is guaranteed to trigger AS SOON AS that API implementation stops responding to API invocations?
  • Question 57

    An API client calls one method from an existing API implementation. The API implementation is later updated. What change to the API implementation would require the API client's invocation logic to also be updated?
  • Question 58

    The implementation of a Process API must change.
    What is a valid approach that minimizes the impact of this change on API clients?
  • Question 59

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

    Refer to the exhibit.

    What is the best way to decompose one end-to-end business process into a collaboration of Experience, Process, and System APIs?
    A) Handle customizations for the end-user application at the Process API level rather than the Experience API level

    B) Allow System APIs to return data that is NOT currently required by the identified Process or Experience APIs

    C) Always use a tiered approach by creating exactly one API for each of the 3 layers (Experience, Process and System APIs)

    D) Use a Process API to orchestrate calls to multiple System APIs, but NOT to other Process APIs