Exam Details

  • Exam Code
    :TA-002-P
  • Exam Name
    :HashiCorp Certified: Terraform Associate
  • Certification
    :HashiCorp Certifications
  • Vendor
    :HashiCorp
  • Total Questions
    :449 Q&As
  • Last Updated
    :Dec 19, 2024

HashiCorp HashiCorp Certifications TA-002-P Questions & Answers

  • Question 111:

    How can a ticket-based system slow down infrastructure provisioning and limit the ability to scale? (Choose two.)

    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

  • Question 112:

    A user has created a module called "my_test_module" and committed it to GitHub. Over time, several commits have been made with updates to the module, each tagged in GitHub with an incremental version number. Which of the following lines would be required in a module configuration block in terraform to select tagged version v1.0.4?

    A. source = "git::https://example.com/my_test_module.git@tag=v1.0.4"

    B. source = "git::https://example.com/my_test_module.gitandref=v1.0.4"

    C. source = "git::https://example.com/my_test_module.git#tag=v1.0.4"

    D. source = "git::https://example.com/my_test_module.git?ref=v1.0.4"

  • Question 113:

    Which of the following is not a valid Terraform string function?

    A. replace

    B. format

    C. join

    D. tostring

  • Question 114:

    resource "aws_s3_bucket" "example" { bucket = "my-test-s3-terraform-bucket" ...} resource "aws_iam_role" "test_role" { name = "test_role" ...}

    Due to the way that the application code is written , the s3 bucket must be created before the test role is created , otherwise there will be a problem. How can you ensure that?

    A. This will already be taken care of by terraform native implicit dependency. Nothing else needs to be done from your end.

    B. Add explicit dependency using depends_on . This will ensure the correct order of resource creation.

    C. Create 2 separate terraform config scripts , and run them one by one , 1 for s3 bucket , and another for IAM role , run the S3 bucket script first.

    D. This is not possible to control in terraform . Terraform will take care of it in a native way , and create a dependency graph that is best suited for the parallel resource creation.

  • Question 115:

    Select the answer below that completes the following statement: Terraform Cloud can be managed from the CLI but requires __________?

    A. an API token

    B. a TOTP token

    C. a username and password

    D. authentication using MFA

  • Question 116:

    Which of the following statements about Terraform modules is not true?

    A. Modules must be publicly accessible

    B. Modules can be called multiple times

    C. Module is a container for one or more resources

    D. Modules can call other modules

  • Question 117:

    Which are examples of infrastructure as code? (Choose two.)

    A. Cloned virtual machine images

    B. Change management database records

    C. Versioned configuration files

    D. Docker files

  • Question 118:

    Once a new Terraform backend is configured with a Terraform code block, which command(s) is (are) used to migrate the state file?

    A. terraform apply

    B. terraform push

    C. terraform destroy, then terraform apply

    D. terraform init

  • Question 119:

    All Terraform Cloud tiers support team management and governance.

    A. True

    B. False

  • Question 120:

    A "backend" in Terraform determines how state is loaded and how an operation such as apply is executed. Which of the following is not a supported backend type?

    A. Terraform enterprise

    B. Consul

    C. Github

    D. S3

    E. Artifactory

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only HashiCorp exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your TA-002-P exam preparations and HashiCorp certification application, do not hesitate to visit our Vcedump.com to find your solutions here.