98-365 · Question #438
Which of the following is NOT a purpose of using a container?
The correct answer is C. To queue up the tasks so that if a task fails, the next task in the queue gets operated. Containers are objects that are used to provide services to a task. They cannot be used for queuing up the tasks. Answer: D, B, and A are incorrect. A container is an object used to provide a structure to a package or services to a task. A container can be used for the following
Question
Which of the following is NOT a purpose of using a container?
Options
- ATo group tasks as a unit so that if a task fails all other tasks can be rolled back
- BTo run all the tasks at a time until a condition becomes false
- CTo queue up the tasks so that if a task fails, the next task in the queue gets operated
- DTo run each task repeatedly
How the community answered
(47 responses)- A2% (1)
- B6% (3)
- C87% (41)
- D4% (2)
Explanation
Containers are objects that are used to provide services to a task. They cannot be used for queuing up the tasks. Answer: D, B, and A are incorrect. A container is an object used to provide a structure to a package or services to a task. A container can be used for the following purposes: To run each task repeatedly. To run all the tasks at a time until a condition becomes false. To group tasks as a unit so that if a task fails all other tasks can be rolled back.
Topics
Community Discussion
No community discussion yet for this question.