Skip to content

Consul architecture Questions

Practice questions for Consul architecture topic in HashiCorp Certified: Consul Associate (003). 20 questions covering this domain.

20 questions5 easy8 medium7 hard
Q1
hard

An operations team runs Consul across VM and Kubernetes clusters. They want to add read scalability and redundancy to the VM-based Consul cluster with...

Q2
easy

A Consul datacenter has five server nodes. How many server failures can the datacenter tolerate while still maintaining a quorum?

Q3
medium

A DevOps engineer is designing a highly available Consul cluster for a production environment. According to HashiCorp's recommended reference architec...

Q4
easy

What communication protocol does Consul use among server nodes to achieve consensus and perform leader election?

Q5
medium

A Consul deployment uses Kubernetes. Which component replaces the traditional Consul client agent on Kubernetes to handle data plane functions such as...

Q6
hard

A platform team worries that adding hundreds of client agents will slow Raft elections. Which statement matches Consul's consensus model?

Q7
easy

In Consul Raft, which nodes make up the peer set that replicates the authoritative log?

Q8
medium

A workload issues a read where stale data is not acceptable. According to the consensus docs, which server must answer that query?

Q9
hard

A write arrives at the leader to register a new service. When does Consul consider that Raft log entry complete for the write path?

Q10
medium

An operator is bringing up a brand new datacenter with no existing leader. Why is bootstrap mode used on the first server?

Q11
medium

After the first server in a brand new datacenter has used bootstrap mode to self-elect and the remaining servers have joined the peer set, what should...

Q12
hard

A team wants four Consul servers because they assume it provides meaningfully better fault tolerance than three. According to the consensus guidance, ...

Q13
hard

During a post-incident review, an engineer asks what the Raft index represents in Consul. What is the best answer?

Q14
medium

A client agent sends a catalog update to a server that is not currently the leader. What should happen next in Consul?

Q15
easy

In Consul Raft, what causes a follower server to promote itself to candidate?

Q16
hard

A three-server Consul cluster loses two servers, and the remaining server still has the newest data. Which statement is accurate?

Q17
medium

A large production cluster has thousands of Consul client agents. Why does that scale not enlarge the Raft peer set?

Q18
hard

A write request updates Consul state through the HTTP API. When does Consul consider that write complete?

Q19
medium

During a busy period, operators notice that Consul is compacting state with a snapshot but the cluster continues accepting new transactions. Which arc...

Q20
easy

A network partition leaves only two of five Consul servers able to communicate with each other. What is the result for new cluster writes?

Sign in to see all 20 questions

Create a free account to browse all questions — completely free during our launch phase.