Skip to content

Commit 527e202

Browse files
author
abregman
committed
Add more questions
1 parent 02f7b3c commit 527e202

File tree

1 file changed

+36
-29
lines changed

1 file changed

+36
-29
lines changed

README.md

Lines changed: 36 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
:information_source:  This repository contains interview questions on various DevOps and SRE related topics
44

5-
:bar_chart:  There are currently **512** questions
5+
:bar_chart:  There are currently **516** questions
66

77
***
88
<p align="center"><b> 🎉 Questions are now available at <a href="http://devopsbit.com/devops-interview-questions">devopsbit.com</a> 🎉 </b> </p>
@@ -941,8 +941,7 @@ I consider this as a good blog post to read more about it: https://shapeshed.com
941941
Hard link is the same file, using the same inode.
942942
Soft link is a shortcut to another file, using a different inode.
943943

944-
Soft links can be created between different file systems while.
945-
Hard link can be created only within the same file system.
944+
Soft links can be created between different file systems while hard link can be created only within the same file system.
946945
</b></details>
947946

948947
<details>
@@ -1252,6 +1251,32 @@ While an A record points a domain name to an IP address, a PTR record does the o
12521251
<summary>How to print the shared libraries required by a certain program? What is it useful for?</summary><br><b>
12531252
</b></details>
12541253

1254+
##### Users
1255+
1256+
<details>
1257+
<summary>How do you create users? Where user information is stored?</summary><br><b>
1258+
</b></details>
1259+
1260+
<details>
1261+
<summary>Do you know how to create a new user without using adduser/useradd command?</summary><br><b>
1262+
</b></details>
1263+
1264+
<details>
1265+
<summary>How to add a new user to the system without providing him the ability to log-in into the system?</summary><br><b>
1266+
1267+
* adduser user_name --shell=/bin/false --no-create-home
1268+
</b></details>
1269+
1270+
<details>
1271+
<summary>What can you do if you lost/forogt the root password?</summary><br><b>
1272+
1273+
Re-install the OS IS NOT the right answer :)
1274+
</b></details>
1275+
1276+
<details>
1277+
<summary>What is sudo? How do you set it up?</summary><br><b>
1278+
</b></details>
1279+
12551280
<a name="linux-advanced"></a>
12561281
#### :star: Advanced
12571282

@@ -1678,6 +1703,10 @@ List
16781703
<summary>Explain "State Locking"</summary><br><b>
16791704
</b></details>
16801705

1706+
<details>
1707+
<summary>What is the "Random" provider? What is it used for</summary><br><b>
1708+
</b></details>
1709+
16811710
## Docker
16821711

16831712
<a name="docker-beginner"></a>
@@ -1843,41 +1872,19 @@ Kubernetes is especially good for scenarios when you no longer running small num
18431872
</b></details>
18441873

18451874
<details>
1846-
<summary>How do you monitor your Kubernetes?</summary><br><b>
1847-
</b></details>
1848-
1849-
<details>
1850-
<summary>What is kubectl? How do you use it?</summary><br><b>
1851-
</b></details>
1852-
1853-
<details>
1854-
<summary>What is kubconfig? What do you use it for?</summary><br><b>
1855-
</b></details>
1856-
1857-
##### Users
1858-
1859-
<details>
1860-
<summary>How do you create users? Where user information is stored?</summary><br><b>
1875+
<summary>True or False? A pod can manage multiple containers</summary><br><b>
18611876
</b></details>
18621877

18631878
<details>
1864-
<summary>Do you know how to create a new user without using adduser/useradd command?</summary><br><b>
1865-
</b></details>
1866-
1867-
<details>
1868-
<summary>How to add a new user to the system without providing him the ability to log-in into the system?</summary><br><b>
1869-
1870-
* adduser user_name --shell=/bin/false --no-create-home
1879+
<summary>How do you monitor your Kubernetes?</summary><br><b>
18711880
</b></details>
18721881

18731882
<details>
1874-
<summary>What can you do if you lost/forogt the root password?</summary><br><b>
1875-
1876-
Re-install the OS IS NOT the right answer :)
1883+
<summary>What is kubectl? How do you use it?</summary><br><b>
18771884
</b></details>
18781885

18791886
<details>
1880-
<summary>What is sudo? How do you set it up?</summary><br><b>
1887+
<summary>What is kubconfig? What do you use it for?</summary><br><b>
18811888
</b></details>
18821889

18831890
## Coding

0 commit comments

Comments
 (0)