When administering Vault on a day-to-day basis, why is logging in with the root token, as shown below, a bad idea? (select two).

When administering Vault on a day-to-day basis, why is logging in with the root token, as shown below, a bad idea? (select two). A . the root token isn't a secure way of logging into VaultB . the root token is attached to the root policy, which likely provides too...

January 20, 2021 No Comments READ MORE +

Please Answer Questions Follow The Prompts Below

}A . anything they want to within VaultB . ability to enable a secret engine at the path *C . only make changes to policiesD . nothing, since the policy doesn't specify any specific pathsView AnswerAnswer: A Explanation: All interactions with Vault are done through its pathing structure. If you...

January 20, 2021 No Comments READ MORE +

http://127.0.0.1:8200/v1/sys/tools/random/164

http://127.0.0.1:8200/v1/sys/tools/random/164A . a random string of 164 charactersB . a random token valid for 164 usesC . NoneD . a secured secret based on 164 bytes of dataView AnswerAnswer: A Explanation: This endpoint returns high-quality random bytes of the specified length.

January 20, 2021 No Comments READ MORE +

In regards to using a K/V v2 secrets engine, select the three correct statements below: (select three)

In regards to using a K/V v2 secrets engine, select the three correct statements below: (select three)A . issuing a vault kv destroy statement permanently deletes a single version of a secretB . issuing a vault kv destroy statement deletes all versions of a secretC . issuing a vault kv...

January 20, 2021 No Comments READ MORE +

In order to reduce the time it takes to provision resources, Terraform uses parallelism. By default, how many resources will Terraform provision concurrently?

In order to reduce the time it takes to provision resources, Terraform uses parallelism. By default, how many resources will Terraform provision concurrently?A . 20B . 50C . 5D . 10View AnswerAnswer: D Explanation: Terraform can limit the number of concurrent operations as Terraform walks the graph using the -parallelism=n...

January 19, 2021 No Comments READ MORE +

Which of the following Terraform files should be ignored by Git when committing code to a repo? (select two)

Which of the following Terraform files should be ignored by Git when committing code to a repo? (select two)A . output.tfB . terraform.tfstateC . terraform.tfvarsD . variables.tfView AnswerAnswer: B,C Explanation: The .gitignore file should be configured to ignore Terraform files that either contain sensitive data or aren't required to save....

January 19, 2021 No Comments READ MORE +

Select all features which are exclusive to Terraform Enterprise. (select three)

Select all features which are exclusive to Terraform Enterprise. (select three)A . Audit LogsB . Cost EstimationC . SentinelD . ClusteringE . SAML/SSOView AnswerAnswer: A,D,E Explanation: Sentinel and Cost Estimation are both available in Terraform Cloud, though not at the free tier level.

January 19, 2021 No Comments READ MORE +

Vault configuration files can be written in what languages? (select two)

Vault configuration files can be written in what languages? (select two)A . XMLB . JSONC . YAMLD . HCLView AnswerAnswer: B,D Explanation: The Vault configuration file supports either JSON or HCL, which is HashiCorp Configuration Language

January 19, 2021 No Comments READ MORE +

Please Answer Questions Follow The Prompts Below

}A . The EC2 instance labeled web_serverB . The EIP with an id of ami-2757f631C . The AMI used for the EC2 instanceD . The S3 bucket labeled company_dataView AnswerAnswer: A Explanation: The EC2 instance labeled web_server is the implicit dependency as the aws_eip cannot be created until the aws_instance...

January 19, 2021 No Comments READ MORE +

Please Answer Questions Follow The Prompts Below

}A . anything they want to within VaultB . ability to enable a secret engine at the path *C . only make changes to policiesD . nothing, since the policy doesn't specify any specific pathsView AnswerAnswer: A Explanation: All interactions with Vault are done through its pathing structure. If you...

January 19, 2021 No Comments READ MORE +