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...

November 4, 2022 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 Listener B. Allows CloudHub to automatically register the application with API...

November 4, 2022 No Comments READ MORE +

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...

November 4, 2022 No Comments READ MORE +

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 value B. Set the ObjectStore to store...

November 4, 2022 No Comments READ MORE +

Which keyword do you use to create a new function in DataWeave?

Which keyword do you use to create a new function in DataWeave?A . function B. fun C. func D. mapView AnswerAnswer: B Explanation: You can define your own DataWeave functions using the fun declaration in the header of a DataWeave script. Sample is as below. ---------------------------------------- %dw 2.0 output application/json...

November 4, 2022 No Comments READ MORE +

How should the WHERE clause be changed to set the city and state values from the configured input parameters?

Refer to the exhibit. How should the WHERE clause be changed to set the city and state values from the configured input parameters? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A

November 4, 2022 No Comments READ MORE +

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, fitters, and aggregates the values. What is the last message logged by the Logger component after the batch job completes processing? A) B) C) D) A . Option A B. Option B C....

November 4, 2022 No Comments READ MORE +

What valid expression can be used to so that HTTP configuration can pick the value from configuration file?

Refer to the exhibits. Mule application has an HTTP request configuration where host name is hardcoded. Organization is looking to move host and port values to configuration file. What valid expression can be used to so that HTTP configuration can pick the value from configuration file?A . #[training.host] B. ${http.host}...

November 4, 2022 No Comments READ MORE +

What should be changed in the request so that a success response code is returned to the web client?

Refer to the exhibits. The web client sends a POST request to the ACME Order API with an XML payload. An error is returned. What should be changed in the request so that a success response code is returned to the web client?A . Set a request header with the...

November 4, 2022 No Comments READ MORE +

What is the next step to configure the API proxy to enforce the new SLA policy?

An SLA based policy has been enabled in API Manager. What is the next step to configure the API proxy to enforce the new SLA policy?A . Add new property placeholders and redeploy the API proxy B. Add new environment variables and restart the API proxy C. Restart the API...

November 4, 2022 No Comments READ MORE +