Question 26

What aspect of logging is only possible for Mule applications deployed to customer-hosted Mule runtimes, but NOT for Mule applications deployed to CloudHub?
  • Question 27

    A banking company is developing a new set of APIs for its online business. One of the critical API's is a master lookup API which is a system API. This master lookup API uses persistent object store. This API will be used by all other APIs to provide master lookup data.

    Master lookup API is deployed on two cloudhub workers of 0.1 vCore each because there is a lot of master data to be cached. Master lookup data is stored as a key value pair. The cache gets refreshed if they key is not found in the cache.
    Doing performance testing it was observed that the Master lookup API has a higher response time due to database queries execution to fetch the master lookup data.
    Due to this performance issue, go-live of the online business is on hold which could cause potential financial loss to Bank.
    As an integration architect, which of the below option you would suggest to resolve performance issue?
  • Question 28

    Refer to the exhibit. An organization is designing a Mule application to receive data from one external business partner. The two companies currently have no shared IT infrastructure and do not want to establish one.
    Instead, all communication should be over the public internet (with no VPN).
    What Anypoint Connector can be used in the organization's Mule application to securely receive data from this external business partner?
  • Question 29

    An organization is migrating all its Mule applications to Runtime Fabric (RTF). None of the Mule applications use Mule domain projects.
    Currently, all the Mule applications have been manually deployed to a server group among several customer hosted Mule runtimes.
    Port conflicts between these Mule application deployments are currently managed by the DevOps team who carefully manage Mule application properties files.
    When the Mule applications are migrated from the current customer-hosted server group to Runtime Fabric (RTF), fo the Mule applications need to be rewritten and what DevOps port configuration responsibilities change or stay the same?
  • Question 30

    An external REST client periodically sends an array of records in a single POST request to a Mule application API endpoint.
    The Mule application must validate each record of the request against a JSON schema before sending it to a downstream system in the same order that it was received in the array Record processing will take place inside a router or scope that calls a child flow. The child flow has its own error handling defined. Any validation or communication failures should not prevent further processing of the remaining records.
    To best address these requirements what is the most idiomatic(used for it intended purpose) router or scope to used in the parent flow, and what type of error handler should be used in the child flow?