This commit is contained in:
abregman 2021-07-11 11:07:44 +03:00
parent 71580d2ae9
commit 122d158096
2 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@
:information_source:  This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :)
:bar_chart:  There are currently **1575** questions
:bar_chart:  There are currently **1600** questions
:books:  To learn more about DevOps and SRE, check the resources in [devops-resources](https://github.com/bregman-arie/devops-resources) repository
:warning:  You can use these for preparing for an interview but most of the questions and exercises don't represent an actual interview. Please read [Q&A](common-qa.md) for more details
:busts_in_silhouette:  [Join](https://www.facebook.com/groups/538897960007080) our [DevOps community](https://www.facebook.com/groups/538897960007080) where we have discussions and resources on DevOps
:busts_in_silhouette:  [Join](https://www.facebook.com/groups/538897960007080) our [DevOps community](https://www.facebook.com/groups/538897960007080) where we have discussions and share resources on DevOps
:pencil:  You can add more questions and exercises by submitting pull requests :) Read about contribution guidelines [here](CONTRIBUTING.md)

View File

@ -81,7 +81,7 @@ I listed some roadmaps in [devops-resources](https://github.com/bregman-arie/dev
### Why some questions repeat themselves?
If you see two identical questions, that's a bug.
If you see two identical questions, that's a bug.<br>
If you see two similar questions, that's a feature :D (= it's intentional)
For example:
@ -89,4 +89,4 @@ For example:
1. What is horizontal scaling?
2. The act of adding additional instances to the pool to handle scaling is called ________ scaling
You are right, both ask about horizontal scaling but first of all but, it's done from a different angel every time and in addition, I do believe repetition helps you to learn something better in a way where you are not fixed on one way it's asked.
You are right, both ask about horizontal scaling but it's done from a different angel in every question and in addition, I do believe repetition helps you to learn something in a way where you are not fixed on the way it's asked, rather you understand the concept itself.