Skip to content

Commit d4db0c6

Browse files
author
abregman
committed
Add OpenStack and Azure questions
1 parent 12d04e5 commit d4db0c6

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

6-
:bar_chart:  There are currently **312** questions
6+
:bar_chart:  There are currently **318** questions
77

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

@@ -40,6 +40,8 @@
4040
</tr>
4141
<tr>
4242
<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>
43+
<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>
44+
<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>
4345
</tr>
4446
</table>
4547
</center>
@@ -2189,6 +2191,41 @@ The Sum of all the purchases of cat food weren't readily available, so we used a
21892191
the pseudo table to retrieve the sum of the prices spent by each customer, then join the table normally.
21902192
</b></details>
21912193

2194+
## Azure
2195+
2196+
<a name="azure-beginner"></a>
2197+
#### :baby: Beginner
2198+
2199+
<details>
2200+
<summary>Explain availability sets and availability zones</summary><br><b>
2201+
</b></details>
2202+
2203+
<details>
2204+
<summary>What is the Azure Resource Manager? Can you describe the format for ARM templates?</summary><br><b>
2205+
</b></details>
2206+
2207+
2208+
## OpenStack
2209+
2210+
<a name="openstack-beginner"></a>
2211+
#### :baby: Beginner
2212+
2213+
<details>
2214+
<summary>What components/projects of OpenStack are you familiar with?</summary><br><b>
2215+
</b></details>
2216+
2217+
<details>
2218+
<summary>What types of networks OpenStack supports?</summary><br><b>
2219+
</b></details>
2220+
2221+
<details>
2222+
<summary>How do you debug OpenStack networking issues?</summary><br><b>
2223+
</b></details>
2224+
2225+
<details>
2226+
<summary>Are you familiar with TripleO? What benefits it has?</summary><br><b>
2227+
</b></details>
2228+
21922229
## Scenarios
21932230

21942231
Scenarios are questions which don't have verbal answer and require you one of the following:

images/azure.png

7.77 KB
Loading

images/openstack.png

8.15 KB
Loading

0 commit comments

Comments
 (0)