diff --git a/README.md b/README.md index 432d00d..bf646f0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/common-qa.md b/common-qa.md index f01e5a6..7f5429d 100644 --- a/common-qa.md +++ b/common-qa.md @@ -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.
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.