Free Salesforce Salesforce-MuleSoft-Developer-I Exam Actual Questions

The questions for Salesforce-MuleSoft-Developer-I were last updated On Jan 15, 2025

Question No. 1

Which file is used to define the interface contract to invoke a web service implemented as a SOAP service

Show Answer Hide Answer
Correct Answer: B

WSDL is used to define the contract in case of SOAP . RAML/OAS is used to REST services


Question No. 2

What execution model is used by For Each and Batch Job scopes?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

Refer to the exhibit. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP request use default configurations.

What values are accessible to the Logger at the end of the flow after a web client submit request to http://local:801/order?color=red?

Show Answer Hide Answer
Correct Answer: B

In this case as outbound call is made using HTTP: POST /child , all attributes will be replaced by this invocation. Hence query parameter will not be accessible at logger.


Question No. 4

What happens to the attributes of a Mule event in a flow after an outbound HTTP Request is made?

Show Answer Hide Answer
Correct Answer: A

Attributes are replaced with new attributes from the HTTP Request response.

Attributes include everything apart from Payload/body. For ex: Headers, query parameters, URI parameters.

So, when outbound HTTP request is made, new attributes need to pass the outbound HTTP request and old attributes are replaced.

I have created below diagram to make it easy for you to understand:


Question No. 5

An API specification is designed using RAML. What is the next step to create a REST Connector from this API specification?

Show Answer Hide Answer
Correct Answer: B

API Exchange creates REST conenctor automtaically once API is published. Hence correct answer is Publish the API specification to Any point Exchange