From ef2f00925607b9f40771e0d1690fd262acf17347 Mon Sep 17 00:00:00 2001 From: abregman Date: Thu, 19 Dec 2019 15:59:58 +0200 Subject: [PATCH] Add a couple of questions --- README.md | 44 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c3a1670..5e1bde3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ :information_source:  This repository contains questions on various DevOps and SRE related topics -:bar_chart:  There are currently **662** questions +:bar_chart:  There are currently **668** questions :books:  To learn more about DevOps check the resources in [DevOpsBit.com](https://devopsbit.com) @@ -113,6 +113,10 @@ Make sure to elaborate :) What are the anti-patterns of DevOps?
+
+What is Reliability? How does it DevOps?
+
+
What is Continuous Integration?
@@ -1549,14 +1553,6 @@ Upstart: add Upstart init script at /etc/init/service.conf What load balancer algorithms are you familiar with?
-
-What is a proxy?
-
- -
-What is a reverse proxy?
-
-
What can you find in /etc/services
@@ -3053,6 +3049,20 @@ def sum(a, b): Explain mocks
+##### Flask + +
+You wrote you have experience with Django/Flask. Can you describe what is Django/Flask and how you used it? Why Flask and not Djano? (or vice versa)
+
+ +
+What is a route?
+
+ +
+How do you manage DB integration?
+
+ #### :star: Advanced @@ -4673,6 +4683,22 @@ HTTP is stateless. To share state, we can use Cookies. TODO: explain what is actually a Cookie
+
+What is HTTP Pipelining?
+
+ +
+What is a proxy?
+
+ +
+What is a reverse proxy?
+
+ +
+What is CDN?
+
+
When you publish a project, you usually publish it with a license. What types of licenses are you familiar with and which one do you prefer to use?