What is not an asset?
What is not an asset?A . ExchangeB . TemplateC . ExampleD . ConnectorView AnswerAnswer: A
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
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
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
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
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...
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:...
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}]
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...
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