diff --git a/README.md b/README.md index 40acd68..fc99b16 100644 --- a/README.md +++ b/README.md @@ -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 :) @@ -40,6 +40,8 @@ sql
SQL

Beginner :baby:
Advanced :star: + azure
Azure

Beginner :baby:
+ openstack
OpenStack

Beginner :baby:
@@ -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. +## Azure + + +#### :baby: Beginner + +
+Explain availability sets and availability zones
+
+ +
+What is the Azure Resource Manager? Can you describe the format for ARM templates?
+
+ + +## OpenStack + + +#### :baby: Beginner + +
+What components/projects of OpenStack are you familiar with?
+
+ +
+What types of networks OpenStack supports?
+
+ +
+How do you debug OpenStack networking issues?
+
+ +
+Are you familiar with TripleO? What benefits it has?
+
+ ## Scenarios Scenarios are questions which don't have verbal answer and require you one of the following: diff --git a/images/azure.png b/images/azure.png new file mode 100644 index 0000000..d41c283 Binary files /dev/null and b/images/azure.png differ diff --git a/images/openstack.png b/images/openstack.png new file mode 100644 index 0000000..8061ae5 Binary files /dev/null and b/images/openstack.png differ