Add new questions
And change license due to content being copied without providing credit.
This commit is contained in:
20
README.md
20
README.md
@ -2,7 +2,7 @@
|
||||
|
||||
:information_source: This repository contains interview questions on various DevOps and SRE related topics
|
||||
|
||||
:bar_chart: There are currently **503** questions
|
||||
:bar_chart: There are currently **506** questions
|
||||
|
||||
:books: To learn more about DevOps check the resources in [devops-resources](https://github.com/bregman-arie/devops-resources)
|
||||
|
||||
@ -315,6 +315,12 @@ Note: cross-dependency is when you have two or more changes to separate projects
|
||||
<summary>Can you describe some of Jenkins best practices?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Describe how do you add new slaves to Jenkins</summary><br><b>
|
||||
|
||||
You can describe the UI way to add new slaves but better to explain how to do in a way that scales like a script or using dynamic source for slaves like one of the existing clouds.
|
||||
</b></details>
|
||||
|
||||
<a name="jenkins-advanced"></a>
|
||||
#### :star: Advanced
|
||||
|
||||
@ -1635,6 +1641,10 @@ Map
|
||||
List
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is a data source? In what scenarios for example would need to use it?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What are output variables and what <code>terraform output</code> does?</summary><br><b>
|
||||
</b></details>
|
||||
@ -3459,6 +3469,10 @@ Although the following questions are not DevOps related, they are still quite co
|
||||
<summary>Tell me about your last big project/task you worked on</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Why do you want to work here?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
## Scenarios
|
||||
|
||||
Scenarios are questions which don't have verbal answer and require you one of the following:
|
||||
@ -3476,3 +3490,7 @@ Below you can find several scenario questions:
|
||||
* [Cloud Slack bot](scenarios/cloud_slack_bot.md)
|
||||
* [Writing Jenkins Scripts](scenarios/jenkins_scripts.md)
|
||||
* [Writing Jenkins Pipelines](scenarios/jenkins_pipelines.md)
|
||||
|
||||
## License
|
||||
|
||||
[](https://creativecommons.org/licenses/by-nc-nd/3.0/)
|
||||
|
Reference in New Issue
Block a user