View all detail and faqs for the Salesforce-MuleSoft-Developer-II exam
A Mule application deployed to multiple Cloudhub 2.0 replicas needs to temporarily persist large files over 10MB between flow executions, and routinely needs to query whether the file data exists on separate executions.
How can this be achieved?
Which configurations are required for HTTP Listener to enable mTLS authentication?
Two APIs are deployed to a two-node on-prem cluster. Due to a requirements change, the two APIs must communicate to exchange data asynchronously.
A heathcare customer wants to use hospital system data, which includes code that was developed using legacy tools and methods. The customer has created reusableJava libraries in order to read the data from the system.
What is the most effective way to develop an API retrieve the data from the hospital system?
Refer to the exhibit.
What is the result if ‘’Insecure’’ selected as part of the HTTP Listener configuration?
A custom policy needs to be developed to intercept all cutbound HTTP requests made by Mule applications.
Which XML element must be used to intercept outbound HTTP requests?
A developer has created the first version of an API designed for business partners to work commodity prices.
What should developer do to allow more than one major version ofthe same API to be exposed by the implementation?
A Mule application includes a subflow containing a Scatter.Gather scope. Within each log of the Scatter.Gatter. an HTTP connector calls a PUT endpoint to modify records in different upstream system. The subflow is called inside an Unit successful scope to retry if a transitory exception is raised.
A technical spike is beingperformed to increase reliability of the Mule application.
Which steps should be performed within the Mule flow above the ensure idempontent behavior?
In a Mule project, Flow-1 contains a flow-ref to Flow-2 depends on data from Flow-1 to execute successfully.
Which action ensures the test suites and test cases written for Flow-1 and Flow-2 will execute successfully?
A Mule implementation uses a HTTP Request within an Unit Successful scope to connect to an API.
How should a permanent error response like HTTP:UNAUTHORIZED be handle inside Until Successful to reduce latency?