Refer to the exhibits.
A web client sends a GET request to the HTTP Listener.
What response message is returned to the web client?
1. Set Payload ''Start''
2. 'Is Balnk String' Creates an Error object with #[error.description] =''String is not blank''
3. Default Error Handler catches and Propagates error
4. 'On Error Propogate' is 'RED IN RED OUT'. It Returns Status Code : 500 & #[error.description]
--------------------------------------------------------------------------------------------------------------------------
Correct answer isString is not blank.Because validation component will throw an error as payload is not blank.
Bottom of Form
Top of Form
A Mule application contains two HTTP Listeners, each configured for different API endpoints: http://acme.com/apis/orders and http: //acme .com/a pis/customers.
What base path value should be set in an HTT? Listener config element so that it can be used to configure both HTTP Listeners?
Option 2 is the correct answer as /api/* accespts everything starting with /api/
In the execution of scatter gather, the "sleep 2 sec" Flow Reference takes about 2 sec to complete, and the "sleep 8 sec" Flow Reference takes about 8 sec to complete.
About how many sec does it take from the Scatter-Gather is called until the "Set Payload" transformer is called?
Correct answer is 8 as events are processed in parallel in case of scatter gather router
A mule project contains MySQL database dependency . The project is exported from Anypoint Studio so that it can be deployed to Cloudhub. What export options needs to be selected to create the smallest deployable archive that will successfully deploy to Cloudhub?
You can choose Attach Project Sources to include metadata that Studio requires to reimport the deployable file as an open Mule project into your workspace. You must keep the Attach Project Sources option selected to be able to import the packaged JAR file back into a Studio workspace. But requirement here is to create smallest deployable archive that will successfully deploy to Cloudhub. Hence we can ignore this option.
We need to select Include project module and dependencies
As actual modules and external dependencies required to run the Mule application in a Mule runtime engine
Hence correct answer is
Select only below option 2) Include project module and dependencies
MuleSoft Doc Ref : https://docs.mulesoft.com/studio/7.5/import-export-packages#exporting-a-studio-project-to-a-deployable-mule-application
Which of the following is invalid type of event processor which can be used as a router ?
Pick First is not valid type. Rest all are valid type of event processor.
Choice : https://docs.mulesoft.com/mule-runtime/4.3/choice-router-concept
Round Robin : https://docs.mulesoft.com/mule-runtime/4.3/round-robin
First Successful : https://docs.mulesoft.com/mule-runtime/4.3/first-successful