diff --git a/README.md b/README.md
index fc99b16..6c33c97 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 **318** questions
+:bar_chart: There are currently **324** questions
:warning: You don't need to know how to answer all the questions in this repo. DevOps is not about knowing all :)
@@ -2204,22 +2204,55 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then
What is the Azure Resource Manager? Can you describe the format for ARM templates?
+
+Explain Azure managed disks
+
## OpenStack
#### :baby: Beginner
+
+Tell me about your experience with OpenStack. What do you think are the advantages and disadvantages of OpenStack?
+
+
What components/projects of OpenStack are you familiar with?
+
+Can you tell me what each of the following components/projects is responsible for?:
+
+ * Nova
+ * Neutron
+ * Cinder
+ * Glance
+ * Keystone
+
+
+
+Describe in detail how you bring up an instance with an IP you can reach from outside the cloud
+
+
+
+You get a call from a customer saying: "I can ping my instance but can't connect (ssh) it". What might be the problem?
+
+
What types of networks OpenStack supports?
-How do you debug OpenStack networking issues?
+How do you debug OpenStack networking issues? (tools, logs, ...)
+
+
+
+How do you debug OpenStack storage issues? (tools, logs, ...)
+
+
+
+How do you debug OpenStack compute issues? (tools, logs, ...)
diff --git a/images/azure.png b/images/azure.png
index d41c283..1d37def 100644
Binary files a/images/azure.png and b/images/azure.png differ