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 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 path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?A . /(*) B. / C. /() D. “/*”View AnswerAnswer: D Explanation: Option1 is correct syntax to configure HTTP Listener endpoint
According to MuleSoft, what is the Center for Enablement’s role in the new IT operating model?
According to MuleSoft, what is the Center for Enablement’s role in the new IT operating model?A . Implements line of business projects to enforce common security requirements B. Creates and manages discoverable assets to be consumed by line of business developers C. Centrally manages partners and consultants to implement line...
What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?
What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?A . Data layer B. Process layer C. Experience layer D. System layerView AnswerAnswer: D Explanation: Correct answer is System layer System APIs provide a means for insulating the data consumers from the complexity...
Which of the below is not the mandatory configurations for HTTP Listener?
Which of the below is not the mandatory configurations for HTTP Listener?A . Path B. Allowed methods C. HTTP port in Connector Configuration D. HTTP host in Connector ConfigurationView AnswerAnswer: B Explanation: Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported. Rest all...
What is the difference between a subflow and a sync flow?
What is the difference between a subflow and a sync flow?A . No difference B. Subflow has no error handling of its own and sync flow does C. Sync flow has no error handling of its own and subflow does D. Subflow is synchronous and sync flow is asynchronousView AnswerAnswer:...
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 is output of Dataweave flatten function?
What is output of Dataweave flatten function?A . Object B. Map C. Array (Correct) D. LInkedHashMapView AnswerAnswer: C Explanation: Correct answer is Array. Flatten turns a set of subarrays (such as [ [1,2,3], [4,5,[6]], [], [null] ]) into a single, flattened array (such as [ 1, 2, 3, 4, 5,...
How many seconds does it take for the Scatter_Gather to complete?
Refer to the exhibit. In the execution of the Scatter_Gather, the flow1 route completes after 10 seconds and the flow2 route completes after 20 seconds. How many seconds does it take for the Scatter_Gather to complete?A . 0 B. 10 C. 20 D. 30View AnswerAnswer: C