Salesforce
(Mule-Dev-301)
120 Minutes
60
Salesforce Certified MuleSoft Developer II
A: Use the underlying HTTP request of Anypoint MQ to set the ‘X-CORRELATION_ID’header to the order ID
B: Set a custom Anypoint MQ user property to propagate the order ID and set thecorrelation ID in the receiving applications.
C: Use the default correlation ID, Anypoint MQ will sutomatically propagate it.
D: Wrap all Anypoint MQ Publish operations within a With CorrelationID scope from theTracing module, setting the correlation ID to the order ID
A: Use an HTTP Connector to invoke the API and wait for a response
B: Use a Scheduler to check for a response every minute
C: Use an HTTP Connector inside Async scope to invoice the API and wait for a response
D: Expose an HTTP callback API in Mule and register it with the external system
A: Download the common application from Naxus and copy it to the src/main/resources folder in the API
B: Copy the common application's source XML file and out it in a new flow file in the src/main/mule folder
C: Add a Maven dependency in the PCM file with multiple-plugin as
D: Add a Maven dependency in the POM file with jar as
A: Store the contents of the file on separate storage, and store the key and location of thefile Object using Object Store v2
B: Use an in-memory Object Store
C: Store the key and full contents of the file in an Object Store
D: Store the key and full contents of the file, caching the filename and location between requests