Skip to content

Commit 1832e2f

Browse files
author
abregman
committed
Minor fixes
1 parent 4f9442d commit 1832e2f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#### :baby: Beginner
6565

6666
<details>
67-
<summary>What is DevOps? What DevOps helps us to achieve?</summary><br><b>
67+
<summary>What is DevOps?</summary><br><b>
6868

6969
There are many good answers to this question. I like Amazon's description of DevOps:
7070

@@ -155,7 +155,7 @@ which follows the immutable infrastructure paradigm.
155155
</b></details>
156156

157157
<details>
158-
<summary>What ways are you familiar with to deliver a software? What are the disadvantages of each method?</summary><br><b>
158+
<summary>What ways are you familiar with to deliver a software? What are the advantages and disadvantages of each method?</summary><br><b>
159159

160160
* Archive - collect all your app files into one archive (e.g. tar) and deliver it to the user.
161161
* 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
182182
</b></details>
183183

184184
<details>
185-
<summary>What is Open Source? What are some its benefits?</summary><br><b>
185+
<summary>Explain "Open Source"</summary><br><b>
186186
</b></details>
187187

188188
##### SRE
@@ -254,7 +254,7 @@ Note: cross-dependency is when you have two or more changes to separate projects
254254
</b></details>
255255

256256
<details>
257-
<summary>When you publish a project, you usually publish it with a license. What types of licenses are you familiar with?</summary><br><b>
257+
<summary>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?</summary><br><b>
258258
</b></details>
259259

260260
## Jenkins
@@ -267,7 +267,7 @@ Note: cross-dependency is when you have two or more changes to separate projects
267267
</b></details>
268268

269269
<details>
270-
<summary>What are the advantages of Jenkins over its competitors? Can you compare it to one of the following systems?:
270+
<summary>What are the advantages of Jenkins over its competitors? Can you compare it to one of the following systems?
271271

272272
* Travis
273273
* Bamboo
@@ -349,14 +349,13 @@ Note: cross-dependency is when you have two or more changes to separate projects
349349
<summary>Have you written Jenkins scripts? If yes, what for and how they work?</summary><br><b>
350350
</b></details>
351351

352-
353352
## Cloud
354353

355354
<a name="cloud-beginner"></a>
356355
#### :baby: Beginner
357356

358357
<details>
359-
<summary>What are The advantages of cloud computing? Mention at least 3 advantages</summary><br><b>
358+
<summary>What are the advantages of cloud computing? Mention at least 3 advantages</summary><br><b>
360359
</b></details>
361360

362361
<details>

0 commit comments

Comments
 (0)