HashiCorp HCCAO-003 Answers

Page:    1 / 35   
Total 174 questions | Updated On: Sep 04, 2026
Question 1

You need to deny communication between the customer-db service and the payment service using an intention. You open the command line and issue the following
command:
$ consul intention create customer-db payment
However, the two services can still initiate new connections even after the intention is created. What would explain this?


Answer: A
Question 2

The Consul KV store can be accessed by the following methods: (select three)


Answer: A,C,D
Question 3

Given the following ACL policy, what actions below would be permitted by a token assigned to this policy? (select three)
1. service "app1" {
2. policy = "write"
3. }
4.
5. service_prefix "" {
6. policy = "read"
7. }
8.
9. node_prefix "" {
10. policy = "read"
11. }


Answer: A,B,C
Question 4

You have deployed a new Consul cluster to be used for service discovery between your microservices for a new application. In the configuration file, as shown below, you
have enabled ACLs and bootstrapped the ACL system. However, clients are still being permitted to read and write to the ACL system or register services without a valid
token.
Based on the policy, what change needs to be made to finish securing Consul?
1. {
2. "server": true,
3. "node_name": "CONSUL-NODE-A",
4. "datacenter": "DC-1",
5. "data_dir": "/var/consul/data",
6. "bind_addr": "0.0.0.0",
7. "client_addr": "0.0.0.0",
8. "advertise_addr": "10.0.10.208",
9. "bootstrap_expect": 5,
10. "retry_join": ["provider=aws tag_key=consul tag_value=true"],
11. "ui": true,
12. "log_level": "INFO",
13. "acl": {
14. "enabled": true,
15. "default_policy": "allow",
16. "down_policy": "extend-cache"
17. }
18. }


Answer: C
Question 5

When running the Consul agent in dev (development) mode, where does Consul write its data?


Answer: D
Page:    1 / 35   
Total 174 questions | Updated On: Sep 04, 2026

Quickly grab our HCCAO-003 product now and kickstart your exam preparation today!

Name: HashiCorp Certified: Consul Associate (003)
Exam Code: HCCAO-003
Certification: Consul Associate
Vendor: HashiCorp
Total Questions: 174
Last Updated: Sep 04, 2026