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