@@ -80,7 +80,9 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
80
80
* What is the difference between Telnet and SSH?
81
81
* Explain the three load averages and what do they indicate. What command can be used to view the load averages?
82
82
* Can you name a lower-case letter that is not a valid option for GNU ``` ls ``` ?
83
-
83
+ * What is a Linux kernel module?
84
+ * Walk me through the steps in booting into single user mode to troubleshoot a problem.
85
+ * Walk me through the steps you'd take to troubleshoot a 404 error on a web application you administer.
84
86
85
87
####[[ ⬆]] ( #toc ) <a name =' medium ' >Medium Linux Questions:</a >
86
88
@@ -145,6 +147,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
145
147
* How can you tell if the httpd package was already installed?
146
148
* How can you list the contents of a package?
147
149
* How can you determine which package is better: openssh-server-5.3p1-118.1.el6_8.x86_64 or openssh-server-6.6p1-1.el6.x86_64 ?
150
+ * Can you explain to me the difference between block based, and object based storage?
148
151
149
152
####[[ ⬆]] ( #toc ) <a name =' hard ' >Hard Linux Questions:</a >
150
153
@@ -210,7 +213,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
210
213
* Describe briefly the steps you need to follow in order to create a simple master/slave cluster.
211
214
* Why should you run "mysql_secure_installation" after installing MySQL?
212
215
* How do you check which jobs are running?
213
-
216
+ * How would you take a backup of a MySQL database?
214
217
215
218
####[[ ⬆]] ( #toc ) <a name =' devop ' >DevOps Questions:</a >
216
219
@@ -231,6 +234,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
231
234
* What are the advantages/disadvantages of script vs compiled program?
232
235
* What's the relationship between continuous delivery and DevOps?
233
236
* What are the important aspects of a system of continuous integration and deployment?
237
+ * How would you enable network file sharing within AWS that would allow EC2 instances in multiple availability zones to share data?
234
238
235
239
####[[ ⬆]] ( #toc ) <a name =' fun ' >Fun Questions:</a >
236
240
0 commit comments