Skip to content

Commit 78483a3

Browse files
authored
Additional question - Close chassing#43
thanks @Homan13 for these questions
1 parent bd2ebd3 commit 78483a3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
8080
* What is the difference between Telnet and SSH?
8181
* Explain the three load averages and what do they indicate. What command can be used to view the load averages?
8282
* 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.
8486

8587
####[[]](#toc) <a name='medium'>Medium Linux Questions:</a>
8688

@@ -145,6 +147,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
145147
* How can you tell if the httpd package was already installed?
146148
* How can you list the contents of a package?
147149
* 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?
148151

149152
####[[]](#toc) <a name='hard'>Hard Linux Questions:</a>
150153

@@ -210,7 +213,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
210213
* Describe briefly the steps you need to follow in order to create a simple master/slave cluster.
211214
* Why should you run "mysql_secure_installation" after installing MySQL?
212215
* How do you check which jobs are running?
213-
216+
* How would you take a backup of a MySQL database?
214217

215218
####[[]](#toc) <a name='devop'>DevOps Questions:</a>
216219

@@ -231,6 +234,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
231234
* What are the advantages/disadvantages of script vs compiled program?
232235
* What's the relationship between continuous delivery and DevOps?
233236
* 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?
234238

235239
####[[]](#toc) <a name='fun'>Fun Questions:</a>
236240

0 commit comments

Comments
 (0)