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?
Answer : C
How to import Core (dw::Core) module into your DataWeave scripts?
Answer : B
Correct answer is Not needed as dw::core module is included by default. We don't need to include it explicitly
Refer to the exhibits.
A web client sends a POST request to the HTTP Listener with the payload "Hello-". What response is returned to the web client?
What response is returned to the web client?
Answer : A
Refer to the exhibits.
The Set Payload transformer's value is set to {'year': '2020'}.
What message value should be added to the Logger component to output the message 'The year is 2020', without hardcoding 2020?
Answer : D
Refer to the exhibits.
A Mule application contains a Choice router. What is logged when the flow completes?
Answer : B
Refer to the exhibits.
Each route in the Scatter-Gather sets the payload to the number shown in the label. What response is returned to a web client request to the HTTP Listener?
A)
B)
C)
D)
Answer : D
Correct answer is as below. After all processing routes have finished execution, the Scatter-Gather component creates a new Mule event that combines all resulting Mule events from each route, and then passes the new Mule event to the next component in the flow.
{
'0': {
'attributes': ...,
'payload': '100'
},
'1': {
'attributes': ...,
'payload': '200'
}
}
Bottom of Form
As a part of project requirement , you want to build an API for a legacy client. Legacy client can only consume SOAP webservices. Which type the interface documentation can be prepared to meet the requirement?
Answer : B
Web Services Description Language. WSDL is used to describe SOAP based web services