Add a couple of questions
This commit is contained in:
parent
a1e45cfc49
commit
ef2f009256
44
README.md
44
README.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
:information_source: This repository contains questions on various DevOps and SRE related topics
|
: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)
|
:books: To learn more about DevOps check the resources in [DevOpsBit.com](https://devopsbit.com)
|
||||||
|
|
||||||
@ -113,6 +113,10 @@ Make sure to elaborate :)
|
|||||||
<summary>What are the anti-patterns of DevOps?</summary><br><b>
|
<summary>What are the anti-patterns of DevOps?</summary><br><b>
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>What is Reliability? How does it DevOps?</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What is Continuous Integration?</summary><br><b>
|
<summary>What is Continuous Integration?</summary><br><b>
|
||||||
|
|
||||||
@ -1549,14 +1553,6 @@ Upstart: add Upstart init script at /etc/init/service.conf
|
|||||||
<summary>What load balancer algorithms are you familiar with?</summary><br><b>
|
<summary>What load balancer algorithms are you familiar with?</summary><br><b>
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>What is a proxy?</summary><br><b>
|
|
||||||
</b></details>
|
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>What is a reverse proxy?</summary><br><b>
|
|
||||||
</b></details>
|
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What can you find in /etc/services</summary><br><b>
|
<summary>What can you find in /etc/services</summary><br><b>
|
||||||
</b></details>
|
</b></details>
|
||||||
@ -3053,6 +3049,20 @@ def sum(a, b):
|
|||||||
<summary>Explain mocks</summary><br><b>
|
<summary>Explain mocks</summary><br><b>
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
|
##### Flask
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>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)</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>What is a route?</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>How do you manage DB integration?</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
<a name="python-advanced"></a>
|
<a name="python-advanced"></a>
|
||||||
#### :star: Advanced
|
#### :star: Advanced
|
||||||
|
|
||||||
@ -4673,6 +4683,22 @@ HTTP is stateless. To share state, we can use Cookies.
|
|||||||
TODO: explain what is actually a Cookie
|
TODO: explain what is actually a Cookie
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>What is HTTP Pipelining?</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>What is a proxy?</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>What is a reverse proxy?</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>What is CDN?</summary><br><b>
|
||||||
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>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?</summary><br><b>
|
<summary>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?</summary><br><b>
|
||||||
</b></details>
|
</b></details>
|
||||||
|
Loading…
Reference in New Issue
Block a user