nerdexam
Linux_Foundation

KCNA · Question #201

Which of the following characteristics is associated with container orchestration?

The correct answer is B. Dynamic scheduling. Dynamic scheduling is a core characteristic of container orchestration, enabling efficient and automatic placement of containers onto available cluster resources.

Submitted by tarun92· May 4, 2026Container Orchestration

Question

Which of the following characteristics is associated with container orchestration?

Options

  • AApplication message distribution
  • BDynamic scheduling
  • CDeploying application JAR files
  • DVirtual Machine distribution

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    89% (34)
  • C
    3% (1)
  • D
    5% (2)

Why each option

Dynamic scheduling is a core characteristic of container orchestration, enabling efficient and automatic placement of containers onto available cluster resources.

AApplication message distribution

Application message distribution is typically handled by messaging queues or event buses, which can be deployed in containers but are not a characteristic of orchestration itself.

BDynamic schedulingCorrect

Container orchestration tools like Kubernetes automatically schedule containers (within pods) onto worker nodes based on resource availability, constraints, and defined policies. This dynamic scheduling ensures optimal utilization of cluster resources and resilience against node failures by automatically re-scheduling workloads.

CDeploying application JAR files

While container orchestration deploys applications, it typically deploys container images, not raw application JAR files, as JAR files are bundled inside container images.

DVirtual Machine distribution

Virtual Machine distribution is related to hypervisors or cloud provider services, not directly to container orchestration, which focuses on containerized workloads.

Concept tested: Container orchestration characteristics

Source: https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/

Topics

#Container orchestration#Scheduling#Dynamic scheduling

Community Discussion

No community discussion yet for this question.

Full KCNA Practice