Bird
0
0

What is the primary role of a master node in an Elasticsearch cluster?

easy🧠 Conceptual Q1 of 15
Elasticsearch - Basics and Architecture
What is the primary role of a master node in an Elasticsearch cluster?
ABacking up data to external storage
BManaging cluster-wide settings and node membership
CHandling user queries and search requests
DStoring and indexing data shards
Step-by-Step Solution
Solution:
  1. Step 1: Understand master node responsibilities

    The master node controls cluster-wide actions like adding or removing nodes and managing metadata.
  2. Step 2: Differentiate roles of other nodes

    Data nodes store and index data, while coordinating nodes handle queries. Backup is external.
  3. Final Answer:

    Managing cluster-wide settings and node membership -> Option B
  4. Quick Check:

    Master node role = Managing cluster-wide settings and node membership [OK]
Quick Trick: Master node controls cluster state and membership [OK]
Common Mistakes:
MISTAKES
  • Confusing master node with data node
  • Thinking master node handles search queries
  • Assuming master node stores data shards

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Elasticsearch Quizzes