Pass the HashiCorp HashiCorp Security Automation Certification VA-002-P Questions and answers with CertsForce

Viewing page 1 out of 6 pages
Viewing questions 1-10 out of questions
Questions # 1:

Which TCP port does Vault use, by default, for its API and UI?

Options:

A.

8600


B.

8201


C.

8500


D.

8301


E.

8300


F.

8200


Expert Solution
Questions # 2:

True or False? Each Terraform workspace uses its own state file to manage the infrastructure associated with that particular workspace.

Options:

A.

False


B.

True


Expert Solution
Questions # 3:

Vault secrets engines are used to do what with data? (select three)

Options:

A.

copy


B.

generate


C.

store


D.

transmit


E.

encrypt


Expert Solution
Questions # 4:

Which TCP port does Vault replication use?

Options:

A.

8200


B.

8201


C.

8300


D.

8301


Expert Solution
Questions # 5:

True or False:

Similar to how Vault works with databases and cloud providers, the Active Directory secrets engine dynamically generates the account and password for the requesting Vault client.

Options:

A.

False


B.

True


Expert Solution
Questions # 6:

While Terraform is generally written using the HashiCorp Configuration Language (HCL), what another syntax can Terraform be expressed in?

Options:

A.

JSON


B.

XML


C.

TypeScript


D.

YAML


Expert Solution
Questions # 7:

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

Options:

A.

20


B.

50


C.

5


D.

10


Expert Solution
Questions # 8:

In the example below, the depends_on argument creates what type of dependency?

1. esource "aws_instance" "example" {

2. ami = "ami-2757f631"

3. instance_type = "t2.micro"

4. depends_on = [aws_s3_bucket.company_data]

5. }

Options:

A.

non-dependency resource


B.

implicit dependency


C.

explicit dependency


D.

internal dependency


Expert Solution
Questions # 9:

When writing the Terraform code, HashiCorp recommends that you use how many spaces between each nesting level?

Options:

A.

2


B.

5


C.

4


D.

1


Expert Solution
Questions # 10:

You've deployed Vault in your production environment and are curious to understand metrics on your Vault cluster, such as the number of writes to the backend, the status of WALs, and the seal status. What feature would you configure in order to view these metrics?

Options:

A.

audit device


B.

telemetry


C.

nothing to configure, these are available in the Vault log found on the OS


D.

enable logs for each individual secrets engines


Expert Solution
Viewing page 1 out of 6 pages
Viewing questions 1-10 out of questions