devops-exercises/README.md

810 lines
24 KiB
Markdown
Raw Normal View History

2019-10-03 19:48:59 +02:00
# DevOps Interview Questions
<p align="center">"<i>DevOps is not a goal, but a never-ending process of continual improvement.</i>" - Jez Humble</p>
****
:information_source: &nbsp;This repository contains interview questions on various DevOps related topics
:bar_chart: &nbsp;There are currently **112** interview questions
:warning: &nbsp;Some answers might be only partial and shouldn't be used as they are in interviews
:pencil: &nbsp;You can add more questions & answers by submitting pull requests :)
****
2019-10-03 19:48:59 +02:00
<!-- ALL-TOPICS-LIST:START -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<center>
<table>
<tr>
<td align="center"><a href="#devops"><img src="images/devops.png" width="75px;" height="75px;" alt="DevOps" /><br /><b>DevOps</b></a><br /><sub><a href="#devops-beginner">Beginner :baby:</a></sub><br><sub><a href="#devops-advanced">Advanced :star:</a></sub></td>
<td align="center"><a href="#jenkins"><img src="images/jenkins.png" width="75px;" height="85px;" alt="Jenkins"/><br /><b>Jenkins</b></a><br /><sub><a href="#jenkins-beginner">Beginner :baby:</a></sub><br><sub><a href="#jenkins-advanced">Advanced :star:</a></sub></td>
<td align="center"><a href="#aws"><img src="images/aws.png" width="120px;" height="75px;" alt="AWS"/><br /><b>AWS</b></a><br /><sub><a href="#aws-beginner">Beginner :baby:</a></sub><br><sub></td>
<td align="center"><a href="#Network"><img src="images/network.png" width="75x;" height="75px;" alt="Network"/><br /><b>Network</b></a><br /><sub><a href="#network-beginner">Beginner :baby:</a></sub><br><sub></td>
<td align="center"><a href="#linux"><img src="images/linux.png" width="75x;" height="75px;" alt="Linux"/><br /><b>Linux</b></a><br /><sub><a href="#linux-beginner">Beginner :baby:</a></sub><br><sub></td>
<td align="center"><a href="#ansible"><img src="images/ansible.png" width="75px;" height="75px;" alt="Ansible"/><br /><b>Ansible</b></a><br /><sub><a href="#ansible-beginner">Beginner :baby:</a></sub><br><sub></td>
<td align="center"><a href="#terraform"><img src="images/terraform.png" width="75px;" height="75px;" alt="Terraform"/><br /><b>Terraform</b></a><br /><sub><a href="#terraform-beginner">Beginner :baby:</a></sub><br><sub></td>
<td align="center"><a href="#docker"><img src="images/docker.png" width="75px;" height="75px;" alt="Docker"/><br /><b>Docker</b></a><br /><sub><a href="#docker-beginner">Beginner :baby:</a></sub><br><sub></td>
</tr>
<tr>
<td align="center"><a href="#kubernetes"><img src="images/kubernetes.png" width="75px;" height="75px;" alt="kubernetes"/><br /><b>Kubernetes</b></a><br /><sub><a href="#kubernetes-beginner">Beginner :baby:</a></sub><br></td>
<td align="center"><a href="#python"><img src="images/python.png" width="75px;" height="75px;" alt="Python"/><br /><b>Python</b></a><br /><sub><a href="#python-beginner">Beginner :baby:</a></sub><br><sub></td>
<td align="center"><a href="#prometheus"><img src="images/prometheus.png" width="75px;" height="75px;" alt="Prometheus"/><br /><b>Prometheus</b></a><br /><sub><a href="#prometheus-beginner">Beginner :baby:</a></sub><br></td>
<td align="center"><a href="#git"><img src="images/git.png" width="75px;" height="75px;" alt="Git"/><br /><b>Git</b></a><br /><sub><a href="#git-beginner">Beginner :baby:</a></sub><br><sub><a href="#git-advanced">Advanced :star:</a></sub></td>
</tr>
</table>
</center>
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-TOPICS-LIST:END -->
2019-10-03 21:09:40 +02:00
2019-10-08 13:56:19 +02:00
## DevOps
<a name="devops-beginner"></a>
#### :baby: Beginner
2019-10-08 13:56:19 +02:00
<details>
<summary>What is Continuous Integration?</summary><br><b>
</b></details>
<details>
<summary>What is Continuous Deployment?</summary><br><b>
</b></details>
<details>
<summary>What is Continuous Delivery?</summary><br><b>
</b></details>
<details>
<summary>What DevOps helps us to achieve?</summary><br><b>
</b></details>
<details>
<summary>What do you consider as best practices for CI/CD?</summary><br><b>
</b></details>
<details>
<summary>What are the anti-patterns of DevOps?</summary><br><b>
</b></details>
<details>
<summary>Which DevOps tools you consider as top tools? Which tools have you worked with?</summary><br><b>
</b></details>
<details>
<summary>What systems and/or tools are you using for the following?:
* CI/CD
* Provisioning infrastructure
* Configuration Management
* Monitoring & alerting
* Logging
* Code review
* Code coverage
* Tests</summary><br><b>
</b></details>
<details>
<summary>What is the difference between SQL and NoSQL?</summary><br><b>
</b></details>
<details>
<summary>What the difference between VPN and VPS?</summary><br><b>
</b></details>
<details>
<summary>What is the difference between SSH and SSL?</summary><br><b>
</b></details>
<details>
<summary>What scripting language are you familiar with? why specifically this one?</summary><br><b>
</b></details>
<details>
<summary>Describe some of the scripts you have written. What are they used for? how long did it take you to write them?</summary><br><b>
</b></details>
<details>
<summary>How long do you think it would take you to learn another language?</summary><br><b>
</b></details>
<a name="devops-advanced"></a>
#### :star: Advanced
2019-10-08 13:56:19 +02:00
<details>
<summary>Tell me how you perform plan capacity for your CI/CD resources (e.g. servers, storage, etc.)</summary><br><b>
</b></details>
<details>
<summary>How would you structure/implement CD for an application which depends on several other applications?</summary><br><b>
</b></details>
<details>
<summary>How do you manage dependencies?</summary><br><b>
</b></details>
<details>
<summary>Explain what are design patterns. Which design patterns are you familar with?</summary><br><b>
</b></details>
<details>
<summary>How do you measure your CI/CD quality? Are there any metrics you are using?</summary><br><b>
</b></details>
<details>
<summary>What is a configuration drift? What problems is it causing?</summary><br><b>
Configuration drift happens when in an environment of servers with the exact same configuration and software, a certain server
or servers are being applied with updates or configuration which other servers don't get and over time these servers become
2019-10-08 13:56:19 +02:00
slightly different than all others.
This situation might lead to bugs which hard to identify and reproduce.
</b></details>
<details>
<summary>How to deal with configuration drift?</summary><br><b>
</b></details>
<details>
<summary>In what scenarios would you prefer to use SQL?</summary><br><b>
</b></details>
2019-10-08 13:56:19 +02:00
<details>
<summary>In what scenarios would you prefer to use NoSQL?</summary><br><b>
</b></details>
2019-10-08 13:56:19 +02:00
2019-10-03 19:48:59 +02:00
## Jenkins
<a name="jenkins-beginner"></a>
#### :baby: Beginner
<details>
<summary>What is a plugin?</summary><br><b>
</b></details>
<details>
<summary>What plugins are you using in Jenkins? Which do you consider to most useful?</summary><br><b>
</b></details>
<details>
<summary>Installation questions</summary><br><b>
2019-10-03 19:48:59 +02:00
* How to install Jenkins?
* How to install a plugin?
* How to install an agent?
</b></details>
2019-10-03 19:48:59 +02:00
<details>
<summary>Explain CI/CD and how you implemented in Jenkins</summary><br><b>
</b></details>
2019-10-03 20:03:08 +02:00
<details>
<summary>What type of jobs there are? what is the advantage of each type?</summary><br><b>
</b></details>
<details>
<summary>What ways are you familiar with to notify users on build results?</summary><br><b>
</b></details>
<details>
<summary>How to secure Jenkins?</summary><br><b>
</b></details>
2019-10-03 20:03:08 +02:00
<a name="jenkins-advanced"></a>
#### :star: Advanced
2019-10-03 21:02:56 +02:00
<details>
<summary>Write a script to remove all the jobs which include the string "REMOVE_ME"</summary><br><b>
</b></details>
2019-10-03 21:02:56 +02:00
## AWS
<a name="aws-beginner"></a>
#### :baby: Beginner
##### Global Infrastructure
2019-10-03 21:02:56 +02:00
<details>
<summary>Explain the following
2019-10-03 21:02:56 +02:00
- Availability zone
- Region
- Edge location</summary><br><b>
</b></details>
2019-10-03 21:02:56 +02:00
##### S3
<details>
<summary>Explain what is S3 and what is it used for</summary><br><b>
</b></details>
2019-10-03 21:02:56 +02:00
<details>
<summary>What is a bucket?</summary><br><b>
</b></details>
2019-10-03 21:09:40 +02:00
<details>
<summary>True or False? a bucket name must be globally unique</summary><br><b>
True
</b></details>
<details>
<summary>What objects in S3 consists of?
* Another way to ask it: explain key, value, version id and metadata in context of objects</summary><br><b>
</b></details>
2019-10-04 08:27:20 +02:00
<details>
<summary>Explain data consistency</summary><br><b>
</b></details>
<details>
<summary>Can you host dynamic websites on s3? what about static websites?</summary><br><b>
</b></details>
<details>
<summary>What security measures have you taken in context of S3?</summary><br><b>
</b></details>
##### CloudFront
<details>
<summary>Explain what is CloudFront and what is it used for</summary><br><b>
</b></details>
<details>
<summary>Explain the following
2019-10-05 15:43:54 +02:00
* Origin
* Edge location
* Distribution</summary><br><b>
</b></details>
2019-10-03 21:09:40 +02:00
<details>
<summary>What delivery methods available for the user with CDN?</summary><br><b>
</b></details>
2019-10-04 12:26:17 +02:00
<details>
<summary>True or False? objects are cached for the life of TTL</summary><br><b>
</b></details>
2019-10-04 22:08:24 +02:00
##### EC2
<details>
<summary>What type of instances have you created?</summary><br><b>
</b></details>
<details>
<summary>How to increase RAM for a given EC2 instance?</summary><br><b>
</b></details>
2019-10-04 22:08:24 +02:00
2019-10-03 21:09:40 +02:00
## Network
Network questions can be found [here](https://github.com/bregman-arie/computer-networking/blob/master/interview_questions/README.md)
2019-10-04 12:26:17 +02:00
## Linux
#### :baby: Beginner
2019-10-04 18:33:39 +02:00
<details>
<summary>Explain what each of the following commands does and given an example on how to use it
2019-10-04 18:33:39 +02:00
* ls
* rm
* rmdir (can you achieve the same result by using `rm`?)
* grep
* wc
* df</summary><br><b>
</b></details>
2019-10-04 18:33:39 +02:00
<details>
<summary>How to make sure a service will start on a OS of your choice?</summary><br><b>
</b></details>
<details>
<summary>How do you schedule tasks periodically?</summary><br><b>
</b></details>
<details>
<summary>How to change the permissions of a file?</summary><br><b>
</b></details>
2019-10-04 18:33:39 +02:00
<details>
<summary>What does the following permissions mean?:
2019-10-04 18:33:39 +02:00
* 777
* 644
* 750</summary><br><b>
</b></details>
2019-10-04 18:33:39 +02:00
<details>
<summary>How to add a new user to the system without providing him the ability to log-in into the system?</summary><br><b>
</b></details>
2019-10-04 18:33:39 +02:00
<details>
<summary>What commands are you using for troubleshooting issues? specifically:
2019-10-04 18:33:39 +02:00
* Disk issues
* Memory, CPU issues
* Networking issues</summary><br><b>
</b></details>
2019-10-04 18:33:39 +02:00
<details>
<summary>What is the difference between Linux and Unix?</summary><br><b>
</b></details>
<details>
<summary>What is a Linux kernel module and how do you load a new module?</summary><br><b>
</b></details>
2019-10-04 18:33:39 +02:00
<details>
<summary>What is KVM?</summary><br><b>
</b></details>
<details>
<summary>Explain what would be the result of each command:
2019-10-04 22:43:47 +02:00
echo $0
echo $?
echo $$
echo $@
echo $#</summary><br><b>
</b></details>
2019-10-04 22:43:47 +02:00
<details>
<summary>How to grep two strings?</summary><br><b>
</b></details>
2019-10-04 22:43:47 +02:00
<details>
<summary>What is the different between a soft link and hard link?</summary><br><b>
2019-10-04 12:26:17 +02:00
hard link is the same file, using the same inode.
soft link is a shortcut to another file, using a different inode.
soft links can be created between different file systems while
hard link can be created only within the same file system.
</b></details>
<details>
<summary>How to run a process in the background and why to do that in the first place?</summary><br><b>
2019-10-04 12:26:17 +02:00
You can achieve that by specifying & at end of the command.
As to Why? since some commands/processes can take a lot of time to finish
execution or run forever
</b></details>
<details>
<summary>What signal is used when you run 'kill <process id>'?</summary><br><b>
2019-10-04 12:26:17 +02:00
The default signal is SIGTERM (15). This signal kills
process gracefully which means it allows it to save current
state configuration.
</b></details>
<details>
<summary>What signals are you familiar with?</summary><br><b>
2019-10-04 12:26:17 +02:00
2019-10-04 18:00:34 +02:00
SIGTERM - default signal for terminating a process
SIGHUP - common usage is for reloading configuration
SIGKILL - a signal which cannot caught or ignored
To view all available signals run `kill -l`
</b></details>
2019-10-04 12:26:17 +02:00
<details>
<summary>In what state a process in Linux can be?</summary><br><b>
Ready
Running
Blocked
Terminated
Zombie
</b></details>
2019-10-04 12:26:17 +02:00
## Ansible
<details>
<summary>Describe each of the following components in Ansible, including the relationship between them:
2019-10-04 12:26:17 +02:00
* Task
* Module
* Play
* Playbook
* Role</summary><br><b>
2019-10-04 12:26:17 +02:00
Task ā€“ a call to a specific Ansible module
Module ā€“ the actual unit of code executed by Ansible on your own host or a remote host. Modules are indexed by category (database, file, network, ā€¦) and also referred as task plugins.
Play ā€“ One or more tasks executed on a given host(s)
Playbook ā€“ One or more plays. Each play can be executed on the same or different hosts
Role ā€“ Ansible roles allows you to group resources based on certain functionality/service such that they can be easily reused. In a role, you have directories for variables, defaults, files, templates, handlers, tasks, and metadata. You can then use the role by simply specifying it in your playbook.
</b></details>
2019-10-04 12:26:17 +02:00
<details>
<summary>You want to run Ansible playbook only on specific minor version of your OS, how would you achieve that?</summary><br><b>
</b></details>
2019-10-05 15:43:54 +02:00
<details>
<summary>Write a task to create the directory ā€˜/tmp/new_directoryā€™</summary><br><b>
2019-10-04 12:26:17 +02:00
```
- name: Create a new directory
file:
path: "/tmp/new_directory"
state: directory
```
</b></details>
2019-10-04 12:26:17 +02:00
<details>
<summary>What would be the result of the following play?</summary><br><b>
2019-10-04 12:26:17 +02:00
```
---
- name: Print information about my host
hosts: localhost
gather_facts: 'no'
tasks:
- name: Print hostname
debug:
msg: "It's me, {{ ansible_hostname }}"
```
When given a written code, always inspect it thoroughly. If your answer is ā€œthis will failā€ then you are right. We are using a fact (ansible_hostname), which is a gathered piece of information from the host we are running on. But in this case, we disabled facts gathering (gather_facts: no) so the variable would be undefined which will result in failure.
</b></details>
2019-10-04 12:26:17 +02:00
<details>
<summary>Write a playbook to install ā€˜zlibā€™ and ā€˜vimā€™ on all hosts if the file ā€˜/tmp/marioā€™ exists on the system.</summary><br><b>
2019-10-04 12:26:17 +02:00
```
---
- hosts: all
vars:
mario_file: /tmp/mario
package_list:
- 'zlib'
- 'vim'
tasks:
- name: Check for mario file
stat:
path: "{{ mario_file }}"
register: mario_f
- name: Install zlib and vim if mario file exists
become: "yes"
package:
name: "{{ item }}"
state: present
with_items: "{{ package_list }}"
when: mario_f.stat.exists
```
</b></details>
2019-10-04 12:26:17 +02:00
<details>
<summary>Write a playbook to deploy the file ā€˜/tmp/system_infoā€™ on all hosts except for controllers group, with the following content</summary><br><b>
2019-10-04 12:26:17 +02:00
```
I'm <HOSTNAME> and my operating system is <OS>
```
replace <HOSTNAME> and <OS> with the actual data for the specific host you are running on
The playbook to deploy the system_info file
```
---
- name: Deploy /tmp/system_info file
hosts: all:!controllers
tasks:
- name: Deploy /tmp/system_info
template:
src: system_info.j2
dest: /tmp/system_info
```
The content of the system_info.j2 template
```
# {{ ansible_managed }}
I'm {{ ansible_hostname }} and my operating system is {{ ansible_distribution }
```
</b></details>
2019-10-04 12:26:17 +02:00
2019-10-08 13:56:19 +02:00
## Terraform
#### :baby: Beginner
2019-10-08 13:56:19 +02:00
<details>
<summary>Can you explain what is Terraform? How it works?</summary><br><b>
</b></details>
<details>
<summary>What benefits infrastructure-as-code has?</summary><br><b>
2019-10-08 13:56:19 +02:00
- fully automated process of provisoning, modifying and deleting your infrastructure
- version control for your infrastructure which allows you to quickly rollback to previous versions
- valide infrastructure quoality and stability with automated tests and code reviews
- makes infrastructure tasks less reptitive
</b></details>
2019-10-08 13:56:19 +02:00
<details>
<summary>Why Terraform and not other technologies? (e.g. Ansible, Puppet, CloufFormation)</summary><br><b>
</b></details>
2019-10-08 13:56:19 +02:00
2019-10-04 22:08:24 +02:00
## Containers
<details>
<summary>How containers different from VMs?</summary><br><b>
</b></details>
<details>
<summary>In which scenarios would you use containers and in which you would prefer to use VMs?</summary><br><b>
</b></details>
2019-10-04 22:08:24 +02:00
2019-10-04 18:00:34 +02:00
## Docker
<a name="docker-beginner"></a>
#### :baby: beginner
<details>
<summary>What happens when you run `docker run hello-world`?</summary><br><b>
2019-10-04 18:00:34 +02:00
Docker CLI passes your request to Docker daemon.
Docker daemon downloads the image from Docker Hub
Docker daemon creates a new container by using the image it downloaded
Docker daemon redirects output from container to Docker CLI which redirects it to the standard output
</b></details>
<details>
<summary>How do you run a container?</summary><br><b>
</b></details>
<details>
<summary>What do you see when you run `docker ps`?</summary><br><b>
</b></details>
<details>
<summary>What `docker commit` does? when will you use it?</summary><br><b>
</b></details>
<details>
<summary>How would you transfer data from one container into another?</summary><br><b>
</b></details>
<details>
<summary>What is the difference between ADD and COPY in Dockerfile?</summary><br><b>
</b></details>
<details>
<summary>What is the difference between CMD and RUN in Dockerfile?</summary><br><b>
</b></details>
2019-10-04 22:43:47 +02:00
<details>
<summary>Explain what is Docker compose and what is it used for</summary><br><b>
</b></details>
2019-10-04 22:43:47 +02:00
<details>
<summary>What are the differences between Docker compose, Docker swarm and Kuberenets?</summary><br><b>
</b></details>
2019-10-04 22:43:47 +02:00
<details>
<summary>Explain Docker interlock</summary><br><b>
</b></details>
2019-10-04 22:43:47 +02:00
<details>
<summary>What is the difference between Docker Hub and Docker cloud?</summary><br><b>
2019-10-04 22:43:47 +02:00
Docker Hub is a native Docker registry service which allows you to run pull
and push commands to install and deploy Docker images from the Docker Hub.
Docker Cloud is built on top of the Docker Hub so Docker Cloud provides
you with more options/features compared to Docker Hub. One example is
Swarm management which means you can create new swarms in Docker Cloud.
</b></details>
2019-10-04 22:43:47 +02:00
2019-10-05 15:43:54 +02:00
## Kubernetes
<details>
<summary>What is Kubernetes?</summary><br><b>
</b></details>
<details>
<summary>Why Docker isn't enough? Why do we need Kubernetes?</summary><br><b>
</b></details>
<details>
<summary>Describe the architecture of Kuberenets</summary><br><b>
</b></details>
<details>
<summary>How do you monitor your Kuberenets?</summary><br><b>
</b></details>
<details>
<summary>What is kubectl? How do you use it?</summary><br><b>
</b></details>
<details>
<summary>What is kubconfig? What do you use it for?</summary><br><b>
</b></details>
<details>
<summary>How do you create users?</summary><br><b>
</b></details>
2019-10-05 15:43:54 +02:00
2019-10-04 22:08:24 +02:00
2019-10-04 18:00:34 +02:00
## Python
<a name="python-beginner"></a>
#### :baby: Beginner
2019-10-04 18:00:34 +02:00
<details>
<summary>What data type supported in Python and which of them are mutable?
What function can you use to show that a certain data type is mutable?</summary><br><b>
2019-10-04 18:00:34 +02:00
The mutable data types are:
List
Dictionary
Set
The immutable data types are:
Numbers (int, float, ...)
String
Bool
Tuple
The id function can be used to check if a given variable is mutable or not.
</b></details>
2019-10-04 18:00:34 +02:00
<details>
<summary>What is PEP8? Give an example of 5 style guidelines</summary><br><b>
2019-10-04 18:00:34 +02:00
PEP8 is a list of coding conventions and style guidelines for Python
5 style guidelines:
1. Limit all lines to a maximum of 79 characters.
2. Surround top-level function and class definitions with two blank lines.
3. Use commas when making a tuple of one element
4. Use spaces (and not tabs) for indentation
5. Use 4 spaces per indentation level
</b></details>
2019-10-04 18:00:34 +02:00
<details>
<summary>Write a program which will revert a string (e.g. pizza -> azzip)</summary><br><b>
2019-10-08 13:56:19 +02:00
```
Shortest way is str[::-1]
"Classic" way:
```
</b></details>
2019-10-08 13:56:19 +02:00
<details>
<summary>What _ is used for in Python?</summary><br><b>
2019-10-04 18:00:34 +02:00
1. Translation lookup in i18n
2. Hold the result of the last executed expression or statement
3. As a general purpose "throwaway" variable name. For example: x, y, _ = get_data() (x and y are used but since we don't care about third variable, we "threw it away").
</b></details>
2019-10-04 18:00:34 +02:00
<details>
<summary>Sort a list of lists by the second item of each nested list</summary><br><b>
2019-10-04 18:00:34 +02:00
```
li = [[1, 4], [2, 1], [3, 9], [4, 2], [4, 5]]
sorted(x, key=lambda l: l[1])
```
</b></details>
2019-10-04 18:00:34 +02:00
<details>
<summary>You have the following lists: [{'name': 'Mario', 'food': ['mushrooms', 'goombas']}, {'name': 'Luigi', 'food': ['mushrooms', 'turtles']}]
Extract all type of foods. Final output should be: {'mushrooms', 'goombas', 'turtles'}</summary><br><b>
2019-10-04 18:00:34 +02:00
```
set([food for bro in x for food in bro['food']])
```
</b></details>
## Prometheus
<details>
<summary>Describe the following Prometheus components:
- Prometheus server
- Push Gateway
- Alert Manager</summary><br><b>
Prometheus server responsible for scraping the storing the data<br>
Push gateway is used for short-lived jobs<br>
Alert manager is responsible for alerts ;)
</b></details>
<details>
<summary>What is an exporter? What is it used for?</summary><br><b>
</b></details>
2019-10-04 22:08:24 +02:00
## Git
<a name="git-beginner"></a>
#### :baby: Beginner
2019-10-04 22:08:24 +02:00
<details>
<summary>What is the difference between <code>git pull</code> and <code>git fetch</code>?</summary><br><b>
Shortly, git pull = git fetch + git merge
When you run git pull, it gets all the changes from the remote or central
repository and attaches it to your corresponding branch in your local reposistory.
git fetch gets all the changes from the remote repository, stores the changes in
a separate branch in your local repository
</b></details>
<details>
<summary>Explain the following: <code>git directory</code>, <code>working directory</code> and <code>staging area</code></summary><br><b>
The Git directory is where Git stores the metadata and object database for your project. This is the most important part of Git, and it is what is copied when you clone a repository from another computer.
The working directory is a single checkout of one version of the project. These files are pulled out of the compressed database in the Git directory and placed on disk for you to use or modify.
The staging area is a simple file, generally contained in your Git directory, that stores information about what will go into your next commit. Itā€™s sometimes referred to as the index, but itā€™s becoming standard to refer to it as the staging area.
This answer taken from [git-scm.com](https://git-scm.com/book/en/v1/Getting-Started-Git-Basics#_the_three_states)
</b></details>
<details>
<summary>How to resolve git merge conflicts?</summary><br><b>
<p>
First, you open the files which are in conflict and identify what are the conflicts.
Next, based on what is accepted in your company or team, you either discuss with your
colleagues on the conflicts or resolve them by yourself
After resolving the conflicts, you add the files with `git add <file_name>`
Finally, you run `git rebase --continue`
</p>
</b></details>
<details>
<summary>What is the difference between <code>git reset</code> and <code>git revert</code>?</summary><br><b>
<p>
`git revert` creates a new commit which undoes the changes from last commit.
`git reset` depends on the usage, can modify the index or change the commit which the branch head
is currently pointing at.
</p>
</b></details>
<details>
<summary>In what situations are you using <code>git rebase</code>?</summary><br><b>
</b></details>
<details>
<summary>What branching strategies are you familiar with?</summary><br><b>
</b></details>
<a name="git-advanced"></a>
#### :star: Advanced
<details>
<summary>Explain Git octopus merge</summary><br><b>
</b></details>
2019-10-04 23:47:32 +02:00
## Scenarios
Scenarios are questions which combine several subjects together. Some scenarios will
require from you to design, plan and implement environments with different constraints
and considerations.
* [Elasticsearch & Kibana on AWS](scenarios/elk_kibana_aws.md)
2019-10-05 15:43:54 +02:00
* [Ansible, Minikube and Docker](scenarios/ansible_minikube_docker.md)