Skip to content

Commit cda4cee

Browse files
author
abregman
committed
Minor fixes
1 parent 66c0672 commit cda4cee

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:information_source:  This repository contains questions on various DevOps and SRE related topics
44

5-
:bar_chart:  There are currently **744** questions
5+
:bar_chart:  There are currently **746** questions
66

77
:books:  To learn more about DevOps check the resources in [DevOpsBit.com](https://devopsbit.com)
88

@@ -62,6 +62,7 @@
6262
<td align="center"><a href="#HR"><img src="images/HR.png" width="110px;" height="75px;" alt="HR"/><br /><b>HR</b></a></td>
6363
</tr>
6464
<tr>
65+
<td align="center"><a href="#design"><img src="images/design.png" width="110px;" height="75px;" alt="Design"/><br /><b>Design</b></a></td>
6566
<td align="center"><a href="#challenges"><img src="images/challenges.png" width="110px;" height="75px;" alt="Challenges"/><br /><b>Challenges</b></a></td>
6667
</tr>
6768
</table>
@@ -413,11 +414,14 @@ You can describe the UI way to add new slaves but better to explain how to do in
413414
#### :baby: Beginner
414415

415416
<details>
416-
<summary>What is "Cloud"?</summary><br><b>
417+
<summary>What is Cloud Computing? What is a Cloud Provider?</summary><br><b>
417418
</b></details>
418419

419420
<details>
420421
<summary>What are the advantages of cloud computing? Mention at least 3 advantages</summary><br><b>
422+
423+
* 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.
424+
* Scalable - resources are scaled down or up based on demand
421425
</b></details>
422426

423427
<details>
@@ -446,6 +450,13 @@ In On-Premise solution, it's quite the opposite. You need to take care of hardwa
446450

447451
<details>
448452
<summary>What is Serverless Computing?</summary><br><b>
453+
454+
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.
455+
456+
It's important to note that:
457+
458+
* Serverless Computing is still using servers. So saying there are no servers in serverless computing is completely wrong
459+
* 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
449460
</b></details>
450461

451462
## AWS
@@ -5467,6 +5478,22 @@ you can show how you'd be able to mitigate that problem.
54675478
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.
54685479
</b></details>
54695480
5481+
## Design
5482+
5483+
#### Scalability
5484+
5485+
<details>
5486+
<summary>Explain Vertical Scaling</summary><br><b>
5487+
5488+
Vertical Scaling is the process of adding resources to increase power of existing servers. For example, adding more CPUs, adding more RAM, etc.
5489+
</b></details>
5490+
5491+
<details>
5492+
<summary>Explain Horizontal Scaling</summary><br><b>
5493+
5494+
Horizontal Scaling is the process of adding more resources that will be able handle requests as one unit
5495+
</b></details>
5496+
54705497
## Challenges
54715498
54725499
Challenges require you one of the following:

credits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ OpenStack logo created by and a trademark of The <a href="https://www.openstack.
1111
Linux, Kubernetes and Prometheus logos are trademarks of The Linux Foundation®<br>
1212
Mongo logo is a trademark of <a href="www.mongodb.com">Mongo®</a><br>
1313
Distributed logo by <a href="https://www.iconfinder.com/Flatart">Flatart</a><br>
14+
Challenge icon by Elizabeth Arostegui in Technology Mix

images/challenges.png

33.8 KB
Loading

images/design.png

12.3 KB
Loading

0 commit comments

Comments
 (0)