You are on page 1of 2

Which of the following is an indication that cluster is ideal?

Cluster Status is green

Which of the following is not a reason for node failure?None of the options

What is force merging related to?Reducing the number of segments per shard to enhance search
performance

Cluster status is yellow if ___________.A replica shard is missing.

Cluster status is red if __________.A primary shard is missing

Why most of the domains have started using Elasticsearch?All

When all the data nodes are running low on disk space then the solution is __________?

Adding more data nodes to the cluster

What is the need for tuning the performance of Elasticsearch?Both of the options

What is the disk use limit above which shards are not assigned to nodes by default?Greater than 85%

Copying a page of memory to a preconfigured space in hard disk for freeing up the page of memory is
called _____________.Swapping

Which of the following is not a type of node in Elasticsearch?Customized node

Why Elasticsearch is called scalable?can handle high loads on system easily

Searching and Indexing performance in Elasticsearch depends upon _________.All

More than one node starts behaving as master node during __________.Split Brain syndrome

CRUD operations are accomplished by ____________.Data

Creating too much shards and indices __________.Affects the searching and indexing performance

What hinders the performance and cause garbage collection to run for minutes?Swapping

node.master is set to true for _____________.Master-eligible node

To avoid TOO_MANY_REQUESTS (429) response ___________.Use multiple threads while indexing

Search operations on connected clusters is accomplished with the help of Tribe node

bootstrap.memory_lock: true _____________.Allows swapping process


What is the Impact of split brain syndrome?Indexing request to any of the node will result in adding data
to both the shard

Settings of which Elasticsearch file can be tweaked to avoid split brain as well as tune the performance?
elasticsearch.yml

SSD drives are preferred over spinning drives in terms of performance tuning.T

You might also like