問題1
What is a Terraform provider not responsible for?
What is a Terraform provider not responsible for?
正確答案: A
說明:(僅 NewDumps 成員可見)
問題2
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題3
Which of the following command would be use to access all of the attributes and details of a resource managed by Terraform?
Which of the following command would be use to access all of the attributes and details of a resource managed by Terraform?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題4
In a Terraform Cloud workpace linked to a version control repository speculative plan rum start automatically commit changes to version control.
In a Terraform Cloud workpace linked to a version control repository speculative plan rum start automatically commit changes to version control.
正確答案: B
說明:(僅 NewDumps 成員可見)
問題5
A terraform apply can not _________ infrastructure.
A terraform apply can not _________ infrastructure.
正確答案: B
說明:(僅 NewDumps 成員可見)
問題6
You want to define a single input variable to capture configuration values for a server. The values must represent memory as a number, and the server name as a string.
Which variable type could you use for this input?
You want to define a single input variable to capture configuration values for a server. The values must represent memory as a number, and the server name as a string.
Which variable type could you use for this input?
正確答案: A
說明:(僅 NewDumps 成員可見)
問題7
Where in your Terraform configuration do you specify remote state storage settings?
Where in your Terraform configuration do you specify remote state storage settings?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題8
What kind of configuration block will manage an infrastructure object with settings specified within the block?
What kind of configuration block will manage an infrastructure object with settings specified within the block?
正確答案: A
說明:(僅 NewDumps 成員可見)
問題9
You want to use API tokens and other secrets within your team ' s Terraform workspaces. Where does HashiCorp recommend you store these sensitive values? (Pick the 3 correct responses)
You want to use API tokens and other secrets within your team ' s Terraform workspaces. Where does HashiCorp recommend you store these sensitive values? (Pick the 3 correct responses)
正確答案: A,C,E
說明:(僅 NewDumps 成員可見)
問題10
Which features do HCP Terraform workspaces provide that are not available in Terraform Community Edition? (Pick the 3 correct responses below.)
Which features do HCP Terraform workspaces provide that are not available in Terraform Community Edition? (Pick the 3 correct responses below.)
正確答案: A,B,F
說明:(僅 NewDumps 成員可見)
問題11
All modules published on the official Terraform Module Registry have been verified by HasihCorp.
All modules published on the official Terraform Module Registry have been verified by HasihCorp.
正確答案: A
說明:(僅 NewDumps 成員可見)
問題12
The HCP Terraform private registry keeps the module configurations confidential within your organization.
The HCP Terraform private registry keeps the module configurations confidential within your organization.
正確答案: B
說明:(僅 NewDumps 成員可見)
問題13
A developer on your team is going to leaf down an existing deployment managed by Terraform and deploy a new one. However, there is a server resource named aws instant.ubuntu[l] they would like to keep. What command should they use to tell Terraform to stop managing that specific resource?
A developer on your team is going to leaf down an existing deployment managed by Terraform and deploy a new one. However, there is a server resource named aws instant.ubuntu[l] they would like to keep. What command should they use to tell Terraform to stop managing that specific resource?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題14
Your security team scanned some Terraform workspaces and found secrets stored in plaintext in state files.
How can you protect that data?
Your security team scanned some Terraform workspaces and found secrets stored in plaintext in state files.
How can you protect that data?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題15
If a module declares a variable without a default value, you must pass the value of the variable within the module block when you call the module in your configuration.
If a module declares a variable without a default value, you must pass the value of the variable within the module block when you call the module in your configuration.
正確答案: B
說明:(僅 NewDumps 成員可見)