Nokia Certified Associate – AI and Analytics — Question 47
Which of the following commands allows the action associated with a task to be run multiple times over a list of items?
Answer options
- A. with-items
- B. concurrency
- C. retry
- D. count
Correct answer: A
Explanation
The correct answer is A, 'with-items', as it is specifically designed to iterate over a list and perform actions on each item. The other options do not provide the same functionality; 'concurrency' relates to simultaneous execution, 'retry' pertains to attempting a task again upon failure, and 'count' is used to define the number of iterations but does not specify the item list.