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
- 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 the HTTP response headers, but no headers are ever removed.
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.