TA-003-P Online Practice Questions

Home / HashiCorp / TA-003-P

Latest TA-003-P Exam Practice Questions

The practice questions for TA-003-P exam was last updated on 2025-10-18 .

Viewing page 1 out of 16 pages.

Viewing questions 1 out of 83 questions.

Question#1

What task does the terraform import command perform?

A. Imports resources from one Terraform state file to another.
B. Imports existing resources into Terraform's state file.
C. Imports a new Terraform module into Terraform's state file.
D. Imports all infrastructure from the configured cloud provider.
E. Imports provider configuration from one state file to another.

Explanation:
Detailed
Rationale for Correct Answer (B):
terraform import allows Terraform to associate existing resources (created outside of Terraform or by another tool) with a Terraform configuration by writing them into the state file. After import, Terraform can manage those resources.
Analysis of Incorrect Options:
A. From one state file to another: Incorrect, import does not transfer between state files.
C. Importing a module: Incorrect, modules are defined in configuration, not imported.
D. Import all infrastructure: Incorrect, import is per-resource, not bulk.
E. Provider configuration transfer: Incorrect, provider configs are in .tf files, not imported with this command.
Key Concept:
The terraform import command bridges existing resources with Terraform state management.
Reference: Terraform Exam Objective C Implement and Maintain State.

Question#2

When should you write Terraform configuration files for existing infrastructure that you want to start managing with Terraform?

A. You can import infrastructure without corresponding Terraform code
B. Terraform will generate the corresponding configuration files for you
C. Before you run terraform Import
D. After you run terraform import

Question#3

Terraform providers are part of the Terraform core binary.

A. True
B. False

Question#4

Which type of block fetches or computes information for use elsewhere in a Terraform configuration?

A. data
B. local
C. resource
D. provider

Question#5

Which method for sharing Terraform modules fulfills the following criteria:
Keeps the module configurations confidential within your organization.
Supports Terraform's semantic version constraints.
Provides a browsable directory of your modules.

A. A Git repository containing your modules.
B. Public Terraform module registry.
C. A subfolder within your workspace.
D. HCP Terraform/Terraform Cloud private registry.

Exam Code: TA-003-PQ & A: 237 Q&AsUpdated:  2025-10-18

 Get All TA-003-P Q&As