You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
#### :baby: Beginner
65
65
66
66
<details>
67
-
<summary>What is DevOps? What DevOps helps us to achieve?</summary><br><b>
67
+
<summary>What is DevOps?</summary><br><b>
68
68
69
69
There are many good answers to this question. I like Amazon's description of DevOps:
70
70
@@ -155,7 +155,7 @@ which follows the immutable infrastructure paradigm.
155
155
</b></details>
156
156
157
157
<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>
159
159
160
160
* Archive - collect all your app files into one archive (e.g. tar) and deliver it to the user.
161
161
* 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
182
182
</b></details>
183
183
184
184
<details>
185
-
<summary>What is Open Source? What are some its benefits?</summary><br><b>
185
+
<summary>Explain "Open Source"</summary><br><b>
186
186
</b></details>
187
187
188
188
##### SRE
@@ -254,7 +254,7 @@ Note: cross-dependency is when you have two or more changes to separate projects
254
254
</b></details>
255
255
256
256
<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>
258
258
</b></details>
259
259
260
260
## Jenkins
@@ -267,7 +267,7 @@ Note: cross-dependency is when you have two or more changes to separate projects
267
267
</b></details>
268
268
269
269
<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?
271
271
272
272
* Travis
273
273
* Bamboo
@@ -349,14 +349,13 @@ Note: cross-dependency is when you have two or more changes to separate projects
349
349
<summary>Have you written Jenkins scripts? If yes, what for and how they work?</summary><br><b>
350
350
</b></details>
351
351
352
-
353
352
## Cloud
354
353
355
354
<aname="cloud-beginner"></a>
356
355
#### :baby: Beginner
357
356
358
357
<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>
0 commit comments