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

Exam MCD - Level 1 All Questions

View all questions & answers for the MCD - Level 1 exam

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: B 🗳️

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, 8 months ago
Option B is correct
upvoted 15 times
...
Zumo
Highly Voted 3 years, 6 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
3 years, 1 month ago
This question was confused.
upvoted 1 times
...
...
ExamDev
Most Recent 10 months, 1 week 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
10 months ago
Also we got expression not contains "B" so it skip the "B"
upvoted 1 times
...
...
rduarte22
1 year, 5 months ago
Selected Answer: B
It's B
upvoted 1 times
...
HonestSeeker
1 year, 10 months ago
Selected Answer: B
agree with B
upvoted 1 times
...
HonestSeeker
1 year, 10 months ago
@Moderator, please set the correct answer to this question. It is definitely not D.
upvoted 1 times
...
miguel_romero
2 years, 11 months ago
Option B is correct
upvoted 1 times
...
mubashirhassan2030
2 years, 12 months ago
A. [ ['A', 'C', 'D'], ['E'] ] B. [ 'E' ] C. [ 'D', 'E' ] D. [ 'A', 'C', 'D', 'E' ]
upvoted 2 times
...
Ella_Z
3 years, 2 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, 10 months ago
That is because the accept expression is written such that it will accept all values except 'b'
upvoted 1 times
...
...
Dineshsinghal
3 years, 5 months ago
A is correct
upvoted 2 times
...
Anseal
3 years, 6 months ago
It should be [ [A, C, D] [E] ], so option A is correct
upvoted 6 times
...
Aaish
3 years, 8 months 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 ...