Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 243 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 243
Topic #: 1
[All Terraform Associate Questions]

____________ backends support state locking.

  • A. Some
  • B. No
  • C. Only local
  • D. All
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Oleg_gol
Highly Voted 1 year, 6 months ago
Selected Answer: 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
upvoted 9 times
...
090200f
Most Recent 3 months, 3 weeks ago
Selected Answer: A
https://developer.hashicorp.com/terraform/language/state/backends Backends are responsible for storing state and providing an API for state locking. State locking is optional. Not all backends support locking. The documentation for each backend includes details about whether it supports locking or not. key word is not all. so only some backends supports state locking Some of these backends act like plain remote disks for state files, while others support locking the state while operations are being performed. This helps prevent conflicts and inconsistencies.
upvoted 1 times
...
ravi135
9 months, 2 weeks ago
A is right
upvoted 1 times
...
meetplanet
1 year, 6 months ago
Selected Answer: 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.
upvoted 1 times
meetplanet
1 year, 6 months ago
Correct answer is A. sorry for the confusion.
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...