From 274915f4423ee8131638e5a1b7e426d0ea82d305 Mon Sep 17 00:00:00 2001 From: abregman Date: Tue, 22 Oct 2019 23:35:31 +0300 Subject: [PATCH] Add 3 promethues questions --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) 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
Python

Beginner :baby:
Advanced :star: Go
Go

Beginner :baby:
Bash
Shell Scripting

Beginner :baby:
Advanced :star: - kubernetes
Kubernetes

Beginner :baby:
- Prometheus
Prometheus

Beginner :baby:
Advanced :star:
+ kubernetes
Kubernetes

Beginner :baby:
+ Prometheus
Prometheus

Beginner :baby:
Advanced :star: Mongo
Mongo

Beginner :baby:
sql
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?