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
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
:information_source: This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :)
4
4
5
-
:bar_chart: There are currently **871** questions
5
+
:bar_chart: There are currently **878** questions
6
6
7
7
: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
8
8
@@ -400,7 +400,7 @@ You can describe the UI way to add new slaves but better to explain how to do in
400
400
<summary>How would you implement an option of a starting a build from a certain stage and not from the beginning?</summary><br><b>
401
401
</b></details>
402
402
403
-
#####Jenkins Dev
403
+
#### Jenkins Dev
404
404
405
405
<details>
406
406
<summary>Do you have experience with developing a Jenkins plugin? Can you describe this experience?</summary><br><b>
@@ -410,6 +410,14 @@ You can describe the UI way to add new slaves but better to explain how to do in
410
410
<summary>Have you written Jenkins scripts? If yes, what for and how they work?</summary><br><b>
411
411
</b></details>
412
412
413
+
#### Jenkins Integration
414
+
415
+
<details>
416
+
<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>
@@ -5708,8 +5716,6 @@ HTTP Header Injection vulnerabilities occur when user input is insecurely includ
5708
5716
<summary>Explain what is Buffer Overflow</summary><br><b>
5709
5717
5710
5718
A buffer overflow (or buffer overrun) occurs when the volume of data exceeds the storage capacity of the memory buffer. As a result, the program attempting to write the data to the buffer overwrites adjacent memory locations.
5711
-
5712
-
5713
5719
</b></details>
5714
5720
5715
5721
##### Containers
@@ -6642,6 +6648,7 @@ Below you can find several exercises
6642
6648
6643
6649
*[Writing a Dockerfile and running a container](exercises/write_dockerfile_run_container.md)
6644
6650
*[Elasticsearch & Kibana on AWS](exercises/elk_kibana_aws.md)
6651
+
*[ELK & Filebeat](exercises/eflk.md)
6645
6652
*[Ansible, Minikube and Docker](exercises/ansible_minikube_docker.md)
0 commit comments