HashiCorp Certified: Terraform Associate — Question 323
How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? (Choose two.)
Answer options
- A. A full audit trail of the request and fulfillment process is generated
- B. A request must be submitted for infrastructure changes
- C. As additional resources are required, more tickets are submitted
- D. A catalog of approved resources can be accessed from drop down lists in a request form
Correct answer: C
Explanation
The correct answer, C, highlights that as demand for resources increases, the need for more tickets can create delays in provisioning. Option A does not impact provisioning speed; it simply tracks the process. Option B is a necessary step but does not inherently slow down the overall provisioning. Option D facilitates access to resources but does not contribute to slowdowns.