diff --git a/README.md b/README.md
index 2255ee0..bb179c2 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 **400** questions
+:bar_chart: There are currently **406** questions
:warning: You don't need to know how to answer all the questions in this repo. DevOps is not about knowing all :)
@@ -20,32 +20,34 @@
@@ -294,6 +296,32 @@ Note: cross-dependency is when you have two or more changes to separate projects
Have you written Jenkins scripts? If yes, what for and how they work?
+## Cloud
+
+
+#### :baby: Beginner
+
+
+What are The advantages of cloud computing? Mention at least 3 advantages
+
+
+
+What types of Cloud Computing there are?
+
+IAAS
+PAAS
+SAAS
+
+
+
+Explain each of the following Cloud Computing Deployments:
+
+ * Public
+ * Hybrid
+ * Private
+
+
+
## AWS
@@ -2692,6 +2720,23 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then
Explain Azure managed disks
+## GCP
+
+
+#### :baby: Beginner
+
+
+What are the main components and services of GCP?
+
+
+
+What GCP management tools are you familiar with?
+
+
+
+Tell me what do you know about GCP networking
+
+
## OpenStack
diff --git a/images/aws.png b/images/aws.png
index 3b53d8f..3f5fabb 100644
Binary files a/images/aws.png and b/images/aws.png differ
diff --git a/images/cloud.png b/images/cloud.png
new file mode 100644
index 0000000..21108f7
Binary files /dev/null and b/images/cloud.png differ
diff --git a/images/coding.png b/images/coding.png
index 471c6cf..f50eb0b 100644
Binary files a/images/coding.png and b/images/coding.png differ
diff --git a/images/gcp.png b/images/gcp.png
new file mode 100644
index 0000000..51816ee
Binary files /dev/null and b/images/gcp.png differ