List of questions
Related questions
Question 159 - MCD - Level 1 discussion
Refer to the payload.
The Set payload transformer sets the payload to an object. The logger component's message attribute is configured with the string 'Result #['INFO'++ payload]'
What is the output of logger when this flow executes?
A.
Result INFOpayload
B.
Result INFO{'student':{'name':'Anay','age':6}}
C.
1. 1. 'You called the function '++' with these arguments: 2. 2. 1: String ('INFO') 3. 3: Object ({student: {name: 'Anay' as String {class: 'java.lang.String'},age: 6 as Numbe...)
D.
Error : You evaluated inline expression # without ++
Your answer:
0 comments
Sorted by
Leave a comment first