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 46 discussion

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

A Batch Job scope has three batch steps. An event processor throws an error in the second batch step because the input data is incomplete.
What is the default behavior of the batch job after the error is thrown?

  • A. All processing of the batch job stops.
  • B. None of these.
  • C. Error is ignored.
  • D. Event processing continues to the next batch step.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
vikas_mule
Highly Voted 2 years, 3 months ago
Mule has three options for handling a record-level error: Finish processing Stop the execution of the current job instance. Finish the execution of the records currently in-flight, but do not pull any more records from the queues and set the job instance into a FAILURE state. The On Complete phase is invoked. Continue processing the batch regardless of any failed records, using the acceptExpression and acceptPolicy attributes to instruct subsequent batch steps how to handle failed records. Continue processing the batch regardless of any failed records (using the acceptExpression and acceptPolicy attributes to instruct subsequent batch steps how to handle failed records), until the batch job accumulates a maximum number of failed records at which point the execution will halt just like in option 1. By default, Mule’s batch jobs follow the first error handling strategy which halts the batch instance execution. The above behavior is controlled through the maxFailedRecords attributes.
upvoted 6 times
...
ilya_tsy
Most Recent 2 years, 2 months ago
Selected Answer: A
A is the correct answer
upvoted 1 times
...
sirious09
2 years, 3 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
Esquerdo
2 years, 3 months ago
Selected Answer: A
the default is stop all execution
upvoted 1 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 ...