MuleSoft-Integration-Architect-I Exam Question 91

A stock trading company handles millions of trades a day and requires excellent performance and reliability within its stock trading system. The company operates a number of event-driven APIs Implemented as Mule applications that are hosted on various customer-hosted Mule clusters and needs to enable message exchanges between the APIs within their internal network using shared message queues.
What is an effective way to meet the cross-cluster messaging requirements of its event-driven APIs?
  • MuleSoft-Integration-Architect-I Exam Question 92

    What is maximum vCores can be allocated to application deployed to CloudHub?
  • MuleSoft-Integration-Architect-I Exam Question 93

    An organization is implementing a Quote of the Day API that caches today's quote. What scenario can use the CloudHub Object Store connector to persist the cache's state?
  • MuleSoft-Integration-Architect-I Exam Question 94

    A project uses Jenkins to implement CI/CD process. It was observed that each Mule package contains some of the Jenkins files and folders for configurations of CI/CD jobs.
    As these files and folders are not part of the actual package, expectation is that these should not be part of deployed archive.
    Which file can be used to exclude these files and folders from the deployed archive?
  • MuleSoft-Integration-Architect-I Exam Question 95

    A Mule application is being designed to do the following:
    Step 1: Read a SalesOrder message from a JMS queue, where each SalesOrder consists of a header and a list of SalesOrderLineltems.
    Step 2: Insert the SalesOrder header and each SalesOrderLineltem into different tables in an RDBMS.
    Step 3: Insert the SalesOrder header and the sum of the prices of all its SalesOrderLineltems into a table In a different RDBMS.
    No SalesOrder message can be lost and the consistency of all SalesOrder-related information in both RDBMSs must be ensured at all times.
    What design choice (including choice of transactions) and order of steps addresses these requirements?