Olete.in
Articles
Mock Tests
🧪 Elastic search MCQ Quiz Hub
Elastic search Mcq Question Set 1
Choose a topic to test your knowledge and improve your Elastic search skills
1. Elasticsearch Initial release?
2009
2010
2011
2012
2. Programming language used in Elasticsearch?
C
C++
Java
Python
3. The Elasticsearch default communication port is?
9300/tcp
3000/ip
9300/utp
3000/tcp
4. Elasticsearch 7. x and later have a limit of ________ shards per node?
1
10
100
10000
5. Which of the following collection of one or more nodes?
Node
Cluster
Index
Document
6. Which of the following are Advantages of elasticsearch?
Elasticsearch is real time
Elasticsearch is distributed
Elasticsearch uses JSON objects as responses
All of the above
7. Which versioning is the default version that starts with 1 and increments with each update, deletes included?
Internal
External
Both A and B
none of the above
8. In URI Search, which parameter denotes the number of hits to return?
from
terminate_after
size
timeout
9. Handling multi-tenancy is very hard in Elasticsearch when compared to Apache Solr.
TRUE
Fasle
Can be true or false
Can not say
10. A __________ breakdown fields values of a document into a stream, and inverted indexes are created and updates using these values, and these stream of values are stored in the document.
Analyzer
Shard
Filter
Tokenizer
Submit