최신Salesforce Certified MuleSoft Platform Integration Architect - Mule-Arch-202무료샘플문제
Refer to the exhibit.

An application is deployed in CloudHub and uses the VM Connector with a TRANSIENT queues configuration. Which action is also required to ensure zero messages are lost in case the CloudHub worker crashes?
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.)
A Mule Process API is being designed to provide product usage details. The Mule application must join together the responses from an Inventory API and a Product Sales History API with the least latency.
How should each API request be called in the Mule application to minimize overall latency?
Which characteristic is essential for the CI/CD pipeline of Mule applications using Maven plugins?
An organization is designing a Mule application to support an all-or-nothing transaction between several database operations and some other connectors so that all operations automatically roll back if there is a problem with any of the connectors.
Besides the database connector, what other Anypoint connector can be used in the Mule application to participate in the all-or-nothing transaction?
How can developers ensure that streaming operations do not impact the stability of Mule applications?
A Mule application is deployed to an existing Runtime Fabric (RTF) cluster and must access the data saved in the Object Store V2 by a CloudHub application.
Which steps should be followed to achieve the requirement and enable the shared Object Store access across these two applications?
An Architect is asked to build a solution that allows a service to access Salesforce through the API.
What is the first thing the Architect should do?
An external REST client periodically sends an array of records in a single POST request to a Mule application's API endpoint. The Mule application must validate each record of the request against a JSON schema before sending it to a downstream system in the same order that it was received in the array.
Record processing will take place inside a router or scope that calls a child flow. The child flow has its own error handling defined. Any validation or communication failures should not prevent further processing of the remaining records.
Which router or scope should be used in the parent flow, and which type of error handler should be used in the child flow in order to meet these requirements?
In a Mule application, a flow contains two JMS Consume operations that are used to connect to a JMS broker and consume messages from two JMS destinations. The Mule application then joins the two consumed JMS messages together.
The JMS broker does not implement high availability and periodically experiences scheduled outages of up to 10 minutes for routine maintenance.
How should the Mule flow be built so it can recover from the expected outages?
An organization uses MuleSoft extensively and has about 2,000 employees. Many of them work on MuleSoft APIs. The organization has approximately 500 APIs in production.
The organization's leadership strictly discourages direct API modification (for example, stop/start/delete in production); however, there have been a few instances where modifications in production occurred. Now leadership wants to know every instance when this occurred in the past year and include timestamps and user IDs.
What is the easiest way to retrieve this information?
Select the correct use cases for implementing VM queues in Mule applications deployed on-premises. (Choose Two)
Which sources of metadata can be utilized in the Transform Message component in Mule applications?