What will be the behavior of the Mule application in case of error occurs in 4th route of the scatter-gather router and transaction needs to be rolled back?
In one of the critical payment related mule application, transaction is being used . As an enhancement to implementation, scatter gather route is introduced which is also the part of transaction group. Scatter gather route has 4 routes. What will be the behavior of the Mule application in case of...
How can the high rate of records be effectively managed in this application?
A mule application must periodically process a large dataset which varies from 6 GB lo 8 GB from a back-end database and write transform data lo an FTPS server using a properly configured bad job scope. The performance requirements of an application are approved to run in the cloud hub...
What can be used to deploy Runtime Fabric?
A company is using Mulesoft to develop API's and deploy them to Cloudhub and on premises targets. Recently it has decided to enable Runtime Fabric deployment option as well and infrastructure is set up for this option. What can be used to deploy Runtime Fabric?A . AnypointCLI B. Anypoint platform...
What APIs should be created to best fit these design requirements?
An organization needs to enable access to their customer data from both a mobile app and a web application, which each need access to common fields as well as certain unique fields. The data is available partially in a database and partially in a 3rd-party CRM system. What APIs should...
What is a valid approach that minimizes the impact of this change on API clients?
The implementation of a Process API must change. What is a valid approach that minimizes the impact of this change on API clients?A . Implement required changes to the Process API implementation so that whenever possible, the Process API's RAML definition remains unchanged B. Update the RAML definition of the...
Which design gives these mule applications access to the same object store instance?
An organization is designing multiple new applications to run on CloudHub in a single Anypoint VPC and that must share data using a common persistent Anypoint object store V2 (OSv2). Which design gives these mule applications access to the same object store instance?A . AVM connector configured to directly access...
When there are no errors, how does the Batch Job scope process records within and between the Batch Step scopes?
A Mule application contains a Batch Job scope with several Batch Step scopes. The Batch Job scope is configured with a batch block size of 25. A payload with 4,000 records is received by the Batch Job scope. When there are no errors, how does the Batch Job scope process...
What approach minimizes the risk of matching sensitive data to the original and can convert back to the original value whenever and wherever required?
A leading e-commerce giant will use Mulesoft API's on runtime fabric (RTF) to process customer orders. Some customer's sensitive information such as credit card information is also there as a part of a API payload. What approach minimizes the risk of matching sensitive data to the original and can convert...
In this use case, what combination of Mule components provides the most effective and performant way to write these records to the database?
A Mule application is being designed To receive nightly a CSV file containing millions of records from an external vendor over SFTP, The records from the file need to be validated, transformed. And then written to a database. Records can be inserted into the database in any order. In this...
What idiomatic (used for their intended purposes) combination of Mule application components and ActiveMQ queues are required to ensure automatic submission of orders to the back-end system while supporting but minimizing manual order processing?
An organization is designing an integration Mule application to process orders by submitting them to a back-end system for offline processing. Each order will be received by the Mule application through an HTTPS POST and must be acknowledged immediately. Once acknowledged, the order will be submitted to a back-end system....