MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 Exam - Question 74


What execution model is used by For Each and Batch Job scopes?

Show Answer
Correct Answer: D

The For Each scope is designed to process each item in the collection one at a time, making it single-threaded. The Batch Job scope, on the other hand, is designed to process records in parallel, making it multi-threaded. Therefore, For Each is single-threaded and Batch Job is multi-threaded.

Discussion

1 comment
Sign in to comment
ExamDevOption: D
Jan 22, 2024

D. For each is single-threaded and Batch Job is multi-threaded