Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Pass the HashiCorp HashiCorp Security Automation Certification HCVA0-003 Questions and answers with CertsForce

Viewing page 4 out of 10 pages
Viewing questions 31-40 out of questions
Questions # 31:

What command would have created the token displayed below?

$ vault token lookup hvs.nNeZ2I64ALCxuO7dqQEJGPrO

Key: policies Value: [default dev], num_uses: 5, ttl: 767h59m49s

    Key Value

    --- -----

    accessor mfvaVMFgOcXHIeqlRasroSOn

    creation_time 1604610457

    creation_ttl 768h

    display_name token

    entity_id n/a

    expire_time 2024-12-07T16:07:37.7540672-05:00

    explicit_max_ttl 0s

    id hvs.nNeZ2I64ALCxuO7dqQEJGPrO

    issue_time 2024-11-05T16:07:37.7540672-05:00

    meta < nil >

    num_uses 5

    orphan false

    path auth/token/create

    policies [default dev]

    renewable true

    ttl 767h59m49s

    type service

Options:

A.

vault token create -policy=dev -use-limit=5


B.

vault token create -policy=dev -ttl=768h


C.

vault token create -policy=dev -policy=default -ttl=768h


D.

vault token create -policy=dev


Expert Solution
Questions # 32:

Based on the screenshot below, how many auth methods have been enabled on this Vault instance?

Question # 32

Options:

A.

1


B.

2


C.

4


D.

3


Expert Solution
Questions # 33:

What is true about the output of the following command (select three)?

Options:

A.

The admin never sees all the unseal keys and cannot unseal Vault by themselves


B.

All three users, Jane/John/Student01, will receive all unseal keys and can unseal Vault


C.

The admin will receive the unseal keys and be able to unseal Vault themselves


D.

The keys will be returned encrypted


E.

Each individual can only decrypt their own unseal key using their private PGP key


Expert Solution
Questions # 34:

During a service outage, you must ensure all current tokens and leases are copied to another Vault cluster for failover so applications don’t need to authenticate. How can you accomplish this?

Options:

A.

Have Vault write all the tokens and leases to a file so you have a second copy of them


B.

Configure all applications to use the auto-auth feature of the Vault Agent


C.

Configure Disaster Recovery replication and promote the secondary cluster during an outage


D.

Replicate to another cluster using Performance Replication and promote the secondary cluster during an outage


Expert Solution
Questions # 35:

From the options below, select the benefits of using the PKI (x.509 certificates) secrets engine (select three):

Options:

A.

TTLs on Vault certs are longer to ensure certificates are valid for a longer period of time


B.

Reducing, or eliminating certificate revocations


C.

Reduces time to get a certificate by eliminating the need to generate a private key and CSR


D.

Vault can act as an intermediate CA


Expert Solution
Questions # 36:

What is the default maximum time-to-live (TTL) for a token, measured in days?

Options:

A.

32 days (768 hours)


B.

7 days (168 hours)


C.

14 days (336 hours)


D.

31 days (744 hours)


Expert Solution
Questions # 37:

True or False? When encrypting data with the Transit secrets engine, Vault always stores the ciphertext in a dedicated KV store along with the associated encryption key.

Options:

A.

True


B.

False


Expert Solution
Questions # 38:

If Bobby is currently assigned the following policy, what additional policy can be added to ensure Bobby cannot access the data stored at secret/apps/confidential but still read all other secrets?

path " secret/apps/* " { capabilities = [ " create " , " read " , " update " , " delete " , " list " ] }

Options:

A.

path " secret/apps/confidential " { capabilities = [ " deny " ] }


B.

path " secret/* " { capabilities = [ " read " , " deny " ] }


C.

path " secret/apps/* " { capabilities = [ " deny " ] }


D.

path " secret/apps/confidential/* " { capabilities = [ " deny " ] }


Expert Solution
Questions # 39:

True or False? Once you create a KV v1 secrets engine and place data in it, there is no way to modify the mount to include the features of a KV v2 secrets engine.

Options:

A.

True


B.

False


Expert Solution
Questions # 40:

True or False? The Vault Secrets Operator does NOT encrypt client cache, such as Vault tokens and leases, by default in Kubernetes Secrets.

Options:

A.

True


B.

False


Expert Solution
Viewing page 4 out of 10 pages
Viewing questions 31-40 out of questions