Add a couple of questions

This commit is contained in:
abregman 2020-02-14 23:27:48 +02:00
parent 1a7bbb06f8
commit 32aa9b71a5

View File

@ -2,7 +2,7 @@
:information_source:  This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :) :information_source:  This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :)
:bar_chart:  There are currently **878** questions :bar_chart:  There are currently **881** questions
:warning:  You can use these for preparing for an interview but most of the questions and exercises don't represent an actual interview. Please read [Q&A](common-qa.md) for more details :warning:  You can use these for preparing for an interview but most of the questions and exercises don't represent an actual interview. Please read [Q&A](common-qa.md) for more details
@ -413,7 +413,7 @@ You can describe the UI way to add new slaves but better to explain how to do in
#### Jenkins Integration #### Jenkins Integration
<details> <details>
<summary>How would you collect logs from Jenkins builds (not master) and display them to user via Kibana? Describe the process, components, etc.</summary><br> <summary>How would you collect logs from Jenkins builds (not master) and display them to user via Kibana? Describe the process, components, etc.<br>
<img src="images/jenkins/jenkins-to-kibana.png" width="621x;" height="171px;"/> <img src="images/jenkins/jenkins-to-kibana.png" width="621x;" height="171px;"/>
</summary><br><b> </summary><br><b>
</b></details> </b></details>
@ -1923,6 +1923,14 @@ fork() is used for creating a new process. It does so by cloning the calling pro
<summary>Explain the exec system call</summary><br><b> <summary>Explain the exec system call</summary><br><b>
</b></details> </b></details>
<details>
<summary>What system call is used for listing files?</summary><br><b>
</b></details>
<details>
<summary>What system call is used for creating a new process?</summary><br><b>
</b></details>
<details> <details>
<summary>What are the differences between exec() and fork()?</summary><br><b> <summary>What are the differences between exec() and fork()?</summary><br><b>
</b></details> </b></details>
@ -1993,11 +2001,7 @@ These system calls are reading the file <code>/my/file</code> and 5 is the file
</b></details> </b></details>
<details> <details>
<summary>What system call is used for listing files?</summary><br><b> <summary>Describe three different ways to remove a file (or its content)</summary><br><b>
</b></details>
<details>
<summary>What system call is used for creating a new process?</summary><br><b>
</b></details> </b></details>
<details> <details>