1. Is it necessary to use curl command while querying in Kibana?
a) Yes, it is necessary.
b) No, not necessary.
View Answer
No, not necessary
2. Default location to run Kibana is _.
a) localhost:0000
b) localhost:8888
c) localhost:5601
d) localhost:5602
localhost:5601
3. If Elasticsearch is not visible via Kibana, what could be the problem?
a) url should match to localhost:9200 if it has not been changed manually
b) Both of these
c) None of these
d) elasticsearch.url is not set correct
Both of these
4. What can be created with the help of Kibana?
a) Histograms
b) Line Graphs
c) All of these
d) Pie Charts
All of these
5. Kibana is an independent tool nothing to do with ELK stack.
a) True
b) False
View Answer
False
6. Which of the following is an appropriate query to be typed in search bar for getting all documents in which “state” equals “TX”?
a) TX:state
b) 874
c) State: 874
d) state: TX
state: TX
7. Configuration file for Kibana is named as .
a) Kibana.html
b) Kibana.xml
c) Kibana.txt
d) Kibana.yml
Kibana.yml
8. What is Kibana?
a) A visualization tool
b) Both of these
c) None of these
d) Elasticsearch Plugin
visualization tool
9. You can only set the Index pattern once.
a) False
b) True
View Answer
False
10. Where can you access discover page in Kibana?
a) Top left side below the Kibana Logo
b) Right Side below the Kibana logo
c) At the bottom right
d) At the bottom left
Top left side below the Kibana Logo
11. Can boolean operators like AND, OR etc. can be used in Lucene Query Syntax?
a) Yes, it is used
b) No, it is not used
View Answer
Yes, it is used
12. Filters may be ___.
a) Positive
b) Negative
c) Both of these
View Answer
Both of these
13. In bucket aggregation, buckets are created to store _.
a) Indices
b) All of these
c) Documents
d) Clusters
Documents
14. Geohash is used to create buckets based upon .
a) geo_point fields
b) any field
c) date/time field
View Answer
geo_point fields
15. Visualize page is responsible for __.
a) Creating Heatmaps
b) All of these
c) Creating charts
d) Visualization of data
All of these
16. Upon searching, the listing is done in chronological order which means ___.
a) Oldest document first
b) Any order
c) Newest document first
View Answer
Newest document first
17. Which of the following is not a metric aggregation?
a) Log
b) Sum
c) Min
d) Count
Log
18. Discover is used for .
a) Both of these
b) For data search
c) None of these
d) Exploring the data
No comments:
Post a Comment