Salesforce Certified MuleSoft Platform Integration Architect - Mule-Arch-202 Exam Practice Test

Which scenario is best suited for integration testing rather than unit testing in Mule applications?
Correct Answer: D
An organization plans to use the Salesforce Connector as an intermediate layer for applications that need access to Salesforce events such as adding, changing, or deleting objects, topics, documents, and channels.
What are two features to keep in mind when using the Salesforce Connector for this integration? (Choose two.)
Correct Answer: A,E
Select key features of event-driven APIs and message brokers in integration architectures. (Choose Two)
Correct Answer: A,D
Refer to the exhibit.

A company is tracking the number of patient COVID-19 tests across the city. Test results must be accessible to doctors in offices, hospitals, and urgent-care facilities. Due to the importance of the service, in particular for patients at high risk, the company is requested to improve the responsiveness of the Test Result API, shown in the image below, to retrieve the patient's result. How can these data and functional requirements be met?
Correct Answer: D
A developer is developing an MUnit test suite for a Mule application. This application must access third-party vendor SOAP services. In the CI/CD pipeline, access to third-party vendor services is restricted. Without MUnits, a successful run and coverage report score is less than the threshold, and builds will fail.
Which solution can be implemented to execute MUnits successfully?
Correct Answer: B
What capability does the Salesforce Connector provide to Mule applications?
Correct Answer: C
What is the primary role of MuleSoft-provided Maven plugins in CI/CD pipelines for Mule applications?
Correct Answer: B
Refer to the exhibit.

In this Mule application, the retrieveFile flow's event source reads a CSV file from a remote SFTP server and then publishes each record in the CSV file to a VM queue. The processCustomerRecord flow's VM Listener receives messages from the same VM queue and then processes each message separately. This Mule application is deployed to multiple CloudHub workers with persistent queues enabled. How are messages routed to the CloudHub workers as messages are received by the VM Listener?
Correct Answer: C
An organization is trying to invoke REST APIs as part of its integration with external systems, which requires OAuth 2.0 tokens for authorization.
How should authorization tokens be acquired in a Mule application?
Correct Answer: B
How does non-blocking processing improve performance in Mule applications?
Correct Answer: D
A company needs to be able to send data from Salesforce to a homegrown system behind a corporate firewall. The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.
What should an integration architect consider when choosing the right option in building the integration between the external system and Salesforce?
Correct Answer: D