nerdexam
Cisco

350-201 · Question #126

What is idempotence?

The correct answer is D. the ability to set the target environment configuration regardless of the starting state. Idempotence, the ability of a given operation to always produce the same result, is an important IaC principle. A deployment command always sets the target environment into the same configuration, regardless of the environment's starting state. Idempotency is achieved by either…

Automation

Question

What is idempotence?

Options

  • Athe assurance of system uniformity throughout the whole delivery process
  • Bthe ability to recover from failures while keeping critical services running
  • Cthe necessity of setting maintenance of individual deployment environments
  • Dthe ability to set the target environment configuration regardless of the starting state

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    7% (2)
  • C
    4% (1)
  • D
    85% (23)

Explanation

Idempotence, the ability of a given operation to always produce the same result, is an important IaC principle. A deployment command always sets the target environment into the same configuration, regardless of the environment's starting state. Idempotency is achieved by either automatically configuring the existing target, or by discarding the existing target and recreating a fresh environment.

Topics

#idempotence#configuration management#deployment

Community Discussion

No community discussion yet for this question.

Full 350-201 Practice