diff --git a/README.md b/README.md index a18402e..39c5272 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ #### :baby: Beginner
-What is DevOps? What DevOps helps us to achieve?
+What is DevOps?
There are many good answers to this question. I like Amazon's description of DevOps: @@ -155,7 +155,7 @@ which follows the immutable infrastructure paradigm.
-What ways are you familiar with to deliver a software? What are the disadvantages of each method?
+What ways are you familiar with to deliver a software? What are the advantages and disadvantages of each method?
* Archive - collect all your app files into one archive (e.g. tar) and deliver it to the user. * Package - depends on the OS, you can use your OS package format (e.g. in RHEL/Fefodra it's RPM) to deliver your software with a way to install, uninstall and update it using the standard packager commands @@ -182,7 +182,7 @@ Stateful applications depend on the storage to save state and data, typically da
-What is Open Source? What are some its benefits?
+Explain "Open Source"
##### SRE @@ -254,7 +254,7 @@ Note: cross-dependency is when you have two or more changes to separate projects
-When you publish a project, you usually publish it with a license. What types of licenses are you familiar with?
+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?
## Jenkins @@ -267,7 +267,7 @@ Note: cross-dependency is when you have two or more changes to separate projects
-What are the advantages of Jenkins over its competitors? Can you compare it to one of the following systems?: +What are the advantages of Jenkins over its competitors? Can you compare it to one of the following systems? * Travis * Bamboo @@ -349,14 +349,13 @@ Note: cross-dependency is when you have two or more changes to separate projects Have you written Jenkins scripts? If yes, what for and how they work?
- ## Cloud #### :baby: Beginner
-What are The advantages of cloud computing? Mention at least 3 advantages
+What are the advantages of cloud computing? Mention at least 3 advantages