Chapter 8 Elastic Search Questions
Chapter 8 Elastic Search Questions
1. Which of the following does Elasticsearch use for handling data storage?
○ a) TCP/IP protocol
○ b) RESTful APIs
○ c) Lucene framework
○ d) XML file system
2. What type of data does Elasticsearch specialize in indexing and searching?
○ a) Video data
○ b) Only structured data
○ c) Full-text data
○ d) Only numerical data
3. The Elasticsearch "EsMaster" node primarily:
○ a) Manages document-level changes
○ b) Stores data in HDFS
○ c) Manages cluster-level changes
○ d) Stores user settings
4. What type of cache is used to store local results at the shard level?
○ a) Field Data Cache
○ b) Node Query Cache
○ c) Shard Request Cache
○ d) Cluster Cache
5. In the Elasticsearch architecture, which component is responsible for indexing
and storing data?
○ a) EsNode
○ b) Lucene
○ c) Replica
○ d) Gateway
6. Elasticsearch's scripting languages include:
○ a) PHP and Java
○ b) Groovy and Python
○ c) HTML and CSS
○ d) Perl and C++
7. What purpose does the replica node serve in Elasticsearch?
○ a) Stores the main data
○ b) Acts as a backup for shards
○ c) Manages cluster-level settings
○ d) Holds user-generated content
8. Which plugin is used for cluster monitoring?
○ a) River
○ b) Bigdesk
○ c) ZenDiscovery
○ d) Kibana
9. Which version of Elasticsearch removed support for types?
○ a) 6.x
○ b) 7.x
○ c) 8.x
○ d) 5.x
10. How does Elasticsearch achieve high performance in search results?
○ a) Using the Field Data Cache
○ b) Using inverted indexing
○ c) Using multiple replicas
○ d) Using single-node storage
11. Which layer in the Elasticsearch ecosystem allows for data transmission?
○ a) Plugin extension layer
○ b) Data persistence and analysis layer
○ c) User access layer
○ d) Data access layer
12. In the context of Elasticsearch, what is a shard?
○ a) A component for data replication
○ b) A framework for managing indexes
○ c) A segment of an index
○ d) A network protocol
13. What is the purpose of ZenDiscovery?
○ a) Data encryption
○ b) Master node election
○ c) Caching data
○ d) Query management
14. Which Elasticsearch feature helps in visualizing data?
○ a) Logstash
○ b) Beats
○ c) Kibana
○ d) Bigdesk
15. The main benefit of the inverted index is:
○ a) Faster data sorting
○ b) Improved fault tolerance
○ c) Enhanced query speed
○ d) Better data encryption