nerdexam
Huawei

H13-831_V2.0 · Question #57

Which of the following is not a representative technology of cloud native?

The correct answer is B. Variable Infrastructure. Variable Infrastructure (B) is the odd one out because cloud native specifically relies on immutable infrastructure - servers and environments are replaced rather than modified in place. "Variable" infrastructure implies mutable, manually-adjusted systems, which is the opposite…

Cloud Service Solution Architecture Theory and Practice

Question

Which of the following is not a representative technology of cloud native?

Options

  • ADeclarative API
  • BVariable Infrastructure
  • CContainer
  • DService Mesh

How the community answered

(42 responses)
  • A
    5% (2)
  • B
    83% (35)
  • C
    2% (1)
  • D
    10% (4)

Explanation

Variable Infrastructure (B) is the odd one out because cloud native specifically relies on immutable infrastructure - servers and environments are replaced rather than modified in place. "Variable" infrastructure implies mutable, manually-adjusted systems, which is the opposite of cloud native principles.

The distractors are all genuine cloud native pillars: Declarative APIs (A) let you describe desired state (e.g., Kubernetes manifests) rather than issuing imperative commands; Containers (C) are the fundamental packaging unit that makes workloads portable and reproducible; Service Mesh (D) (e.g., Istio, Linkerd) handles service-to-service communication, observability, and security in microservices architectures.

Memory tip: Think "CICS" - Containers, Immutable infrastructure, Cloud-native APIs (declarative), Service mesh. If a term contradicts "immutable," it doesn't belong.

Topics

#Cloud Native#Container Technologies#Infrastructure as Code#Declarative API

Community Discussion

No community discussion yet for this question.

Full H13-831_V2.0 Practice