HashiCorp Certified: Vault Associate - VA-002-P 模擬練習
Which of the following is not a valid Terraform string function?
正解: D
解説: (PassTest メンバーにのみ表示されます)
From the options below, select the benefits of using the PKI (certificates) secrets engine: (select three)
正解: A,B,D
解説: (PassTest メンバーにのみ表示されます)
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?
正解: D
解説: (PassTest メンバーにのみ表示されます)
Which type of Vault replication copies all data from Vault, including K/V data, policies, and client tokens?
正解: B
解説: (PassTest メンバーにのみ表示されます)
In the example below, where is the value of the DNS record's IP address originating from?
1. resource "aws_route53_record" "www" {
2. zone_id = aws_route53_zone.primary.zone_id
3. name = "www.helloworld.com"
4. type = "A"
5. ttl = "300"
6. records = [module.web_server.instance_ip_addr]
7. }
1. resource "aws_route53_record" "www" {
2. zone_id = aws_route53_zone.primary.zone_id
3. name = "www.helloworld.com"
4. type = "A"
5. ttl = "300"
6. records = [module.web_server.instance_ip_addr]
7. }
正解: A
解説: (PassTest メンバーにのみ表示されます)
Vault configuration files can be written in what languages? (select two)
正解: B,C
解説: (PassTest メンバーにのみ表示されます)
True or False:
Workspaces provide identical functionality in the open-source, Terraform Cloud, and Enterprise versions of Terraform.
Workspaces provide identical functionality in the open-source, Terraform Cloud, and Enterprise versions of Terraform.
正解: B
解説: (PassTest メンバーにのみ表示されます)
To prepare for day-to-day operations, the root token should be safety saved outside of Vault in order to administer Vault
正解: B
解説: (PassTest メンバーにのみ表示されます)
What is the purpose of using the local-exec provisioner? (select two)
正解: A,B