The main restriction on Consul's K/V store is an object's size, which can be a maximum of _______?

Complete the sentence: The main restriction on Consul's K/V store is an object's size, which can be a maximum of _______?A . 512KB B. 64KB C. 1MB D. 8KBView AnswerAnswer: A Explanation: The main restriction on an object is size - the maximum is 512 KB. Due to the maximum...

April 15, 2023 No Comments READ MORE +

What Consul command was executed on the CLI to result in the following output?

What Consul command was executed on the CLI to result in the following output? A . consul member -list B. consul members C. consul cluster -list D. consul nodes -listView AnswerAnswer: B Explanation: The members command outputs the current list of members that a Consul agent knows about, along with...

April 15, 2023 No Comments READ MORE +

When manually creating a Consul snapshot, which of the following commands creates a snapshot and saves it to the local node?

When manually creating a Consul snapshot, which of the following commands creates a snapshot and saves it to the local node?A . consul snapshot create practice-exam.snap B. consul initiate snapshot practice-exam.snap C. consul snapshot save practice-exam.snap D. consul save snapshot practice-exam.snapView AnswerAnswer: C Explanation: The consul snapshot save command is...

April 15, 2023 No Comments READ MORE +

From the options below, select the features that are available in Consul Enterprise, and not available in the open-source offering.

From the options below, select the features that are available in Consul Enterprise, and not available in the open-source offering.A . Connect (service to service authorization and encryption) B. OIDC auth method (centralized authentication) C. Consul snapshot agent (automated backups) D. Namespaces (datacenter isolation) E. Sentinel (Policy as Code) F....

April 14, 2023 No Comments READ MORE +

Why is the value not incrementing?

Scenario: You are manually creating Consul snapshots in preparation for an upgrade. You save two snapshots, as shown in the commands below: After inspecting the snapshots, you have noticed that the version number of the snapshot is not incrementing, and both snapshots display a value of 1. Why is the...

April 14, 2023 No Comments READ MORE +

What Consul feature can be used to monitor the K/V store for updates and automatically take action to remediate the issue?

Scenario: You are storing configuration settings for your application in Consul's K/V store, and each setting is critical to the successful implementation of the application. A developer recently updated the value for app1, causing the deployment to fail. What Consul feature can be used to monitor the K/V store for...

April 14, 2023 No Comments READ MORE +

Based on the configuration file below, what datacenter will the Consul agent join once the Consul service has started?

Based on the configuration file below, what datacenter will the Consul agent join once the Consul service has started? A . consul B. web-dc-1 C. aws D. us-east-1View AnswerAnswer: D Explanation: The -datacenter parameter or command line flag controls the datacenter in which the agent is running. If not provided,...

April 14, 2023 No Comments READ MORE +

True or False? A prepared query can be used to assist with service failover between multiple federated Consul datacenters.

True or False? A prepared query can be used to assist with service failover between multiple federated Consul datacenters.A . true B. falseView AnswerAnswer: A Explanation: A prepared query, with a failover policy, can absolutely help organizations manage the automatic failover if the local service goes offline. In that event,...

April 14, 2023 No Comments READ MORE +

Which of the following Consul features is responsible for securing inter-service communication with mutual TLS by using sidecar proxies?

Which of the following Consul features is responsible for securing inter-service communication with mutual TLS by using sidecar proxies?A . Consul ACLs B. Envoy C. Consul Connect D. Consul GossipView AnswerAnswer: C Explanation: Consul Connect provides service-to-service connection authorization and encryption using mutual Transport Layer Security (TLS). Applications can use...

April 13, 2023 No Comments READ MORE +

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

The Consul KV store can be accessed by the following methods: (select three)A . UI B. CLI C. federated cluster D. APIView AnswerAnswer: A,B,D Explanation: The KV store can be accessed by the consul kv CLI subcommands, HTTP API, and Consul UI. https://www.consul.io/docs/agent/kv.html#accessing-the-kv-store

April 13, 2023 No Comments READ MORE +