Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam MCD - Level 1 All Questions

View all questions & answers for the MCD - Level 1 exam

Exam MCD - Level 1 topic 1 question 2 discussion

Actual exam question from Mulesoft's MCD - Level 1
Question #: 2
Topic #: 1
[All MCD - Level 1 Questions]

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

  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
notthatgerry
1 year, 1 month ago
Selected Answer: C
C - Payload is not modified, but attributes and variables are not sent to the private flow
upvoted 1 times
...
d_ngnr
1 year, 2 months ago
In MuleSoft, when an outbound HTTP request is made within a Mule flow, it can impact the attributes of the Mule event in the following ways: Message Payload: The outbound HTTP request usually replaces the current message payload with the response received from the HTTP endpoint. So, the original payload that was in the Mule event before the HTTP request is overwritten by the response data. Message Attributes: The HTTP response often brings along its own set of attributes. These attributes may include HTTP headers (e.g., Content-Type, Status Code) and other metadata related to the HTTP response. These attributes can be accessed in your flow after the HTTP request. Exception Payload: If an error occurs during the HTTP request (e.g., a network error, timeout, or HTTP error response), Mule may set an exception payload in the event. You can handle this exception in your flow, possibly by using an error-handler component or flow. So the answer would be C.
upvoted 1 times
...
sirious09
2 years, 3 months ago
Selected Answer: C
C - I agree with C
upvoted 1 times
...
rahmat786
2 years, 9 months ago
In Mule event....Mule message [Payload + Attributes] , Variables.... Attribute values updates....wen any request...
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...