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
<summary>What is a bridge? How it's added in Linux OS?</summary><br><b>
1683
1683
</b></details>
1684
1684
1685
-
##### Linux DNS
1685
+
##### Linux - DNS
1686
1686
1687
1687
<details>
1688
1688
<summary>How to check what is the hostname of the system?</summary><br><b>
@@ -1706,6 +1706,21 @@ You can specify one or more of the following:
1706
1706
* <code>nslookup</code>
1707
1707
</b></details>
1708
1708
1709
+
<details>
1710
+
<summary>You run <code>dig codingshell.com</code> and get the following result:
1711
+
1712
+
```
1713
+
ANSWER SECTION:
1714
+
codingshell.com. 3515 IN A 185.199.109.153
1715
+
```
1716
+
1717
+
What is the meaning of the number 3515?
1718
+
</summary><br><b>
1719
+
1720
+
This is the TTL. When you lookup for an address using a domain/host name, your OS is performing DNS resolution by contacting DNS name servers to get the IP address of the host/domain you are looking for.<br>
1721
+
When you get a reply, this reply in cached in your OS for a certain period of time. This is period of time is also known as TTL and this is the meaning of 3515 number - it will be cached for 3515 seconds before removed from the cache and during that period of time, you'll get the value from the cache instead of asking DNS name servers for the address again.
1722
+
</b></details>
1723
+
1709
1724
##### Linux - Packaging
1710
1725
1711
1726
<details>
@@ -1881,6 +1896,13 @@ Using the `last` command.
1881
1896
* id</summary><br><b>
1882
1897
</b></details>
1883
1898
1899
+
<details>
1900
+
<summary>You run <code>grep $(whoami) /etc/passwd</code> but the output is empty. What might be a possible reason for that?</summary><br><b>
1901
+
1902
+
The user you are using isn't defined locally but originates from services like LDAP.<br>
1903
+
You can verify with: `getent passwd`
1904
+
</b></details>
1905
+
1884
1906
#### Linux Hardware
1885
1907
1886
1908
<details>
@@ -6756,6 +6778,12 @@ I can't answer this for you :)
6756
6778
<summary>What's OKR?</summary><br><b>
6757
6779
</b></details>
6758
6780
6781
+
<details>
6782
+
<summary>What's DSL (Domain Specific Language)?</summary><br><b>
6783
+
6784
+
Domain Specific Language (DSLs) are used to create a customised language that represents the domain such that domain experts can easily interpret it.
6785
+
</b></details>
6786
+
6759
6787
<details>
6760
6788
<summary>What's the difference between KPI and OKR?</summary><br><b>
These are not DevOps related questions as you probably noticed, but since they are part of the DevOps interview process I've decided it might be good to keep them
7228
-
7229
-
<details>
7230
-
<summary>Tell us little bit about yourself</summary><br><b>
7231
-
</b></details>
7232
-
7233
-
<details>
7234
-
<summary>Tell me about your last big project/task you worked on</summary><br><b>
7235
-
</b></details>
7236
-
7237
-
<details>
7238
-
<summary>What was most challenging part in the project you worked on?</summary><br><b>
7239
-
</b></details>
7240
-
7241
-
<details>
7242
-
<summary>How did you hear about us?</summary><br><b>
7243
-
7244
-
Tell them how did you hear about them :D
7245
-
Relax, there is no wrong or right answer here...I think.
7246
-
</b></details>
7247
-
7248
-
<details>
7249
-
<summary>How would you describe a good leadership?</summary><br><b>
7250
-
</b></details>
7251
-
7252
-
<details>
7253
-
<summary>Describe yourself in one word</summary><br><b>
7254
-
</b></details>
7255
-
7256
-
<details>
7257
-
<summary>Tell me about a time where you didn't agree on an implementation</summary><br><b>
7258
-
</b></details>
7259
-
7260
-
<details>
7261
-
<summary>How do you deal with a situation where key stakeholders are not around and a big decision needs to be made? </summary><br><b>
7262
-
</b></details>
7263
-
7264
-
<details>
7265
-
<summary>Where do you see yourself 5 years down the line?</summary><br><b>
7266
-
</b></details>
7267
-
7268
-
<details>
7269
-
<summary>Give an example of a time when you were able to change the view of a team about a particular tool/project/technology</summary><br><b>
7270
-
</b></details>
7271
-
7272
-
<details>
7273
-
<summary>Have you ever caused a service outage? (or broke a working project, tool, ...?)</summary><br><b>
7274
-
7275
-
If you worked in this area for more than 5 years it's hard to imagine the answer would be no. It also doesn't have to be big service outage. Maybe you merged some code that broke a project or its tests. Simply focus on what you learned from such experience.
7276
-
</b></details>
7277
-
7278
-
<details>
7279
-
<summary>Rank the following in order 1 to 5, where 1 is most important: salaray, benefits, career, team/people, work life balance</summary><br><b>
7280
-
7281
-
You know best your order just have a good thought if you really want to put salary in top or bottom....
7282
-
</b></details>
7283
-
7284
-
<details>
7285
-
<summary>You have three important tasks scheduled for today. One is for your boss, second for a colleague who is also a friend, third is for a customer. All tasks are equally important. What do you do first?</summary><br><b>
7286
-
</b></details>
7287
-
7288
-
<details>
7289
-
<summary>You have a colleague you don‘t get along with. Tell us some strategies how you create a good work relationship with them anyway.</summary><br><b>
7290
-
7291
-
Bad answer: I don't.
7292
-
Better answer: Every person has strengths and weaknesses. This is true also for colleagues I don't have good work relationship with and this is what helps me to create good work relationship with them. If I am able to highlight or recognize their strengths I'm able to focus mainly on that when communicating with them.
7293
-
</b></details>
7294
-
7295
-
<details>
7296
-
<summary>What do you love about your work?</summary><br><b>
7297
-
7298
-
You know the best, but some ideas if you find it hard to express yourself:
7299
-
7300
-
* Diversity
7301
-
* Complexity
7302
-
* Challenging
7303
-
* Communication with several different teams
7304
-
</b></details>
7305
-
7306
-
<details>
7307
-
<summary>What are your responsibilities in your current position?</summary><br><b>
7308
-
7309
-
You know the best :)
7310
-
</b></details>
7311
-
7312
-
<details>
7313
-
<summary>Why should we hire you for the role?</summary><br><b>
7314
-
7315
-
You can use and elaborate on one or all of the following:
7316
-
7317
-
* Passion
7318
-
* Motivation
7319
-
* Autodidact
7320
-
* Creativity (be able to support it with some actual examples)
7321
-
</b></details>
7322
-
7323
-
#### Pointless Questions
7324
-
7325
-
<details>
7326
-
<summary>Why do you want to work here?</summary><br><b>
7327
-
</b></details>
7328
-
7329
-
<details>
7330
-
<summary>Why are you looking to leave your current place?</summary><br><b>
7331
-
</b></details>
7332
-
7333
-
<details>
7334
-
<summary>What are your strengths and weaknesses?</summary><br><b>
7335
-
</b></details>
7336
-
7337
-
<details>
7338
-
<summary>Where do you see yourself in five years?</summary><br><b>
7339
-
</b></details>
7340
-
7341
-
#### Team Lead
7342
-
7343
-
<details>
7344
-
<summary>How would you improve productivity in your team?</summary><br><b>
0 commit comments