Skip to content

Commit

Permalink
Add elastic questions
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Nov 30, 2019
1 parent 4ecd287 commit 5a82afe
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
43 changes: 37 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@

:information_source:  This repository contains interview questions on various DevOps and SRE related topics

:bar_chart:  There are currently **522** questions

***
<p align="center"><b> 🎉 Questions are now available at <a href="http://devopsbit.com/devops-interview-questions">devopsbit.com</a> 🎉 </b> </p>

***
:bar_chart: &nbsp;There are currently **526** questions

:books: &nbsp;To learn more about DevOps check the resources in [DevOpsBit.com](https://devopsbit.com)

Expand Down Expand Up @@ -56,6 +51,7 @@
</tr>
<tr>
<td align="center"><a href="#monitoring"><img src="images/monitoring.png" width="75px;" height="75px;" alt="Monitoring"/><br /><b>Monitoring</b></a><br /><sub><a href="#monitoring-beginner">Beginner :baby:</a></sub><br><sub></td>
<td align="center"><a href="#elastic"><img src="images/elastic.png" width="75px;" height="75px;" alt="Elastic"/><br /><b>Elastic</b></a><br /><sub><a href="#elastic-beginner">Beginner :baby:</a></sub><br><sub></td>
<td align="center"><a href="#general"><img src="images/general.png" width="110px;" height="75px;" alt="General"/><br /><b>General</b></a></td>
<td align="center"><a href="#scenarios"><img src="images/scenarios.png" width="110px;" height="75px;" alt="Scenarios"/><br /><b>Scenarios</b></a></td>
</tr>
Expand Down Expand Up @@ -3671,6 +3667,39 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then
<summary>Explain what is Hiera</summary><br><b>
</b></details>

## Elastic

<a name="elastic-beginner"></a>
#### :baby: Beginner

<details>
<summary>What is the Elastic Stack? What products does it includes?</summary><br><b>

The Elastic Stack consists of:
* Elasticsearch
* Elastic Hadoop
* Kibana
* Logstash
* Beats
* APM Server
</b></details>

<details>
<summary>Describe what happens from the moment the app logged some information until it's displayed to the user in the dashboard when the Elastic stack is used</summary><br><b>
</b></details>

<a name="elastic-advanced"></a>
#### :star: Advnaced

<details>
<summary>Describe how would an architecture of production environment with large amounts of data would be different from a small-scale environment</summary><br><b>

There are several possible answers for this question. One of them is as follows:

A small-scale architecture of elastic will consist of the elastic stack as it is. This means we will have beats, logstash, elastcsearch and kibana.<br>
A production environment with large amounts of data can include some kind of buffering component (e.g. Reddis or RabbitMQ) and also security component such as Nginx.
</b></details>

## General

Although the following questions are not DevOps related, they are still quite common so it's better to prepare for them as well.
Expand Down Expand Up @@ -3751,6 +3780,8 @@ Below you can find several scenario questions:

## Credits

Thanks to all of our amazing [contributors](https://github.com/bregman-arie/devops-interview-questions/graphs/contributors) who make it easy for everyone to learn and prepare to their interviews.

Logos credits can be found [here](credits.md)

## License
Expand Down
Binary file added images/elastic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a82afe

Please sign in to comment.