Monitoring Logging Basics MCQs with Answers and Explanations
Practice Monitoring Logging Basics MCQs. from DevOps subject. with solved answers and explanations. updated syllabus-based questions.
Search MCQs, Papers, Topics
Question 1: What is the ELK Stack used for in DevOps?
The ELK Stack — Elasticsearch, Logstash, and Kibana — is a popular open-source stack for centralized log management. Logstash collects logs, Elasticsearch indexes them, and Kibana provides visualization dashboards.
Question 2: What is the purpose of a "health check" in Docker or Kubernetes?
Health checks periodically test whether a container or service is working correctly. If a health check fails, Docker or Kubernetes can automatically restart or replace the unhealthy container to maintain availability.
Question 3: What is the purpose of monitoring in a DevOps pipeline?
Monitoring in DevOps provides continuous visibility into system health, performance, and errors. It helps teams detect incidents early, understand trends, and maintain SLAs through alerting and dashboards.
Question 4: Which monitoring tool is commonly paired with Grafana for metrics visualization in DevOps?
Prometheus is a widely used open-source metrics monitoring and alerting system. It is commonly paired with Grafana to create real-time dashboards for visualizing application and infrastructure metrics.
Showing 1 to 4 of 4 results