Free Salesforce-MuleSoft-Developer-I Exam Braindumps

A flow needs to combine and return data from two different data sources. It contains a Database SELECT operation followed by an HTTP Request operation.
What is the method to capture both payloads so the payload from the second request does not overwrite that from the first?

  1. Put the Database SELECT operation inside a Cache scope
  2. Put the Database SELECT operation inside a Message Enricher scope
  3. Nothing, previous payloads are combined into the next payload
  4. Save the payload from the Database SELECT operation to a variable

Answer(s): D

Explanation:

Correct answer is Save the payload from the Database SELECT operation to a variable Response from HTTP request will override the payload and hence response of database SELECT can be lost. Best way to preserve is to assign payload of first operation to variable using TransformMessage.



A Mule project contains a MySQL Database dependency. The project is exported from Anypoint Studio so it can be deployed to CloudHub.

What export options create the smallest deployable archive that will successfully deploy to CloudHub?
What export option create their smallest deployable archive that will successfully deploy to CloudHub?





Answer(s): B



Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?

  1. Allows CloudHub to automatically change the HTTP port to allow external clients to connect to the HTTP Listener
  2. Allows CloudHub to automatically register the application with API Manager
  3. Allows MuleSoft Support to troubleshoot the application by connecting directly to the HTTP Listener
  4. Allows clients to VPN directly to the application at the Mule application's configured HTTP port

Answer(s): A

Explanation:

This helps CloudHub to dynamically allocates a port at deployment time. Reference:
https://docs.mulesoft.com/mule-runtime/4.3/deploy-to-cloudhub#prerequisites


Reference:

https://docs.mulesoft.com/runtime-manager/developing-applications-for-cloudhub



Refer to the exhibit.

The error occurs when a project is run in Anypoint Studio. The project, which has a dependency that is not in the MuleSoft Maven repository, was created and successfully run on a different computer.
What is the next step to fix the error to get the project to run successfully?

  1. Edit the dependency in the Mule project's pom.xml file
  2. Install the dependency to the computer's local Maven repository
  3. Deploy the dependency to MuleSoft's Maven repository
  4. Add the dependency to the MULE_HOME/bin folder

Answer(s): B

Explanation:

As dependency is not present in Mulesoft Maven repository, we need to install the dependency on computer's local Maven repository.
https://docs.mulesoft.com/mule-runtime/4.3/maven-reference






Post your Comments and Discuss Salesforce Salesforce-MuleSoft-Developer-I exam with other Community members:

Salesforce-MuleSoft-Developer-I Exam Discussions & Posts