Exam PCCET All QuestionsBrowse all questions from this exam
Question 68

What is a common characteristic of serverless and containers?

    Correct Answer: C

    A common characteristic of both serverless computing and containers is the ability to automate and dynamically scale workloads. Serverless architectures automatically scale based on demand, and container orchestration platforms like Kubernetes also provide dynamic scaling capabilities.

Discussion
AlinutzuOption: C

C. Similarities Between Serverless and Containers Both allow development teams to: Deploy app code consistently at all times. Save the cost and avoid the complexity of VMs. Automate & dynamically scale workloads.