diff --git a/README.md b/README.md
index bb179c2..19815c8 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 **406** questions
+:bar_chart: There are currently **409** questions
:warning: You don't need to know how to answer all the questions in this repo. DevOps is not about knowing all :)
@@ -34,8 +34,8 @@
Python Beginner :baby: Advanced :star: |
Go Beginner :baby:
|
Shell Scripting Beginner :baby: Advanced :star: |
- Kubernetes Beginner :baby:
|
- Prometheus Beginner :baby: Advanced :star: |
+ Kubernetes Beginner :baby:
|
+ Prometheus Beginner :baby: Advanced :star: |
Mongo Beginner :baby:
|
SQL Beginner :baby: Advanced :star: |
@@ -2119,15 +2119,19 @@ def reverse_string(string):
#### :baby: Beginner
-What is Prometheus? What its benefits?
+What is Prometheus? What are some of Prometheus's main features?
-Describe Prometheus architecture
+Describe Prometheus architecture and components
-Can you compare Prometheus to other solutions like Zabbix for example?
+Can you compare Prometheus to other solutions like InfluxDB for example?
+
+
+
+What is an Alert?
@@ -2142,6 +2146,10 @@ Push gateway is used for short-lived jobs
Alert manager is responsible for alerts ;)
+
+What is an Instance? What is a Job?
+
+
What core metrics types Prometheus supports?
@@ -2150,6 +2158,10 @@ Alert manager is responsible for alerts ;)
What is an exporter? What is it used for?
+
+Which Prometheus best practices are you familiar with? name at least three
+
+
How to get total requests in a given period of time?