Question 51

What condition requires using a CloudHub Dedicated Load Balancer?
  • Question 52

    An organization uses various cloud-based SaaS systems and multiple on-premises systems. The on-premises systems are an important part of the organization's application network and can only be accessed from within the organization's intranet.
    What is the best way to configure and use Anypoint Platform to support integrations with both the cloud-based SaaS systems and on-premises systems?
  • Question 53

    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.
    Assume the downstream API runs uninterrupted without crashing. What is the impact of this advice?
  • Question 54

    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?
  • Question 55

    Refer to the exhibit.

    A RAML definition has been proposed for a new Promotions Process API, and has been published to Anypoint Exchange.
    The Marketing Department, who will be an important consumer of the Promotions API, has important requirements and expectations that must be met.
    What is the most effective way to use Anypoint Platform features to involve the Marketing Department in this early API design phase?
    A) Ask the Marketing Department to interact with a mocking implementation of the API using the automatically generated API Console

    B) Organize a design workshop with the DBAs of the Marketing Department in which the database schema of the Marketing IT systems is translated into RAML

    C) Use Anypoint Studio to Implement the API as a Mule application, then deploy that API implementation to CloudHub and ask the Marketing Department to interact with it

    D) Export an integration test suite from API designer and have the Marketing Department execute the tests In that suite to ensure they pass