MuleSoft Certified Developer – Level 1 — Question 75

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

Answer options

Correct answer: C

Explanation

The correct answer is C because when an outbound HTTP Request is made, the attributes of the Mule event are updated with new attributes derived from the HTTP Request response. Options A and B are incorrect as they suggest that attributes remain unchanged, which is not the case. Option D is misleading because while new attributes can be added, it doesn't accurately reflect the complete change in attributes that occurs.