MuleSoft Associate / Development Fundamental Practice Test

Session length

1 / 20

A message payload is modified using a Message Enricher scope with an empty target. What is true about the message payload that leaves the Message Enricher scope?

The payload returns to the original payload

The key idea is how a Message Enricher writes its result. When you configure the enricher with no target specified, there’s nowhere to write the enriched data back into the message. As a result, the enrichment doesn’t alter the payload that leaves the scope—the payload remains exactly what it was when it entered the enricher. In other words, leaving the enricher scope preserves the original payload.

This isn’t about the data being set to null, an empty map, or being discarded; it’s simply that without a target, there’s no write-back path for the enrichment, so the existing payload is carried forward unchanged.

The payload is replaced with a null value

The payload becomes an empty map

The payload is discarded

Next Question
Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy