From 83fb9a047b48cf4be65b6bad92798447b822b312 Mon Sep 17 00:00:00 2001 From: abregman Date: Thu, 3 Sep 2020 15:26:32 +0300 Subject: [PATCH] Update questions count and image --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2e9600..bced6c4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -9024,6 +9024,14 @@ Pros: * Ensures in-proc sessions are not lost when a new request is created +
+Explain the following load balancing techniques: + + * Round Robin + * Least Connection + * Source IP hash
+
+ #### Licenses
@@ -9398,7 +9406,7 @@ Bonus: extract the last word of each line #### Architecture
-Explain what is "Single point of failure" and give an example
+Explain what is a "Single point of failure" and give an example
@@ -9517,6 +9525,14 @@ Instead of working in "push mode", the consumers can pull tasks only when they a How would you scale the architecture from the previous question to hundreds of users?
+
+What is "cache"? In what cases would you use it?
+
+ +
+What is distributed cache?
+
+ #### Migrations