Update questions count and image
This commit is contained in:
parent
ccb1bb5084
commit
83fb9a047b
20
README.md
20
README.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
:information_source: This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :)
|
:information_source: This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :)
|
||||||
|
|
||||||
:bar_chart: There are currently **1250** questions
|
:bar_chart: There are currently **1305** questions
|
||||||
|
|
||||||
:busts_in_silhouette: [Join](https://www.facebook.com/groups/538897960007080) our [Facebook group](https://www.facebook.com/groups/538897960007080) for additional exercises, articles and more resources on DevOps
|
:busts_in_silhouette: [Join](https://www.facebook.com/groups/538897960007080) our [Facebook group](https://www.facebook.com/groups/538897960007080) for additional exercises, articles and more resources on DevOps
|
||||||
|
|
||||||
@ -9024,6 +9024,14 @@ Pros:
|
|||||||
* Ensures in-proc sessions are not lost when a new request is created
|
* Ensures in-proc sessions are not lost when a new request is created
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Explain the following load balancing techniques:
|
||||||
|
|
||||||
|
* Round Robin
|
||||||
|
* Least Connection
|
||||||
|
* Source IP hash</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
#### Licenses
|
#### Licenses
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -9398,7 +9406,7 @@ Bonus: extract the last word of each line
|
|||||||
#### Architecture
|
#### Architecture
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Explain what is "Single point of failure" and give an example</summary><br><b>
|
<summary>Explain what is a "Single point of failure" and give an example</summary><br><b>
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -9517,6 +9525,14 @@ Instead of working in "push mode", the consumers can pull tasks only when they a
|
|||||||
<summary>How would you scale the architecture from the previous question to hundreds of users?</summary><br><b>
|
<summary>How would you scale the architecture from the previous question to hundreds of users?</summary><br><b>
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>What is "cache"? In what cases would you use it?</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>What is distributed cache?</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
#### Migrations
|
#### Migrations
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
Loading…
Reference in New Issue
Block a user