Add more Elastic questions

This commit is contained in:
abregman 2019-12-01 17:19:12 +02:00
parent a598af3e76
commit cb4a5cd2ff

View File

@ -2,7 +2,7 @@
:information_source:  This repository contains interview questions on various DevOps and SRE related topics :information_source:  This repository contains interview questions on various DevOps and SRE related topics
:bar_chart:  There are currently **532** questions :bar_chart:  There are currently **541** questions
:books:  To learn more about DevOps check the resources in [DevOpsBit.com](https://devopsbit.com) :books:  To learn more about DevOps check the resources in [DevOpsBit.com](https://devopsbit.com)
@ -10,6 +10,8 @@
:pencil:  You can add more questions & answers by submitting pull requests :) You can read more about it [here](CONTRIBUTING.md) :pencil:  You can add more questions & answers by submitting pull requests :) You can read more about it [here](CONTRIBUTING.md)
:warning:  The purpose of this repo is to help you test your knowledge and/or prepare for interviews. It doesn't represents a DevOps interview and it doesn't mean the questions here will be asked in your interview
:cn:  You can find a [中文](README-zh_CN.md) Chinese translation right [here](README-zh_CN.md) :cn:  You can find a [中文](README-zh_CN.md) Chinese translation right [here](README-zh_CN.md)
**** ****
@ -3703,6 +3705,50 @@ As in NoSQL a Document is a JSON object which holds data on a unit in your app.
* _type * _type
</b></details> </b></details>
<details>
<summary>Explain Mapping</summary><br><b>
</b></details>
<details>
<summary>Explain Shards</summary><br><b>
</b></details>
<details>
<summary>Explain Replicas</summary><br><b>
</b></details>
<details>
<summary>Explain Elasticsearch query syntax (Booleans, Fields, Ranges)</summary><br><b>
</b></details>
<details>
<summary>What are Logstash plugins? What plugins types are there?</summary><br><b>
* Input Plugins - how to collect data from different sources
* Filter Plugins - processing data
* Output Plugins - push data to different outputs/services/platforms
</b></details>
<details>
<summary>What are Logstash Codecs?</summary><br><b>
</b></details>
##### Kibana
<details>
<summary>What visualization types are supported/included in Kibana?</summary><br><b>
</b></details>
<details>
<summary>What visualization type would you use for statistical outliers (e.g. Heat Map)</summary><br><b>
</b></details>
##### Beats
<details>
<summary>What is Filebeat?</summary><br><b>
</b></details>
<a name="elastic-advanced"></a> <a name="elastic-advanced"></a>
#### :star: Advnaced #### :star: Advnaced