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

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam MCD - Level 1 topic 1 question 83 discussion

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

Refer to the exhibits.


The input array of strings is processed by the batch job that processes, filters, and aggregates the values.
What is the last message logged by the Logger component after the batch job completes processing?

  • A. [ ["A", "C", "D"], ["E"] ]
  • B. [ "E" ]
  • C. [ "D", "E" ]
  • D. [ "A", "C", "D", "E" ]
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
almoraima
Highly Voted 3 years ago
Option B is correct
upvoted 15 times
...
Zumo
Highly Voted 2 years, 11 months ago
I've written the exact Code. Following are the the two Outputs Payload:[A, C, D] Payload:[E] Question asks "What is the last message logged by the Logger component after the batch job completes processing". So it print 'E'. Correct answer would be Option B.
upvoted 14 times
jpbatis
2 years, 6 months ago
This question was confused.
upvoted 1 times
...
...
ExamDev
Most Recent 3 months ago
Selected Answer: B
B is correct. First will process A, B, C, and then second process C (look at the aggregator) batch step by 3 elements
upvoted 1 times
ExamDev
2 months, 3 weeks ago
Also we got expression not contains "B" so it skip the "B"
upvoted 1 times
...
...
rduarte22
10 months, 4 weeks ago
Selected Answer: B
It's B
upvoted 1 times
...
HonestSeeker
1 year, 2 months ago
Selected Answer: B
agree with B
upvoted 1 times
...
HonestSeeker
1 year, 2 months ago
@Moderator, please set the correct answer to this question. It is definitely not D.
upvoted 1 times
...
miguel_romero
2 years, 4 months ago
Option B is correct
upvoted 1 times
...
mubashirhassan2030
2 years, 4 months ago
A. [ ['A', 'C', 'D'], ['E'] ] B. [ 'E' ] C. [ 'D', 'E' ] D. [ 'A', 'C', 'D', 'E' ]
upvoted 2 times
...
Ella_Z
2 years, 7 months ago
I dont understand where is the ""b", why the answer only have a.c.d, without b ?
upvoted 2 times
HonestSeeker
1 year, 2 months ago
That is because the accept expression is written such that it will accept all values except 'b'
upvoted 1 times
...
...
Dineshsinghal
2 years, 10 months ago
A is correct
upvoted 2 times
...
Anseal
2 years, 11 months ago
It should be [ [A, C, D] [E] ], so option A is correct
upvoted 6 times
...
Aaish
3 years ago
A is correct
upvoted 8 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 ...