What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a new customer?
Refer to the exhibit. What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a new customer?A . lookupC createCustomerObJect( "Alice", "Green- ) )B . createCustomerObject( { first: "Alice", last: "Green" > )C . lookupf...
What is the expected output from the Logger component?
Refer to the exhibit. The Batch Job processes, filters and aggregates records,. What is the expected output from the Logger component?A . [10. 20, 30. 40, 50, 60]B . [10. 20] [30, 40] [50, 60]C . [20, 40, 60]D . [20. 40] [60]View AnswerAnswer: D Explanation: * Batch scope has...
What is the result at the end of the flow?
Refer to the exhibits. A web client submits a request to http://localhQst:8081 /flights. What is the result at the end of the flow?A . "string"B . "Java"C . "object"D . "XML"View AnswerAnswer: A
What response message is returned to the web client?
Refer to the exhibits. A web client sends a POST request with the payload {"oid": "1000", "itemid": "AC200", "qty": "4" } to the Mule application. The File Write operation throws a FILE: CONNECTIVITY error. What response message is returned to the web client?A . ‘’FILE:CONNECnvnY'B . "ORDER:NOT_CREATED"C . "OTHER ERROR"D...
What DataWeave expression transforms the conductorlds array to the XML output?
Refer to the exhibit. What DataWeave expression transforms the conductorlds array to the XML output? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: C
How should the listener be configured so it retrieves new rows at most one time?
An On Table Row Database listener retrieves data from a table that contains record_id, an increasing numerical column. How should the listener be configured so it retrieves new rows at most one time?A . Set the target to store the last retrieved record_id valueB . Set the ObjectStore to store...
A web client submits a request to http://localhost:8081/fliqhts?
Refer to the exhibits. A web client submits a request to http://localhost:8081/fliqhts?destination=SFO and the Web Service Consumer throws a WSC: BAD_REQUEST error. What is the next step to fix this error?A . Set a header In the Consume operation equal to the destination query parameterB . set a SOAP payload...
What is the correct way to create a user?
Refer to the exhibit. What is the correct way to create a user? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: B
What is the method to capture both payloads so the payload from the second request does not overwrite that from the first?
A flow needs to combine and return data from two different data sources. It contains a Database SELECT operation followed by an HTTP Request operation. What is the method to capture both payloads so the payload from the second request does not overwrite that from the first?A . Put the...
What values are accessible in the child flow after a web client submits a request to http://localhost:8Q81/order? color=red?
Refer to the exhibit. The main flow contains a Flow Reference for the child flow. What values are accessible in the child flow after a web client submits a request to http://localhost:8Q81/order? color=red?A . payloadB . payload quantity varC . payload color query paramD . payload quantity var color query...