What is the correct DataWeave code to define the newProdCode function?
A function named newProdCode needs to be defined that accepts two input parameters, an integer value for itemID and a string value for productCategory, and returns a new product code. What is the correct DataWeave code to define the newProdCode function?A . fun newProdCode{itemID: Number, productCategory: String) ―> "PC-" ++...
What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem child flow to add a router call with the price of 100 to the order?
Refer to the exhibits. The Set Payload transformer in the addltem child flow 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 child flow to add a router call with the price of...
What response is returned to the web client?
Refer to the exhibit. The default scope in choice router recursively calls the color flow. A web client sends a PUT request to the HTTP listener with payload Blue. What response is returned to the web client?A . "Blk"B . "Green"C . A timeout errorD . ["Blue", "Red", "Blk"]View AnswerAnswer:...
According to MuleSoft, what organization structure could have saved the app team two months of development time?
An app team is developing a mobile banking app. It took them two months to create their own APIs to access transaction information from a central database. The app team later found out that another team had already built an API that accesses the transaction information they need. According to...
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 sends the...
What is the default behavior of the batch job after the error is thrown?
A Batch Job scope has five batch steps. An event processor throws an error in the second batch step because the input data is incomplete . What is the default behavior of the batch job after the error is thrown?A . All processing of the batch job stops.B . Event...
Where must the global error handler be specified so that the global error handler catches all errors from flows without their own error handlers?
A Mule application contains a global error handler configured to catch any errors. Where must the global error handler be specified so that the global error handler catches all errors from flows without their own error handlers?A . A configuration properties fileB . Nowhere, the global error handler is automatically...
What payload and quantity are togged at the end of the main flow?
Refer to the exhibits. What payload and quantity are togged at the end of the main flow?A . [[order1, order2, order3, order4], 14]B . [[1,2,3,4], 10]C . [[1,2,3,4], 14]D . [orderlorder2order3order4, 14]View AnswerAnswer: C
What is the last message logged by the Logger component after the batch job completes processing?
Refer to the exhibits. The input array of strings is processed by the batch job that processes, filters, and aggregates the values . What is the last message logged by the Logger component after the batch job completes processing?A . [ ["A", "C", "D" ], ["E"] ]B . [''E'']C ....
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: D