QuestionQ48

Cloud Computing Fundamentals

Which of the following is the most appropriate use case for a Function as a Service (FaaS) implementation?

  • A An application that requires a local file system
  • B An application that continuously polls for work to process
  • C An event-driven application with dynamic scaling
  • D An application that requires a regionally- or globally-distributed file system
Explanation

FaaS is well suited to event-driven workloads because functions are invoked when events occur and can scale automatically as demand changes.

Community Discussion

No comments yet. Be the first to start the discussion!