Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Free VA-002-P Questions Attempt

Page: 4 / 8
Total 200 questions

HashiCorp Certified: Vault Associate Questions and Answers

Question 13

Which is not a capability that can be used when writing a Vault policy?

Options:

A.

read

B.

list

C.

delete

D.

create

E.

modify

F.

update

Question 14

What does the command terraform fmt do?

Options:

A.

formats the state file in order to ensure the latest state of resources can be obtained

B.

updates the font of the configuration file to the official font supported by HashiCorp

C.

rewrite Terraform configuration files to a canonical format and style

D.

deletes the existing configuration file

Question 15

Choose the correct answer which fixes the syntax of the following Terraform code:

Options:

A.

resource "aws_security_group" "vault_elb" {

name = "${var.name_prefix}-vault-elb"

description = var_Vault ELB

vpc_id = var.vpc_id

}

B.

resource "aws_security_group" "vault_elb" {

name = "${var.name_prefix}-vault-elb"

description = Vault ELB

vpc_id = var.vpc_id

}

C.

resource "aws_security_group" "vault_elb" {

name = "${var.name_prefix}-vault-elb"

description = "${Vault ELB}"

vpc_id = var.vpc_id

}

D.

resource "aws_security_group" "vault_elb" {

name = "${var.name_prefix}-vault-elb"

description = [Vault ELB]

vpc_id = var.vpc_id

}

E.

resource "aws_security_group" "vault_elb" {

name = "${var.name_prefix}-vault-elb"

description = "Vault ELB"

vpc_id = var.vpc_id

}

Question 16

What system endpoint can you query to determine which node is the leader of a cluster?

Options:

A.

/sys/tools

B.

/sys/leader

C.

/sys/health

D.

/sys/init

Page: 4 / 8
Total 200 questions