Skip to content

Commit 83fb9a0

Browse files
author
abregman
committed
Update questions count and image
1 parent ccb1bb5 commit 83fb9a0

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:information_source:  This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :)
44

5-
:bar_chart:  There are currently **1250** questions
5+
:bar_chart:  There are currently **1305** questions
66

77
: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
88

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

9027+
<details>
9028+
<summary>Explain the following load balancing techniques:
9029+
9030+
* Round Robin
9031+
* Least Connection
9032+
* Source IP hash</summary><br><b>
9033+
</b></details>
9034+
90279035
#### Licenses
90289036

90299037
<details>
@@ -9398,7 +9406,7 @@ Bonus: extract the last word of each line
93989406
#### Architecture
93999407

94009408
<details>
9401-
<summary>Explain what is "Single point of failure" and give an example</summary><br><b>
9409+
<summary>Explain what is a "Single point of failure" and give an example</summary><br><b>
94029410
</b></details>
94039411

94049412
<details>
@@ -9517,6 +9525,14 @@ Instead of working in "push mode", the consumers can pull tasks only when they a
95179525
<summary>How would you scale the architecture from the previous question to hundreds of users?</summary><br><b>
95189526
</b></details>
95199527

9528+
<details>
9529+
<summary>What is "cache"? In what cases would you use it?</summary><br><b>
9530+
</b></details>
9531+
9532+
<details>
9533+
<summary>What is distributed cache?</summary><br><b>
9534+
</b></details>
9535+
95209536
#### Migrations
95219537

95229538
<details>

0 commit comments

Comments
 (0)