What DataWeave expression transforms the example XML input to the CSV output?
What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...
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=P05555 C. /orders?order=P05555 D. /orders/P05555View AnswerAnswer:...
By default, what happens to a file after it is read using an FTP connector Read operation?
By default, what happens to a file after it is read using an FTP connector Read operation?A . The file is deleted from the folder B. The file is moved to a different folder C. The file stays in the same folder unchanged D. The file is renamed in the...
What DataWeave expression transforms the example XML input to the CSV output?
What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...
What should this endpoint return? http://dev.acme.com/api/patients?name=John&surname=Bell
What should this endpoint return? http://dev.acme.com/api/patients?name=John&surname=BellA . Patient with name as John B. Patient with surname as bell C. Patients with either name as John or surname as Bell D. Patients with name as John and surname as BellView AnswerAnswer: D Explanation: Query parameters are a defined set of parameters...
What DataWeave expression transforms the example XML input to the CSV output?
What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...
What payload and variable are logged at the end of the main flow?
Refer to the exhibits. What payload and variable are logged at the end of the main flow?A . [[5, 10, 15, 20], 1] B. [[5, 10, 15, 20], 5] C. [[Req5, Req10, Req15, Req20], 5] D. [Req5Req10,Req15Req20, 5]View AnswerAnswer: B Explanation: Correct answer is [[5, 10, 15, 20], 5] Key...
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 is the payload at the Logger component after the HTTP Request?
Refer to the exhibits. In the request Flow an HTTP Request operation is configured to send an HTTP request with an XML payload. The request is sent to the HTTP Listener in the transform Flow. That flow transforms the incoming payload into JSON format and returns the response to the...
What DataWeave expression transforms the example XML input to the CSV output?
What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A Explanation: Correct answer is as below. Attributes in the incoming xml payload are always accessed using @.Similarly *item is...