Where should the Mule application store the JMS Correlation ID values received in Step 1 and Step 3 so that the validation in Step 4 can be performed, while also making the overall Mule application highly available, fault-tolerant, performant, and maintainable?
Refer to the exhibit. A Mule application is deployed to a multi-node Mule runtime cluster. The Mule application uses the competing consumer pattern among its cluster replicas to receive JMS messages from a JMS queue. To process each received JMS message, the following steps are performed in a flow: Step...
Besides SAML 2.0, what single-sign-on standard can the company use to integrate the IdP with their Anypoint Platform master organization?
A company wants its users to log in to Anypoint Platform using the company's own internal user credentials. To achieve this, the company needs to integrate an external identity provider (IdP) with the company's Anypoint Platform master organization, but SAML 2.0 CANNOT be used. Besides SAML 2.0, what single-sign-on standard...
What is a CIDR block for this VPC that results in the smallest usable private IP address range?
Refer to the exhibit. An organization is sizing an Anypoint VPC for the non-production deployments of those Mule applications that connect to the organization's on-premises systems. This applies to approx. 60 Mule applications. Each application is deployed to two CloudHub i workers. The organization currently has three non-production environments (DEV,...
What scenario can use the CloudHub Object Store connector to persist the cache's state?
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?A . When there is one deployment of the API implementation to CloudHub and another one to customer hosted mule runtime that must...
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?
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...
What Is an effective way for the project team responsible for the Mule applications and APIs being built to communicate with these stakeholders using Anypoint Platform and its supplied toolset?
A set of integration Mule applications, some of which expose APIs, are being created to enable a new business process. Various stakeholders may be impacted by this. These stakeholders are a combination of semi-technical users (who understand basic integration terminology and concepts such as JSON and XML) and technically skilled...
What is a key difference between synchronous and asynchronous logging from Mule applications?
What is a key difference between synchronous and asynchronous logging from Mule applications?A . Synchronous logging writes log messages in a single logging thread but does not block the Mule event being processed by the next event processorB . Asynchronous logging can improve Mule event processing throughput while also reducing...
What are suitable interface technologies for this data exchange that are secure, cross-platform, and internet friendly, assuming that Anypoint Connectors exist for these interface technologies?
A retailer is designing a data exchange interface to be used by its suppliers. The interface must support secure communication over the public internet. The interface must also work with a wide variety of programming languages and IT systems used by suppliers. What are suitable interface technologies for this data...
What Mule application can have API policies applied by Anypoint Platform to the endpoint exposed by that Mule application?
What Mule application can have API policies applied by Anypoint Platform to the endpoint exposed by that Mule application?A . A Mule application that accepts requests over HTTP/1xB . A Mule application that accepts JSON requests over TCP but is NOT required to provide a response.C . A Mule application...
How are the API implementation, API client, and API consumer combined to invoke and process an API?
How are the API implementation, API client, and API consumer combined to invoke and process an API?A . The API consumer creates an API implementation, which receives API invocations from an API such that they are processed for an API clientB . The API consumer creates an API client which...