MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 Exam - Question 84


Refer to the exhibit.

The Mule application is debugged in Anypoint Studio and stops at the breakpoint.

What is the value of the payload displayed in the debugger at this breakpoint?

Show Answer
Correct Answer: B

The correct answer is the payload value at the breakpoint. The exhibit depicts a MuleSoft flow that begins with an HTTP Listener. The flow then undergoes a series of 'Set Payload' and 'Set Variable' operations. Specifically, the payload is initially set to 'Start', then the variable 'count' is set to 0. The flow proceeds to the next 'Set Payload' operation, setting the payload to 'Processing'. The red dot indicating the breakpoint is set at this step. Therefore, at the breakpoint, the value of the payload displayed in the debugger is 'Processing'.

Discussion

6 comments
Sign in to comment
almoraimaOption: C
Mar 28, 2021

Correct is C

AnsealOption: C
May 25, 2021

I agree with almoraima: breakpoint shows us payload at the beginning of the component work: that is *before* it sets the payload (checked it in Studio). C is correct

frediepulgosoOption: C
Mar 3, 2022

C. Comprobado en anypoint studio.

HonestSeeker
Jan 25, 2023

@Moderator - Please set the solution to the correct answer.

martademanzanaOption: C
Nov 12, 2023

C is correct

ExamDevOption: C
Jan 22, 2024

Correct is C