How do VM queues support the persistence requirements of Mule applications in hybrid deployment scenarios?
Which Mule connectors support local transactions?
What is a best practice when designing Mule applications for high performance with large data volumes?
When designing Mule applications, why might you choose to configure stateful components with an OS?
Refer to the exhibit.

A telecommunications company receives orders (bill payments) from customers who submit a simple HTML form (no JavaScript or Web Assembly). Currently the process is synchronous and the customer is notified after everything is complete. The requirement is that the customer is notified of payment (charging the customer's credit card) through the response to the browser, but the customer can also be notified when the order is applied to the customer's account at a later time. Due to an increase in customers, the system has been unable to handle the load and the solution has been experiencing performance and reliability issues. Which request point could be replaced with an event-driven API using a JMS queue to help mitigate the performance issues, increase the fault tolerance, and meet the requirements?
An MUnit case is written for a Main Flow that consists of a Listener, a set payload, a set variable, a Transform message, and a logger and error handler. The case is passed but with a coverage of 80 percent.
What could be the reason for not covering the remaining 20 percent, and how can coverage be achieved?
What should be considered when designing secure access to APIs on the Anypoint Platform? (Choose Two)
Which deployment option ensures the highest level of control over both the Anypoint Platform control plane and runtime plane?
An organization will deploy Mule applications to CloudHub. Business requirements mandate that all application logs be stored only in an external Splunk consolidated logging service and not in CloudHub.
In order to most easily store Mule application logs only in Splunk, how must Mule application logging be configured in Runtime Manager, and where should the log4j2 Splunk appender be defined?
A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration.
Which two questions should the integration architect consider? Choose 2 answers
What benefit does continuous integration provide when developing Mule applications?
Refer to the exhibit.

A shopping cart checkout process consists of a web store back end that sends a sequence of HTTPS POST requests to an Experience API, which in turn invokes a Process API using HTTPS. The web store back end executes in a Java EE application server. All API implementations are Mule applications executing in a customer-hosted Mule runtime. End-to-end correlation of all HTTP requests and responses belonging to each checkout instance is required. This is to be done through a common correlation ID so that all log entries written by the web store back end, Experience API implementation, and Process API implementation include the same correlation ID for all requests and responses belonging to the same checkout instance. What is the most efficient way (using the least amount of custom coding or configuration) for the web store back end and the implementations of the Experience API and Process API to participate in end-to-end correlation of the API invocations for each checkout instance?
How do audit logs on the Anypoint Platform assist in regulatory compliance and security monitoring?
Which technologies are essential for event-driven API integration in modern architectures? (Choose Two)
Which strategy enhances security when using Anypoint Security for edge access?