Skip to content

Commit

Permalink
Add OpenStack and Azure questions
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Oct 21, 2019
1 parent 12d04e5 commit d4db0c6
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

:information_source:  This repository contains interview questions on various DevOps related topics

:bar_chart:  There are currently **312** questions
:bar_chart:  There are currently **318** questions

:warning:  You don't need to know how to answer all the questions in this repo. DevOps is not about knowing all :)

Expand Down Expand Up @@ -40,6 +40,8 @@
</tr>
<tr>
<td align="center"><a href="#sql"><img src="images/sql.png" width="75px;" height="75px;" alt="sql"/><br /><b>SQL</b></a><br /><sub><a href="#sql-beginner">Beginner :baby:</a></sub><br><sub><a href="#sql-advanced">Advanced :star:</a></sub></td>
<td align="center"><a href="#azure"><img src="images/azure.png" width="75px;" height="75px;" alt="azure"/><br /><b>Azure</b></a><br /><sub><a href="#azure-beginner">Beginner :baby:</a></sub><br><sub></td>
<td align="center"><a href="#openstack"><img src="images/openstack.png" width="75px;" height="75px;" alt="openstack"/><br /><b>OpenStack</b></a><br /><sub><a href="#openstack-beginner">Beginner :baby:</a></sub><br><sub></td>
</tr>
</table>
</center>
Expand Down Expand Up @@ -2189,6 +2191,41 @@ The Sum of all the purchases of cat food weren't readily available, so we used a
the pseudo table to retrieve the sum of the prices spent by each customer, then join the table normally.
</b></details>

## Azure

<a name="azure-beginner"></a>
#### :baby: Beginner

<details>
<summary>Explain availability sets and availability zones</summary><br><b>
</b></details>

<details>
<summary>What is the Azure Resource Manager? Can you describe the format for ARM templates?</summary><br><b>
</b></details>


## OpenStack

<a name="openstack-beginner"></a>
#### :baby: Beginner

<details>
<summary>What components/projects of OpenStack are you familiar with?</summary><br><b>
</b></details>

<details>
<summary>What types of networks OpenStack supports?</summary><br><b>
</b></details>

<details>
<summary>How do you debug OpenStack networking issues?</summary><br><b>
</b></details>

<details>
<summary>Are you familiar with TripleO? What benefits it has?</summary><br><b>
</b></details>

## Scenarios

Scenarios are questions which don't have verbal answer and require you one of the following:
Expand Down
Binary file added images/azure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/openstack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4db0c6

Please sign in to comment.