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…
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)- A4% (1)
- B7% (2)
- C4% (1)
- D85% (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
Community Discussion
No community discussion yet for this question.