nerdexam
CompTIA

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…

Cloud architecture

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)
  • A
    6% (2)
  • B
    3% (1)
  • C
    12% (4)
  • D
    79% (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

#Cloud Compute#Serverless Functions#Compute Resource Selection#Scheduled Tasks

Community Discussion

No community discussion yet for this question.

Full CV0-004 Practice