Skip to content

Commit

Permalink
Update questions count and image
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Sep 3, 2020
1 parent ccb1bb5 commit 83fb9a0
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

: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

Expand Down Expand Up @@ -9024,6 +9024,14 @@ Pros:
* Ensures in-proc sessions are not lost when a new request is created
</b></details>

<details>
<summary>Explain the following load balancing techniques:

* Round Robin
* Least Connection
* Source IP hash</summary><br><b>
</b></details>

#### Licenses

<details>
Expand Down Expand Up @@ -9398,7 +9406,7 @@ Bonus: extract the last word of each line
#### Architecture

<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>

<details>
Expand Down Expand Up @@ -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>
</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

<details>
Expand Down

0 comments on commit 83fb9a0

Please sign in to comment.