Salesforce Certified MuleSoft Integration Architect I

Here you have the best Salesforce Certified MuleSoft Integration Architect I practice exam questions

  • You have 60 total questions to study from
  • Each page has 5 questions, making a total of 12 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on December 24, 2025
  • This site is not affiliated with or endorsed by Salesforce.
Question 1 of 60
Refer to the exhibits.
An Order microservice and a Fulfillment microservice are being designed to communicate with their clients through message-based integration (and NOT through API invocations).
The Order microservice publishes an Order message (a kind of command message) containing the details of an order to be filled. The intent is that Order messages are only consumed by one Mule application: the Fulfillment microservice.
The Fulfillment microservice consumes Order messages, fills the orders described therein, and then publishes a Fulfillment message (a kind of event message). Each Fulfillment message can be consumed by any interested Mule application, and the Order microservice is one such Mule application.
What is the recommended choice of message broker(s) and message destination(s) in this scenario?
Exam Certified MuleSoft Integration Architect I: Question 1 - Image 1
Correct Answer: A

Question 2 of 60
Why would an Enterprise Architect use a single enterprise-wide canonical data model (CDM) when designing an integration solution using Anypoint Platform?
Correct Answer: A

Question 3 of 60
An application deployed in CloudHub production environment is throwing intermittent exceptions. To troubleshoot the issue, a developer wants to enable DEBUG level logging in production for the org.apache.cxf package in the deployment Mule application.
How should the developer update the logging configuration in order to enable this package specific debugging?
Correct Answer: B

Question 4 of 60
Following MuleSoft’s recommended best practices for API governance and API policies, a project team has used RAML specifications to document and publish functional requirements and detailed design definitions of its APIs. These API specifications have been used by various stakeholders to implement APIs.
Later, the project team requires all API specifications to be augmented with an additional non-functional requirement (NFR) to protect the backend services from a high rate of requests, according to defined service-level agreements (SLAs). The NFR’s SLAs are based on a new tiered subscription level “Gold”, “Silver”, or “Platinum” that must be tied to a new parameter that is being added to the Accounts object in their enterprise data model.
Following MuleSoft’s recommended best practices, how should the project team now convey the necessary non-functional requirement to stakeholders?
Correct Answer: D

Question 5 of 60
How does a timeout attribute in a configured transaction manager help inform design decisions while using a JMS connector listening for incoming messages in an eXtended Architecture (XA) transaction managed by the transaction manager?
Correct Answer: D