Add OpenStack and Azure questions

This commit is contained in:
abregman 2019-10-21 12:05:06 +03:00
parent 12d04e5ba0
commit d4db0c661a
3 changed files with 38 additions and 1 deletions

View File

@ -3,7 +3,7 @@
:information_source:  This repository contains interview questions on various DevOps related topics :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 :) :warning:  You don't need to know how to answer all the questions in this repo. DevOps is not about knowing all :)
@ -40,6 +40,8 @@
</tr> </tr>
<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="#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> </tr>
</table> </table>
</center> </center>
@ -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. the pseudo table to retrieve the sum of the prices spent by each customer, then join the table normally.
</b></details> </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
Scenarios are questions which don't have verbal answer and require you one of the following: Scenarios are questions which don't have verbal answer and require you one of the following:

BIN
images/azure.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
images/openstack.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB