SalesForce SALESFORCE-MULESOFT-DEVELOPER-II - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/salesforce-mulesoft-developer-ii.html
The flow is invoicing a target API. The API's protocol is HTTPS. The TLS configuration in the HTTP Request Configuration global element is set to None. A web client submits a request to http:localhost:8081/ vehicles.
If the certificate of the target API is signed by a certificate authority (CA), what is true about the HTTP Request operation when the flow executes?
When a client and server are exchanging messages during the mTLS handshake, what is being agreed on during the cipher suite exchange?
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?
An API has been built to enable scheduling email provider. The front-end system does very little data entry validation, and problems have started to appear in the email that go to patients. A validatecustomer'' flow is added validate the data.

What is he expected behavior of the "validate-customer'' flow?
When implementing a synchronous API where the event source is an HTTP Listener, a developer needs to return the same correlation ID back to the caller in the HTTP response header.
How can this be achieved?
Which statement is true about using mutual TLS to secure an application?
Which statement is true when using XML SDK for creating custom message processors?
Which type of cache invalidation does the Cache scope support without having to write any additional code?
What is the MuleSoft recommended method to encrypt sensitive property data?
A healthcare portal needs to validate the token that it sends to a Mule API. The developer plans to implement a custom policy using the HTTP Policy Transform Extension to match the token received in the header from the heathcare portal.
Which files does the developer need to create in order to package the custom policy?