You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
:information_source: This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :)
4
4
5
-
:bar_chart: There are currently **1250** questions
5
+
:bar_chart: There are currently **1305** questions
6
6
7
7
: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
8
8
@@ -9024,6 +9024,14 @@ Pros:
9024
9024
* Ensures in-proc sessions are not lost when a new request is created
9025
9025
</b></details>
9026
9026
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
+
9027
9035
#### Licenses
9028
9036
9029
9037
<details>
@@ -9398,7 +9406,7 @@ Bonus: extract the last word of each line
9398
9406
#### Architecture
9399
9407
9400
9408
<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>
9402
9410
</b></details>
9403
9411
9404
9412
<details>
@@ -9517,6 +9525,14 @@ Instead of working in "push mode", the consumers can pull tasks only when they a
9517
9525
<summary>How would you scale the architecture from the previous question to hundreds of users?</summary><br><b>
9518
9526
</b></details>
9519
9527
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>
0 commit comments