Test
Please answer the questions below to complete the test.
Question 1
What are the three key pillars of observability?
Select all that apply
Metrics
Logs
Traces
Databases
Question 2
What is Continuous Integration (CI)?
Select one answer
A practice where developers merge their changes back to the main branch as often as possible
The manual process of validating and deploying code changes
A process where code changes are automatically deployed to production without testing
A type of software that prevents developers from making frequent code changes
Question 3
Which tools are commonly used together for metrics collection and visualization?
Select one answer
Jenkins and Docker
Prometheus and Grafana
Git and GitHub
Kubernetes and Docker
Question 4
What is the critical difference between Continuous Delivery and Continuous Deployment?
Select one answer
Continuous Delivery requires manual intervention for production release, while Continuous Deployment is automatic
Continuous Delivery is faster than Continuous Deployment
Continuous Deployment does not use automated testing
There is no difference between them
Question 5
In GitOps, what serves as the single source of truth?
Select one answer
The CI Server
The Kubernetes Cluster
The Git Repository
The Production Database
Question 6
What is the primary purpose of distributed tracing in observability?
Select one answer
To store logs efficiently
To track the journey of a single request across various services
To replace metrics collection
To automatically fix bugs
Question 7
Which release strategies help minimize deployment risk?
Select all that apply
Blue-Green Deployment
Canary Release
Feature Toggles
Direct production deployment without testing
Question 8
What challenge in observability occurs when operators become overwhelmed by false positives?
Select one answer
Data Volume and Overhead
Alert Fatigue
Tool Proliferation
Cultural Resistance
Question 9
What are the main benefits of implementing CI/CD?
Select all that apply
Faster time to market
Reduced risk of deployment failures
Early detection of bugs and issues
Increased manual work for operations teams
Question 10
Which of the following is a cloud native manager for service meshes?
Select one answer
Prometheus
Jenkins
Meshery
Docker
close