Where does the configuration file's location need to be specified in the Mule application?

To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file. Where does the configuration file's location need to be specified in the Mule application?A . The pom.xml fileB . A global elementC . The mule-art if act .json fileD ....

January 19, 2021 No Comments READ MORE +

What valid expression can the HTTP Request host value be set to so that it is no longer hardcoded?

Refer to the exhibits. A Mule application has an HTTP Request that is configured with hardcoded values. To change this, the Mule application is configured to use a properties file named config.yaml. What valid expression can the HTTP Request host value be set to so that it is no longer...

January 19, 2021 No Comments READ MORE +

What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function?

A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project's src/main/resources/modules folder. What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function? A) B) C) D) A...

January 18, 2021 No Comments READ MORE +

What is the payload at the event processor after the HTTP Request?

An HTTP Request operation sends an HTTP request with a non-empty JSON object payload to an external HTTP endpoint. The response from the external HTTP endpoint returns an XML body. The result is stored in a target named the Result. What is the payload at the event processor after the...

January 18, 2021 No Comments READ MORE +

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

January 17, 2021 No Comments READ MORE +

The Batch Job processes, filters and aggregates records, 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

January 17, 2021 No Comments READ MORE +

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

January 16, 2021 No Comments READ MORE +

What is a valid expression for the Choice router’s when expression to route events to the documenticShipping flow?

Refer to the exhibit. What is a valid expression for the Choice router’s when expression to route events to the documenticShipping flow?A . 0#[ payload = 'US' ]B . #[ payload == 'US' JC . #[ if(payload = 'US') JD . #[ if(payload == "US") ]View AnswerAnswer: B

January 16, 2021 No Comments READ MORE +

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?A . APP: API RESOURCE NOT FOUNDB . HTTP: NOT FOUNDC . other errorD...

January 16, 2021 No Comments READ MORE +

What is the DataWeave expression to access booklSBN later in the flow?

A web client submits a request to http://localhost:8081/books/0471767840. The value "0471767840" is captured by a Set Variable transformer to a variable named booklSBN. What is the DataWeave expression to access booklSBN later in the flow?A . booklSBNB . attributes.booklSBNC . flowVars.booklSBND . vars. booklSBNView AnswerAnswer: D

January 15, 2021 No Comments READ MORE +