Minor fixes
This commit is contained in:
parent
66c0672a08
commit
cda4ceed77
31
README.md
31
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 **744** questions
|
:bar_chart: There are currently **746** 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)
|
||||||
|
|
||||||
@ -62,6 +62,7 @@
|
|||||||
<td align="center"><a href="#HR"><img src="images/HR.png" width="110px;" height="75px;" alt="HR"/><br /><b>HR</b></a></td>
|
<td align="center"><a href="#HR"><img src="images/HR.png" width="110px;" height="75px;" alt="HR"/><br /><b>HR</b></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td align="center"><a href="#design"><img src="images/design.png" width="110px;" height="75px;" alt="Design"/><br /><b>Design</b></a></td>
|
||||||
<td align="center"><a href="#challenges"><img src="images/challenges.png" width="110px;" height="75px;" alt="Challenges"/><br /><b>Challenges</b></a></td>
|
<td align="center"><a href="#challenges"><img src="images/challenges.png" width="110px;" height="75px;" alt="Challenges"/><br /><b>Challenges</b></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -413,11 +414,14 @@ You can describe the UI way to add new slaves but better to explain how to do in
|
|||||||
#### :baby: Beginner
|
#### :baby: Beginner
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What is "Cloud"?</summary><br><b>
|
<summary>What is Cloud Computing? What is a Cloud Provider?</summary><br><b>
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What are the advantages of cloud computing? Mention at least 3 advantages</summary><br><b>
|
<summary>What are the advantages of cloud computing? Mention at least 3 advantages</summary><br><b>
|
||||||
|
|
||||||
|
* Pay as you go (or consumption-based payment) - you are paying only for what you are using. No upfront payments and payment stops when resources are no longer used.
|
||||||
|
* Scalable - resources are scaled down or up based on demand
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -446,6 +450,13 @@ In On-Premise solution, it's quite the opposite. You need to take care of hardwa
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What is Serverless Computing?</summary><br><b>
|
<summary>What is Serverless Computing?</summary><br><b>
|
||||||
|
|
||||||
|
The main idea behind serverless computing is that you don't need to manage the creation and configuration of server. All you need to focus on is splitting your app into multiple functions which will be triggered by some actions.
|
||||||
|
|
||||||
|
It's important to note that:
|
||||||
|
|
||||||
|
* Serverless Computing is still using servers. So saying there are no servers in serverless computing is completely wrong
|
||||||
|
* Serverless Computing allows you to have different paying model. You basically pay only when your functions are running and not when the VM or containers are running as in other payment models
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
## AWS
|
## AWS
|
||||||
@ -5467,6 +5478,22 @@ you can show how you'd be able to mitigate that problem.
|
|||||||
Not only this will tell you what is expected from you, it will also provide big hint on the type of work you are going to do in the first months of your job.
|
Not only this will tell you what is expected from you, it will also provide big hint on the type of work you are going to do in the first months of your job.
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
|
## Design
|
||||||
|
|
||||||
|
#### Scalability
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Explain Vertical Scaling</summary><br><b>
|
||||||
|
|
||||||
|
Vertical Scaling is the process of adding resources to increase power of existing servers. For example, adding more CPUs, adding more RAM, etc.
|
||||||
|
</b></details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Explain Horizontal Scaling</summary><br><b>
|
||||||
|
|
||||||
|
Horizontal Scaling is the process of adding more resources that will be able handle requests as one unit
|
||||||
|
</b></details>
|
||||||
|
|
||||||
## Challenges
|
## Challenges
|
||||||
|
|
||||||
Challenges require you one of the following:
|
Challenges require you one of the following:
|
||||||
|
@ -11,3 +11,4 @@ OpenStack logo created by and a trademark of The <a href="https://www.openstack.
|
|||||||
Linux, Kubernetes and Prometheus logos are trademarks of The Linux Foundation®<br>
|
Linux, Kubernetes and Prometheus logos are trademarks of The Linux Foundation®<br>
|
||||||
Mongo logo is a trademark of <a href="www.mongodb.com">Mongo®</a><br>
|
Mongo logo is a trademark of <a href="www.mongodb.com">Mongo®</a><br>
|
||||||
Distributed logo by <a href="https://www.iconfinder.com/Flatart">Flatart</a><br>
|
Distributed logo by <a href="https://www.iconfinder.com/Flatart">Flatart</a><br>
|
||||||
|
Challenge icon by Elizabeth Arostegui in Technology Mix
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 46 KiB |
BIN
images/design.png
Normal file
BIN
images/design.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user