Kibana – Data Exquisites Interview Question-Answer

Q.1 The configuration file for Kibana is named as ________.

       A. Kibana.yml

       B. Kibana.html

       C. Kibana.txt

       D. Kibana.xml

Ans : Kibana.yml


Q.1 Which of the following is the appropriate query to be typed in the search bar for getting all the documents in which “state” equals “TX”?

       A. State: 874

       B. 874

       C. state: TX

       D. TX:state

Ans : state: TX


Q.3 The default location to run Kibana is _________.

       A. localhost:0000

       B. localhost:5601

       C. localhost:5602

       D. localhost:8888

Ans : localhost:5601


Q.4 What can be created with the help of Kibana?

       A. Pie Charts

       B. Histograms

       C. Line Graphs

       D. All the options

Ans : All the options


Q.5 You can only set the Index pattern once.

       A. True

       B. False

Ans : False


Q.6 Kibana is an independent tool and has nothing to do with ELK stack.

       A. True

       B. False

Ans : False


Q.7 Can Boolean operators like AND, OR, and so on be used in Lucene Query Syntax?

       A. True

       B. False

Ans : True


Q.8 If Elasticsearch is not visible through Kibana, what could be the problem?

       A. elasticsearch.url is not set correct

       B. URL should match to localhost:9200 if it has not been changed manually

       C. Both the options

       D. None of the options

Ans : Both the options


Q.9 Kibana is a ____________.

       A. Visualization tool

       B. Elasticsearch Plugin

       C. Both the options

       D. None of the options

Ans : Visualization tool


Q.10 Filters may be ___________.

       A. Positive

       B. Negative

       C. Both the options

       D. None of the options

Ans : Both the options


Q.11 Is it necessary to use curl command while querying in Kibana?

       A. Yes, it is necessary

       B. No, it is not necessary

Ans : No, it is not necessary


Q.12 Date histogram is performed on date/time values that are automatically extracted from the documents.

       A. True

       B. False

Ans : True


Q.13 A dashboard can be embedded in an HTML page.

       A. True

       B. False

Ans : True


Q.14 Discover is used for ________.

       A. Exploring the data

       B. Data search

       C. Both the options

       D. None of the options

Ans : Both the options


Q.15 Geohash is used to create buckets based upon ________.

       A. any field

       B. geo_point fields

       C. date/time field

Ans : geo_point fields


Q.16 Upon searching, the listing is done in chronological order, which means ___________.

       A. Oldest document first

       B. Any order

       C. Newest document first

Ans : Newest document first


Q.17 The following are metric aggregations, except ________.

       A. Sum

       B. Count

       C. Log

       D. Min

Ans : Log


Q.18 In bucket aggregation, buckets are created to store ___________..

       A. Documents

       B. Clusters

       C. Indices

       D. All the options

Ans : Documents


Q.19 Visualize page is responsible for __________.

       A. Creating Heatmaps

       B. Creating charts

       C. Visualization of data

       D. All the options

Ans : All the options


Q.20 Where can you access the discover page in Kibana?

       A. At the bottom right

       B. Right side below the Kibana logo

       C. At the bottom left

       D. Top left side below the Kibana logo

Ans : Top left side below the Kibana logo


Q.21 Timelion is a/the __________.

       A. Kibana Performance Accelerator

       B. Time series data visualizer

       C. Only link connecting Kibana and Elasticsearch

Ans : Time series data visualizer


Q.22 Max Aggregation ______________.

       A. Returns any bucket’s max value

       B. Returns the highest bucket’s value

       C. Returns the max value from numeric fields present in each bucket

Ans : Returns the max value from numeric fields present in each bucket


Q.23 Dashboard is used for ______________.

       A. Displaying more than one visualization at once

       B. Prioritizing Visualization

       C. Making data visualization easier

       D. All the options

Ans : All the options


Q.24 What are the steps to create a coordinate map?

       A. New visualization > Coordinate map > Select relevant Index

       B. Timelion > Create a new visualization > Coordinate map > Select relevant Index

       C. Visualize > Create a new visualization > Coordinate map > Select relevant index

Ans : Visualize > Create a new visualization > Coordinate map > Select relevant index


Q.25 How can we insert a dashboard into an HTML page?

       A. With Embedded iframe

       B. With Link

       C. Both the options

Ans : With Embedded iframe


Q.26 Percentile ranks are used to calculate single or multiple percentile ranks.

       A. True

       B. False

Ans : True


Q.27 Can you share a dashboard as we share a visualization?

       A. Yes, we can share

       B. No, we cannot share

Ans : Yes, we can share


Q.28 Kibana is an independent tool and has nothing to do with ELK stack.

       A. True

       B. False

Ans : False


Leave a Comment