Observability and Monitoring Quiz

Observability and Monitoring Quiz

Professional Development

9 Qs

quiz-placeholder

Similar activities

PHP Tours Meetup #46 Grafana & Mockoon

PHP Tours Meetup #46 Grafana & Mockoon

Professional Development

10 Qs

Fixed Data Core Assestment Exam

Fixed Data Core Assestment Exam

Professional Development

10 Qs

monitor

monitor

Professional Development

6 Qs

Chaos engineering quiz  (5/5/2023)

Chaos engineering quiz (5/5/2023)

Professional Development

10 Qs

Placa Base

Placa Base

9th Grade - Professional Development

13 Qs

The Importance of Monitoring

The Importance of Monitoring

Professional Development

9 Qs

MC_AzureSqlDatabaseFundamentals_Session_8_1

MC_AzureSqlDatabaseFundamentals_Session_8_1

Professional Development

11 Qs

Mind Exercise

Mind Exercise

Professional Development

10 Qs

Observability and Monitoring Quiz

Observability and Monitoring Quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Koray Incki

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the key difference between Monitoring and Observability?

Monitoring is only for logs; observability includes dashboards

Monitoring is proactive; observability is reactive

Monitoring shows predefined metrics; observability helps explore unknowns

Monitoring includes tracing, observability does not

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best defines a Trace?

Number of requests over time

Structured log of an error

A timeline of events tied to a single request across services

A dashboard metric showing CPU utilization

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SLI stand for in SRE terminology?

Service Latency Indicator

Service-Level Insight

Service-Level Indicator

System-Level Interface

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: An SLO is the agreement between the user and the provider.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of these describes a good alert?

“CPU usage is over 80% for 5 minutes.”

“99% of requests exceed 2s for 5 mins — potential SLO breach.”

“Disk usage exceeded 90%.”

“A pod restarted 3 times.”

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary value of fast feedback loops in DevOps?

More frequent meetings

Better UI design

Shorter time between failure and learning

High-volume logging

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What makes an alert “actionable”?

It is sent via SMS

It includes detailed charts

It requires a human to take immediate action

It happens frequently to build awareness

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the key reason why alerts should be tied to SLOs?

To reduce CPU usage

To wake up engineers quickly

To minimize irrelevant alerts and focus on user experience

To monitor error logs more efficiently

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An alert that reads “CPU > 80% for 5 mins” is considered noisy because:

It wakes up engineers unnecessarily

It doesn’t tie to user impact

It lacks context

All of the above