ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 152 - MCD - Level 1 discussion

Report
Export

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

A.
Attributes are replaced with new attributes from the HTTP Request response (which might be null)
Answers
A.
Attributes are replaced with new attributes from the HTTP Request response (which might be null)
B.
New attributes may be added from the HTTP response headers, but no headers are ever removed
Answers
B.
New attributes may be added from the HTTP response headers, but no headers are ever removed
C.
Attributes do not change
Answers
C.
Attributes do not change
D.
Previous attributes are passed unchanged
Answers
D.
Previous attributes are passed unchanged
Suggested answer: A

Explanation:

Attributes are replaced with new attributes from the HTTP Request response.

Attributes include everything apart from Payload/body. For ex: Headers, query parameters, URI parameters.

So, when outbound HTTP request is made, new attributes need to pass the outbound HTTP request and old attributes are replaced.

I have created below diagram to make it easy for you to understand:

asked 18/09/2024
taheireem shaikh
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first