What data is expected by the POST /accounts endpoint?
Refer to the exhibit. What data is expected by the POST /accounts endpoint? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: D
What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem subflow to add a router cable with the price of 100 to the order?
Refer to the exhibits. The Set Payload transformer In the addltem subflow uses DataWeave to create an order object. What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem subflow to add a router cable with the price of 100 to...
What response message is returned?
Refer to the exhibit. The main flow is configured with their error handlers. A web client submit a request to the HTTP Listener and the HTTP Request throws an HTTP: NOT_FOUND error. What response message is returned?’’ What response message is returned?A . APP: API RESOURCE NOT FOUNDB . HTTP:...
What URI does MuleSoft recommend to uniquely access the customer identified with the unique ID 1234?
A RAML specification is defined to manage customers with a unique identifier for each customer record. What URI does MuleSoft recommend to uniquely access the customer identified with the unique ID 1234?A . /customers?custid=true&custid=1234B . /customers/1234C . /customers/custid=1234D . /customers?operation=get&custid=1234View AnswerAnswer: B Explanation: URI parameter (Path Param) is basically used...
What global data structure can be used to access the variables?
A Mule flow has three Set Variable transformers. What global data structure can be used to access the variables?A . Mule event attributesB . Mule event messageC . Mule application propertiesD . Mule eventView AnswerAnswer: D Explanation: Mule event is correct answer. Mule event has two parts which are as...
What values are accessible in the child flow after a web client submits a request to http://localhost:8081/order? col or = red?
Refer to the exhibits. The main flow contains an HTTP Request. The HTTP Listeners and HTTP Request use default configurations. What values are accessible in the child flow after a web client submits a request to http://localhost:8081/order? col or = red?A . payloadB . payload quantity varC . payload color...
What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?
What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?A . The payload is: $(payload)B . #["The payload is: " ++ payload]C . The payload is: #[payload]D . #["The payload is: " + payload]View AnswerAnswer: B Explanation: Option 3...
What can be added to the flow to persist data across different flow executions?
Refer to the exhibit. What can be added to the flow to persist data across different flow executions?A . Key/value pairs in the Object StoreB . Properties of the Mule runtime flow objectC . properties of the Mule runtime app objectD . session variablesView AnswerAnswer: A Explanation: An object store...
According to MuleSoft. what is the first step to create a Modern API?
According to MuleSoft. what is the first step to create a Modern API?A . Gather a list of requirements to secure the APIB . Create an API specification and get feedback from stakeholdersC . Performance tune and optimize the backend systems and networkD . Create a prototype of the API...
What is the correct DataWeave to call the pascalize function in a Transform Message component?
A Utility.dwl file is located in a Mule project at src/main/resources/modules. The Utility.dwl hie defines a function named pascalize that reformats strings to pascal case. What is the correct DataWeave to call the pascalize function in a Transform Message component? A) B) C) D) A . Option AB . Option...