What is not an asset?

What is not an asset?A . ExchangeB . TemplateC . ExampleD . ConnectorView AnswerAnswer: A

May 29, 2020 No Comments READ MORE +

How to import Core (dw::Core) module into your DataWeave scripts?

How to import Core (dw::Core) module into your DataWeave scripts?A . import dw::coreB . Not neededC . None of theseD . import coreView AnswerAnswer: B

May 28, 2020 No Comments READ MORE +

How would you debug Mule applications?

How would you debug Mule applications?A . Using breakpointsB . Checking RAMLC . By Deploying apps on productionD . Cannot do itView AnswerAnswer: A

May 26, 2020 No Comments READ MORE +

What is the object type returned by the File List operation?

What is the object type returned by the File List operation?A . Object of String file namesB . Array of String file namesC . Object of Mule event objectsD . Array of Mule event objectsView AnswerAnswer: D

May 25, 2020 No Comments READ MORE +

How can you call a flow from Dataweave?

How can you call a flow from Dataweave?A . Not allowedB . Include functionC . Look up functionD . Tag functionView AnswerAnswer: C

May 24, 2020 No Comments READ MORE +

What does to the attributes of a Mule event happen in a flow after an outbound HTTP Request is made?

What does to the attributes of a Mule event happen in a flow after an outbound HTTP Request is made?A . Attributes do not change.B . Previous attributes are passed unchanged.C . Attributes are replaced with new attributes from the HTTP Request response.D . New attributes may be added from...

May 20, 2020 No Comments READ MORE +

What is the difference between a subflow and a sync flow?

What is the difference between a subflow and a sync flow?A . Sync flow has no error handling of its own and subflow does.B . Subflow has no error handling of its own and sync flow does.C . Subflow is synchronous and sync flow is asynchronous.D . No difference.View AnswerAnswer:...

May 19, 2020 No Comments READ MORE +

Where are values of query parameters stored in the Mule event by the HTTP Listener?

Where are values of query parameters stored in the Mule event by the HTTP Listener?A . PayloadB . AttributesC . Inbound PropertiesD . VariablesView AnswerAnswer: B Explanation: In Mule4 - #[attributes.queryParams.{paramaterName}]

May 16, 2020 No Comments READ MORE +

Which two statements are true regarding the Oracle Data Pump export and import operations? (Choose two.)

Which two statements are true regarding the Oracle Data Pump export and import operations? (Choose two.)A . You cannot export data from a remote database.B . You can rename tables during import.C . You can overwrite existing dump files during export.D . You can compress data but not metadata during...

May 15, 2020 No Comments READ MORE +

What is the value of the stepVar variable after the processing of records in a Batch Job?

What is the value of the stepVar variable after the processing of records in a Batch Job?A . -1B . 0C . NullD . Last value from flowView AnswerAnswer: C

May 14, 2020 No Comments READ MORE +