00:00

QUESTION 11

Refer to the exhibit.
A Mute Object Store is configured with an entry TTL of one second and an expiration interval of 30 seconds.
What is the result of the flow if processing between os??store and os:retrieve takes 10 seconds?
Salesforce-MuleSoft-Developer-II dumps exhibit

Correct Answer: A

QUESTION 12

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?

Correct Answer: B
The http-policy:processor element is used to intercept outbound HTTP requests made by Mule applications. It allows customizing the request before it is sent to the target API and modifying the response after it is received from the target API.
References: https://docs.mulesoft.com/api-manager/2.x/policy-mule4-custom-policy#policyxml-file

QUESTION 13

Refer to the exhibit.
What required changes can be made to give a partial successful response in case the United Airlines API returns with a timeout?
Salesforce-MuleSoft-Developer-II dumps exhibit

Correct Answer: D

QUESTION 14

The HTTP Request operation raises an HTTP CONNECTIVITY error. Which HTTP status code and body arereturned to the web client?
Salesforce-MuleSoft-Developer-II dumps exhibit

Correct Answer: C

QUESTION 15

Refer to the exhibit.
What action must be performed to log all the errors raised by the VM Connector?
Salesforce-MuleSoft-Developer-II dumps exhibit

Correct Answer: B
To log all the errors raised by the VM Connector, the developer needs to add an async logger with the name ??org.mule.extension.vm?? and the level ??ERROR?? inside the appenders tag of the log4j2.xml file. This will enable logging all error-level events generated by the VM Connector to the console appender. References:
https://docs.mulesoft.com/mule-runtime/4.3/logging-in-mule#configuring-custom-loggingsettings