Not a good use case for serverless architecture

Question:
Which of these scenarios is NOT a good use case for serverless architecture?

  1. Workloads characterized by long-running processes
  2. Microservices that can be built as stateless functions
  3. Stream processing workloads
  4. Supporting microservices architecture
Answer:
A - is the correct answer. For workloads characterized by long-running processes, managing a traditional server environment might be simpler and more cost-effective