diff --git a/README.md b/README.md
index 553d16c..bf08c3c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
: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
@@ -413,7 +413,7 @@ You can describe the UI way to add new slaves but better to explain how to do in
#### Jenkins Integration
-How would you collect logs from Jenkins builds (not master) and display them to user via Kibana? Describe the process, components, etc.
+How would you collect logs from Jenkins builds (not master) and display them to user via Kibana? Describe the process, components, etc.
@@ -1923,6 +1923,14 @@ fork() is used for creating a new process. It does so by cloning the calling pro
Explain the exec system call
+
+What system call is used for listing files?
+
+
+
+What system call is used for creating a new process?
+
+
What are the differences between exec() and fork()?
@@ -1993,11 +2001,7 @@ These system calls are reading the file /my/file
and 5 is the file
-What system call is used for listing files?
-
-
-
-What system call is used for creating a new process?
+Describe three different ways to remove a file (or its content)