MuleSoft MCD - Level 1 Practice Test - Questions Answers, Page 16
List of questions
Question 151
What is the difference between a subflow and a sync flow?
Question 152
What happens to the attributes of a Mule event in a flow after an outbound HTTP Request is made?
Question 153
An API has been created in Design Center. What is the next step to make the API discoverable?
Question 154
What is the output of Dataweave Map operator?
Question 155
How can you call a subflow from Dataweave?
Question 156
What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?
Question 157
According to Mulesoft, how are Modern APIs treated as?
Question 158
Refer to the exhibits.
This main mule application calls a separate flow called as ShippingAddress which returns the address corresponding to the name of the user sent to it as input. Output of this ShippingAddress is stored in a target variable named address.
Next set of requirement is to have a setPayload transformer which will set below two values
1) orderkey which needs to set to be equal to the order element received in the original request payload.
2) addressKey which needs to be set to be equal to the address received in response of ShippingAddress flow
What is the straightforward way to properly configure the Set Payload transformer with the required data?
A mule application is being developed which will process POST requests coming from clients containing the name and order information. Sample request is as below
Question 159
Refer to the payload.
The Set payload transformer sets the payload to an object. The logger component's message attribute is configured with the string 'Result #['INFO'++ payload]'
What is the output of logger when this flow executes?
Question 160
According to Semantic Versioning, which version would you change for incompatible API changes?
Question