Exam MCD - Level 1 All QuestionsBrowse all questions from this exam
Question 114

Refer to the exhibits.

The Mule application contains a Choice router.

What is logged when the flow completes?

    Correct Answer: A

    The flow sets the payload to 'REGION' initially. When the Choice router evaluates the conditions, it first checks if the payload is not empty using the expression '#[not isEmpty(payload)]'. Since 'REGION' is a non-empty string, this condition is true. Consequently, the payload is set to 'US', and then this value is logged. Therefore, the correct answer is 'US'.

Discussion
almoraimaOption: A

Correct is A

DavidAccMuleOption: A

Correct is A, because payload is not empty

ExamDevOption: A

A is correct. "Region" is not an empty string and we don't have a flow reference to the default choice

miguel_romeroOption: A

Correct is A

aook002Option: A

"Region" is a string payload, therefore the not isEmpty (is not empty) validator is true, so hits the first choice condition. Payload = "US". Answer = A.

martademanzanaOption: A

A is correct

HonestSeekerOption: A

@Moderator - Please set the correct response as A

MaxroyoOption: A

A is correct