What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function?

A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project's src/main/resources/modules folder. What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function? A) B) C) D) A...

April 11, 2025 No Comments READ MORE +

What is the structure of the payload at the end of the flow?

Refer to the exhibits. A web client submits a request to http://localhQst:8081. What is the structure of the payload at the end of the flow? A) B) C) D ) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: D Explanation: Scatter-Gather Router The Scatter-Gather...

April 11, 2025 No Comments READ MORE +

What values are accessible to the Logger at the end of the flow after a web client submit request to http://local:801/order?color=red?

Refer to the exhibit. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP request use default configurations. What values are accessible to the Logger at the end of the flow after a web client submit request to http://local:801/order?color=red?A . payloadB ....

April 10, 2025 No Comments READ MORE +

What URI should a web client use to request order P05555?

A company has an API to manage purchase orders, with each record identified by a unique purchase order ID. The API was built with RAML according to MuleSoft best practices. What URI should a web client use to request order P05555?A . /orders/{P05555}B . /orders/order=P05555C . /orders?order=P05555D . /orders/P05555View AnswerAnswer:...

April 10, 2025 No Comments READ MORE +

What is the DataWeave expression to access booklSBN later in the flow?

A web client submits a request to http://localhost:8081/books/0471767840. The value "0471767840" is captured by a Set Variable transformer to a variable named booklSBN. What is the DataWeave expression to access booklSBN later in the flow?A . booklSBNB . attributes.booklSBNC . flowVars.booklSBND . vars. booklSBNView AnswerAnswer: D

April 10, 2025 No Comments READ MORE +

What response message is returned to the web client?

Refer to the exhibits. A web client sends a GET request to the HTTP Listener. What response message is returned to the web client?A . ""B . "End"C . "Start"D . "String is not blank"View AnswerAnswer: D Explanation:

April 9, 2025 No Comments READ MORE +

What is a valid RAML specification that reuses the Plan data type?

Refer to the exhibit. The API needs to be updated using the company-wide standard for the Plan data type. The Object data type has already been published in Anypoint Exchange with the global reference. ACME/DataTypes/PlanDataType.raml. What is a valid RAML specification that reuses the Plan data type? A) B) C)...

April 9, 2025 No Comments READ MORE +

What is the output type of the DataWeave map operator?

What is the output type of the DataWeave map operator?A . StringB . ArrayC . MapD . ObjectView AnswerAnswer: B

April 8, 2025 No Comments READ MORE +

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

Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?A . Allows CloudHub to automatically change the HTTP port to allow external clients to connect to the HTTP ListenerB . Allows CloudHub to automatically register the application with API...

April 7, 2025 No Comments READ MORE +

How many private flows does APIKIT generate from the RAML specification?

Refer to the exhibit. How many private flows does APIKIT generate from the RAML specification?A . 1B . 2C . 3D . 4View AnswerAnswer: C

April 7, 2025 No Comments READ MORE +