Terraform Associate Certification Q41-Q50

  1. Terraform Associate Certification Q1-Q10
  2. Terraform Associate Certification Q11-Q20
  3. Terraform Associate Certification Q21-Q30
  4. Terraform Associate Certification Q31-Q40
  5. Terraform Associate Certification Q41-Q50
  6. Terraform Associate Certification Q51-Q60
  7. Terraform Associate Certification Q61-Q70
  8. Terraform Associate Certification Q71-Q80
  9. Terraform Associate Certification Q81-Q90
  10. Terraform Associate Certification Q91-Q100
  11. Terraform Associate Certification Q101-Q110
  12. Terraform Associate Certification Q111-Q120
  13. Terraform Associate Certification Q121-Q130
  14. Terraform Associate Certification Q131-Q140
  15. Terraform Associate Certification Q141-Q151

Please Subscribe to Access the Premium Content

The remaining premium contents are locked. Please subscribe to the monthly newsletter to unlock the content for free.

Loading...

41. Which of these statements about Terraform Cloud workspaces is false?

A. They can securely store cloud credentials
B. They have role-based access controls
C. You must use the CLI to switch between workspaces
D. Plans and applies can be triggered via version control system integrations

Answer

C


42. What value does the Terraform Cloud private registry provide over the public Terraform Module Registry?

A. The ability to restrict modules to members of Terraform Cloud or Enterprise organizations
B. The ability to share modules publicly with any user of Terraform
C. The ability to tag modules by version or release
D. The ability to share modules with public Terraform users and members of Terraform Cloud Organizations

Answer

A


43. Terraform providers are part of the Terraform core binary.

A. True
B. False

Answer

B


44. Which of the following is not a benefit of adopting infrastructure as code?

A. Reusability of code
B. Automation
C. Graphical User Interface
D. Versioning

Answer

D


45. Where does the Terraform local backend store its state?

A. In the terraform.tfstate file
B. In the .terraform directory
C. In the terraform.tfstate directory
D. In the .terraform.lock.hcl file

Answer

A


46. Which of these is true about Terraform’s plugin-based architecture?

A. Terraform can only source providers from the internet
B. You can create a provider for your API if none exists
C. Every provider in a configuration has its own state file for its resources
D. All providers are part of the Terraform core binary

Answer

B


47. Your risk management organization requires that new AWS S3 buckets must be private and encrypted at rest. How can Terraform Cloud automatically and proactively enforce this security control?

A. Auditing cloud storage buckets with a vulnerability scanning tool
B. With a Sentinel policy, which runs before every apply
C. With an S3 module with proper settings for buckets
D. By adding variables to each Terraform Cloud workspace to ensure these settings are always enabled

Answer

B


48. If you don’t use the local backend, where does Terraform save resource state?

A. In the remote backend or Terraform Cloud
B. On the disk
C. In memory
D. In an environment variable

Answer

A


49. Which argument helps prevent unexpected updates when calling Terraform Registry modules?

A. count
B. source
C. version
D. lifecycle

Answer

C


50. Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into stdout.

A. True
B. False

Answer

B


Leave a Comment

Your email address will not be published. Required fields are marked *


Scroll to Top