nerdexam
Palo_Alto_Networks

PCCET · Question #149

What is a common characteristic of serverless and containers?

The correct answer is C. automate and dynamically scale workloads. A common characteristic of both serverless computing and containers is their ability to automate and dynamically scale workloads based on demand, optimizing resource utilization and responsiveness.

Submitted by kevin_r· Apr 18, 2026Cloud Security

Question

What is a common characteristic of serverless and containers?

Options

  • Arun for prolonged period of time
  • Brun on specific hosting platforms
  • Cautomate and dynamically scale workloads
  • Dopen source

How the community answered

(17 responses)
  • B
    6% (1)
  • C
    88% (15)
  • D
    6% (1)

Why each option

A common characteristic of both serverless computing and containers is their ability to automate and dynamically scale workloads based on demand, optimizing resource utilization and responsiveness.

Arun for prolonged period of time

Serverless functions are typically designed to be short-lived, event-driven processes, not for prolonged execution, whereas containers can run for prolonged periods but are often restarted or scaled.

Brun on specific hosting platforms

While both run on hosting platforms, containers are known for their portability across various environments, and serverless abstracts the underlying platform entirely, making "specific hosting platforms" not a defining common characteristic.

Cautomate and dynamically scale workloadsCorrect

Both serverless computing and containers are fundamental technologies in cloud-native architectures that enable automated and dynamic scaling of workloads. Serverless functions automatically scale up and down based on invocation, while container orchestration platforms like Kubernetes facilitate the dynamic scaling of containerized applications in response to demand.

Dopen source

While many container technologies like Docker and Kubernetes are open source, several prominent serverless platforms are proprietary cloud services, so "open source" is not a universally common characteristic for both.

Concept tested: Cloud computing concepts (serverless and containers)

Source: https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/compute-options

Topics

#Serverless#Containers#Cloud Native#Dynamic Scaling

Community Discussion

No community discussion yet for this question.

Full PCCET Practice