Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 243

____________ backends support state locking.

    Correct Answer: A

    Some backends support state locking. This feature is used to ensure data consistency and prevent conflicts when multiple processes are accessing or modifying the state concurrently. Not all backends have this capability, so it is accurate to say that only some of them support state locking.

Discussion
Oleg_golOption: A

Not all backends support locking. The documentation for each backend includes details about whether it supports locking or not. https://developer.hashicorp.com/terraform/language/state/backends

ravi135Option: A

A is right

meetplanetOption: D

because it indicates that all backends support state locking. State locking is a mechanism used to control access to shared resources to ensure data consistency and prevent conflicts in concurrent or parallel systems.

meetplanet

Correct answer is A. sorry for the confusion.