Courseiva
Container OrchestrationmediumMultiple SelectObjective-mapped

KCNA Container Orchestration Practice Question

Which TWO of the following are characteristics of immutable infrastructure? (Select two.)

⚠ Common exam trap

Immutable infrastructure is not defined by whether containers are used, but by the principle that infrastructure is never modified after deployment. This is a key concept in cloud-native and Kubernetes environments.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Servers are never modified after they are deployed

Immutable infrastructure means that once a server or container is deployed, it is never modified in place. If a change is needed, a new image is built and deployed, and the old instance is destroyed. This ensures consistency and eliminates configuration drift, which is a core principle of immutable deployments in Kubernetes and cloud-native environments.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Servers are never modified after they are deployed

    Why this is correct

    Immutable infrastructure treats servers as disposable; any change requires redeployment.

  • Containers are used exclusively

    Why it's wrong here

    Immutable infrastructure can be implemented with VMs as well; containers are not a requirement.

  • Infrastructure is version-controlled and tested

    Why it's wrong here

    While good practice, version control is not unique to immutable infrastructure.

  • New versions are deployed by replacing the entire server with a new image

    Why this is correct

    Immutable deployments use blue-green or rolling updates with new images.

  • Configuration updates are applied directly to running servers

    Why it's wrong here

    This describes mutable infrastructure where changes are made in-place.

About these practice questions

Courseiva writes every KCNA question from scratch — 833 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This KCNA practice question is part of Courseiva's free CNCF certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the KCNA exam.