CV0-004 · Question #161
Which of the following compute resources is the most optimal for running a single scripted task on a schedule?
The correct answer is D. Serverless function. Serverless functions are ideal for running scripted tasks on a schedule because they can be triggered by events, run the task, and then shut down, incurring costs only for the actual compute time used. This eliminates the need for a continuously running server and is optimal…
Question
Which of the following compute resources is the most optimal for running a single scripted task on a schedule?
Options
- ABare-metal server
- BManaged container
- CVirtual machine
- DServerless function
How the community answered
(33 responses)- A6% (2)
- B3% (1)
- C12% (4)
- D79% (26)
Explanation
Serverless functions are ideal for running scripted tasks on a schedule because they can be triggered by events, run the task, and then shut down, incurring costs only for the actual compute time used. This eliminates the need for a continuously running server and is optimal for sporadic or scheduled tasks.
Topics
Community Discussion
No community discussion yet for this question.