One of the main features/benefits of running HashiCorp Consul is for service mesh functionality. What are some of the benefits of deploying a service mesh that Consul provides its users? (select three)
The latest changes and updates from the administration for this exam.
Latest Update: Jun 09 2026
All questions are working fine.
One of the main features/benefits of running HashiCorp Consul is for service mesh functionality. What are some of the benefits of deploying a service mesh that Consul provides its users? (select three)
Select all that apply
True or False? The Consul Snapshot Agent is an open-source tool that can help create Consul snapshots based on a schedule and save them to external storage, such as Amazon S3 or Azure Blob Storage.
What are some of the roles that are performed by a Consul server node? (select three)
Select all that apply
Scenario: You have an application that uses Consul service discovery to connect to backend services in order to process data submitted by end-users. The front-end web service consists of 3 containers, while the backend service consists of 5 static virtual machines. All of the front-end web servers and the backend servers are registered with Consul.
During normal operations, a user complains that the data processing is taking too long. To troubleshoot, you run a DNS query against the DNS name for the backend service, but discover that the response only contains three of the virtual machines. Why would Consul only respond with three servers rather than all five?
You have created a new gossip encryption key using consul keygen and installed it using the command
consul keyring -install TX/1dsj67x/4XdTeSG1Cb5RdC/cbAbv9Hch4H8cL8nk=.
However, when you try and delete the original gossip encryption key, you receive an error. Based on the error message below, what steps need to be taken in order to be able to remove the old gossip encryption key?

When Consul ACLs are bootstrapped, Consul creates an anonymous token. Which of the following statements are true in regards to the anonymous token? (select three)
Select all that apply
A major grocery store chain is using Consul for service discovery. Multiple instances of the inventory service have been registered with a health check to ensure each individual instance is healthy. You've decided that you want to add a second health check to the service, so you update the agent configuration file. However, the new health check has not been registered with Consul.
How can you update the Consul agent without any downtime to include the new health check?
After enabling Consul ACLs, what are two ways that you can supply the token when executing a Consul command on the CLI? (select two)
Select all that apply
Scenario: You have multiple services registered with Consul for your e-commerce site, including the front-end service, the shipping service, the inventory service, and the cart service. To safeguard your customer's shipping addresses, you want to ensure that communication between the front-end and the shipping service is denied and that traffic is only permitted from the cart service.
What feature of Consul Connect can you use to permit access to the shipping service from the cart service and deny communication from the front-end service?

What command can be used for new Consul agents to become a member of an existing cluster?