Refer to the exhibit.
A Mule event is composed of a hierarchy of objects. Where in the hierarchy are variables stored?
A. Mule event
B. Mule message payload
C. Mule message
D. Mule message attributes
Refer to the exhibits.
A mule application is being developed which will process POST requests coming from clients containing the name and order information. Sample request is as below
A.1. 1. {2. 2. orderkey: "payload.order",3. 3. addresskey: "vars.address"4. 4. }
B.1. 1. {2. 2. orderkey: "attributes.shippingaddress.order",3. 3. addresskey: "payload"4. }
C.1. 1. {2. 2. orderkey: "payload.order",3. 3. addresskey: "address"4. }
D.1. 1. {2. 2. orderkey: "attributes.order",3. 3. addresskey: "vars.address"4. }
Refer to the exhibit.
What can be added to the flow to persist data across different flow executions?
A. Key/value pairs in the ObjectStore
B. Properties of the Mule runtime flow object
C. properties of the Mule runtime app object
D. session variables
An organization is beginning to follow Mulesoft's recommended API led connectivity approach to use modern API to support the development and lifecycle of the integration solutions and to close the IT delivery gap. What distinguishes between how modern API's are organized in a MuleSoft recommended API-led connectivity approach as compared to other common enterprise integration solutions?
A.The API interfaces are specified as macroservices with one API representing all thebusiness logic of an existing and proven end to end solution
B.The API interfaces are specified at a granularity intended for developers to consumespecific aspect of integration processes
C.The API implementation are built with standards using common lifecycle and centralizedconfiguration management tools
D.The APIO implementations are monitored with common tools, centralized monitoring andsecurity systems
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?
A. Edit the dependency in the Mule project's pom.xml file
B. Install the dependency to the computer's local Maven repository
C. Deploy the dependency to MuleSoft's Maven repository
D. Add the dependency to the MULE_HOME/bin folder
Refer to the exhibits. A company has defined this Book data type and Book example to be used in APIs. What is valid RAML for an API that uses this Book data type and Book example?
A. Option A
B. Option B
C. Option C
D. Option D
There are three routes configured for Scatter-Gather and incoming event has a payload is an Array of three objects. How routing will take place in this scenario?
A. Incoming array objects would be split into three and each part would be sent to oneroute each in sequential manner
B. Incoming array objects would be split into three and each part would be sent to oneroute each in parallel
C. Entire event would be sent to each route sequentially
D. Entire event would be sent to each route in parallel
A flow has a JMS Publish consume operation followed by a JMS Publish operation. Both of these operations have the default configurations. Which operation is asynchronous and which one is synchronous?
A. Publish consume: Synchronous. Publish: Asynchronous.
B. Publish consume: Asynchronous. Publish: Synchronous
C. Publish consume: Asynchronous. Publish: Asynchronous
D. Publish consume: Synchronous. Publish: Synchronous
Refer to the exhibits.
A Mule application contains a Choice router. What is logged when the flow completes?
A. EU
B. US
C. "REGION"
D. ["US", "EU"]
How to import Core (dw::Core) module into your DataWeave scripts?
A. #include dw::core
B. Not needed
C. import core
D. import dw::core